LibreJS compatibility modifications
[KiwiIRC.git] / server /
2015-01-26 DarrenMerge branch 'development'
2015-01-20 DarrenRemoving unused vars in kiwi.js
2015-01-20 DarrenMerge branch 'mlutfy-dev-issue-645-1' into development...
2015-01-20 DarrenUsing the public_http config option when reading availa...
2015-01-20 DarrenMerge branch 'dev-issue-645-1' of https://github.com...
2015-01-05 Mathieu LutfyFixes #645: Locale files could not be found.
2014-12-28 DarrenKiwiProxySocket destroy method matching socket.dstroy
2014-12-20 DarrenMerge pull request #602 from antwebes/pull_dev
2014-12-20 DarrenMerge branch 'rb_ui_work' of https://github.com/Residen...
2014-12-19 DarrenMerge branch 'code-style-fixes' of https://github.com...
2014-12-19 DarrenRemoving redundant scripts from debug loader
2014-12-18 DarrenMerge branch 'spadgos-notifications' into development
2014-12-18 DarrenServe helpers up while running in debug mode
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-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-10-19 Darrensocket.destroy instead of socket.end
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 DarrenRe-implementing PluginInterface event.wait
2014-10-18 DarrenPluginInterface.emit readability
2014-10-17 DarrenMerge branch 'promise' of https://github.com/M2Ys4U...
2014-10-15 jdeveloperMerge branch 'development' of https://github.com/antweb...
2014-10-15 jdeveloperMerge remote-tracking branch 'upstream/development...
2014-10-06 DarrenNotification view integrated into the core
2014-10-02 DarrenIrcConnection specific quit_message
2014-09-23 DarrenOnly writing to IRCd socket if it exists
2014-09-23 DarrenApp level heartbeat to ensure clients get disposed...
2014-09-19 DarrenKiwi client/server RPC namespaces
2014-09-19 DarrenWebsocketRpc: Use instance as a function instead of...
2014-09-11 DarrenHTTP handler removing any query string before comparisons
2014-09-06 DarrenMerge branch 'development' of github.com:prawnsalad...
2014-09-06 DarrenServer config accessible to client object
2014-09-06 DarrenMerge pull request #586 from M2Ys4U/dep-update
2014-09-04 DarrenCleaner HTTP routing; Support empty http_base_pase...
2014-09-01 DarrenCorrectly reading nicks from an IRC message prefix...
2014-08-27 DarrenKeep hold of X lines from IRCd for connection error...
2014-08-27 DarrenTriggering connection 'close' event fix
2014-08-27 BorjaMerge branch 'development' of https://github.com/prawns...
2014-08-22 Jack AllnuttSimplify the settings generator
2014-08-21 Jack AllnuttModify PluginInterface to use promises on server
2014-08-10 DarrenAuto IRCd reconnect config option
2014-08-09 DarrenEasier webirc single server password config
2014-08-05 DarrenTimers + gauges added to Stats
2014-07-29 Darrenload/unload modules at runtime
2014-07-27 DarrenServer stats/events module
2014-07-26 DarrenIRCd reconnection only when registered for 10+ secs
2014-07-26 DarrenBetter IRC server reconnection logic
2014-07-16 DarrenWait until all QUIT command is sent to server before...
2014-07-16 DarrenMerge branch 'development' of github.com:prawnsalad...
2014-07-16 DarrenCorrectly using /quit command without reconnecting...
2014-07-16 jdeveloperMerge with upstrea/development
2014-07-12 DarrenIncorrect context for parseModeList()
2014-07-12 DarrenMoving server-side capContainsAny() to IrcConnection...
2014-07-12 DarrenMove NICK command into commands/user.js
2014-07-12 DarrenTidying + splitting up IRC commands
2014-07-03 DarrenReconnecting when IRCd drops the connection
2014-07-02 DarrenCorrectly sending irc disconnected error to browser
2014-07-01 DarrenRefactor gecos so plugins can modify it before connecting
2014-06-30 DarrenMore relevant example in server/plugininterface.js
2014-06-27 DarrenMerge pull request #557 from H7-25/buildts
2014-06-23 DarrenExtracting client user commands from application.js
2014-06-15 DarrenLog errors on loading locales
2014-06-12 Jack AllnuttMerge pull request #554 from M2Ys4U/cleanup
2014-06-12 Jack AllnuttFix regression due to 353d261
2014-06-12 DarrenMerge pull request #552 from M2Ys4U/cleanup
2014-06-12 Jack AllnuttFix typo in comment
2014-06-12 Jack AllnuttUse strict equality (===)
2014-06-12 Jack AllnuttRm superfluous local vars, pass had_error to close...
2014-06-12 Jack AllnuttAdd missing braces
2014-06-12 Jack AllnuttFix global variable leakage
2014-06-09 DarrenMissing exit command from controlinterface help
2014-06-09 DarrenHelp command in the controlinterface
2014-06-08 DarrenMerge pull request #548 from M2Ys4U/api-cleanup
2014-06-08 Jack AllnuttAdd message param to irc.part RPC command (as per ...
2014-06-04 DarrenMerge pull request #544 from M2Ys4U/whois-host
2014-06-04 Jack AllnuttFix indentation in server/irc/user.js
2014-06-04 Jack AllnuttRemove unused require('util') from server/irc/user.js
2014-06-04 Jack AllnuttRename 'host' to 'hostname' in whois client event
2014-06-04 DarrenRemoving console.log()
2014-06-04 DarrenSimplified http handler. /deep/base/path/urls/irc.netwo...
2014-06-04 Darrenengine.io fix for "forgetting" remoteAddress on websockets
2014-06-04 DarrenWork around for engine.io forgetting remoteAddress...
2014-06-01 DarrenCombining join, part, kick + quit client events into...
2014-06-01 DarrenMerge branch 'message_events' into development
2014-05-31 DarrenIncluding state object in 'irc connecting' module event
2014-05-31 Darrenprivmsg/action/notice events combined into a 'message...
2014-05-23 tonymkeMerge remote-tracking branch 'upstream/development...
next