summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Darren [Mon, 18 Jul 2011 17:52:04 +0000 (10:52 -0700)]
Merge pull request #2 from M2Ys4U/master
Hostname binding
Jack Allnutt [Mon, 18 Jul 2011 16:16:42 +0000 (17:16 +0100)]
Support for binding to specific host
Darren [Mon, 18 Jul 2011 16:05:06 +0000 (17:05 +0100)]
Node listening fix from previous commit
Darren [Mon, 18 Jul 2011 16:03:23 +0000 (17:03 +0100)]
Added NOTICE interface
Darren [Mon, 18 Jul 2011 15:14:12 +0000 (16:14 +0100)]
Merge git://github.com/M2Ys4U/KiwiIRC
Darren [Mon, 18 Jul 2011 15:11:32 +0000 (16:11 +0100)]
Added extra keybindings
Jack Allnutt [Sun, 17 Jul 2011 17:24:48 +0000 (18:24 +0100)]
Formatting changes to pass jslint
Jack Allnutt [Sun, 17 Jul 2011 16:17:23 +0000 (17:17 +0100)]
Fixed bug where default quit message wouldn't display
Darren [Sun, 17 Jul 2011 15:03:35 +0000 (16:03 +0100)]
Changed from ww/s to socket.io http/s
Darren [Sat, 16 Jul 2011 22:38:41 +0000 (23:38 +0100)]
Merge git://github.com/M2Ys4U/KiwiIRC into dev
Conflicts:
index.php
Jack Allnutt [Sat, 16 Jul 2011 21:48:01 +0000 (22:48 +0100)]
Fixed bug where the results of the 005 reply weren't being sent to the client.
Fixed bug where a message stradled the read buffer. Now hold back any patically-recieved commands until buffer is read again
Removed config debugging
Darren [Sat, 16 Jul 2011 20:56:19 +0000 (21:56 +0100)]
Bug fixes, scrolling fixes on touch devices, javascript minifier+caching
Jack Allnutt [Sat, 16 Jul 2011 16:53:36 +0000 (17:53 +0100)]
Client now communicates over SSL. Added configuration file. Pulled wok's frontend commits.
Darren [Sat, 16 Jul 2011 15:18:43 +0000 (16:18 +0100)]
Added touchscreen UI styles, touchscreen gestures
Darren [Sat, 16 Jul 2011 01:57:52 +0000 (02:57 +0100)]
General CSS tidying
Darren [Fri, 15 Jul 2011 15:41:09 +0000 (16:41 +0100)]
Updated Node port
Darren [Fri, 15 Jul 2011 15:31:25 +0000 (16:31 +0100)]
Merge https://github.com/M2Ys4U/KiwiIRC
Darren [Fri, 15 Jul 2011 15:27:57 +0000 (16:27 +0100)]
Revert "Tidied folder structure + Node port"
This reverts commit
5bb74b5b96f3d936eefa56702040297719a76d94.
Darren [Fri, 15 Jul 2011 15:04:35 +0000 (16:04 +0100)]
Removed uneeded files/dirs
Darren [Fri, 15 Jul 2011 14:59:30 +0000 (15:59 +0100)]
Tidied folder structure + Node port
Jack Allnutt [Fri, 15 Jul 2011 14:24:13 +0000 (15:24 +0100)]
Including the node_modules folder for socket.io code.
Jack Allnutt [Fri, 15 Jul 2011 13:55:45 +0000 (14:55 +0100)]
Support for CAP, socket.io now supplying the client code, moved underscore to lib folder. Added starttls.js for STARTTLS support but implementation commented out because it's broken
Jack Allnutt [Thu, 14 Jul 2011 15:33:18 +0000 (16:33 +0100)]
/quit now handled properly.
Fixed indentation in kiwi.js
Updated gateway.js to use websocket encryption
Jack Allnutt [Thu, 14 Jul 2011 02:30:49 +0000 (03:30 +0100)]
Now a useable back-end to the client! \o/
Started work on formatting front.js so that it passes some jslint tests. Options:
/*jslint regexp: true, browser: true, confusion: true, undef: true, sloppy: true, es5: true, vars: true, forin: true, newcap: true, nomen: true, plusplus: true, maxerr: 50, indent: 4 */
Jack Allnutt [Wed, 13 Jul 2011 18:27:56 +0000 (19:27 +0100)]
Passes jslint with regexp: true, confusion: true, undef: false, node: true, sloppy: true, nomen: true, plusplus: true, maxerr: 50, indent: 4
WHOIS, NAMES, PING, 001 and 005 handlers.
Jack Allnutt [Wed, 13 Jul 2011 03:26:28 +0000 (04:26 +0100)]
Modified front-end files
Jack Allnutt [Wed, 13 Jul 2011 03:22:30 +0000 (04:22 +0100)]
Initial node code.
Modified gateway.js
socket.io-client dist files
Darren [Tue, 12 Jul 2011 21:01:42 +0000 (22:01 +0100)]
Alpha commit. Time to tidy up..
Darren [Tue, 12 Jul 2011 20:21:53 +0000 (21:21 +0100)]
Initial commit