KiwiIRC.git
14 years agoNicklist tidy up
Darren [Sun, 6 Nov 2011 16:21:34 +0000 (16:21 +0000)]
Nicklist tidy up

14 years agoControl input bar tidier on small screens
Darren [Sun, 6 Nov 2011 16:08:12 +0000 (16:08 +0000)]
Control input bar tidier on small screens

14 years agoCSS resizing changes
Darren [Sun, 6 Nov 2011 12:49:03 +0000 (12:49 +0000)]
CSS resizing changes

14 years agoError reporting fix
Darren [Sat, 5 Nov 2011 04:23:49 +0000 (04:23 +0000)]
Error reporting fix

14 years agoRe-factored login screen for smaller window sizes
Darren [Sun, 30 Oct 2011 16:15:34 +0000 (16:15 +0000)]
Re-factored login screen for smaller window sizes

14 years agoDisabled page refresh keyboard shortcuts causing accidental page refreshes
Darren [Sun, 30 Oct 2011 11:44:32 +0000 (11:44 +0000)]
Disabled page refresh keyboard shortcuts causing accidental page refreshes

14 years agoRemoved the page unload blocking since it disconnected the client anyway
Darren [Sun, 30 Oct 2011 01:02:34 +0000 (01:02 +0000)]
Removed the page unload blocking since it disconnected the client anyway

14 years agoMeta key now OS dependant
Darren [Sat, 29 Oct 2011 23:34:54 +0000 (00:34 +0100)]
Meta key now OS dependant

14 years agoServer defaults moved to config.json
Darren [Sat, 29 Oct 2011 23:23:50 +0000 (00:23 +0100)]
Server defaults moved to config.json

14 years agoStartup output fix
Darren [Sat, 29 Oct 2011 22:36:01 +0000 (23:36 +0100)]
Startup output fix

14 years agoFurther mobile client dev.
Darren [Fri, 28 Oct 2011 08:53:37 +0000 (09:53 +0100)]
Further mobile client dev.

14 years agoLimited scrollback
Darren [Fri, 28 Oct 2011 08:52:29 +0000 (09:52 +0100)]
Limited scrollback

14 years agoMobile UI example
Darren [Mon, 24 Oct 2011 14:28:52 +0000 (15:28 +0100)]
Mobile UI example

14 years agoHostname displayed on join
Darren [Sat, 22 Oct 2011 22:39:16 +0000 (23:39 +0100)]
Hostname displayed on join

14 years agoLogging output refactoring
Darren [Fri, 21 Oct 2011 20:27:22 +0000 (21:27 +0100)]
Logging output refactoring

14 years agoMerge branch 'doc' of https://github.com/M2Ys4U/KiwiIRC
Darren [Fri, 21 Oct 2011 09:20:01 +0000 (10:20 +0100)]
Merge branch 'doc' of https://github.com/M2Ys4U/KiwiIRC

14 years agoMerge branch 'API_Refactor' of https://github.com/M2Ys4U/KiwiIRC
Darren [Thu, 20 Oct 2011 20:14:52 +0000 (21:14 +0100)]
Merge branch 'API_Refactor' of https://github.com/M2Ys4U/KiwiIRC

14 years agoAdding JSDoc documentation to clientside JS files
Jack Allnutt [Thu, 20 Oct 2011 16:48:05 +0000 (17:48 +0100)]
Adding JSDoc documentation to clientside JS files

14 years agoforcessl server module fix
Darren [Thu, 20 Oct 2011 10:58:48 +0000 (11:58 +0100)]
forcessl server module fix

14 years agoRestore .action() as a convenience function
Jack Allnutt [Thu, 20 Oct 2011 10:03:41 +0000 (11:03 +0100)]
Restore .action() as a convenience function

14 years agoRestore .kiwi()
Jack Allnutt [Thu, 20 Oct 2011 09:49:04 +0000 (10:49 +0100)]
Restore .kiwi()

14 years agoModifying the client/server API.
Jack Allnutt [Thu, 20 Oct 2011 08:28:03 +0000 (09:28 +0100)]
Modifying the client/server API.

Adding additional methods (mode, nick, ctcp etc.) to reduce use of raw.

Removing things like kiwi and action in favour of a unified ctcp method.

14 years agoAdded the GNU Affero License
Darren [Wed, 19 Oct 2011 21:01:18 +0000 (22:01 +0100)]
Added the GNU Affero License

14 years agoHTTP plugin handler SSL detection fix
Darren [Fri, 14 Oct 2011 22:42:43 +0000 (23:42 +0100)]
HTTP plugin handler SSL detection fix

14 years agoServer listen config/listen refactor, intermediate cert support added
Darren [Fri, 14 Oct 2011 11:52:36 +0000 (12:52 +0100)]
Server listen config/listen refactor, intermediate cert support added

14 years agoDisabled integrated browser due to iframe busters killing kiwi
Darren [Thu, 13 Oct 2011 22:52:37 +0000 (23:52 +0100)]
Disabled integrated browser due to iframe busters killing kiwi

14 years agoAuto nick generation
Darren [Thu, 13 Oct 2011 22:37:27 +0000 (23:37 +0100)]
Auto nick generation

14 years agoStartup animation adjusting layout
Darren [Thu, 13 Oct 2011 22:29:39 +0000 (23:29 +0100)]
Startup animation adjusting layout

14 years agoInstead of stealing focus from the channel/query window on click, forward keyboard...
Jack Allnutt [Thu, 13 Oct 2011 00:11:58 +0000 (01:11 +0100)]
Instead of stealing focus from the channel/query window on click, forward keyboard events to the msg input box and transfer focus gracefully.

Fix for Issue #49, where the user is unable to highlight/copy etc text from the window.

14 years agoEscape chars not allowed in CSS IDs. Fix for issue #41
Jack Allnutt [Wed, 12 Oct 2011 22:50:18 +0000 (23:50 +0100)]
Escape chars not allowed in CSS IDs. Fix for issue #41

14 years agoMerge branch 'master' of github.com:prawnsalad/KiwiIRC
Jack Allnutt [Mon, 3 Oct 2011 22:25:20 +0000 (23:25 +0100)]
Merge branch 'master' of github.com:prawnsalad/KiwiIRC

14 years agoMerge with irc handler in FF
Darren [Mon, 3 Oct 2011 21:42:33 +0000 (22:42 +0100)]
Merge with irc handler in FF

14 years agoirc:// protocol handling. UI access not implemented, and it appears to only work...
Jack Allnutt [Mon, 3 Oct 2011 13:28:54 +0000 (14:28 +0100)]
irc:// protocol handling. UI access not implemented, and it appears to only work on Firefox at the moment

14 years agoforcessl.js move again..
Darren [Sun, 2 Oct 2011 21:30:10 +0000 (22:30 +0100)]
forcessl.js move again..

14 years agoforcessl.js moved to server folder, README.md typo
Darren [Sun, 2 Oct 2011 21:28:37 +0000 (22:28 +0100)]
forcessl.js moved to server folder, README.md typo

14 years agoMerge branch 'no-php' of https://github.com/M2Ys4U/KiwiIRC into reorg
Darren [Sun, 2 Oct 2011 21:12:25 +0000 (22:12 +0100)]
Merge branch 'no-php' of https://github.com/M2Ys4U/KiwiIRC into reorg

14 years agoMerge branch 'list' of https://github.com/M2Ys4U/KiwiIRC into list
Darren [Sat, 1 Oct 2011 22:02:24 +0000 (23:02 +0100)]
Merge branch 'list' of https://github.com/M2Ys4U/KiwiIRC into list

14 years agoCorrect port setting for page embedding
Darren [Sat, 1 Oct 2011 21:04:29 +0000 (22:04 +0100)]
Correct port setting for page embedding

14 years agoSSL checkbox fix
Darren [Sat, 1 Oct 2011 20:06:19 +0000 (21:06 +0100)]
SSL checkbox fix

14 years agoforcessl detect port fix + typo
Darren [Sat, 1 Oct 2011 19:52:44 +0000 (20:52 +0100)]
forcessl detect port fix + typo

14 years agoforcessl update
Darren [Sat, 1 Oct 2011 19:47:33 +0000 (20:47 +0100)]
forcessl update

14 years agoforcessl Kiwi server plugin, ssl checkbox checked if on ssl
Darren [Sat, 1 Oct 2011 17:23:23 +0000 (18:23 +0100)]
forcessl Kiwi server plugin, ssl checkbox checked if on ssl

14 years agoHighlight plugin updated
Darren [Sat, 1 Oct 2011 13:39:49 +0000 (14:39 +0100)]
Highlight plugin updated

14 years agoUpdating README.md file to reflect the changes in the last commit
Jack Allnutt [Sat, 1 Oct 2011 09:24:03 +0000 (10:24 +0100)]
Updating README.md file to reflect the changes in the last commit

14 years agoUpdating README.md file to reflect the changes in the last commit
Jack Allnutt [Sat, 1 Oct 2011 09:22:34 +0000 (10:22 +0100)]
Updating README.md file to reflect the changes in the last commit

14 years agoRe-organise files.
Jack Allnutt [Sat, 1 Oct 2011 09:14:17 +0000 (10:14 +0100)]
Re-organise files.

Move the client directory out of the node folder, remove the symlinks and put the real js, img and css directories in it.

Rename the 'node' folder to 'server'.

Tweaks to app.js and config.json to facilitate this reorganisation.

14 years agoMerge branch 'master' into no-php
Jack Allnutt [Sat, 1 Oct 2011 09:00:27 +0000 (10:00 +0100)]
Merge branch 'master' into no-php

14 years agoRemove mode extraction from RPL_LIST replies.
Jack Allnutt [Sat, 1 Oct 2011 08:28:42 +0000 (09:28 +0100)]
Remove mode extraction from RPL_LIST replies.

Fixes problem when no modes are set or there is a space in the mode list.

14 years agoAdding support for password protected servers. Issue #44
Jack Allnutt [Sat, 1 Oct 2011 08:27:13 +0000 (09:27 +0100)]
Adding support for password protected servers. Issue #44

14 years agoBetter colour handling code
Jack Allnutt [Fri, 30 Sep 2011 05:28:26 +0000 (06:28 +0100)]
Better colour handling code

No longer bugs out when multiple colours are used without a terminating \x03 byte between them.

Should fix Issue #38.

14 years agoFixing broken index.html.jade (whitespace issue)
Jack Allnutt [Fri, 30 Sep 2011 05:27:18 +0000 (06:27 +0100)]
Fixing broken index.html.jade (whitespace issue)

14 years agoFixing typo in previous commit
Jack Allnutt [Wed, 28 Sep 2011 16:52:57 +0000 (17:52 +0100)]
Fixing typo in previous commit

14 years agoAdd local fallback in case the Google CDN fails for some reason
Jack Allnutt [Wed, 28 Sep 2011 16:51:16 +0000 (17:51 +0100)]
Add local fallback in case the Google CDN fails for some reason

14 years agoUse protocol-relative URLs for loading external scripts (i.e. jQuery) so all resource...
Jack Allnutt [Wed, 28 Sep 2011 07:58:39 +0000 (08:58 +0100)]
Use protocol-relative URLs for loading external scripts (i.e. jQuery) so all resources are loaded over SSL when enabled

14 years agoTired git push without testing things is not a good idea. Things go all WHOA NOT...
Darren [Tue, 27 Sep 2011 23:30:37 +0000 (00:30 +0100)]
Tired git push without testing things is not a good idea. Things go all WHOA NOT WORKY

14 years agoIncluded SSL/port in embedding url
Darren [Tue, 27 Sep 2011 23:22:48 +0000 (00:22 +0100)]
Included SSL/port in embedding url

14 years agoReworked client-side /list implementation
Jack Allnutt [Tue, 27 Sep 2011 11:22:54 +0000 (12:22 +0100)]
Reworked client-side /list implementation

14 years agoNick autocomplete fix
Darren [Mon, 26 Sep 2011 20:45:33 +0000 (21:45 +0100)]
Nick autocomplete fix

14 years agoMerge branch 'master' of git://github.com/M2Ys4U/KiwiIRC
Darren [Mon, 26 Sep 2011 20:20:34 +0000 (21:20 +0100)]
Merge branch 'master' of git://github.com/M2Ys4U/KiwiIRC

14 years agoAlertbox CSS
Darren [Mon, 26 Sep 2011 20:16:27 +0000 (21:16 +0100)]
Alertbox CSS

14 years agoAdding a new User object, primarilly used in the UserList object.\n\nAlso JSLinting.
Jack Allnutt [Mon, 26 Sep 2011 04:00:37 +0000 (05:00 +0100)]
Adding a new User object, primarilly used in the UserList object.\n\nAlso JSLinting.

14 years agoMerge branch 'master' of github.com:prawnsalad/KiwiIRC
Jack Allnutt [Mon, 26 Sep 2011 02:25:03 +0000 (03:25 +0100)]
Merge branch 'master' of github.com:prawnsalad/KiwiIRC

14 years agotypo fix
Jack Allnutt [Mon, 26 Sep 2011 02:24:49 +0000 (03:24 +0100)]
typo fix

14 years agoToolbar resizing fix, formatIRCMessage returning undefined fix
Darren [Sun, 25 Sep 2011 12:37:54 +0000 (13:37 +0100)]
Toolbar resizing fix, formatIRCMessage returning undefined fix

14 years agoAdded support for RPL_BANLIST[END] to server, stub methods in the client.
Jack Allnutt [Sun, 25 Sep 2011 01:19:34 +0000 (02:19 +0100)]
Added support for RPL_BANLIST[END] to server, stub methods in the client.

14 years agoSeconds -> Minutes & seconds conversion for onReconnecting()
Jack Allnutt [Sat, 24 Sep 2011 23:56:39 +0000 (00:56 +0100)]
Seconds -> Minutes & seconds conversion for onReconnecting()

14 years agoMerge https://github.com/M2Ys4U/KiwiIRC
Darren [Sat, 24 Sep 2011 22:16:49 +0000 (23:16 +0100)]
Merge https://github.com/M2Ys4U/KiwiIRC

14 years agoAdded listening to specific net. interfaces
Darren [Sat, 24 Sep 2011 22:16:45 +0000 (23:16 +0100)]
Added listening to specific net. interfaces

14 years agoWrap the jade.compile function in a try...catch block
Jack Allnutt [Sat, 24 Sep 2011 22:00:47 +0000 (23:00 +0100)]
Wrap the jade.compile function in a try...catch block

14 years agoRemoved whois ending line, added seconds formatting
Darren [Sat, 24 Sep 2011 20:22:35 +0000 (21:22 +0100)]
Removed whois ending line, added seconds formatting

14 years agoUpdated Underscore.js, Tabview icons, Invalid next event bugfix, General CSS'ing...
Darren [Sat, 24 Sep 2011 18:01:27 +0000 (19:01 +0100)]
Updated Underscore.js, Tabview icons, Invalid next event bugfix, General CSS'ing, Tutorial prototype

14 years agoKiwi logo in the client
Darren [Sat, 24 Sep 2011 14:36:53 +0000 (15:36 +0100)]
Kiwi logo in the client

14 years agoTidying, all.js parsing with uglify-js fix, nickchange event fix
Darren [Fri, 23 Sep 2011 21:31:58 +0000 (22:31 +0100)]
Tidying, all.js parsing with uglify-js fix, nickchange event fix

14 years agofront.js changes
Darren [Fri, 23 Sep 2011 20:41:26 +0000 (21:41 +0100)]
front.js changes

14 years agoMerge pull request #36 from M2Ys4U/master
Darren [Fri, 23 Sep 2011 19:30:42 +0000 (12:30 -0700)]
Merge pull request #36 from M2Ys4U/master

Refactoring Tabview access

14 years agoRemoving raw access to tabview list, now uses static methods on Tabview
Jack Allnutt [Fri, 23 Sep 2011 19:00:25 +0000 (20:00 +0100)]
Removing raw access to tabview list, now uses static methods on Tabview

14 years agoRemoved more revision number things
Darren [Fri, 23 Sep 2011 14:24:56 +0000 (15:24 +0100)]
Removed more revision number things

14 years agoError handler around HTTP handling
Darren [Fri, 23 Sep 2011 13:32:08 +0000 (14:32 +0100)]
Error handler around HTTP handling

14 years agoRemoved redundant front.tabviewAdd() and revision numbers
Darren [Fri, 23 Sep 2011 12:41:34 +0000 (13:41 +0100)]
Removed redundant front.tabviewAdd() and revision numbers

14 years agoTabview constructor completed, front.format renamed
Darren [Fri, 23 Sep 2011 11:42:51 +0000 (12:42 +0100)]
Tabview constructor completed, front.format renamed

14 years agoInitial Tabview constructor
Darren [Fri, 23 Sep 2011 11:25:42 +0000 (12:25 +0100)]
Initial Tabview constructor

14 years agoUserlist resizing fix
Darren [Fri, 23 Sep 2011 10:26:05 +0000 (11:26 +0100)]
Userlist resizing fix

14 years agoNicklist refactor pull
Darren [Fri, 23 Sep 2011 09:10:05 +0000 (10:10 +0100)]
Nicklist refactor pull

14 years agoFuck you, git.
Darren [Thu, 22 Sep 2011 22:44:03 +0000 (23:44 +0100)]
Fuck you, git.

14 years agoMerge pull request #35 from M2Ys4U/ctcp
Darren [Thu, 22 Sep 2011 22:38:53 +0000 (15:38 -0700)]
Merge pull request #35 from M2Ys4U/ctcp

Client-side CTCP handling

14 years agoMerge branch 'master' of https://github.com/M2Ys4U/KiwiIRC
System Administrator [Thu, 22 Sep 2011 22:37:45 +0000 (23:37 +0100)]
Merge branch 'master' of https://github.com/M2Ys4U/KiwiIRC

Conflicts:
node/app.js

14 years agoMerge
Darren [Thu, 22 Sep 2011 22:21:48 +0000 (23:21 +0100)]
Merge

14 years agoMerge pull request #33 from M2Ys4U/multi-listen
Darren [Thu, 22 Sep 2011 20:59:48 +0000 (13:59 -0700)]
Merge pull request #33 from M2Ys4U/multi-listen

Enable Kiwi to listen on multiple ports

14 years agoSend MIME type along with HTML; Remove xml namespace declaration from HTML (not valid...
Jack Allnutt [Thu, 22 Sep 2011 18:54:46 +0000 (19:54 +0100)]
Send MIME type along with HTML; Remove xml namespace declaration from HTML (not valid/needed in HTML5); Restrict command logging to /commands

14 years agoLinting & wrapping some utility functions on the String prototype so they don't clobb...
Jack Allnutt [Thu, 22 Sep 2011 01:57:00 +0000 (02:57 +0100)]
Linting & wrapping some utility functions on the String prototype so they don't clobber a native implementation

14 years agofix for broken index.html.jade file
Jack Allnutt [Thu, 22 Sep 2011 01:49:30 +0000 (02:49 +0100)]
fix for broken index.html.jade file

14 years agoCan now send CTCP requests using /ctcp. Displays incoming CTCP requests not handled...
Jack Allnutt [Thu, 22 Sep 2011 01:47:05 +0000 (02:47 +0100)]
Can now send CTCP requests using /ctcp. Displays incoming CTCP requests not handled by the server

14 years agoRestoring transports in config.json
Jack Allnutt [Tue, 20 Sep 2011 17:13:34 +0000 (18:13 +0100)]
Restoring transports in config.json

14 years agoFix for HTML cache not taking in to account SSL status. Moved <script> tags to the...
Jack Allnutt [Tue, 20 Sep 2011 17:07:49 +0000 (18:07 +0100)]
Fix for HTML cache not taking in to account SSL status. Moved <script> tags to the bottom of <body>

14 years agoKiwi can now listen on multiple ports at the same time.
Jack Allnutt [Tue, 20 Sep 2011 16:56:43 +0000 (17:56 +0100)]
Kiwi can now listen on multiple ports at the same time.

Reverted previous change to index.html.jade

14 years agoMerge branch 'master' of github.com:prawnsalad/KiwiIRC
Jack Allnutt [Tue, 20 Sep 2011 15:33:29 +0000 (16:33 +0100)]
Merge branch 'master' of github.com:prawnsalad/KiwiIRC

14 years agoMove script tags to the bottom of <body>
Jack Allnutt [Tue, 20 Sep 2011 15:28:53 +0000 (16:28 +0100)]
Move script tags to the bottom of <body>

14 years agoConnection handling revamp, auto-reconnect
Darren [Tue, 20 Sep 2011 15:20:36 +0000 (16:20 +0100)]
Connection handling revamp, auto-reconnect

14 years agoLogo accreditation
Darren [Mon, 19 Sep 2011 10:28:47 +0000 (11:28 +0100)]
Logo accreditation

14 years agoScrolling fix(switching from Utilityview to Tabview)
Darren [Sun, 18 Sep 2011 17:28:06 +0000 (18:28 +0100)]
Scrolling fix(switching from Utilityview to Tabview)