Cleanup to take comments into account
[KiwiIRC.git] / server /
2014-01-24 DarrenRemoving proxy test+debugging output
2014-01-24 DarrenMerge branch 'irc_proxy' into development
2014-01-24 DarrenMerge pull request #466 from CoryChaplin/fixes
2014-01-24 Cory ChaplinFix regression on kick messages
2014-01-24 Darrenproxy binding to local interfaces
2014-01-24 Darrenignore invalid cert options
2014-01-23 DarrenIdentd + SSL fixes
2014-01-23 DarrenTLS connection fixes
2014-01-23 DarrenConnecting to a SSL/TLS kiwi proxy
2014-01-23 DarrenSSL support on the proxy
2014-01-23 DarrenProxy server type in config file
2014-01-23 DarrenProxy connect options
2014-01-22 DarrenIdentd in Proxy
2014-01-22 Darrenproxy.js tidy-up
2014-01-21 DarrenWorking proxy sockets
2014-01-18 DarrenSeparated httphandler and settings generation
2014-01-16 DarrenMerge branch 'themes' of https://github.com/M2Ys4U...
2014-01-16 DarrenMerge pull request #442 from coolsmile/development
2014-01-14 DarrenServer module hooks for IRC events
2014-01-12 DarrenLess strict IRC parsing to allow non-latin characters...
2014-01-12 DarrenQUIT without a message fix
2014-01-06 DarrenMerge branch 'development' into channel_info
2014-01-05 DarrenFix previous commit
2014-01-05 DarrenDefault gecos supporting user hostname insertion
2014-01-03 DarrenMerge branch 'development' of https://github.com/tonyle...
2014-01-01 DarrenChannel Info+admin window; RPL_CHANNEL_URL; Ban list...
2013-12-29 DarrenLeave transport management to engine.io
2013-12-09 DarrenVerifying reverse DNS lookups
2013-12-03 DarrenMerge pull request #434 from M2Ys4U/space_fix
2013-12-03 Jack AllnuttFix bug where parameters separated by multiple spaces...
2013-11-15 Darrenserver-time-iso fix
2013-11-11 DarrenServer: noop RPL_WHOREPLY and RPL_ENDOFWHO commands...
2013-11-11 Jack AllnuttMove window_title config option to client settings
2013-11-11 Jack AllnuttMake the window title configurable
2013-11-11 DarrenHandle RPL_INVITING command
2013-11-02 DarrenNet. interface binding per outgoing IRC connection
2013-11-02 DarrenSOCKS server fix
2013-10-29 Jack AllnuttMerge pull request #421 from CoryChaplin/development
2013-10-29 Cory ChaplinRemoved redundant call to NAMES onJoin
2013-10-28 Jack AllnuttLoad themes as soon as possible to avoid FoUC
2013-10-27 DarrenMerge remote-tracking branch 'origin/development' into...
2013-10-27 Darrenserver-time refactor; znc.in/server-time formatting...
2013-10-27 DarrenMerge branch 'server-time' of https://github.com/M2Ys4U...
2013-10-27 DarrenRestoring conf.public_http config option for backwards...
2013-10-27 DarrenMoving index.html out of the assets folder - the page...
2013-10-27 Jack AllnuttMove src files out of assets dir
2013-10-25 Jack AllnuttMove themes from client/assets/src/themes to client...
2013-10-25 Jack AllnuttAuto-generate 'thumbnail' previews of themes in setting...
2013-10-16 Jack AllnuttAlso use the ZNC-specific version of the `server-time...
2013-10-05 DarrenClient loading script in correct order
2013-09-28 DarrenMerge branch 'server-time' of https://github.com/M2Ys4U...
2013-09-28 Jack AllnuttServer-side support for server-time CAP
2013-09-28 Jack AllnuttFix code that ignores capability modifiers
2013-09-28 Jack AllnuttFix parse_regex
2013-09-28 DarrenReplace %n with the nick for a custom real name #247
2013-09-28 DarrenUnknown IRC commands sent to client; RPL_WHOISACCOUNT...
2013-09-28 DarrenNew IRC connection - don't send redundant con_num to...
2013-09-28 DarrenCustomisable realname on irc connections #401
2013-09-28 Darrenpanel.addMsg moved to models/channel.js
2013-09-23 DarrenRemoving transports from example config file
2013-09-23 DarrenModule hook - 'client created'
2013-09-17 DarrenMerge pull request #336 from M2Ys4U/userbox
2013-09-17 DarrenSeparate IRC line parsing and socket onData parsing
2013-09-17 DarrenComment + var renaming
2013-09-15 Jack AllnuttNew maximum buffer size when holding data between calls...
2013-09-15 Jack AllnuttPass new buffer length to Buffer.concat (it's faster)
2013-09-15 Jack AllnuttRemove unused variables
2013-09-10 Andrew ColdenMerge branch 'pr/374' into notificationsMerge2
2013-09-10 DarrenMerge branch 'ctcp-fix' of https://github.com/TimPeters...
2013-09-09 DarrenMerge pull request #385 from TimPeterson/case-insensiti...
2013-09-09 Tim PetersonRemove double space between nick and action text.
2013-09-09 Tim PetersonProperly strip framing from CTCP messages.
2013-09-08 Tim PetersonUse case-insensitive comparisons against own nick.
2013-09-01 DarrenWebsocketRpc: Cleanup callbacks before exceptions occur
2013-09-01 DarrenDon't clobber over the event emitters _callbacks
2013-09-01 DarrenRPC callbacks refactor
2013-09-01 DarrenEngine.io + Engine.io.tools implemented
2013-09-01 Darrenwebsocketrpc update
2013-09-01 DarrenServer: Using socket.meta instead of socket.kiwi for...
2013-09-01 DarrenWebsocketRpc dispose() update; client disconnect fix
2013-09-01 DarrenInitial engine.io/websocketrpc port
2013-08-23 DarrenClient: Encoding within the URL
2013-08-22 DarrenCorrectly reading restrict_server_ssl from config
2013-08-18 Jack AllnuttMerge pull request #358 from M2Ys4U/buffer_parse
2013-08-18 DarrenJumpserver warning if no kiwi server given
2013-08-18 DarrenControlInterface output to its stream
2013-08-17 DarrenStandardised server control interface
2013-08-17 DarrenRemoving console.logs
2013-08-17 DarrenMerge branch 'settings' into development
2013-08-17 DarrenClient broadcasting method + jump server command
2013-08-15 DarrenMerge pull request #366 from coinpr0n/master
2013-08-15 DarrenMerge pull request #365 from coinpr0n/master
2013-08-13 Jack AllnuttBatch clients into sets of 100 for reconfig command
2013-08-13 Jack AllnuttHave client refetch settings on reconfig
2013-08-13 Jack AllnuttFix typo
2013-08-10 DarrenMerge branch 'settings' into development
2013-08-10 Darrenhttphandler.js refactor + comments
2013-08-10 Darrensettings.json hash generating fix
2013-08-10 DarrenMerge branch 'settings' of https://github.com/M2Ys4U...
2013-08-10 DarrenListening on the raw socket in TLS IRC connections
next