KiwiIRC.git
10 years agoRemove view/output related data from member model
Darren [Sun, 20 Apr 2014 21:27:42 +0000 (22:27 +0100)]
Remove view/output related data from member model

10 years agoShortening text_theme keys
Darren [Sat, 19 Apr 2014 21:39:18 +0000 (22:39 +0100)]
Shortening text_theme keys

10 years agoMerge branch 'text_themes' of https://github.com/CoryChaplin/KiwiIRC into CoryChaplin...
Darren [Thu, 17 Apr 2014 20:42:54 +0000 (21:42 +0100)]
Merge branch 'text_themes' of https://github.com/CoryChaplin/KiwiIRC into CoryChaplin-text_themes

10 years agoDon't specify the textTheme params within its regex
Darren [Mon, 14 Apr 2014 13:47:41 +0000 (14:47 +0100)]
Don't specify the textTheme params within its regex

10 years agoMerge pull request #21 from prawnsalad/CoryChaplin-text_themes
Cory Chaplin [Mon, 14 Apr 2014 13:01:12 +0000 (15:01 +0200)]
Merge pull request #21 from prawnsalad/CoryChaplin-text_themes

TextTheme view removed

10 years agoTextTheme view removed
Darren [Mon, 14 Apr 2014 12:56:13 +0000 (13:56 +0100)]
TextTheme view removed

10 years agoMerge branch 'development' of https://github.com/CoryChaplin/KiwiIRC into text_themes
Cory Chaplin [Mon, 14 Apr 2014 12:29:33 +0000 (14:29 +0200)]
Merge branch 'development' of https://github.com/CoryChaplin/KiwiIRC into text_themes

10 years agoMerge remote branch 'origin/development' into text_themes
Cory Chaplin [Mon, 14 Apr 2014 12:29:03 +0000 (14:29 +0200)]
Merge remote branch 'origin/development' into text_themes

10 years agoMerge pull request #20 from prawnsalad/CoryChaplin-text_themes
Cory Chaplin [Mon, 14 Apr 2014 12:11:05 +0000 (14:11 +0200)]
Merge pull request #20 from prawnsalad/CoryChaplin-text_themes

Cory Chaplin text themes

10 years agostyleText moved into helpers
Darren [Mon, 14 Apr 2014 10:06:39 +0000 (11:06 +0100)]
styleText moved into helpers

10 years agoResolving text theme loading race condition
Darren [Mon, 14 Apr 2014 09:13:46 +0000 (10:13 +0100)]
Resolving text theme loading race condition

10 years agoMerge branch 'text_themes' of https://github.com/CoryChaplin/KiwiIRC into CoryChaplin...
Darren [Mon, 14 Apr 2014 08:49:35 +0000 (09:49 +0100)]
Merge branch 'text_themes' of https://github.com/CoryChaplin/KiwiIRC into CoryChaplin-text_themes

10 years agoMerge pull request #522 from H7-25/development
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

10 years agoRemoved tab from code
KiwiIRC [Sun, 13 Apr 2014 00:33:13 +0000 (02:33 +0200)]
Removed tab from code

10 years agoAdded IRC notices interaction for modules
KiwiIRC [Sun, 13 Apr 2014 00:09:59 +0000 (02:09 +0200)]
Added IRC notices interaction for modules

10 years agoFormatting
Darren [Sat, 12 Apr 2014 23:07:38 +0000 (00:07 +0100)]
Formatting

10 years agoMerge pull request #521 from H7-25/development
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

10 years agoAdded 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

10 years agoMerge pull request #517 from reality/483
Darren [Thu, 10 Apr 2014 16:32:18 +0000 (17:32 +0100)]
Merge pull request #517 from reality/483

Check Node version (Fix #483)

10 years agoFix #483
reality [Thu, 10 Apr 2014 16:27:25 +0000 (16:27 +0000)]
Fix #483

10 years agoUpdate development version number
Darren [Thu, 10 Apr 2014 12:19:35 +0000 (13:19 +0100)]
Update development version number

10 years agoUpdate master version number
Darren [Thu, 10 Apr 2014 12:19:13 +0000 (13:19 +0100)]
Update master version number

10 years agoXSS fix in channel linking (courtesy of dispols)
Darren [Thu, 10 Apr 2014 12:12:09 +0000 (13:12 +0100)]
XSS fix in channel linking (courtesy of dispols)

10 years agoMoving defaultServerSettings() into the global kiwi API
Darren [Tue, 8 Apr 2014 19:46:30 +0000 (20:46 +0100)]
Moving defaultServerSettings() into the global kiwi API

10 years agoIE8 support - indexOf
Darren [Sat, 5 Apr 2014 18:43:18 +0000 (19:43 +0100)]
IE8 support - indexOf

10 years agoMerge branch 'development' of https://github.com/CoryChaplin/KiwiIRC into text_themes
Cory Chaplin [Fri, 4 Apr 2014 07:56:15 +0000 (09:56 +0200)]
Merge branch 'development' of https://github.com/CoryChaplin/KiwiIRC into text_themes

Conflicts:
client/src/app.js
client/src/models/member.js

10 years agoFix missing nickname in actions
Cory Chaplin [Fri, 4 Apr 2014 07:47:33 +0000 (09:47 +0200)]
Fix missing nickname in actions

10 years agoAllow plugins to open new IRC connections
Darren [Thu, 3 Apr 2014 15:56:03 +0000 (16:56 +0100)]
Allow plugins to open new IRC connections

10 years agoMoving connection logic into gateway.js
Darren [Thu, 3 Apr 2014 15:22:31 +0000 (16:22 +0100)]
Moving connection logic into gateway.js

10 years agoclient/src/models/member.js formatting + comments
Darren [Wed, 2 Apr 2014 13:25:21 +0000 (14:25 +0100)]
client/src/models/member.js formatting + comments

10 years agoCorrect user prefix defaults for ircds not providing them (ircd.js)
Darren [Wed, 2 Apr 2014 12:55:25 +0000 (13:55 +0100)]
Correct user prefix defaults for ircds not providing them (ircd.js)

10 years agoUsing default user prefixes when not provided by the ircd
Darren [Wed, 2 Apr 2014 12:05:25 +0000 (13:05 +0100)]
Using default user prefixes when not provided by the ircd

10 years agoUpdate development version number
Darren [Mon, 31 Mar 2014 21:50:04 +0000 (22:50 +0100)]
Update development version number

10 years agoUpdate master version number
Darren [Mon, 31 Mar 2014 21:49:25 +0000 (22:49 +0100)]
Update master version number

10 years agoMissing bosnian translation from build
Darren [Mon, 31 Mar 2014 21:05:12 +0000 (22:05 +0100)]
Missing bosnian translation from build

10 years agoMerge remote branch 'origin/development' into text_themes
Cory Chaplin [Mon, 31 Mar 2014 20:47:53 +0000 (22:47 +0200)]
Merge remote branch 'origin/development' into text_themes

Conflicts:
client/src/app.js

10 years agoShow the app after plugins loaded; Allow custom startup applets;
Darren [Mon, 31 Mar 2014 20:34:31 +0000 (21:34 +0100)]
Show the app after plugins loaded; Allow custom startup applets;

10 years agoText theme fixes
Cory Chaplin [Mon, 31 Mar 2014 19:16:17 +0000 (21:16 +0200)]
Text theme fixes

10 years agoMerge remote branch 'origin/development' into text_themes
Cory Chaplin [Mon, 31 Mar 2014 14:15:26 +0000 (16:15 +0200)]
Merge remote branch 'origin/development' into text_themes

Conflicts:
client/build.js
client/src/models/network.js
client/src/translations/es.po
server/settingsgenerator.js

10 years agoText themes : extra text theme, documentation and config fix
Cory Chaplin [Mon, 31 Mar 2014 12:59:33 +0000 (14:59 +0200)]
Text themes : extra text theme, documentation and config fix

10 years agoBonsian translation; Missing translation terms included
Darren [Sun, 30 Mar 2014 21:48:34 +0000 (22:48 +0100)]
Bonsian translation; Missing translation terms included

10 years agoTranslations update
Darren [Sun, 30 Mar 2014 21:29:22 +0000 (22:29 +0100)]
Translations update

10 years agouser menu template updated
Darren [Sun, 30 Mar 2014 21:23:20 +0000 (22:23 +0100)]
user menu template updated

10 years agoFocus control input on switching tabs
Darren [Sun, 30 Mar 2014 12:03:20 +0000 (13:03 +0100)]
Focus control input on switching tabs

10 years agoHiding new connection/startup app button if in a restricted server mode
Darren [Sat, 29 Mar 2014 15:44:13 +0000 (15:44 +0000)]
Hiding new connection/startup app button if in a restricted server mode

10 years agoAdd server + client versions to CTCP VERSION reply
Darren [Sat, 29 Mar 2014 15:35:25 +0000 (15:35 +0000)]
Add server + client versions to CTCP VERSION reply

10 years agoClient version stored into kiwi.build_version
Darren [Sat, 29 Mar 2014 14:32:37 +0000 (14:32 +0000)]
Client version stored into kiwi.build_version

10 years agoFinalising winston logging; Logging timestamp format;
Darren [Fri, 28 Mar 2014 16:57:46 +0000 (16:57 +0000)]
Finalising winston logging; Logging timestamp format;

10 years agoMerge branch 'winston' of https://github.com/M2Ys4U/KiwiIRC into winston
Darren [Fri, 28 Mar 2014 16:09:59 +0000 (16:09 +0000)]
Merge branch 'winston' of https://github.com/M2Ys4U/KiwiIRC into winston

10 years agoChannel case-sensitivity issues. Main cause of "Cannot call method 'clientEvent'...
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"

10 years agoRemove slap; Add ignore into user menu
Darren [Fri, 28 Mar 2014 15:04:56 +0000 (15:04 +0000)]
Remove slap; Add ignore into user menu

10 years agoEmpty default language setting
Darren [Fri, 28 Mar 2014 14:01:50 +0000 (14:01 +0000)]
Empty default language setting

10 years agoRemoving console.log from banlist
Darren [Fri, 28 Mar 2014 13:34:25 +0000 (13:34 +0000)]
Removing console.log from banlist

10 years agoRemoving alert number form applet tabs
Darren [Fri, 28 Mar 2014 13:23:49 +0000 (13:23 +0000)]
Removing alert number form applet tabs

10 years ago/list num. users as topic when topic is empty - fixed
Darren [Thu, 27 Mar 2014 21:22:54 +0000 (21:22 +0000)]
/list num. users as topic when topic is empty - fixed

10 years agoChanlist formatting and slight tidy
Darren [Thu, 27 Mar 2014 21:16:01 +0000 (21:16 +0000)]
Chanlist formatting and slight tidy

10 years agoMerge branch 'chanlist' of https://github.com/CoryChaplin/KiwiIRC into development
Darren [Thu, 27 Mar 2014 17:08:57 +0000 (17:08 +0000)]
Merge branch 'chanlist' of https://github.com/CoryChaplin/KiwiIRC into development

10 years agoRemove data setting from render function in chanlist
Cory Chaplin [Thu, 27 Mar 2014 16:20:42 +0000 (17:20 +0100)]
Remove data setting from render function in chanlist

10 years agoRemove 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

10 years agoMerge branch 'development' of github.com:prawnsalad/KiwiIRC into development
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

10 years agoMerge pull request #504 from pshahid/development
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

10 years agoFixes to take comments into account
Cory Chaplin [Wed, 26 Mar 2014 23:11:21 +0000 (00:11 +0100)]
Fixes to take comments into account

10 years agoText theme regression fixes.
Cory Chaplin [Wed, 26 Mar 2014 22:47:57 +0000 (23:47 +0100)]
Text theme regression fixes.

10 years agoMerge branch 'chanlist' of https://github.com/CoryChaplin/KiwiIRC into development
Darren [Wed, 26 Mar 2014 18:10:25 +0000 (18:10 +0000)]
Merge branch 'chanlist' of https://github.com/CoryChaplin/KiwiIRC into development

10 years agoMaking use of panels.getByCid and fixing trailing whitespace
Paul Shahid [Wed, 26 Mar 2014 02:06:22 +0000 (22:06 -0400)]
Making use of panels.getByCid and fixing trailing whitespace

10 years agoPutting things back to normal
Paul Shahid [Wed, 26 Mar 2014 00:47:26 +0000 (20:47 -0400)]
Putting things back to normal

10 years agoLast bit of cleanup
Paul Shahid [Wed, 26 Mar 2014 00:46:17 +0000 (20:46 -0400)]
Last bit of cleanup

10 years agoMore cleanup
Paul Shahid [Wed, 26 Mar 2014 00:42:30 +0000 (20:42 -0400)]
More cleanup

10 years agoForgot to remove some console.logs from when I was learnin the codebase
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

10 years agoAdding my fix for falling back to last visited tab
Paul Shahid [Wed, 26 Mar 2014 00:31:04 +0000 (20:31 -0400)]
Adding my fix for falling back to last visited tab

10 years agoFinishing first run of text themes.
Cory Chaplin [Tue, 25 Mar 2014 23:16:39 +0000 (00:16 +0100)]
Finishing first run of text themes.

10 years agoText theme adjustments in translations.
Cory Chaplin [Tue, 25 Mar 2014 22:08:49 +0000 (23:08 +0100)]
Text theme adjustments in translations.

10 years agoAdded non translated strings to text themes. Work in progress.
Cory Chaplin [Tue, 25 Mar 2014 17:00:50 +0000 (18:00 +0100)]
Added non translated strings to text themes. Work in progress.

10 years agoIrcProxy: Don't switch encodings
Darren [Tue, 25 Mar 2014 16:56:07 +0000 (16:56 +0000)]
IrcProxy: Don't switch encodings

10 years agoMore work on text themes. Splitting translation and text themes, adding nick/ident...
Cory Chaplin [Tue, 25 Mar 2014 14:33:51 +0000 (15:33 +0100)]
More work on text themes. Splitting translation and text themes, adding nick/ident/host and channel support. Work in progress.

10 years agoCustom pidfile fix
Darren [Mon, 24 Mar 2014 08:59:19 +0000 (08:59 +0000)]
Custom pidfile fix

10 years agoCustom pidfile location
Darren [Mon, 24 Mar 2014 07:33:54 +0000 (07:33 +0000)]
Custom pidfile location

10 years agoMerge pull request #501 from LouisT/development
Darren [Sun, 23 Mar 2014 23:12:52 +0000 (23:12 +0000)]
Merge pull request #501 from LouisT/development

Add spotify to medamessage.js

10 years agoAdd Spotify to mediamessage.js WITHOUT breaking prawnsalad's changes
Louis T [Sun, 23 Mar 2014 23:06:08 +0000 (19:06 -0400)]
Add Spotify to mediamessage.js WITHOUT breaking prawnsalad's changes

10 years agoAdd spotify to medamessage.js
Louis T [Sun, 23 Mar 2014 22:48:22 +0000 (18:48 -0400)]
Add spotify to medamessage.js

10 years agoCustom media messages in plugin support
Darren [Sun, 23 Mar 2014 22:33:38 +0000 (22:33 +0000)]
Custom media messages in plugin support

10 years agoInitial work on text themes. To be completed.
Cory Chaplin [Wed, 19 Mar 2014 23:33:42 +0000 (00:33 +0100)]
Initial work on text themes. To be completed.

10 years agovar name formatting; removing console.logs
Darren [Sun, 16 Mar 2014 22:35:18 +0000 (22:35 +0000)]
var name formatting; removing console.logs

10 years agoMerge branch 'trailing' of https://github.com/M2Ys4U/KiwiIRC into M2Ys4U-trailing
Darren [Sun, 16 Mar 2014 22:26:15 +0000 (22:26 +0000)]
Merge branch 'trailing' of https://github.com/M2Ys4U/KiwiIRC into M2Ys4U-trailing

10 years agoSwitching .indexOf for IE8 support
Darren [Sat, 15 Mar 2014 13:58:15 +0000 (13:58 +0000)]
Switching .indexOf for IE8 support

10 years agoRemove 'trailing' from IRC message objects
Jack Allnutt [Thu, 13 Mar 2014 18:37:33 +0000 (18:37 +0000)]
Remove 'trailing' from IRC message objects

10 years agoAdd .jshintrc file for server code
Jack Allnutt [Tue, 11 Mar 2014 16:48:49 +0000 (16:48 +0000)]
Add .jshintrc file for server code

10 years agoUpdated build script with new startup applet
Darren [Sat, 8 Mar 2014 17:52:06 +0000 (17:52 +0000)]
Updated build script with new startup applet

10 years agoStartup screen is now a configurable applet
Darren [Sat, 8 Mar 2014 14:18:56 +0000 (14:18 +0000)]
Startup screen is now a configurable applet

10 years agoKeep channel length up to date
Cory Chaplin [Mon, 3 Mar 2014 19:44:54 +0000 (20:44 +0100)]
Keep channel length up to date

10 years agoCleanup to take comments into account
Cory Chaplin [Mon, 3 Mar 2014 10:19:44 +0000 (11:19 +0100)]
Cleanup to take comments into account

10 years agoFix css reference
Cory Chaplin [Sun, 2 Mar 2014 18:58:18 +0000 (19:58 +0100)]
Fix css reference

10 years agoForgotten case
Cory Chaplin [Sun, 2 Mar 2014 18:55:15 +0000 (19:55 +0100)]
Forgotten case

10 years agoReplace id's by css classes and cleanup
Cory Chaplin [Sun, 2 Mar 2014 18:53:16 +0000 (19:53 +0100)]
Replace id's by css classes and cleanup

10 years agoCorrectly checking if active panel != applet before scrolling down
Darren [Sun, 2 Mar 2014 13:10:04 +0000 (13:10 +0000)]
Correctly checking if active panel != applet before scrolling down

10 years agoTracking the active panel correctly
Darren [Sun, 2 Mar 2014 13:09:25 +0000 (13:09 +0000)]
Tracking the active panel correctly

10 years agoSwitch chanlist from an id to a css class
Cory Chaplin [Sun, 2 Mar 2014 13:08:16 +0000 (14:08 +0100)]
Switch chanlist from an id to a css class

10 years agoCorrectly showing 0 hours in 12 hour timestamps
Darren [Sun, 2 Mar 2014 12:39:38 +0000 (12:39 +0000)]
Correctly showing 0 hours in 12 hour timestamps

10 years agoMerge branch 'timestamp' of https://github.com/M2Ys4U/KiwiIRC into M2Ys4U-timestamp
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

10 years agochannel_prefix may contain more than one prefix
Darren [Sun, 2 Mar 2014 12:17:03 +0000 (12:17 +0000)]
channel_prefix may contain more than one prefix