Client loading script in correct order
[KiwiIRC.git] / server /
2013-10-05 DarrenClient loading script in correct order
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
2013-08-10 Jack AllnuttCache debug & production settings independently
2013-08-10 DarrenMerge branch 'settings' of https://github.com/M2Ys4U...
2013-08-10 Jack AllnuttCache client settings, emit event on reconfig in config...
2013-08-08 Jack AllnuttDon't embded settings in HTML, serve them as a separate...
2013-08-04 DarrenMerge pull request #359 from lewtds/l10n
2013-08-04 Jack AllnuttMerge branch 'development' of github.com:prawnsalad...
2013-08-03 DarrenMultiple outgoing interface addresses
2013-08-03 DarrenRemoving obsolete vars in client.js
2013-08-03 Jack AllnuttSplit data into lines before decoding to strings
2013-08-03 Jack AllnuttMerge branch 'dep_update' into development
2013-08-02 DarrenNaming IrcConnection event handlers in State
2013-08-02 DarrengetConnectionFamily() IP address fix
2013-08-02 DarrenServer: Force data to be sent ahead of a write queue
2013-07-29 Darrenconnection.js: closure names to help with heap snapshots
2013-07-28 DarrenMinor connection.js changes
2013-07-28 DarrenCorrectly disposing IrcConnection
2013-07-27 DarrenIdentd port pairs memory leak fix
2013-07-26 DarrenServer: Splitting State / IrcConnection / IrcCommands...
2013-07-26 DarrenFlood control / message throttling to the IRC server
2013-07-24 DarrenMerge branch 'development'
2013-07-24 DarrenFormatting + comments in httphandler.js
2013-07-24 Jack AllnuttFurther serveMagicLocale fixes
2013-07-24 Jack AllnuttFix for magic.json handling
2013-07-21 Jack AllnuttMerge pull request #342 from M2Ys4U/i18n
2013-07-21 Jack AllnuttMerge branch 'i18n' into development
2013-07-18 DarrenServer: Moving events from the module prototype
2013-07-17 DarrenIdentd server tweaks
2013-07-17 DarrenIdentd resolving usernames/idents correctly
2013-07-17 DarrenImprove Identd server to actually process data it receives
2013-07-14 DarrenConnecting to the correct host for outgoing connections
2013-07-14 DarrenOutgoing connection refactor
2013-07-13 Jack AllnuttAllow configuration of IP addresses to use for outgoing...
2013-07-10 DarrenServer module refactor; Control module refactor;
2013-07-10 Jack AllnuttMerge pull request #5 from Flauschbaellchen/i18n
2013-07-10 NoxxMade en-gb to our default language and use it for fallb...
2013-07-10 DarrenServer: .preventDefault() support in module events
2013-07-10 DarrenDon't auto connect an IRC connection in the constructor
2013-07-08 Jack AllnuttMerge pull request #331 from M2Ys4U/spdy
2013-07-07 Jack AllnuttUse async readdir in locales directory, reorder checkin...
2013-07-07 Jack AllnuttMerge branch 'i18n' of github.com:M2Ys4U/KiwiIRC into...
2013-07-07 Jack AllnuttSend the Content-Language header when directly loading...
2013-07-07 Jack AllnuttFix fallback JSON
2013-07-07 Jack Allnuttuse SPDY
2013-07-05 Jack AllnuttMerge pull request #329 from M2Ys4U/perf
2013-07-05 Jack AllnuttRPL_NAMEREPLY: Don't loop over the whole nick when...
2013-07-05 Darren`stats` command accessible via `./kiwi stats`
2013-07-05 Jack AllnuttLoad translations from the server & add language to...
2013-07-01 Darrenremove `encoded_test` global var
2013-07-01 DarrenMerge pull request #310 from Felizardo/encoding2
2013-07-01 Jack AllnuttMerge branch 'range_check_update' into dep_update
2013-07-01 Jack AllnuttRemove dependency on range_check
2013-06-29 Vinicius Daly Feli... No more need to specify a set of available encodings
2013-06-28 DarrenMerge branch 'happytodesign-favicon_notifications'...
next