KiwiIRC.git
11 years agoText theme ordering more logical; Text theme 'privmsg' naming consistency
Darren [Wed, 7 May 2014 23:49:03 +0000 (00:49 +0100)]
Text theme ordering more logical; Text theme 'privmsg' naming consistency

11 years agodefault app.text_theme should be object, not array
Darren [Wed, 7 May 2014 23:38:38 +0000 (00:38 +0100)]
default app.text_theme should be object, not array

11 years agoLoading text theme tidy up
Darren [Wed, 7 May 2014 23:38:03 +0000 (00:38 +0100)]
Loading text theme tidy up

11 years ago'symbols' text theme now the default
Darren [Wed, 7 May 2014 23:22:44 +0000 (00:22 +0100)]
'symbols' text theme now the default

11 years agoMerge remote-tracking branch 'origin/development' into CoryChaplin-text_themes
Darren [Wed, 7 May 2014 22:33:21 +0000 (23:33 +0100)]
Merge remote-tracking branch 'origin/development' into CoryChaplin-text_themes

* origin/development: (23 commits)
  Using Negotiator for accept-language parsing
  Client transports within config.js
  Don't automatically give focus when within an iframe
  MenuBox now a public component
  Startup applet correctly showing the info box
  Build script fix #531
  Missed HTML template update from previous commit
  Moving nick list toggle into the right bar
  More format adjustment :)
  Adjusted code format
  Added inspircd 396 numeric RPL_HOSTCLOACKING
  Extracting the right_bar into its own view with toggling logic
  using the .disabled CSS class when toggling right_bar
  Kiwi API: addMediaMessageType()
  Separating formatDate + only init'ing its vars once
  Date format language files
  Adding date.format to make date strings customisable to fit your locale
  Add visible check for updating banlist
  fix indentation (I should really have checked the diff better >_>)
  remove useless show
  ...

Conflicts:
client/build.js
server/settingsgenerator.js

11 years agoUsing Negotiator for accept-language parsing
Darren [Wed, 7 May 2014 21:49:13 +0000 (22:49 +0100)]
Using Negotiator for accept-language parsing

11 years agoClient transports within config.js
Darren [Tue, 6 May 2014 23:34:26 +0000 (00:34 +0100)]
Client transports within config.js

11 years agoDon't automatically give focus when within an iframe
Darren [Sun, 4 May 2014 20:40:08 +0000 (21:40 +0100)]
Don't automatically give focus when within an iframe

11 years agoMenuBox now a public component
Darren [Fri, 2 May 2014 13:58:46 +0000 (14:58 +0100)]
MenuBox now a public component

11 years agoStartup applet correctly showing the info box
Darren [Wed, 30 Apr 2014 15:54:44 +0000 (16:54 +0100)]
Startup applet correctly showing the info box

11 years agoBuild script fix #531
Darren [Tue, 29 Apr 2014 17:49:38 +0000 (18:49 +0100)]
Build script fix #531

11 years agoMerge branch 'development' of https://github.com/DaHispanicNinja/KiwiIRC into DaHispa...
Darren [Tue, 29 Apr 2014 15:05:25 +0000 (16:05 +0100)]
Merge branch 'development' of https://github.com/DaHispanicNinja/KiwiIRC into DaHispanicNinja-development

11 years agoMerge pull request #518 from reality/banlist
Darren [Tue, 29 Apr 2014 15:01:37 +0000 (16:01 +0100)]
Merge pull request #518 from reality/banlist

Toggleable Banlist, typo fix

11 years agoMerge branch 'development' of github.com:prawnsalad/KiwiIRC into development
Darren [Tue, 29 Apr 2014 14:53:00 +0000 (15:53 +0100)]
Merge branch 'development' of github.com:prawnsalad/KiwiIRC into development

# By KiwiIRC
# Via Darren (1) and KiwiIRC (1)
* 'development' of github.com:prawnsalad/KiwiIRC:
  More format adjustment :)
  Adjusted code format
  Added inspircd 396 numeric RPL_HOSTCLOACKING

11 years agoMissed HTML template update from previous commit
Darren [Tue, 29 Apr 2014 14:49:59 +0000 (15:49 +0100)]
Missed HTML template update from previous commit

11 years agoMoving nick list toggle into the right bar
Darren [Tue, 29 Apr 2014 14:45:43 +0000 (15:45 +0100)]
Moving nick list toggle into the right bar

11 years agoMerge pull request #526 from H7-25/development
Darren [Fri, 25 Apr 2014 14:05:17 +0000 (15:05 +0100)]
Merge pull request #526 from H7-25/development

Added inspircd 396 numeric RPL_HOSTCLOACKING

11 years agoMore format adjustment :)
KiwiIRC [Fri, 25 Apr 2014 14:04:13 +0000 (16:04 +0200)]
More format adjustment :)

11 years agoAdjusted code format
KiwiIRC [Fri, 25 Apr 2014 14:00:39 +0000 (16:00 +0200)]
Adjusted code format

11 years agoAdded inspircd 396 numeric RPL_HOSTCLOACKING
KiwiIRC [Fri, 25 Apr 2014 13:52:48 +0000 (15:52 +0200)]
Added inspircd 396 numeric RPL_HOSTCLOACKING

11 years agoExtracting the right_bar into its own view with toggling logic
Darren [Mon, 21 Apr 2014 14:47:52 +0000 (15:47 +0100)]
Extracting the right_bar into its own view with toggling logic

11 years agousing the .disabled CSS class when toggling right_bar
Darren [Mon, 21 Apr 2014 13:43:31 +0000 (14:43 +0100)]
using the .disabled CSS class when toggling right_bar

11 years agoMerge branch 'development' of https://github.com/crtaylor123/KiwiIRC into crtaylor123...
Darren [Mon, 21 Apr 2014 12:32:35 +0000 (13:32 +0100)]
Merge branch 'development' of https://github.com/crtaylor123/KiwiIRC into crtaylor123-development

11 years agoUpdating text themes with new %var names
Darren [Mon, 21 Apr 2014 01:24:23 +0000 (02:24 +0100)]
Updating text themes with new %var names

11 years agoRemoving text theme formatting chars from application code; Use more-readable names...
Darren [Mon, 21 Apr 2014 01:20:42 +0000 (02:20 +0100)]
Removing text theme formatting chars from application code; Use more-readable names instead of single chars for text theming

11 years agomember.js formatting + comment
Darren [Sun, 20 Apr 2014 21:28:58 +0000 (22:28 +0100)]
member.js formatting + comment

11 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

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

11 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

11 years agoKiwi API: addMediaMessageType()
Darren [Wed, 16 Apr 2014 22:29:23 +0000 (23:29 +0100)]
Kiwi API: addMediaMessageType()

11 years agoSeparating formatDate + only init'ing its vars once
Darren [Wed, 16 Apr 2014 20:57:06 +0000 (21:57 +0100)]
Separating formatDate + only init'ing its vars once

11 years agoMerge branch 'date_format' of https://github.com/CoryChaplin/KiwiIRC into CoryChaplin...
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

11 years agoDate format language files
Cory Chaplin [Tue, 15 Apr 2014 21:35:13 +0000 (23:35 +0200)]
Date format language files

11 years agoAdding date.format to make date strings customisable to fit your locale
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

11 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

11 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

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

11 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

11 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

11 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

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

11 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

11 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

11 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

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

11 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

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

11 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

11 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

11 years agoAdd visible check for updating banlist
reality [Thu, 10 Apr 2014 18:05:09 +0000 (18:05 +0000)]
Add visible check for updating banlist

11 years agofix indentation (I should really have checked the diff better >_>)
reality [Thu, 10 Apr 2014 17:47:50 +0000 (17:47 +0000)]
fix indentation (I should really have checked the diff better >_>)

11 years agoremove useless show
reality [Thu, 10 Apr 2014 17:46:15 +0000 (17:46 +0000)]
remove useless show

11 years agoToggleable ban list
reality [Thu, 10 Apr 2014 17:43:52 +0000 (17:43 +0000)]
Toggleable ban list

11 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)

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

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

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

11 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)

11 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

11 years agoFixed a bug where CANNOTSENDTOCHAN misfired its bug and add a feature to where cannot...
Randy Jimenez [Sun, 6 Apr 2014 23:57:05 +0000 (19:57 -0400)]
Fixed a bug where CANNOTSENDTOCHAN misfired its bug and add a feature to where cannot_send_to_chan is mentioned in the client

11 years agoshow/hide userslist #459
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.

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

11 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

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

11 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

11 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

11 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

11 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)

11 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

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

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

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

11 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

11 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;

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

11 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

11 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

11 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

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

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

11 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

11 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

11 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

11 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

11 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;

11 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

11 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"

11 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

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

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

11 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

11 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

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

11 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

11 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

11 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

11 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

11 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

11 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

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