Client: Encoding within the URL
[KiwiIRC.git] / server / irc / state.js
2013-08-23 DarrenClient: Encoding within the URL
2013-08-15 DarrenMerge pull request #366 from coinpr0n/master
2013-08-15 DarrenMerge pull request #365 from coinpr0n/master
2013-08-04 DarrenMerge pull request #359 from lewtds/l10n
2013-08-03 Jack AllnuttMerge branch 'dep_update' into development
2013-08-02 DarrenNaming IrcConnection event handlers in State
2013-07-28 DarrenCorrectly disposing IrcConnection
2013-07-26 DarrenServer: Splitting State / IrcConnection / IrcCommands...
2013-07-21 Jack AllnuttMerge pull request #342 from M2Ys4U/i18n
2013-07-21 Jack AllnuttMerge branch 'i18n' into development
2013-07-10 DarrenDon't auto connect an IRC connection in the constructor
2013-06-04 Jack AllnuttMerge branch 'master' into development
2013-06-04 DarrenMerge pull request #284 from M2Ys4U/regex
2013-06-03 Jack AllnuttRemove event bindings from commands.js
2013-06-01 Jack AllnuttMerge branch 'master' of github.com:prawnsalad/KiwiIRC
2013-05-25 DarrenMerge M2Ys4U-joinfix
2013-05-25 Darrenmerging waldir-patch-1
2013-05-20 DarrenShowing IRC disconnections to the user #81
2013-04-23 Jack AllnuttMerge branch 'master' of github.com:prawnsalad/KiwiIRC
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 AllnuttAlso check ip_as_username config when applying per...
2013-03-30 Jack AllnuttMergability with development branch
2013-03-30 Jack AllnuttAdd a limit to the number of connections made to irc...
2013-03-30 DarrenMerge pull request #194 from pepijndevos/development
2013-03-29 Pepijn de Vossupport partially restricted modes
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-01-31 DarrenEmit 'dispose' on a dispose call instead of 'destroy'
2013-01-31 DarrenRemoved cosole.log()
2013-01-31 DarrenClosing the IrcConnection socket on a dispose
2013-01-31 Jack AllnuttPass callback to state.connect, fix vars
2013-01-31 DarrenMore IrcChannel events implimented
2013-01-31 Jack Allnuttaddress -> user
2013-01-31 Jack AllnuttIrcConnection handling in State instead of Client