Use explicit global variable for current configuration rather than config.get()
[KiwiIRC.git] / server / weblistener.js
2012-10-31 Jack AllnuttUse explicit global variable for current configuration...
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 DarrenDaemonize option and outputting to file
2012-10-26 DarrenReverse HTTP proxies enabled on sicket.io connections
2012-10-23 DarrenRehashing new clients #92
2012-10-23 DarrenReverse DNS fix. Passing client IP via username #99
2012-10-22 Darrensocket.io resource now base_path + '/transport'. #97
2012-10-21 Darrenrenaming 'secure' to 'ssl' #91
2012-10-21 Darrenhttphandler.js rename. client.sendIRCCommand naming
2012-10-21 Darrenclient + ircconnection cleanup
2012-10-21 Darrenkiwi.js, WebListener and HttpHandler refactor. Remove...