KiwiIRC.git
2014-11-29 DarrenInclude network object in plugin event on network relat...
2014-11-29 DarrenPlugin access to the control input text area
2014-11-28 Darrenchannel:join + channel:leave plugin events
2014-11-28 Darren.say() alias .msg() on public Network object
2014-11-28 Darrennicklist + inline nick event names consistency
2014-11-28 Darrennicklist:select renamed nick:select; inline nicks using...
2014-11-28 Darren.createQuery(nick) on public Network object
2014-11-28 DarrenUserbox making use of network.createQuery()
2014-11-28 DarrenPlugin hook for nick list click
2014-11-25 DarrenAdded pre-defined 'events' object into user scripts
2014-11-25 Darrenkiwi.components.Events implemented
2014-11-25 DarrenPluginInterface event proxy support
2014-11-25 DarrenDo not trim whitespace from the start of IRC trailing...
2014-11-25 DarrenUnused vars in build scripts
2014-11-25 Darrenconfigloader code styling
2014-11-25 DarrenRemoving unused vars
2014-11-24 Jack AllnuttForgot to actually commit the spun-out file in 3a1649c...
2014-11-24 Jack AllnuttMove and rename `server/server.js` to `server/helpers...
2014-11-24 Jack AllnuttMove `build.js` into `server/helpers` directory
2014-11-24 Jack AllnuttSplit checking for config file location into helper...
2014-11-24 Jack AllnuttRemove the `postinstall` invocation of the build script
2014-11-22 Jack AllnuttMake the client dir independent from the server dir.
2014-11-20 DarrenRestoring PluginInterface away from Promises
2014-11-18 DarrenMerge pull request #621 from M2Ys4U/module
2014-11-18 Jack AllnuttOnly allow modules to be loaded from te directory speci...
2014-11-18 DarrenRemoving old plugininterfac call from the user box...
2014-11-06 DarrenMerge pull request #616 from utoxin/development
2014-11-06 Matthew WalkerFixing a typo
2014-11-06 DarrenNick tab completion case insensitivity
2014-11-06 Matthew WalkerColour codes need to be 2-wide zero padded
2014-11-01 DarrenMerge pull request #612 from M2Ys4U/man
2014-11-01 Jack AllnuttAdd man page
2014-10-23 DarrenRemove % formatting in sent messages. Leave that to...
2014-10-22 DarrenRecording scroll back fix, causing #608
2014-10-22 Darrendocument unload promise resolving correctly with promis...
2014-10-19 Darrensocket.destroy instead of socket.end
2014-10-19 DarrenCheck if user exists before adding to memberlist
2014-10-18 DarrenRemoving console.logs
2014-10-18 DarrenUser/Channel dispose removing vars to early
2014-10-18 DarrenMerge remote-tracking branch 'origin/M2Ys4U-promise...
2014-10-18 DarrenRemoving unneeded plugin callbacks
2014-10-18 Darrenindex.html comments
2014-10-18 DarrenLinks are only valid if the *whole* word is a URL
2014-10-18 DarrenUpdating client-side PluginInterface to its server...
2014-10-18 Darrenvar name formatting
2014-10-18 DarrenRe-implementing PluginInterface event.wait
2014-10-18 DarrenPluginInterface.emit readability
2014-10-17 DarrenMerge branch 'promise' of https://github.com/M2Ys4U...
2014-10-17 Darrenweb_agent_debugger server module update
2014-10-08 Darren/away command support
2014-10-08 DarrenFormatting colourised strings before inserting values
2014-10-06 DarrenExpose Notification component to plugins
2014-10-06 DarrenNotification view integrated into the core
2014-10-06 Darrenkiwi_server no longer read from _kiwi.app
2014-10-06 DarrenMerge branch 'development' of github.com:prawnsalad...
2014-10-06 DarrenEmoticons erroneous quote
2014-10-06 DarrenEmoticon erroneous quote
2014-10-02 DarrenMerge pull request #599 from Polsaker/development
2014-10-02 Ramiro BouFixing the CTCP PING
2014-10-02 Ramiro BouAdding CTCP PING response
2014-10-02 DarrenIrcConnection specific quit_message
2014-09-30 Darrenmisc /tick client command
2014-09-23 DarrenOnly writing to IRCd socket if it exists
2014-09-23 DarrenApp level heartbeat to ensure clients get disposed...
2014-09-23 DarrenStop client reconnecting twice over + too fast
2014-09-22 Darrenclient /connect alias to /server
2014-09-20 DarrenMissing radix param
2014-09-20 DarrenRenaming var names in doLayout()
2014-09-19 DarrenIncluding panel:create event on models inheriting panel
2014-09-19 DarrenKiwi server connect plugin event
2014-09-19 DarrenConsistent rpc API between browser<->server
2014-09-19 DarrenCleaning up existing WebsocketRpc instances on reconnect
2014-09-19 DarrenKiwi client/server RPC namespaces
2014-09-19 DarrenWebsocketRpc: Use instance as a function instead of...
2014-09-11 DarrenClient gateway refactor + cleanup
2014-09-11 DarrenHTTP handler removing any query string before comparisons
2014-09-09 Darrenkiwi 'loaded' event firing in the correct place
2014-09-06 DarrenMerge branch 'development' of github.com:prawnsalad...
2014-09-06 DarrenServer config accessible to client object
2014-09-06 DarrenTextstyle plugin: Removing extra space
2014-09-06 DarrenMerge pull request #586 from M2Ys4U/dep-update
2014-09-06 Jack AllnuttJack Allnutt Update engine.io(-client) from 1.3.1 to...
2014-09-04 Darrenweb_agent_debugger_update
2014-09-04 DarrenCleaner HTTP routing; Support empty http_base_pase...
2014-09-03 DarrenAdding 'loaded' event to kiwi.events
2014-09-01 DarrenCorrectly reading nicks from an IRC message prefix...
2014-08-29 Jack AllnuttUpdate backbone from 1.0.0 to 1.1.2
2014-08-29 Jack AllnuttUpdate jQuery from 1.11.0 to 1.11.1
2014-08-29 Jack AllnuttUpdate po2json from 0.2.3 to 0.3.0
2014-08-29 Jack AllnuttUpdate spdy from 1.19.1 to 1.28.1
2014-08-29 Jack AllnuttUpdate iconv-lite from 0.2.11 to 0.4.4
2014-08-29 Jack AllnuttUpdate ipaddr.js from 0.1.2 to 0.1.3
2014-08-29 Jack AllnuttUpdate eventemitter2 from 0.4.13 to 0.4.14
2014-08-29 Jack AllnuttUpdate uglify-js from 2.4.12 to 2.4.15
2014-08-29 Jack AllnuttUpdate node-static from 0.7.3 to 0.7.4
2014-08-29 Jack AllnuttUpdate engine.io(-client) to 1.3.1
2014-08-27 DarrenMacedonian translation #583
2014-08-27 DarrenShow general IRC errors within the client
2014-08-27 DarrenKeep hold of X lines from IRCd for connection error...
2014-08-27 DarrenTriggering connection 'close' event fix
next