KiwiIRC.git
2014-12-20 DarrenLog client startup errors to console
2014-12-20 DarrenMerge pull request #602 from antwebes/pull_dev
2014-12-20 DarrenMerge branch 'ResidentBiscuit-rb_ui_work' into development
2014-12-20 DarrenServer tab close button font fix
2014-12-20 DarrenHiding bars when last connection is closed
2014-12-20 DarrenDisconnect message to locales; No need to confirm disco...
2014-12-20 DarrenMerge branch 'rb_ui_work' of https://github.com/Residen...
2014-12-19 DarrenMerge pull request #640 from spadgos/soundcloud-embed
2014-12-19 Nick FisherReturn a jquery object from the mediamessage handler
2014-12-19 Nick FisherAdd SoundCloud embedding
2014-12-19 DarrenMerge branch 'spadgos-code-style-fixes' into development
2014-12-19 DarrenMerge branch 'code-style-fixes' of https://github.com...
2014-12-19 DarrenRemoving redundant scripts from debug loader
2014-12-19 Darren_kiwi.utils object for helpers
2014-12-18 DarrenMerge branch 'spadgos-notifications' into development
2014-12-18 DarrenServe helpers up while running in debug mode
2014-12-17 Nick FisherAbstract desktop notifications to a class
2014-12-17 Nick FisherFix incorrect selector on notifications
2014-12-17 Nick FisherUse `translateText` instead of a local helper
2014-12-17 Nick FisherSet context on forEach loop, use `this.$` in all places
2014-12-17 Nick FishermozNotification exist(ed) on navigator, not window
2014-12-17 Nick FisherConsistent use of view.$; Don't hide notification check...
2014-12-17 Nick FisherUse a helper function to reduce repetitive code
2014-12-17 Nick FisherFix typo 'Noticiations'
2014-12-12 ResidentBiscuitChange how redirect to home page happens
2014-12-10 ResidentBiscuitOnly close final connection if user meant to
2014-12-10 ResidentBiscuitRedirect client to homepage if last connection closed
2014-12-10 ResidentBiscuitUpdate comment
2014-12-10 ResidentBiscuitAdd leaving message
2014-12-04 ResidentBiscuitChange how server connection is closed
2014-12-04 ResidentBiscuitLocate relevant code
2014-12-04 DarrenApplying general CSS styles to nicks, not just colours
2014-12-01 DarrenShave .7s from startup by caching member lookups in...
2014-11-30 DarrenRefactor Application.panels
2014-11-30 DarrenKeeping the .last_seen message marker in place until...
2014-11-30 DarrenMerge branch 'development' of https://github.com/ehues...
2014-11-30 DarrenLarger nicklist items when on a touchscreen
2014-11-30 Darren.touch css class when a touch event is seen
2014-11-29 Evan HughesTell the user which messages arrived since they last...
2014-11-29 Darrenkiwi.panels() bound to Application. Solves kiwi.panels...
2014-11-29 Darrenquit_options instead of part_options in user quit
2014-11-29 DarrenInclude user object in usermenu:created plugin events
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-15 jdeveloperremoved color_picker.png
2014-10-15 jdeveloperFixed resize handler when kiwi is wraped inside another...
2014-10-15 jdeveloperMerge branch 'development' of https://github.com/antweb...
2014-10-15 jdeveloperFixed resize handler when kiwi is wraped inside another...
2014-10-15 jdeveloperMerge remote-tracking branch 'upstream/development...
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
next