KiwiIRC.git
2013-08-13 Jack AllnuttFix typo
2013-08-10 DarrenAdd kiwi_server options into settings.json
2013-08-10 DarrenMerge branch 'settings' into development
2013-08-10 Darrenhttphandler.js refactor + comments
2013-08-10 Darrensettings.json hash generating fix
2013-08-10 DarrenMerge branch 'settings' of https://github.com/M2Ys4U...
2013-08-10 DarrenListening on the raw socket in TLS IRC connections
2013-08-10 Jack AllnuttCache debug & production settings independently
2013-08-10 DarrenMerge branch 'settings' of https://github.com/M2Ys4U...
2013-08-10 Jack AllnuttCache client settings, emit event on reconfig in config...
2013-08-09 DarrenClient: Crashing out on notices with nicks fix
2013-08-09 Jack AllnuttRefactor build.js
2013-08-08 Jack AllnuttDon't embded settings in HTML, serve them as a separate...
2013-08-04 DarrenMerge pull request #359 from lewtds/l10n
2013-08-04 Jack AllnuttMerge branch 'development' of github.com:prawnsalad...
2013-08-04 Jack AllnuttFix bug in StatusMessage#html
2013-08-03 DarrenMultiple outgoing interface addresses
2013-08-03 DarrenRemoving obsolete vars in client.js
2013-08-03 Jack AllnuttMerge branch 'dep_update' into development
2013-08-02 DarrenNaming IrcConnection event handlers in State
2013-08-02 DarrengetConnectionFamily() IP address fix
2013-08-02 DarrenServer: Force data to be sent ahead of a write queue
2013-07-31 xekiahVietnamese translation review
2013-07-31 Trung NgoVietnamese translation review
2013-07-31 miyoVietnamese translation
2013-07-29 Darrenconnection.js: closure names to help with heap snapshots
2013-07-28 DarrenMinor connection.js changes
2013-07-28 DarrenCorrectly disposing IrcConnection
2013-07-27 DarrenIdentd port pairs memory leak fix
2013-07-26 DarrenDebugging console server module
2013-07-26 DarrenServer: Splitting State / IrcConnection / IrcCommands...
2013-07-26 DarrenFlood control / message throttling to the IRC server
2013-07-26 DarrenCheck the correct user for op status on a nick click
2013-07-25 DarrenMessage doubling up in server panel fix
2013-07-25 DarrenUpdate development version number
2013-07-25 DarrenUpdate master version number
2013-07-25 DarrenQuick hack to get plugins working again
2013-07-24 DarrenUpdate development version number
2013-07-24 DarrenUpdate master version number
2013-07-24 DarrenMerge branch 'development'
2013-07-24 DarrenFormatting + comments in httphandler.js
2013-07-24 Jack Allnuttno-nb -> no in translations.json
2013-07-24 Jack AllnuttRenamed no-nb.po to no.po
2013-07-24 Jack AllnuttFurther serveMagicLocale fixes
2013-07-24 Jack AllnuttFix for magic.json handling
2013-07-23 DarrenCorrect version number format
2013-07-23 DarrenUpdate development version number
2013-07-23 DarrenUpdate master version number
2013-07-23 DarrenTranslation: Russian
2013-07-23 Darrentranslations.json formatting
2013-07-23 DarrenNorsk translation; es-mx renamed to es-419
2013-07-23 DarrenRemoving junk from .po files
2013-07-23 DarrenUpdating translations (de, en, es, fr, he, pt-br)
2013-07-23 DarrenMerge pull request #347 from Allmoz/development
2013-07-23 AllmozUpdate translations.json
2013-07-23 AllmozRename es-la.po to es-mx.po
2013-07-23 DarrenMerge pull request #345 from Allmoz/development
2013-07-23 AllmozSecond rev. es-la
2013-07-22 AllmozFirst Preliminar Translation
2013-07-22 Allmozadd es-la to translations
2013-07-22 AllmozCreate es-la.po
2013-07-22 Darrenmore app.js formatting
2013-07-22 Darren/invite command handling
2013-07-22 Darrenapp.js formatting
2013-07-22 DarrenMerge pull request #344 from Flauschbaellchen/i18n
2013-07-22 NoxxUpdate translation template.po to latest version
2013-07-22 NoxxSmall improvement and fix to german translation
2013-07-22 DarrenMerge pull request #343 from Felizardo/pt-br-translation
2013-07-22 Vinicius Daly... Adding missing translation
2013-07-22 Vinicius Daly... Finished brazilian portuguese translation
2013-07-21 DarrenDNSBL: Include blocked address in error log
2013-07-21 DarrenWarn to refresh page after language change
2013-07-21 Jack AllnuttMerge pull request #342 from M2Ys4U/i18n
2013-07-21 Jack AllnuttMerge branch 'i18n' into development
2013-07-19 DarrenClient: Apply default settings before applying any...
2013-07-18 DarrenControl module fixes
2013-07-18 DarrenServer: Moving events from the module prototype
2013-07-17 DarrenIdentd server tweaks
2013-07-17 DarrenIdentd resolving usernames/idents correctly
2013-07-17 DarrenImprove Identd server to actually process data it receives
2013-07-16 Jack AllnuttRemove redundant file more.png
2013-07-16 DarrenMerge pull request #338 from M2Ys4U/key
2013-07-16 Jack AllnuttAllow default channel key to be specified in config...
2013-07-16 DarrenMerge pull request #337 from M2Ys4U/select-collapse
2013-07-16 Jack AllnuttAllow "server and network" section to be collapsed...
2013-07-14 DarrenConnecting to the correct host for outgoing connections
2013-07-14 DarrenCorrect config.outgoing_address var name
2013-07-14 DarrenOutgoing connection refactor
2013-07-13 Jack AllnuttAllow configuration of IP addresses to use for outgoing...
2013-07-10 DarrenServer module refactor; Control module refactor;
2013-07-10 Jack AllnuttMerge pull request #5 from Flauschbaellchen/i18n
2013-07-10 NoxxMade en-gb to our default language and use it for fallb...
2013-07-10 NoxxChanged locale's identifier to one-word unique ones...
2013-07-10 DarrenDNSBL server module
2013-07-10 DarrenServer: .preventDefault() support in module events
2013-07-10 DarrenDon't auto connect an IRC connection in the constructor
2013-07-08 Jack AllnuttMerge pull request #331 from M2Ys4U/spdy
2013-07-07 Jack AllnuttMove translation files from assets/locales to assets...
2013-07-07 Jack AllnuttUse async readdir in locales directory, reorder checkin...
2013-07-07 Jack AllnuttMerge branch 'i18n' of github.com:M2Ys4U/KiwiIRC into...
next