making it librejs compliant
[KiwiIRC.git] / server / kiwi.js
2015-01-26 DarrenMerge branch 'development'
2015-01-20 DarrenRemoving unused vars in kiwi.js
2014-12-20 DarrenMerge pull request #602 from antwebes/pull_dev
2014-11-24 Jack AllnuttSplit checking for config file location into helper...
2014-07-16 jdeveloperMerge with upstrea/development
2014-03-31 Cory ChaplinMerge remote branch 'origin/development' into text_themes
2014-03-29 DarrenAdd server + client versions to CTCP VERSION reply
2014-03-28 DarrenFinalising winston logging; Logging timestamp format;
2014-03-28 DarrenMerge branch 'winston' of https://github.com/M2Ys4U...
2014-03-27 DarrenMerge branch 'chanlist' of https://github.com/CoryChapl...
2014-03-26 DarrenMerge branch 'chanlist' of https://github.com/CoryChapl...
2014-03-02 DarrenMerge branch 'timestamp' of https://github.com/M2Ys4U...
2014-02-18 Jack AllnuttReplace calls to console.log() with Winston.info()...
2014-02-06 Paul ShahidMerge remote-tracking branch 'upstream/development...
2014-02-05 DarrenMerge pull request #473 from M2Ys4U/config_commandline
2014-02-04 Jack AllnuttAdd ability to specify configuration file on the comman...
2014-01-24 DarrenMerge branch 'irc_proxy' into development
2014-01-23 DarrenIdentd + SSL fixes
2014-01-23 DarrenTLS connection fixes
2014-01-23 DarrenSSL support on the proxy
2014-01-23 DarrenProxy server type in config file
2013-09-17 DarrenMerge pull request #336 from M2Ys4U/userbox
2013-09-10 Andrew ColdenMerge branch 'pr/374' into notificationsMerge2
2013-08-18 Jack AllnuttMerge pull request #358 from M2Ys4U/buffer_parse
2013-08-17 DarrenStandardised server control interface
2013-08-17 DarrenRemoving console.logs
2013-08-17 DarrenMerge branch 'settings' into development
2013-08-17 DarrenClient broadcasting method + jump server command
2013-08-13 Jack AllnuttBatch clients into sets of 100 for reconfig command
2013-08-13 Jack AllnuttHave client refetch settings on reconfig
2013-08-03 Jack AllnuttMerge branch 'dep_update' into development
2013-07-21 Jack AllnuttMerge pull request #342 from M2Ys4U/i18n
2013-07-21 Jack AllnuttMerge branch 'i18n' into development
2013-07-17 DarrenIdentd resolving usernames/idents correctly
2013-07-10 DarrenServer module refactor; Control module refactor;
2013-07-05 Darren`stats` command accessible via `./kiwi stats`
2013-07-01 DarrenMerge pull request #310 from Felizardo/encoding2
2013-06-20 DarrenMerge pull request #312 from happytodesign/development
2013-06-20 DarrenMerge pull request #311 from happytodesign/development
2013-06-20 DarrenParsing log output when saving to file #306
2013-05-27 Jack AllnuttMerge branch 'master' of github.com:prawnsalad/KiwiIRC
2013-05-25 Darrenmerging waldir-patch-1
2013-05-06 DarrenMerge branch 'development' into multi_server
2013-04-23 Jack AllnuttMerge branch 'master' of github.com:prawnsalad/KiwiIRC
2013-04-21 Jack AllnuttMerge pull request #228 from M2Ys4U/listen_error
2013-04-21 Jack AllnuttShow an error when we're unable to bind to an address...
2013-04-21 DarrenMerge with development branch
2013-04-12 DarrenMerge branch 'development'
2013-04-03 DarrenMerge branch 'socks' of https://github.com/M2Ys4U/KiwiI...
2013-04-03 DarrenMerge branch 'socks' of https://github.com/M2Ys4U/KiwiI...
2013-04-03 DarrenMerge branch 'development' of github.com:prawnsalad...
2013-04-03 DarrenConnection limiting
2013-04-01 DarrenMerge pull request #200 from M2Ys4U/socks
2013-03-30 Jack AllnuttAdd a limit to the number of connections made to irc...
2013-03-28 Jack AllnuttMerge branch 'master' of github.com:prawnsalad/KiwiIRC
2013-03-26 DarrenExtra config checks on config.log overloading
2013-03-24 DarrenMerge branch 'development'
2013-03-21 DarrenBuilt in identd server
2013-03-21 Jack AllnuttMerge branch 'master' of github.com:prawnsalad/KiwiIRC
2013-02-03 DarrenMerge branch 'development'
2013-02-02 DarrenMerge branch 'tab_layout' into development
2013-02-01 DarrenWebListener object emitting updated event names
2013-01-03 Jack AllnuttMerge branch 'master' of github.com:prawnsalad/KiwiIRC
2012-12-26 DarrenMerge branch 'development'
2012-12-11 DarrenStack traces on uncaught exceptions
2012-12-05 DarrenMerge branch 'development' of https://github.com/prawns...
2012-11-30 DarrenServer modules location in config. Control module included
2012-11-27 DarrenMerge branch 'development'
2012-11-24 Darrenmoduls.js refactor; Removed existing module events...
2012-11-24 DarrenMerge branch 'development' into server_plugins
2012-11-21 DarrenMerge branch 'development'
2012-11-21 DarrenModules object now using it's prototype; Typo fixes
2012-11-20 DarrenRename 'plugins' to 'modules'
2012-11-20 DarrenInitial server modules implementation + example
2012-11-11 DarrenMerge branch 'ircv3' of https://github.com/M2Ys4U/KiwiI...
2012-11-11 DarrenMerged in lodash from karbassi
2012-11-10 DarrenMerge branch 'development'
2012-11-08 DarrenServer: Set waiting for server listening before setting...
2012-11-08 DarrenExample config.js file
2012-11-08 Ali KarbassiReplaced 'underscore' with 'lodash'.
2012-11-06 Jack AllnuttMerge branch 'development' into ircv3
2012-11-03 Jack AllnuttMerge branch 'master' of github.com:prawnsalad/KiwiIRC
2012-11-03 DarrenMerge pull request #115 from M2Ys4U/irc_uri
2012-11-02 DarrenMerge pull request #111 from prawnsalad/development
2012-11-02 DarrenServer: Uncaught exception handler
2012-11-02 Jack AllnuttMerge branch 'master' of github.com:prawnsalad/KiwiIRC
2012-11-02 DarrenMerge ... development branch (New server codebase)
2012-11-01 Jack AllnuttMerge branch 'backbone_ui' of github.com:prawnsalad...
2012-10-31 DarrenMerge branch 'backbone_ui' of https://github.com/M2Ys4U...
2012-10-31 Jack AllnuttUse explicit global variable for current configuration...
2012-10-29 DarrenServer: reconfig control signals
2012-10-29 DarrenServer: Updated stats command to new client store
2012-10-29 DarrenServer: Removing console.logs, comments, formatting
2012-10-29 Jack AllnuttImplement the max_client_conns config setting
2012-10-28 DarrenDaemonize option and outputting to file
2012-10-28 DarrenUID/GID changing in the correct order?
2012-10-28 DarrenRemoving bound events #101
2012-10-23 DarrenRehashing new clients #92
2012-10-22 DarrenGlobal config created, correct quit message. #94
2012-10-21 DarrenConfig files now as a nodejs module
next