Respond to ERR_ERONEOUSNICKNAME
[KiwiIRC.git] / server / irc / commands.js
2013-06-04 Jack AllnuttRespond to ERR_ERONEOUSNICKNAME
2013-06-03 Jack AllnuttRemove event bindings from commands.js
2013-05-25 DarrenMerge M2Ys4U-joinfix
2013-05-25 Darrenmerging waldir-patch-1
2013-05-25 DarrenMerge pull request #271 from portshner/development
2013-05-25 DarrenDifferentiating between server and non server notices
2013-05-20 DarrenAWAY output in WHOIS
2013-05-11 DarrenMerge pull request #244 from M2Ys4U/cap
2013-05-11 Jack AllnuttFix bug where we would fail to do SASL negotation if...
2013-05-09 DarrenMerge pull request #239 from M2Ys4U/key
2013-05-06 DarrenMerge branch 'development' into multi_server
2013-05-03 DarrenMerge pull request #236 from M2Ys4U/event_delimiter
2013-05-03 Jack AllnuttUse a space instead of colon as event delimiter
2013-03-05 DarrenMerge branch 'client_plugins' into development
2013-03-04 DarrenMerge branch 'development'
2013-03-03 DarrenRPL_ENDOFBANLIST fix
2013-02-03 DarrenMerge branch 'development'
2013-02-02 DarrenMerge branch 'tab_layout' into development
2013-02-01 DarrenRevert "Server: Removed hostname from 'server:*' event...
2013-01-31 DarrenServer: Removed hostname from 'server:*' event names
2013-01-31 DarrenERR_PASSWORDMISMATCH; IrcServer disposing
2013-01-31 DarrenLUSER command implimented; Network stats output;
2013-01-31 Darren/list command working properly
2013-01-31 DarrenReading the correct nick on a NICK command
2013-01-31 DarrenCTCP TIME fix
2013-01-31 Jack AllnuttGet codebase into semi-working state
2013-01-31 Jack Allnuttthis/that fixes
2013-01-31 Jack AllnuttMore typo fixing
2013-01-31 Jack AllnuttAdd missing colon to MODE event name
2013-01-31 Jack AllnuttMODE handling
2013-01-31 Jack AllnuttAdd IrcServer
2013-01-31 Jack AllnuttMore channel commands
2013-01-31 Jack AllnuttIrcUser object + plumbing
2013-01-31 Jack AllnuttPass callback to state.connect, fix vars
2013-01-31 DarrenIrcChannel + IrcCommands topic event
2013-01-31 DarrenIrcCommands + IrcChannel
2013-01-31 DarrenMore IrcChannel events implimented
2013-01-03 Darrenmap/links/permission denied/unknown command errors...
2012-12-26 DarrenMerge branch 'development'
2012-12-20 DarrenServer: Fix for no channel prefixes yet set errors
2012-12-05 DarrenMerge branch 'development' of https://github.com/prawns...
2012-11-30 DarrenCTCP CLIENTINFO, SOURCE, TIME
2012-11-24 DarrenMerge branch 'development' into server_plugins
2012-11-21 DarrenMerge branch 'development'
2012-11-21 Jack AllnuttChange formatting in commands.js
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-10 DarrenMerge branch 'development'
2012-11-09 DarrenServer: Reading nick changes fix on Inspircd
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-04 Jack Allnuttfix typo
2012-11-04 Jack AllnuttImplements away-notify
2012-11-03 Jack AllnuttSend enabled capabilities to client
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 AllnuttImplement the capabilities negotiation and multi-prefix...
2012-11-01 Jack AllnuttMerge branch 'backbone_ui' of github.com:prawnsalad...
2012-11-01 Jack AllnuttFix clashing object keys in RPL_WHOISSERVER
2012-10-28 DarrenRemoving bound events #101
2012-10-21 DarrenMore naming conventions