Additional errors
[KiwiIRC.git] / node /
2011-07-27 Jack AllnuttAdditional errors
2011-07-26 Jack AllnuttSupport for some error messages (cannot join channel...
2011-07-23 unknownAdded setuid+setgid and alternative config file locations
2011-07-23 unknownBugs #12, #8
2011-07-22 rootCTCP PING/VERSION fix
2011-07-22 DarrenCTCP fixes
2011-07-22 DarrenMerge pull request #15 from M2Ys4U/ctcp
2011-07-22 DarrenUpdated index.html.jade
2011-07-22 DarrenMerge branch 'master' of git://github.com/M2Ys4U/KiwiIRC
2011-07-22 Jack AllnuttCTCP handling
2011-07-20 Jack AllnuttFix issue #6 (Clickable channel names) - double-click...
2011-07-20 DarrenMerge pull request #13 from M2Ys4U/master
2011-07-20 Jack AllnuttFixing error in index.html.jade. Indentation fix in...
2011-07-20 Jack AllnuttFixxing issue #4 (WHOIS spills into server window)...
2011-07-20 Jack AllnuttChanging jade template to match changes made in index.php
2011-07-20 DarrenOptional Node HTTP file serving, hotkey fixes
2011-07-19 Jack AllnuttRemoved hard-coded kiwi location
2011-07-19 Jack AllnuttBugfix: whois idle time
2011-07-19 Jack AllnuttWorking Kiwi IRC with no PHP needed.
2011-07-19 Jack Allnuttnpm install node-static
2011-07-19 Jack Allnuttjade template & jade npm install
2011-07-19 Jack Allnuttactually delete old file
2011-07-18 DarrenMerge pull request #2 from M2Ys4U/master
2011-07-18 Jack AllnuttMerge https://github.com/prawnsalad/KiwiIRC
2011-07-18 Jack AllnuttSupport for binding to specific host
2011-07-18 DarrenNode listening fix from previous commit
2011-07-18 DarrenAdded NOTICE interface
2011-07-18 DarrenMerge git://github.com/M2Ys4U/KiwiIRC
2011-07-17 Jack AllnuttFormatting changes to pass jslint
2011-07-17 Jack AllnuttFixed bug where default quit message wouldn't display
2011-07-16 DarrenMerge git://github.com/M2Ys4U/KiwiIRC into dev
2011-07-16 Jack AllnuttFixed bug where the results of the 005 reply weren...
2011-07-16 Jack AllnuttClient now communicates over SSL. Added configuration...
2011-07-15 DarrenMerge https://github.com/M2Ys4U/KiwiIRC
2011-07-15 DarrenRevert "Tidied folder structure + Node port"
2011-07-15 DarrenTidied folder structure + Node port
2011-07-15 Jack AllnuttIncluding the node_modules folder for socket.io code.
2011-07-15 Jack AllnuttSupport for CAP, socket.io now supplying the client...
2011-07-14 Jack Allnutt/quit now handled properly.
2011-07-14 Jack AllnuttNow a useable back-end to the client! \o/
2011-07-13 Jack AllnuttPasses jslint with regexp: true, confusion: true, undef...
2011-07-13 Jack AllnuttInitial node code.