KiwiIRC.git
2013-11-12 DarrenUpdate development version number
2013-11-12 DarrenUpdate master version number
2013-11-12 DarrenLittle more contrast in CLI theme
2013-11-12 DarrenLess flat looking relaxed theme for supported browsers
2013-11-11 DarrenServer: noop RPL_WHOREPLY and RPL_ENDOFWHO commands...
2013-11-11 DarrenMerge pull request #423 from M2Ys4U/title
2013-11-11 Jack AllnuttMove window_title config option to client settings
2013-11-11 Jack AllnuttMake the window title configurable
2013-11-11 DarrenClient plugins loading correctly with new HTML templates
2013-11-11 DarrenHandle RPL_INVITING command
2013-11-05 DarrenRepeat incorrect password fix #243
2013-11-04 DarrenUser menu location now depends on cursor location #420
2013-11-04 DarrenFont formatting + colours in sent message (xchats ...
2013-11-03 DarrenUpdating DNSBL server module
2013-11-02 DarrenNet. interface binding per outgoing IRC connection
2013-11-02 DarrenSOCKS server fix
2013-10-31 Jack AllnuttUpdate package.json to reflect new location of build.js
2013-10-29 Jack AllnuttMerge pull request #421 from CoryChaplin/development
2013-10-29 Cory ChaplinRemoved redundant call to NAMES onJoin
2013-10-27 DarrenIndex template updated for start button
2013-10-27 DarrenMore prominent 'Start' button
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 DarrenCorrectly using application template (fixes timestamps...
2013-10-27 DarrenRestoring conf.public_http config option for backwards...
2013-10-27 Darren.gitignore update
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-27 Jack AllnuttUpdate dependency. socksjs 0.4.1 -> 0.4.3
2013-10-26 DarrenCaching jquery objects in doLayout
2013-10-26 DarrenPanel list fix
2013-10-26 DarrenRemove external image dependancy
2013-10-26 DarrenApplication HTML as a template to delay HTML parsing...
2013-10-25 DarrenNot waiting for settings.json for production files...
2013-10-24 Jack AllnuttUpdate dependencies
2013-10-16 Jack AllnuttAlso use the ZNC-specific version of the `server-time...
2013-10-06 DarrenClickable channels in chanlist applet
2013-10-05 DarrenUpdating build script for previous commit
2013-10-05 DarrenClient loading script in correct order
2013-10-05 DarrenQuery panel fixes
2013-09-28 DarrenTransition background background on nick highlights
2013-09-28 DarrenMerge branch 'server-time' of https://github.com/M2Ys4U...
2013-09-28 Jack AllnuttClient-side support for server-time CAP
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 DarrenChannel key on connect auto-join used correctly #391
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 DarrenRemove unused conf.cap_options from example config
2013-09-28 Darrenpanel.addMsg moved to models/channel.js
2013-09-28 Darren/clear command fix
2013-09-28 DarrenMerge pull request #403 from M2Ys4U/nick_trunc_fix
2013-09-26 Jack AllnuttRename j_loop to nick_character_loop and j_char to...
2013-09-26 Jack AllnuttRefactor _kiwi.model.Member#stripPrefix
2013-09-26 Jack AllnuttMerge pull request #402 from M2Ys4U/nick_trunc_fix
2013-09-26 Jack AllnuttFix bug where nicks could be missing the first char...
2013-09-23 DarrenUpdate development version number
2013-09-23 DarrenUpdate master version number
2013-09-23 DarrenRemoving transports from example config file
2013-09-23 DarrenModule hook - 'client created'
2013-09-23 Darrenes-419 + zh-tw translation update
2013-09-22 DarrenTranslations update
2013-09-21 DarrenMenuBox closing refactor
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-13 Darrenemoticons moved to CSS
2013-09-13 Jack AllnuttSprite the emoticon images
2013-09-13 Jack AllnuttAdding emoticon support
2013-09-11 DarrenUpdated proxy docs link in config.example.js
2013-09-10 DarrenBash wrapper correctly passing arguments
2013-09-10 DarrenCode formatting; Notifications only when blurred; Chann...
2013-09-10 Andrew ColdenMerge branch 'pr/374' into notificationsMerge2
2013-09-10 DarrenComment to develop in the development branch
2013-09-10 Michele LocatiMerge italian translation
2013-09-10 DarrenCTCP time response fix
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-04 DarrenPanel/channel/server views split up; message element...
2013-09-04 DarrenChannel/query specific events moved out of panel view
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 as a dependancy
2013-09-01 Darrengateway logging
2013-09-01 Darrengateway.reconnect() callback being used
2013-09-01 DarrenRely on engine.io transport probing
2013-09-01 DarrenEngine.io.tools file + ignoring built bundle
2013-09-01 DarrenEngine.io + Engine.io.tools implemented
2013-09-01 Darrenwebsocketrpc update
next