Listening on the raw socket in TLS IRC connections
[KiwiIRC.git] / server / clientcommands.js
2013-08-03 Jack AllnuttMerge branch 'dep_update' into development
2013-07-01 DarrenMerge pull request #310 from Felizardo/encoding2
2013-06-29 Vinicius Daly Feli... No more need to specify a set of available encodings
2013-06-20 Vinicius Daly Feli... Fixing identation
2013-06-20 Vinicius Daly Feli... Finished /encoding command to change encoding on the fly
2013-03-21 Jack AllnuttMerge branch 'master' of github.com:prawnsalad/KiwiIRC
2013-02-21 DarrenMerge branch 'development'
2013-02-14 DarrenKICK command fix
2013-02-03 DarrenMerge branch 'development'
2013-01-21 DarrenCallback fix on on truncated messages
2013-01-21 DarrenMessage truncating method a little more DRY
2013-01-21 DarrenSending correct message length when truncated (privmsg...
2013-01-21 DarrenMerge pull request #159 from M2Ys4U/msg_wrap
2013-01-16 Jack AllnuttUse a temporary variable rather than manipulate args...
2013-01-16 Jack AllnuttSplit long PRIVMSG and NOTICE commands into multiple...
2013-01-03 Jack AllnuttMerge branch 'master' of github.com:prawnsalad/KiwiIRC
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-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 Ali KarbassiReplaced 'underscore' with 'lodash'.
2012-11-02 Jack AllnuttMerge branch 'master' of github.com:prawnsalad/KiwiIRC
2012-11-02 DarrenMerge ... development branch (New server codebase)
2012-10-21 DarrenMore naming conventions