Merge branch 'promise' of https://github.com/M2Ys4U/KiwiIRC into M2Ys4U-promise
[KiwiIRC.git] / server /
2014-10-17 DarrenMerge branch 'promise' of https://github.com/M2Ys4U...
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-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-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...
2014-05-23 DarrenMerge branch 'feature_user_count' of https://github...
2014-05-23 DarrenMerge branch 'CoryChaplin-extra_raw_handlers' into...
2014-05-23 DarrenMerge branch 'extra_raw_handlers' of https://github...
2014-05-20 Cory ChaplinAnother improvement to Wallops, and a bunch of new...
2014-05-20 Cory ChaplinWallops cleanup
2014-05-17 tonymkeMerge remote-tracking branch 'upstream/development...
2014-05-15 Cory ChaplinMAking Wallops a specific message type
2014-05-15 DarrenServer side PluginInterface ported into the browser
2014-05-14 Cory ChaplinCleaner nick detection in WALLOPS
2014-05-14 Cory ChaplinFix wallops
2014-05-14 tonymkeMerge upstream branch 'development' into tonytrunk
2014-05-12 Cory ChaplinReverting to original genericNotice for now
2014-05-12 Cory ChaplinCleanup
2014-05-12 Cory ChaplinAdding extra Raw handlers
2014-05-10 DarrenRenaming kiwi.connect to kiwi.connect_irc #509
2014-05-10 DarrenCTCP request renamed to is_request
2014-05-10 DarrenSwitching the old RPC methods to the websocketrpc
2014-05-10 DarrenConsistent 'connection' rather than 'server' in - part 2
2014-05-10 DarrenConsistent 'connection' rather than 'server' in events
2014-05-10 DarrenSwitching switching irc events `channel` property to...
2014-05-10 DarrenRemoving clientEvent() calls from irc/commands.js
2014-05-08 DarrenDefault locale if one couldn't be negotiated
2014-05-07 DarrenMerge branch 'text_themes' of https://github.com/CoryCh...
2014-05-07 DarrenMerge remote-tracking branch 'origin/development' into...
2014-05-07 DarrenUsing Negotiator for accept-language parsing
2014-05-06 DarrenClient transports within config.js
2014-04-29 DarrenMerge branch 'development' of https://github.com/DaHisp...
2014-04-29 DarrenMerge pull request #518 from reality/banlist
2014-04-29 DarrenMerge branch 'development' of github.com:prawnsalad...
2014-04-25 DarrenMerge pull request #526 from H7-25/development
2014-04-25 KiwiIRCMore format adjustment :)
2014-04-25 KiwiIRCAdjusted code format
2014-04-25 KiwiIRCAdded inspircd 396 numeric RPL_HOSTCLOACKING
2014-04-21 DarrenExtracting the right_bar into its own view with togglin...
2014-04-21 DarrenMerge branch 'development' of https://github.com/crtayl...
2014-04-16 DarrenSeparating formatDate + only init'ing its vars once
2014-04-16 DarrenMerge branch 'date_format' of https://github.com/CoryCh...
next