Fix bug where we would fail to do SASL negotation if the list of
[KiwiIRC.git] / server /
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-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-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 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
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 DarrenClosing the IrcConnection socket on a dispose
2013-01-31 DarrenUpdating the nick within IrcConnection on change
2013-01-31 DarrenMissed a single IrcUser per nick related comment
2013-01-31 DarrenReading the correct nick on a NICK command
2013-01-31 DarrenCTCP TIME fix
2013-01-31 DarrenUse 1 IrcUser object to handle user events
2013-01-31 DarrenIrcConnection IRC events refactor; EventEmitter2 maxLis...
2013-01-31 DarrenIrc bound events fix
2013-01-31 Jack AllnuttGet codebase into semi-working state
2013-01-31 DarrenIrcEventBinder refactor
2013-01-31 DarrenRemoved irc_events from the prototype; Untied IrcEventB...
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 AllnuttAdd IrcConnection.clientEvent
2013-01-31 Jack AllnuttMODE handling
2013-01-31 Jack AllnuttMove the binding into new prototype object
2013-01-31 Jack AllnuttAdd IrcServer
2013-01-31 Jack AllnuttMore channel commands
2013-01-31 Jack AllnuttFix typo
2013-01-31 Jack AllnuttRemove handlers from prototype chain
2013-01-31 Jack AllnuttIrcUser object + plumbing
2013-01-31 DarrenIrcChannel event binding
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-31 Jack Allnuttaddress -> user
2013-01-31 Jack AllnuttIrcConnection handling in State instead of Client
2013-01-31 DarrenChannel object start
2013-01-21 DarrenCallback fix on on truncated messages
next