Move global canvas var to this.canvas
[KiwiIRC.git] / server /
2013-06-20 DarrenMerge pull request #312 from happytodesign/development
2013-06-20 DarrenMerge pull request #311 from happytodesign/development
2013-06-20 DarrenParsing log output when saving to file #306
2013-06-16 DarrenServer: Case insensitive events
2013-06-16 DarrenMerge pull request #304 from happytodesign/development
2013-06-16 DarrenMerge pull request #303 from M2Ys4U/whowas
2013-06-15 Jack AllnuttHandle replies to WHOWAS command
2013-06-09 DarrenPadding out ip_as_username hex values
2013-06-04 Jack AllnuttMerge branch 'master' into development
2013-06-04 DarrenMerge pull request #284 from M2Ys4U/regex
2013-06-04 DarrenMerge pull request #287 from M2Ys4U/highlight
2013-06-04 DarrenMerge pull request #286 from M2Ys4U/err_nick
2013-06-04 Jack AllnuttRespond to ERR_ERONEOUSNICKNAME
2013-06-03 Jack AllnuttRemove event bindings from commands.js
2013-06-03 Jack AllnuttBring parse regex inline with RFC for user part of...
2013-06-01 Jack AllnuttMerge branch 'master' of github.com:prawnsalad/KiwiIRC
2013-05-27 Jack AllnuttMerge branch 'master' of github.com:prawnsalad/KiwiIRC
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 DarrenServer code cleaning
2013-05-25 DarrenMore server notice detecting
2013-05-25 DarrenDifferentiating between server and non server notices
2013-05-22 DarrenClient: Folder restructure
2013-05-20 DarrenShowing IRC disconnections to the user #81
2013-05-20 DarrenAWAY output in WHOIS
2013-05-17 DarrenMerge branch 'master' into development
2013-05-17 DarrenServer: Capturing DNS exceptions
2013-05-16 DarrenMerge pull request #256 from ThiefMaster/patch-1
2013-05-16 ThiefMasterDon't use for..in for n array
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 branch 'multi_server' into development
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-04-23 DarrenListening for events before 001 is sent
2013-04-23 Jack AllnuttMerge branch 'master' of github.com:prawnsalad/KiwiIRC
2013-04-21 Jack AllnuttMerge pull request #228 from M2Ys4U/listen_error
2013-04-21 Jack AllnuttShow an error when we're unable to bind to an address...
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-21 DarrenMerge with development branch
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-13 DarrenRevised CA cert logic
2013-04-13 DarrenMerge branch 'ssl' of https://github.com/pepijndevos...
2013-04-13 Pepijn de Vosduck-typed CA parameter
2013-04-13 Pepijn de Vosallow absolute paths and multiple CAs
2013-04-12 DarrenMerge branch 'development'
2013-04-12 DarrenMerge branch 'awesome' of https://github.com/pepijndevo...
2013-04-12 DarrenMerge pull request #214 from pepijndevos/liststart
2013-04-12 Pepijn de Vosmini refactor
2013-04-12 Pepijn de Vossupport rfc2812-style LIST
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 DarrenMerge branch 'development' of github.com:prawnsalad...
2013-04-03 DarrenConnection limiting
2013-04-01 DarrenMerge pull request #200 from M2Ys4U/socks
2013-04-01 Jack AllnuttFix minor omissions
2013-04-01 Jack AllnuttRefactor to use the new streams API
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-28 Jack AllnuttMerge branch 'master' of github.com:prawnsalad/KiwiIRC
2013-03-26 DarrenExtra config checks on config.log overloading
2013-03-24 DarrenMerge branch 'development'
2013-03-23 Jack AllnuttSOCKS proxy conf and integration
2013-03-21 DarrenBuilt in identd server
2013-03-21 Jack AllnuttMerge branch 'master' of github.com:prawnsalad/KiwiIRC
2013-03-21 Jack AllnuttPlumb socks.js into connection.js
2013-03-21 Jack AllnuttTweaking SocksConnection internals/API
2013-03-14 Jack AllnuttSupport for SSL connections through SOCKS proxy
2013-03-11 DarrenServer: NOTICE sending correct parameters
2013-03-06 Jack AllnuttMostly working SOCKS client
2013-03-05 DarrenMerge branch 'client_plugins' into development
2013-03-04 DarrenMerge branch 'development'
2013-03-03 DarrenRPL_ENDOFBANLIST fix
2013-02-21 DarrenMerge branch 'development'
2013-02-18 DarrenMerge branch 'development' of github.com/M2Ys4U/KiwiIRC...
2013-02-18 DarrenServer: Removing plugin listeners from PluginInterface...
2013-02-14 DarrenKICK command fix
2013-02-03 DarrenMerge branch 'development'
2013-02-02 DarrenMerge branch 'tab_layout' into development
2013-02-01 DarrenWebListener object emitting updated event names
2013-02-01 DarrenServer: IrcChannel definition consistancy
2013-02-01 DarrenServer: Removed host+port duplication from IrcServer
2013-02-01 DarrenRevert "Server: Removed hostname from 'server:*' event...
2013-01-31 DarrenServer: Removed hostname from 'server:*' event names
2013-01-31 DarrenEmit 'dispose' on a dispose call instead of 'destroy'
2013-01-31 DarrenRemoved cosole.log()
2013-01-31 DarrenIrcServer memory leak fix
2013-01-31 Darrenprevious commit part.2
next