SOCKS proxy conf and integration
[KiwiIRC.git] / server / client.js
2013-02-02 DarrenMerge branch 'tab_layout' into development
2013-01-31 DarrenEmit 'dispose' on a dispose call instead of 'destroy'
2013-01-31 Jack AllnuttPass callback to state.connect, fix vars
2013-01-31 Jack AllnuttIrcConnection handling in State instead of Client
2013-01-31 DarrenChannel object start
2012-11-24 Darrenmoduls.js refactor; Removed existing module events...
2012-11-24 DarrenMerge branch 'development' into server_plugins
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-08 DarrenMerge branch 'proxy_ranges' into development
2012-11-08 Ali KarbassiReplaced 'underscore' with 'lodash'.
2012-11-08 DarrenOption to restrict connections to 1 server
2012-11-06 Jack AllnuttMerge branch 'development' into ircv3
2012-11-02 DarrenMerge ... development branch (New server codebase)
2012-11-02 DarrenServer: Passing correct client addr for webirc usage
2012-11-02 DarrenMerge branch 'backbone_ui' of https://github.com/M2Ys4U...
2012-11-01 Jack AllnuttMerge branch 'backbone_ui' of github.com:prawnsalad...
2012-11-01 Jack AllnuttRemove uneeded require() of config module.
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: extra entropy for clients hash. Logging IRC...
2012-10-29 DarrenServer: re-arranged disposing
2012-10-29 DarrenServer: Removing console.logs, comments, formatting
2012-10-29 Jack AllnuttImplement the max_client_conns config setting
2012-10-28 DarrenRemoving bound events #101
2012-10-23 DarrenReverse DNS fix. Passing client IP via username #99
2012-10-22 DarrenSending connection errors back to the client. Stack...
2012-10-22 DarrenGlobal config created, correct quit message. #94
2012-10-21 DarrenMore naming conventions
2012-10-21 Darrenhttphandler.js rename. client.sendIRCCommand naming
2012-10-21 Darrenclient + ircconnection cleanup
2012-10-10 DarrenRemoving uneeded server code
2012-10-02 DarrenServer crash on connecting twice fix
2012-09-30 DarrenRegex reverted back kiwi original
2012-09-22 Jack Allnuttfix crashbug caused by using semicolons instead of...
2012-09-21 Jack Allnuttfix crashbug caused by using semicolons instead of...
2012-09-21 Jack AllnuttMerge branch 'backbone_ui' of github.com:prawnsalad...
2012-09-20 DarrenKiwi client/server API fully reverted
2012-09-18 Jack Allnuttmerging extensive changes from prawnsalad/KiwiIRC
2012-07-31 Jack Allnuttfix for crash when command parameters is not an array
2012-07-31 Jack AllnuttClose socket to IRC server on websocket disconnect
2012-07-20 Jack AllnuttGrafting the new server to the new backbone client