KiwiIRC.git
2013-04-03 DarrenConnection limiting
2013-04-03 DarrenMerge pull request #204 from M2Ys4U/feedback
2013-04-03 Jack AllnuttShow feedback when saving settings
2013-04-01 DarrenMerge pull request #200 from M2Ys4U/socks
2013-04-01 Jack AllnuttActually remove node version restriction
2013-04-01 Jack AllnuttRemove npm version restriction & add warning to config...
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 #196 from pepijndevos/development
2013-03-30 Pepijn de Vosfix indentation
2013-03-30 Pepijn de Vosip_as_username should serve as an example
2013-03-30 DarrenMerge pull request #194 from pepijndevos/development
2013-03-30 DarrenMentioned node.js in readme
2013-03-29 Pepijn de Vossupport partially restricted modes
2013-03-29 DarrenPlugin tool icons on control_input
2013-03-26 DarrenClient using font-awesome minified CSS
2013-03-26 DarrenExtra config checks on config.log overloading
2013-03-24 DarrenBasic theme text colour darkening
2013-03-24 DarrenBasic theme message styling
2013-03-24 DarrenCLI theme highlighting #192
2013-03-24 DarrenTab complete commenting + inserting ': ' after. #188
2013-03-24 DarrenDon't add scrollback if it doesn't exist
2013-03-24 Darren/set command converting values to ints/bools
2013-03-24 DarrenTimestamp toggling
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-13 DarrenClient: using a supplied channel key correctly
2013-03-11 DarrenTemporarily using #kiwi selector again for doLayout()
2013-03-11 DarrenClient using all given channel prefixes
2013-03-11 DarrenClient views no longer referring to #kiwi directly
2013-03-11 DarrenServer: NOTICE sending correct parameters
2013-03-11 DarrenREADME using HTTPS links, included #kiwiirc channel...
2013-03-11 DarrenBasic theme server_selection styling
2013-03-11 DarrenWarning of joining invalid channel names #169
2013-03-11 DarrenNew client theme: Basic
2013-03-11 DarrenClient side /ignore + /unignore commands
2013-03-11 DarrenMerge pull request #182 from dwarf2000/patch-1
2013-03-11 dwarf2000Fixed typo in README.md
2013-03-10 DarrenCorrect event name for CTCP controlbox command
2013-03-10 DarrenScript components returning data form proxied functions
2013-03-09 Darrenswitching HTTP to HTTPS for kiwiirc.com references
2013-03-09 DarrenRemoved default nick + server
2013-03-09 DarrenClient: Don't connect if no nick chosen
2013-03-06 Jack AllnuttMostly working SOCKS client
2013-03-05 DarrenClient user script editor
2013-03-05 Darrenfontawesome update
2013-03-05 DarrenMerge branch 'client_plugins' into development
2013-03-04 Darren/ctcp command implimented into the client #177
2013-03-03 DarrenChannel list view width change
2013-03-03 DarrenRPL_ENDOFBANLIST fix
2013-03-02 DarrenMerge pull request #175 from M2Ys4U/development
2013-03-02 Jack AllnuttSupport for leading zeroes in colour codes
2013-02-22 DarrenPlugin example updated
2013-02-22 DarrenIrc component renamed; Kiwi network events;
2013-02-22 DarrenGateway events consistancy
2013-02-22 DarrenClient: ControlBox event namespace seperator
2013-02-21 DarrenClient plugin example
2013-02-21 DarrenClient API implimentation
2013-02-18 DarrenMerge branch 'development' of github.com/M2Ys4U/KiwiIRC...
2013-02-18 Jack AllnuttFix off-by-one error when handling bg colours.
2013-02-18 DarrenServer: Removing plugin listeners from PluginInterface...
2013-02-17 DarrenDon't show a loader for query panels
2013-02-17 DarrenClient: Channel joining loader
2013-02-17 DarrenChannel tabs/list switching on supported themes
2013-02-14 DarrenKICK command fix
2013-02-02 DarrenUpdated README
2013-02-02 DarrenMerge branch 'tab_layout' into development
2013-02-02 DarrenGit fail - redo previous commit
2013-02-02 DarrenCLI theme input box CSS fix; CLI+Mini theme channel...
2013-02-02 DarrenMessage aligning
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 DarrenClient: Password mismatch
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 DarrenClient: Switch next/prev panel hotkeys to [] chars
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 Jack AllnuttRequire EventEmitter2 as dependency
next