Previous style changes moved to CLU theme only
[KiwiIRC.git] / server /
2012-11-30 DarrenCTCP CLIENTINFO, SOURCE, TIME
2012-11-30 DarrenServer modules location in config. Control module included
2012-11-28 DarrenAllowing underscores within client hosts
2012-11-24 Darrenmoduls.js refactor; Removed existing module events...
2012-11-24 DarrenMerge branch 'development' into server_plugins
2012-11-21 Jack AllnuttChange formatting in commands.js
2012-11-21 Jack AllnuttMerge branch 'development' of github.com:prawnsalad...
2012-11-21 Jack AllnuttRemove time-delayed sending of registration info
2012-11-21 DarrenModules object now using it's prototype; Typo fixes
2012-11-20 DarrenRename 'plugins' to 'modules'
2012-11-20 DarrenInitial server modules implementation + example
2012-11-11 DarrenMerge branch 'ircv3' of https://github.com/M2Ys4U/KiwiI...
2012-11-11 DarrenMerged in lodash from karbassi
2012-11-09 DarrenServer: Default config options during build
2012-11-09 DarrenServer: Reading nick changes fix on Inspircd
2012-11-09 Jack Allnuttuser -> username
2012-11-08 Jack AllnuttSend the modified USER line to the IRCd
2012-11-08 DarrenServer: Set waiting for server listening before setting...
2012-11-08 DarrenExample config.js file
2012-11-08 DarrenMerge branch 'proxy_ranges' into development
2012-11-08 Jack AllnuttAllow findWebIrc() to modify user details
2012-11-08 Ali KarbassiReplaced 'underscore' with 'lodash'.
2012-11-08 DarrenOption to restrict connections to 1 server
2012-11-08 Jack AllnuttFix some minor issues
2012-11-07 DarrenServer: Reverse proxy IP ranges
2012-11-06 Jack AllnuttMerge branch 'development' into ircv3
2012-11-04 Jack Allnuttfix typo
2012-11-04 DarrenBuild command added to bash wrapper
2012-11-04 Jack AllnuttImplements away-notify
2012-11-03 Jack AllnuttSend enabled capabilities to client
2012-11-03 DarrenMerge pull request #115 from M2Ys4U/irc_uri
2012-11-02 DarrenServer: Correct IRC socket connect handler
2012-11-02 DarrenServer: Uncaught exception handler
2012-11-02 Jack AllnuttUpdate way we check if we're SASL authented when we...
2012-11-02 Jack AllnuttSASL support
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 AllnuttParse Message Tags
2012-11-01 Jack AllnuttImplement the capabilities negotiation and multi-prefix...
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
next