Server: bash wrapper file executable bit
[KiwiIRC.git] / server /
2012-11-02 DarrenServer: Correct IRC socket connect handler
2012-11-02 DarrenServer: Uncaught exception handler
2012-11-02 DarrenMerge ... development branch (New server codebase)
2012-11-02 DarrenServer: Passing correct client addr for webirc usage
2012-11-02 DarrenMerge branch 'backbone_ui' of https://github.com/M2Ys4U...
2012-11-01 Jack AllnuttMerge branch 'backbone_ui' of github.com:prawnsalad...
2012-11-01 Jack AllnuttRemove uneeded require() of config module.
2012-11-01 Jack AllnuttFix clashing object keys in RPL_WHOISSERVER
2012-10-31 DarrenMerge branch 'backbone_ui' of https://github.com/M2Ys4U...
2012-10-31 Jack AllnuttConfigure IRC Server SSL handling
2012-10-31 Jack AllnuttUse explicit global variable for current configuration...
2012-10-29 DarrenServer: extra entropy for clients hash. Logging IRC...
2012-10-29 DarrenServer: reconfig control signals
2012-10-29 DarrenServer: Updated stats command to new client store
2012-10-29 DarrenServer: re-arranged disposing
2012-10-29 DarrenServer: Removing console.logs, comments, formatting
2012-10-29 DarrenServer: max_client_conns = 0 to disable limit
2012-10-29 Jack AllnuttImplement the max_client_conns config setting
2012-10-28 Darrensocket.io logging options
2012-10-28 DarrenBash helper file
2012-10-28 DarrenDaemonize option and outputting to file
2012-10-28 DarrenUID/GID changing in the correct order?
2012-10-28 DarrenRemoving bound events #101
2012-10-26 DarrenReverse HTTP proxies enabled on sicket.io connections
2012-10-23 DarrenRemoved cert+keys #93
2012-10-23 DarrenRehashing new clients #92
2012-10-23 DarrenReverse DNS fix. Passing client IP via username #99
2012-10-22 DarrenSending connection errors back to the client. Stack...
2012-10-22 Darrensocket.io resource now base_path + '/transport'. #97
2012-10-22 DarrenHttpHandler reading from config. Default client subdir...
2012-10-22 DarrenGlobal config created, correct quit message. #94
2012-10-21 Darrenrenaming 'secure' to 'ssl' #91
2012-10-21 DarrenConfig files now as a nodejs module
2012-10-21 DarrenIp via username rather than realname
2012-10-21 DarrenMissed deleted file
2012-10-21 DarrenMore naming conventions
2012-10-21 Darrenhttphandler.js rename. client.sendIRCCommand naming
2012-10-21 DarrenServing new client code
2012-10-21 DarrenRemoved old irc-connection file
2012-10-21 Darrenclient + ircconnection cleanup
2012-10-21 Darrenkiwi.js, WebListener and HttpHandler refactor. Remove...
2012-10-19 DarrenReverse proxy detection in socket.io
2012-10-17 DarrenSending use IPs as realname option
2012-10-17 DarrenReverse proxy support
2012-10-16 DarrenUntied application from root path
2012-10-11 DarrenMerge branch 'dev'
2012-10-11 DarrenUncaughtException handler in server re-enabled
2012-10-10 DarrenNew client
2012-10-10 DarrenRemoving uneeded server code
2012-10-06 DarrenMerge branch 'backbone_ui' of https://github.com/M2Ys4U...
2012-10-06 Jack AllnuttWHOIS: Add support for RPL_WHOISREGNICK
2012-10-06 Jack AllnuttWHOIS fixes.
2012-10-02 DarrenServer crash on connecting twice fix
2012-10-02 DarrenServing server defaults via /client/ url
2012-10-01 DarrenServer using correct webirc pass / user pass
2012-09-30 DarrenRegex reverted back kiwi original
2012-09-27 Jack AllnuttProper handling of the MODE command.
2012-09-22 Jack Allnuttfix crashbug caused by using semicolons instead of...
2012-09-22 Jack AllnuttDramatically simplify http-handler.js. Client directory...
2012-09-21 Jack Allnuttfix crashbug caused by using semicolons instead of...
2012-09-21 Jack AllnuttDramatically simplify http-handler.js. Client directory...
2012-09-21 Jack AllnuttMerge branch 'backbone_ui' of github.com:prawnsalad...
2012-09-20 DarrenKiwi client/server API fully reverted
2012-09-20 DarrenServer->Client undefined vars fixes
2012-09-20 Darren'connect' event correctly sent to client
2012-09-18 Jack Allnuttmoving towards getting this working again after the...
2012-09-18 Jack Allnuttmerging extensive changes from prawnsalad/KiwiIRC
2012-07-31 Jack Allnuttfix for crash when command parameters is not an array
2012-07-31 Jack AllnuttFix incorrect handing of NICK command
2012-07-31 Jack AllnuttClose socket to IRC server on websocket disconnect
2012-07-20 Jack AllnuttGrafting the new server to the new backbone client
2012-07-19 Jack AllnuttMerge branch 'backbone_ui' of github.com:prawnsalad...
2012-03-18 Jack AllnuttAdd support for HTTP Strict Transport Security.
2012-01-29 Jack AllnuttTabview completely removed
2012-01-22 Jack AllnuttStarting to separate model from view.
2012-01-21 Jack AllnuttMerge branch 'master' of github.com:prawnsalad/KiwiIRC
2012-01-21 Jack AllnuttRemoving git blunders
2012-01-21 Jack AllnuttRevert "error hunting£"
2011-12-11 Jack Allnutterror hunting£
2011-12-10 DarrenwebsocketMessage JSON parsing error catching
2011-11-26 DarrenConfig 'insecure' flipped back
2011-11-25 Jack AllnuttUpdating ancient versions of the underscore library...
2011-11-25 Jack AllnuttFix for outdate rehash code. Config change: flip secure...
2011-11-25 Jack AllnuttRefactor bindIRCCommands()
2011-11-18 Jack AllnuttCheck if eol is not a string rather than not undefined...
2011-11-18 Jack AllnuttHerp derp, correct check for null
2011-11-18 Jack AllnuttPass websocket callbacks through to IRCConnection's...
2011-11-17 Jack AllnuttUse UTF-8 encoding for the IRCConnection socket
2011-11-17 DarrenGlobale exception handler re-enabled
2011-11-16 DarrenTidying + going_against_nature by spacing default.css
2011-11-16 DarrenMerge branch 'master' of https://github.com/M2Ys4U...
2011-11-16 Jack AllnuttFixed kiwi not disconnecting from the IRC server when...
2011-11-16 Jack Allnutttypo
2011-11-16 Jack AllnuttAllow for IRC command handlers to be rebound on recode
2011-11-15 Jack AllnuttAll fixed and working well
2011-11-15 Jack AllnuttFurther work towards it working; regex appears broken...
2011-11-15 Jack AllnuttGetting the new code almost working
2011-11-15 Jack AllnuttMoving towards a more evented system for handling serve...
2011-11-07 DarrenMOTD now sent in 1 client event
2011-11-07 DarrenTopicSetBy event implimented
next