Darren [Tue, 29 Apr 2014 14:49:59 +0000 (15:49 +0100)]
Missed HTML template update from previous commit
Darren [Tue, 29 Apr 2014 14:45:43 +0000 (15:45 +0100)]
Moving nick list toggle into the right bar
Darren [Mon, 21 Apr 2014 14:47:52 +0000 (15:47 +0100)]
Extracting the right_bar into its own view with toggling logic
Darren [Mon, 21 Apr 2014 13:43:31 +0000 (14:43 +0100)]
using the .disabled CSS class when toggling right_bar
Darren [Mon, 21 Apr 2014 12:32:35 +0000 (13:32 +0100)]
Merge branch 'development' of https://github.com/crtaylor123/KiwiIRC into crtaylor123-development
Darren [Wed, 16 Apr 2014 22:29:23 +0000 (23:29 +0100)]
Kiwi API: addMediaMessageType()
Darren [Wed, 16 Apr 2014 20:57:06 +0000 (21:57 +0100)]
Separating formatDate + only init'ing its vars once
Darren [Wed, 16 Apr 2014 20:16:59 +0000 (21:16 +0100)]
Merge branch 'date_format' of https://github.com/CoryChaplin/KiwiIRC into CoryChaplin-date_format
Cory Chaplin [Tue, 15 Apr 2014 21:35:13 +0000 (23:35 +0200)]
Date format language files
Cory Chaplin [Tue, 15 Apr 2014 15:56:34 +0000 (17:56 +0200)]
Adding date.format to make date strings customisable to fit your locale
Darren [Mon, 14 Apr 2014 08:47:32 +0000 (09:47 +0100)]
Merge pull request #522 from H7-25/development
Added IRC notices interaction for modules
KiwiIRC [Sun, 13 Apr 2014 00:33:13 +0000 (02:33 +0200)]
Removed tab from code
KiwiIRC [Sun, 13 Apr 2014 00:09:59 +0000 (02:09 +0200)]
Added IRC notices interaction for modules
Darren [Sat, 12 Apr 2014 23:07:38 +0000 (00:07 +0100)]
Formatting
Darren [Sat, 12 Apr 2014 23:06:00 +0000 (00:06 +0100)]
Merge pull request #521 from H7-25/development
Added inspircd 310 RPL_WHOISHELPOP and 335 RPL_WHOISBOT numerics
KiwiIRC [Sat, 12 Apr 2014 23:02:30 +0000 (01:02 +0200)]
Added inspircd 310 RPL_WHOISHELPOP and 335 RPL_WHOISBOT numerics
Darren [Thu, 10 Apr 2014 16:32:18 +0000 (17:32 +0100)]
Merge pull request #517 from reality/483
Check Node version (Fix #483)
reality [Thu, 10 Apr 2014 16:27:25 +0000 (16:27 +0000)]
Fix #483
Darren [Thu, 10 Apr 2014 12:19:35 +0000 (13:19 +0100)]
Update development version number
Darren [Thu, 10 Apr 2014 12:19:13 +0000 (13:19 +0100)]
Update master version number
Darren [Thu, 10 Apr 2014 12:12:09 +0000 (13:12 +0100)]
XSS fix in channel linking (courtesy of dispols)
Darren [Tue, 8 Apr 2014 19:46:30 +0000 (20:46 +0100)]
Moving defaultServerSettings() into the global kiwi API
Chris Taylor [Sun, 6 Apr 2014 21:35:50 +0000 (17:35 -0400)]
show/hide userslist #459
Added an icon in the index.html.tmpl underneath app_tools.
Added the event handler for the icon in apptoolbar.js.
Darren [Sat, 5 Apr 2014 18:43:18 +0000 (19:43 +0100)]
IE8 support - indexOf
Darren [Thu, 3 Apr 2014 15:56:03 +0000 (16:56 +0100)]
Allow plugins to open new IRC connections
Darren [Thu, 3 Apr 2014 15:22:31 +0000 (16:22 +0100)]
Moving connection logic into gateway.js
Darren [Wed, 2 Apr 2014 13:25:21 +0000 (14:25 +0100)]
client/src/models/member.js formatting + comments
Darren [Wed, 2 Apr 2014 12:55:25 +0000 (13:55 +0100)]
Correct user prefix defaults for ircds not providing them (ircd.js)
Darren [Wed, 2 Apr 2014 12:05:25 +0000 (13:05 +0100)]
Using default user prefixes when not provided by the ircd
Darren [Mon, 31 Mar 2014 21:50:04 +0000 (22:50 +0100)]
Update development version number
Darren [Mon, 31 Mar 2014 21:49:25 +0000 (22:49 +0100)]
Update master version number
Darren [Mon, 31 Mar 2014 21:05:12 +0000 (22:05 +0100)]
Missing bosnian translation from build
Darren [Mon, 31 Mar 2014 20:34:31 +0000 (21:34 +0100)]
Show the app after plugins loaded; Allow custom startup applets;
Darren [Sun, 30 Mar 2014 21:48:34 +0000 (22:48 +0100)]
Bonsian translation; Missing translation terms included
Darren [Sun, 30 Mar 2014 21:29:22 +0000 (22:29 +0100)]
Translations update
Darren [Sun, 30 Mar 2014 21:23:20 +0000 (22:23 +0100)]
user menu template updated
Darren [Sun, 30 Mar 2014 12:03:20 +0000 (13:03 +0100)]
Focus control input on switching tabs
Darren [Sat, 29 Mar 2014 15:44:13 +0000 (15:44 +0000)]
Hiding new connection/startup app button if in a restricted server mode
Darren [Sat, 29 Mar 2014 15:35:25 +0000 (15:35 +0000)]
Add server + client versions to CTCP VERSION reply
Darren [Sat, 29 Mar 2014 14:32:37 +0000 (14:32 +0000)]
Client version stored into kiwi.build_version
Darren [Fri, 28 Mar 2014 16:57:46 +0000 (16:57 +0000)]
Finalising winston logging; Logging timestamp format;
Darren [Fri, 28 Mar 2014 16:09:59 +0000 (16:09 +0000)]
Merge branch 'winston' of https://github.com/M2Ys4U/KiwiIRC into winston
Darren [Fri, 28 Mar 2014 15:49:56 +0000 (15:49 +0000)]
Channel case-sensitivity issues. Main cause of "Cannot call method 'clientEvent' of undefined"
Darren [Fri, 28 Mar 2014 15:04:56 +0000 (15:04 +0000)]
Remove slap; Add ignore into user menu
Darren [Fri, 28 Mar 2014 14:01:50 +0000 (14:01 +0000)]
Empty default language setting
Darren [Fri, 28 Mar 2014 13:34:25 +0000 (13:34 +0000)]
Removing console.log from banlist
Darren [Fri, 28 Mar 2014 13:23:49 +0000 (13:23 +0000)]
Removing alert number form applet tabs
Darren [Thu, 27 Mar 2014 21:22:54 +0000 (21:22 +0000)]
/list num. users as topic when topic is empty - fixed
Darren [Thu, 27 Mar 2014 21:16:01 +0000 (21:16 +0000)]
Chanlist formatting and slight tidy
Darren [Thu, 27 Mar 2014 17:08:57 +0000 (17:08 +0000)]
Merge branch 'chanlist' of https://github.com/CoryChaplin/KiwiIRC into development
Cory Chaplin [Thu, 27 Mar 2014 16:20:42 +0000 (17:20 +0100)]
Remove data setting from render function in chanlist
Cory Chaplin [Thu, 27 Mar 2014 16:15:39 +0000 (17:15 +0100)]
Remove data setting from render function in chanlist
Darren [Wed, 26 Mar 2014 23:37:57 +0000 (23:37 +0000)]
Merge branch 'development' of github.com:prawnsalad/KiwiIRC into development
# By Paul Shahid
# Via Paul Shahid (2) and Darren (1)
* 'development' of github.com:prawnsalad/KiwiIRC:
Making use of panels.getByCid and fixing trailing whitespace
Putting things back to normal
Last bit of cleanup
More cleanup
Forgot to remove some console.logs from when I was learnin the codebase
Adding my fix for falling back to last visited tab
Adding panel_access to the application model for tracking tab history
Darren [Wed, 26 Mar 2014 23:37:20 +0000 (23:37 +0000)]
Merge pull request #504 from pshahid/development
Fall back to last tab after closing another #381
Cory Chaplin [Wed, 26 Mar 2014 23:11:21 +0000 (00:11 +0100)]
Fixes to take comments into account
Darren [Wed, 26 Mar 2014 18:10:25 +0000 (18:10 +0000)]
Merge branch 'chanlist' of https://github.com/CoryChaplin/KiwiIRC into development
Paul Shahid [Wed, 26 Mar 2014 02:06:22 +0000 (22:06 -0400)]
Making use of panels.getByCid and fixing trailing whitespace
Paul Shahid [Wed, 26 Mar 2014 00:47:26 +0000 (20:47 -0400)]
Putting things back to normal
Paul Shahid [Wed, 26 Mar 2014 00:46:17 +0000 (20:46 -0400)]
Last bit of cleanup
Paul Shahid [Wed, 26 Mar 2014 00:42:30 +0000 (20:42 -0400)]
More cleanup
Paul Shahid [Wed, 26 Mar 2014 00:38:21 +0000 (20:38 -0400)]
Forgot to remove some console.logs from when I was learnin the codebase
Paul Shahid [Wed, 26 Mar 2014 00:31:04 +0000 (20:31 -0400)]
Adding my fix for falling back to last visited tab
Darren [Tue, 25 Mar 2014 16:56:07 +0000 (16:56 +0000)]
IrcProxy: Don't switch encodings
Darren [Mon, 24 Mar 2014 08:59:19 +0000 (08:59 +0000)]
Custom pidfile fix
Darren [Mon, 24 Mar 2014 07:33:54 +0000 (07:33 +0000)]
Custom pidfile location
Darren [Sun, 23 Mar 2014 23:12:52 +0000 (23:12 +0000)]
Merge pull request #501 from LouisT/development
Add spotify to medamessage.js
Louis T [Sun, 23 Mar 2014 23:06:08 +0000 (19:06 -0400)]
Add Spotify to mediamessage.js WITHOUT breaking prawnsalad's changes
Louis T [Sun, 23 Mar 2014 22:48:22 +0000 (18:48 -0400)]
Add spotify to medamessage.js
Darren [Sun, 23 Mar 2014 22:33:38 +0000 (22:33 +0000)]
Custom media messages in plugin support
Darren [Sun, 16 Mar 2014 22:35:18 +0000 (22:35 +0000)]
var name formatting; removing console.logs
Darren [Sun, 16 Mar 2014 22:26:15 +0000 (22:26 +0000)]
Merge branch 'trailing' of https://github.com/M2Ys4U/KiwiIRC into M2Ys4U-trailing
Darren [Sat, 15 Mar 2014 13:58:15 +0000 (13:58 +0000)]
Switching .indexOf for IE8 support
Jack Allnutt [Thu, 13 Mar 2014 18:37:33 +0000 (18:37 +0000)]
Remove 'trailing' from IRC message objects
Jack Allnutt [Tue, 11 Mar 2014 16:48:49 +0000 (16:48 +0000)]
Add .jshintrc file for server code
Darren [Sat, 8 Mar 2014 17:52:06 +0000 (17:52 +0000)]
Updated build script with new startup applet
Darren [Sat, 8 Mar 2014 14:18:56 +0000 (14:18 +0000)]
Startup screen is now a configurable applet
Cory Chaplin [Mon, 3 Mar 2014 19:44:54 +0000 (20:44 +0100)]
Keep channel length up to date
Cory Chaplin [Mon, 3 Mar 2014 10:19:44 +0000 (11:19 +0100)]
Cleanup to take comments into account
Cory Chaplin [Sun, 2 Mar 2014 18:58:18 +0000 (19:58 +0100)]
Fix css reference
Cory Chaplin [Sun, 2 Mar 2014 18:55:15 +0000 (19:55 +0100)]
Forgotten case
Cory Chaplin [Sun, 2 Mar 2014 18:53:16 +0000 (19:53 +0100)]
Replace id's by css classes and cleanup
Darren [Sun, 2 Mar 2014 13:10:04 +0000 (13:10 +0000)]
Correctly checking if active panel != applet before scrolling down
Darren [Sun, 2 Mar 2014 13:09:25 +0000 (13:09 +0000)]
Tracking the active panel correctly
Cory Chaplin [Sun, 2 Mar 2014 13:08:16 +0000 (14:08 +0100)]
Switch chanlist from an id to a css class
Darren [Sun, 2 Mar 2014 12:39:38 +0000 (12:39 +0000)]
Correctly showing 0 hours in 12 hour timestamps
Darren [Sun, 2 Mar 2014 12:22:02 +0000 (12:22 +0000)]
Merge branch 'timestamp' of https://github.com/M2Ys4U/KiwiIRC into M2Ys4U-timestamp
Conflicts:
client/src/views/channel.js
Darren [Sun, 2 Mar 2014 12:17:03 +0000 (12:17 +0000)]
channel_prefix may contain more than one prefix
Darren [Sun, 2 Mar 2014 12:11:28 +0000 (12:11 +0000)]
Merge branch 'fixes' of https://github.com/CoryChaplin/KiwiIRC into CoryChaplin-fixes
Darren [Sat, 1 Mar 2014 00:00:32 +0000 (00:00 +0000)]
Missed line from previous commit
Darren [Fri, 28 Feb 2014 22:50:04 +0000 (22:50 +0000)]
Client: /part command fix
Darren [Fri, 28 Feb 2014 22:48:59 +0000 (22:48 +0000)]
Optional param[0] in PART message
Cory Chaplin [Sun, 23 Feb 2014 22:42:06 +0000 (23:42 +0100)]
Cleaner way for making channel prefix optional in join command
Cory Chaplin [Sun, 23 Feb 2014 21:50:20 +0000 (22:50 +0100)]
Make the '#' optional in join command
Darren [Sun, 23 Feb 2014 21:03:23 +0000 (21:03 +0000)]
Merge pull request #490 from CoryChaplin/fixes
Fix for #489
Cory Chaplin [Sun, 23 Feb 2014 20:09:22 +0000 (21:09 +0100)]
Fix for #489
Darren [Sun, 23 Feb 2014 19:10:12 +0000 (19:10 +0000)]
SASL authentication ending correctly
Darren [Sat, 22 Feb 2014 12:41:51 +0000 (12:41 +0000)]
Leave Channel' title typo
Darren [Fri, 21 Feb 2014 23:30:02 +0000 (23:30 +0000)]
User box not showing on clicking user nick
Darren [Thu, 20 Feb 2014 23:03:15 +0000 (23:03 +0000)]
channel.js formatting
Darren [Thu, 20 Feb 2014 21:56:30 +0000 (21:56 +0000)]
Merge branch 'gateway' of https://github.com/M2Ys4U/KiwiIRC into M2Ys4U-gateway