Use a space instead of colon as event delimiter
[KiwiIRC.git] / server / irc / connection.js
2013-05-03 Jack AllnuttUse a space instead of colon as event delimiter
2013-04-21 DarrenMerge pull request #227 from snikch/master
2013-04-21 Mal CurtisDon't kick the kicker out of the rooms
2013-04-20 DarrenMerge pull request #219 from M2Ys4U/socks
2013-04-19 Jack AllnuttSpin socks.js out into its own NPM module ``socksjs``.
2013-04-12 DarrenMerge branch 'development'
2013-04-08 Darren/ char allowed in the username for ZNC multi servers
2013-04-07 DarrenAllowing * in nicks for ZNC *status nick
2013-04-03 DarrenMerge branch 'socks' of https://github.com/M2Ys4U/KiwiI...
2013-04-03 Jack AllnuttFix off-by-one error in checking node version
2013-04-03 DarrenMerge branch 'socks' of https://github.com/M2Ys4U/KiwiI...
2013-04-03 Jack AllnuttOnly require socks.js if running node 0.10 or above
2013-04-03 DarrenConnection limiting
2013-04-01 DarrenMerge pull request #200 from M2Ys4U/socks
2013-04-01 Jack AllnuttRefactor to use the new streams API
2013-03-23 Jack AllnuttSOCKS proxy conf and integration
2013-03-21 Jack AllnuttPlumb socks.js into connection.js
2013-02-03 DarrenMerge branch 'development'
2013-02-02 DarrenMerge branch 'tab_layout' into development
2013-01-31 Darrenprevious commit part.2
2013-01-31 DarrenERR_PASSWORDMISMATCH; IrcServer disposing
2013-01-31 DarrenClosing the IrcConnection socket on a dispose
2013-01-31 DarrenUpdating the nick within IrcConnection on change
2013-01-31 DarrenUse 1 IrcUser object to handle user events
2013-01-31 DarrenIrcConnection IRC events refactor; EventEmitter2 maxLis...
2013-01-31 Jack AllnuttGet codebase into semi-working state
2013-01-31 Jack AllnuttAdd IrcConnection.clientEvent
2013-01-31 Jack AllnuttPass callback to state.connect, fix vars
2013-01-05 Darrenserver/irc/connection.js tidy + comments
2012-12-26 DarrenMerge branch 'development'
2012-12-12 DarrenServer: Seperated connection method from constructor
2012-12-12 DarrenServer: Custom WEBIRC method support via modules
2012-11-28 DarrenMerge branch 'development'
2012-11-28 DarrenAllowing underscores within client hosts
2012-11-24 DarrenMerge branch 'development' into server_plugins
2012-11-21 DarrenMerge branch 'development'
2012-11-21 Jack AllnuttMerge branch 'development' of github.com:prawnsalad...
2012-11-21 Jack AllnuttRemove time-delayed sending of registration info
2012-11-11 DarrenMerge branch 'ircv3' of https://github.com/M2Ys4U/KiwiI...
2012-11-11 DarrenMerged in lodash from karbassi
2012-11-09 Jack Allnuttuser -> username
2012-11-08 Jack AllnuttSend the modified USER line to the IRCd
2012-11-08 Jack AllnuttAllow findWebIrc() to modify user details
2012-11-08 Ali KarbassiReplaced 'underscore' with 'lodash'.
2012-11-08 Jack AllnuttFix some minor issues
2012-11-06 Jack AllnuttMerge branch 'development' into ircv3
2012-11-03 DarrenMerge pull request #115 from M2Ys4U/irc_uri
2012-11-03 DarrenMerge branch 'development'
2012-11-02 DarrenServer: Correct IRC socket connect handler
2012-11-02 Jack AllnuttUpdate way we check if we're SASL authented when we...
2012-11-02 Jack AllnuttSASL support
2012-11-02 DarrenMerge ... development branch (New server codebase)
2012-11-02 DarrenMerge branch 'backbone_ui' of https://github.com/M2Ys4U...
2012-11-01 Jack AllnuttParse Message Tags
2012-11-01 Jack AllnuttImplement the capabilities negotiation and multi-prefix...
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 AllnuttConfigure IRC Server SSL handling
2012-10-31 Jack AllnuttUse explicit global variable for current configuration...
2012-10-29 DarrenServer: extra entropy for clients hash. Logging IRC...
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-21 DarrenMore naming conventions