making it librejs compliant
[KiwiIRC.git] / server / irc / state.js
2015-01-26 DarrenMerge branch 'development'
2014-12-20 DarrenMerge pull request #602 from antwebes/pull_dev
2014-10-18 DarrenMerge remote-tracking branch 'origin/M2Ys4U-promise...
2014-10-17 DarrenMerge branch 'promise' of https://github.com/M2Ys4U...
2014-10-15 jdeveloperMerge branch 'development' of https://github.com/antweb...
2014-10-15 jdeveloperMerge remote-tracking branch 'upstream/development...
2014-10-02 DarrenIrcConnection specific quit_message
2014-08-27 DarrenKeep hold of X lines from IRCd for connection error...
2014-08-21 Jack AllnuttModify PluginInterface to use promises on server
2014-07-16 jdeveloperMerge with upstrea/development
2014-07-03 DarrenReconnecting when IRCd drops the connection
2014-07-02 DarrenCorrectly sending irc disconnected error to browser
2014-06-01 DarrenMerge branch 'message_events' into development
2014-05-31 DarrenIncluding state object in 'irc connecting' module event
2014-03-31 Cory ChaplinMerge remote branch 'origin/development' into text_themes
2014-03-28 DarrenFinalising winston logging; Logging timestamp format;
2014-03-28 DarrenMerge branch 'winston' of https://github.com/M2Ys4U...
2014-02-18 Jack AllnuttReplace calls to console.log() with Winston.info()...
2014-01-24 DarrenMerge branch 'irc_proxy' into development
2014-01-21 DarrenWorking proxy sockets
2013-09-28 DarrenNew IRC connection - don't send redundant con_num to...
2013-09-17 DarrenMerge pull request #336 from M2Ys4U/userbox
2013-09-10 Andrew ColdenMerge branch 'pr/374' into notificationsMerge2
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