KiwiIRC.git
9 years agoUpdate jQuery from 1.11.0 to 1.11.1
Jack Allnutt [Fri, 29 Aug 2014 14:01:35 +0000 (15:01 +0100)]
Update jQuery from 1.11.0 to 1.11.1

9 years agoUpdate po2json from 0.2.3 to 0.3.0
Jack Allnutt [Fri, 29 Aug 2014 13:55:48 +0000 (14:55 +0100)]
Update po2json from 0.2.3 to 0.3.0

9 years agoUpdate spdy from 1.19.1 to 1.28.1
Jack Allnutt [Fri, 29 Aug 2014 13:55:16 +0000 (14:55 +0100)]
Update spdy from 1.19.1 to 1.28.1

9 years agoUpdate iconv-lite from 0.2.11 to 0.4.4
Jack Allnutt [Fri, 29 Aug 2014 13:54:41 +0000 (14:54 +0100)]
Update iconv-lite from 0.2.11 to 0.4.4

9 years agoUpdate ipaddr.js from 0.1.2 to 0.1.3
Jack Allnutt [Fri, 29 Aug 2014 13:54:17 +0000 (14:54 +0100)]
Update ipaddr.js from 0.1.2 to 0.1.3

9 years agoUpdate eventemitter2 from 0.4.13 to 0.4.14
Jack Allnutt [Fri, 29 Aug 2014 13:53:52 +0000 (14:53 +0100)]
Update eventemitter2 from 0.4.13 to 0.4.14

9 years agoUpdate uglify-js from 2.4.12 to 2.4.15
Jack Allnutt [Fri, 29 Aug 2014 13:53:24 +0000 (14:53 +0100)]
Update uglify-js from 2.4.12 to 2.4.15

9 years agoUpdate node-static from 0.7.3 to 0.7.4
Jack Allnutt [Fri, 29 Aug 2014 13:52:53 +0000 (14:52 +0100)]
Update node-static from 0.7.3 to 0.7.4

9 years agoUpdate engine.io(-client) to 1.3.1
Jack Allnutt [Fri, 29 Aug 2014 13:24:03 +0000 (14:24 +0100)]
Update engine.io(-client) to 1.3.1

9 years agoMacedonian translation #583
Darren [Wed, 27 Aug 2014 21:53:32 +0000 (22:53 +0100)]
Macedonian translation #583

9 years agoShow general IRC errors within the client
Darren [Wed, 27 Aug 2014 19:46:58 +0000 (20:46 +0100)]
Show general IRC errors within the client

9 years agoKeep hold of X lines from IRCd for connection error context
Darren [Wed, 27 Aug 2014 19:46:28 +0000 (20:46 +0100)]
Keep hold of X lines from IRCd for connection error context

9 years agoTriggering connection 'close' event fix
Darren [Wed, 27 Aug 2014 19:45:07 +0000 (20:45 +0100)]
Triggering connection 'close' event fix

9 years agoSimplify the settings generator
Jack Allnutt [Fri, 22 Aug 2014 09:41:14 +0000 (10:41 +0100)]
Simplify the settings generator

settingsgenerator.js:
* getSettings' callback now passes an error object as its first argument
* generateSettings now returns a Promise

httphandler.js:
* serveSettings will now respond with HTTP 500 (Internal Server Error) if
    there is an error generating the settings object

9 years agoUse promise version of PluginInterface on the client
Jack Allnutt [Thu, 21 Aug 2014 11:22:32 +0000 (12:22 +0100)]
Use promise version of PluginInterface on the client

9 years agoModify PluginInterface to use promises on server
Jack Allnutt [Thu, 21 Aug 2014 10:54:17 +0000 (11:54 +0100)]
Modify PluginInterface to use promises on server

9 years agoUse promises at startup
Jack Allnutt [Sat, 19 Jul 2014 11:50:27 +0000 (12:50 +0100)]
Use promises at startup

Refactored the js code in index.html.tmpl and app.js to use promises
instead of the custom JobManager object.

9 years agoActivity counters stored in channel model
Darren [Thu, 14 Aug 2014 09:52:51 +0000 (10:52 +0100)]
Activity counters stored in channel model

9 years agoRestrict some network info to plugins
Darren [Thu, 14 Aug 2014 06:17:47 +0000 (07:17 +0100)]
Restrict some network info to plugins

9 years agoCLI theme 100% width nick list when narrow
Darren [Thu, 14 Aug 2014 00:08:05 +0000 (01:08 +0100)]
CLI theme 100% width nick list when narrow

9 years agotextstyle plugin reset
Darren [Wed, 13 Aug 2014 16:50:35 +0000 (17:50 +0100)]
textstyle plugin reset

9 years agoRemove trailing comma in app.js
Darren [Wed, 13 Aug 2014 15:55:21 +0000 (16:55 +0100)]
Remove trailing comma in app.js

9 years agoUser scripts cleanup for ControlInput events
Darren [Tue, 12 Aug 2014 15:13:33 +0000 (16:13 +0100)]
User scripts cleanup for ControlInput events

9 years agoCorrectly proxy events for plugin components other than Network()
Darren [Tue, 12 Aug 2014 15:13:00 +0000 (16:13 +0100)]
Correctly proxy events for plugin components other than Network()

9 years agoEmoticon + text style plugins
Darren [Tue, 12 Aug 2014 14:42:13 +0000 (15:42 +0100)]
Emoticon + text style plugins

9 years agoNetwork components get/set
Darren [Tue, 12 Aug 2014 13:14:30 +0000 (14:14 +0100)]
Network components get/set

9 years agoTruncating unread message counter when > 999 #578
Darren [Mon, 11 Aug 2014 20:10:13 +0000 (21:10 +0100)]
Truncating unread message counter when > 999 #578

9 years agoAuto IRCd reconnect config option
Darren [Sun, 10 Aug 2014 20:27:50 +0000 (21:27 +0100)]
Auto IRCd reconnect config option

9 years agoMissing CLI topic bar styles from earlier commit
Darren [Sun, 10 Aug 2014 14:40:27 +0000 (15:40 +0100)]
Missing CLI topic bar styles from earlier commit

9 years agoEasier webirc single server password config
Darren [Sat, 9 Aug 2014 14:12:11 +0000 (15:12 +0100)]
Easier webirc single server password config

9 years agoPointer cursor on clickable nicks
Darren [Fri, 8 Aug 2014 23:36:34 +0000 (00:36 +0100)]
Pointer cursor on clickable nicks

9 years agoCLI channel tree view styling
Darren [Fri, 8 Aug 2014 23:25:54 +0000 (00:25 +0100)]
CLI channel tree view styling

9 years agoMessage drop down bar smoother; CLI topic bar styling
Darren [Fri, 8 Aug 2014 23:19:27 +0000 (00:19 +0100)]
Message drop down bar smoother; CLI topic bar styling

9 years agoClient: Plugin event on new control input commands
Darren [Fri, 8 Aug 2014 20:48:45 +0000 (21:48 +0100)]
Client: Plugin event on new control input commands

9 years agoSwitching to a snappier highlight sound
Darren [Thu, 7 Aug 2014 20:25:26 +0000 (21:25 +0100)]
Switching to a snappier highlight sound

9 years agoUser prefix in front of nicks by default
Darren [Wed, 6 Aug 2014 21:26:29 +0000 (22:26 +0100)]
User prefix in front of nicks by default

9 years agoShowing unparsed messages in desktop notifications
Darren [Wed, 6 Aug 2014 13:46:28 +0000 (14:46 +0100)]
Showing unparsed messages in desktop notifications

9 years agoTimers + gauges added to Stats
Darren [Tue, 5 Aug 2014 17:41:52 +0000 (18:41 +0100)]
Timers + gauges added to Stats

9 years agoRemoving server tabs when connection is removed
Darren [Mon, 4 Aug 2014 16:09:37 +0000 (17:09 +0100)]
Removing server tabs when connection is removed

9 years agoTranslations update + Korean
Darren [Mon, 4 Aug 2014 16:08:40 +0000 (17:08 +0100)]
Translations update + Korean

9 years agoDon't create error messages when there is no error
Darren [Mon, 4 Aug 2014 15:57:31 +0000 (16:57 +0100)]
Don't create error messages when there is no error

9 years agoClient reconnection notification cleanup + fixes
Darren [Mon, 4 Aug 2014 15:52:33 +0000 (16:52 +0100)]
Client reconnection notification cleanup + fixes

9 years agoload/unload modules at runtime
Darren [Tue, 29 Jul 2014 18:13:04 +0000 (19:13 +0100)]
load/unload modules at runtime

9 years agoStats file creating new fd for every write fix
Darren [Sun, 27 Jul 2014 16:49:35 +0000 (17:49 +0100)]
Stats file creating new fd for every write fix

9 years agoServer stats/events module
Darren [Sun, 27 Jul 2014 12:49:19 +0000 (13:49 +0100)]
Server stats/events module

9 years agoIRCd reconnection only when registered for 10+ secs
Darren [Sat, 26 Jul 2014 23:59:37 +0000 (00:59 +0100)]
IRCd reconnection only when registered for 10+ secs
Some networks may /kill a user after connected with a custom banning system, causing an ever lasting reconnection loop

9 years agoBetter IRC server reconnection logic
Darren [Sat, 26 Jul 2014 11:20:11 +0000 (12:20 +0100)]
Better IRC server reconnection logic

9 years agoStop opening new tab on registering default irc handler
Darren [Wed, 23 Jul 2014 19:03:48 +0000 (20:03 +0100)]
Stop opening new tab on registering default irc handler

9 years agoMerge branch 'CoryChaplin-fix_380' into development
Darren [Thu, 17 Jul 2014 21:13:53 +0000 (22:13 +0100)]
Merge branch 'CoryChaplin-fix_380' into development

9 years agoMerge branch 'fix_380' of https://github.com/CoryChaplin/KiwiIRC into CoryChaplin...
Darren [Thu, 17 Jul 2014 20:57:40 +0000 (21:57 +0100)]
Merge branch 'fix_380' of https://github.com/CoryChaplin/KiwiIRC into CoryChaplin-fix_380

9 years agoRemoving useless part
Cory Chaplin [Thu, 17 Jul 2014 08:57:36 +0000 (10:57 +0200)]
Removing useless part

9 years agoSend the right object when removing panel
Cory Chaplin [Thu, 17 Jul 2014 08:55:21 +0000 (10:55 +0200)]
Send the right object when removing panel

9 years agoDisable counter increasing for joins/parts/quits by default
Darren [Thu, 17 Jul 2014 08:39:50 +0000 (09:39 +0100)]
Disable counter increasing for joins/parts/quits by default

9 years agoTrigger message:* channel:* events for global Network() object
Darren [Wed, 16 Jul 2014 21:40:02 +0000 (22:40 +0100)]
Trigger message:* channel:* events for global Network() object

9 years agoAdd tab fallback for removed panels that have not been expressly closed
Cory Chaplin [Wed, 16 Jul 2014 20:59:08 +0000 (22:59 +0200)]
Add tab fallback for removed panels that have not been expressly closed

9 years agoBetter detection for last open panel
Cory Chaplin [Wed, 16 Jul 2014 19:19:34 +0000 (21:19 +0200)]
Better detection for last open panel

9 years agoFix for #380, fallback to last open tab when closing tabs
Cory Chaplin [Wed, 16 Jul 2014 18:05:24 +0000 (20:05 +0200)]
Fix for #380, fallback to last open tab when closing tabs

9 years agoWait until all QUIT command is sent to server before closing the socket
Darren [Wed, 16 Jul 2014 16:26:18 +0000 (17:26 +0100)]
Wait until all QUIT command is sent to server before closing the socket

9 years agoMerge branch 'development' of github.com:prawnsalad/KiwiIRC into development
Darren [Wed, 16 Jul 2014 16:02:05 +0000 (17:02 +0100)]
Merge branch 'development' of github.com:prawnsalad/KiwiIRC into development

# By Cory Chaplin
# Via Cory Chaplin (1) and Darren (1)
* 'development' of github.com:prawnsalad/KiwiIRC:
  Fix createQuery
  Allow plugins to create queries

9 years agoCorrectly using /quit command without reconnecting #567
Darren [Wed, 16 Jul 2014 16:01:21 +0000 (17:01 +0100)]
Correctly using /quit command without reconnecting #567

9 years agoMerge pull request #565 from CoryChaplin/feature_create_query
Darren [Wed, 16 Jul 2014 09:33:14 +0000 (10:33 +0100)]
Merge pull request #565 from CoryChaplin/feature_create_query

Allow plugins to create queries

9 years agoFix createQuery
Cory Chaplin [Wed, 16 Jul 2014 09:24:51 +0000 (11:24 +0200)]
Fix createQuery

9 years agoAllow plugins to create queries
Cory Chaplin [Wed, 16 Jul 2014 07:38:15 +0000 (09:38 +0200)]
Allow plugins to create queries

9 years agoControl input placeholder text
Darren [Tue, 15 Jul 2014 14:03:35 +0000 (15:03 +0100)]
Control input placeholder text

9 years agoDisplay any IRC connection errors in the client
Darren [Tue, 15 Jul 2014 10:29:28 +0000 (11:29 +0100)]
Display any IRC connection errors in the client

9 years agoConvert any non-commands sent into non channel/query panels into a command
Darren [Mon, 14 Jul 2014 20:38:56 +0000 (21:38 +0100)]
Convert any non-commands sent into non channel/query panels into a command

9 years agoOnly colourise nicks if in a users message, not joins/parts/etc
Darren [Sun, 13 Jul 2014 14:19:55 +0000 (15:19 +0100)]
Only colourise nicks if in a users message, not joins/parts/etc

9 years agoNicks within messages now colorised + clickable
Darren [Sun, 13 Jul 2014 13:55:49 +0000 (14:55 +0100)]
Nicks within messages now colorised + clickable

9 years agoMoving channel set_topic_by text to topic bar title
Darren [Sat, 12 Jul 2014 18:23:05 +0000 (19:23 +0100)]
Moving channel set_topic_by text to topic bar title

9 years agoIncorrect context for parseModeList()
Darren [Sat, 12 Jul 2014 17:54:29 +0000 (18:54 +0100)]
Incorrect context for parseModeList()

9 years agoMoving server-side capContainsAny() to IrcConnection object
Darren [Sat, 12 Jul 2014 17:31:05 +0000 (18:31 +0100)]
Moving server-side capContainsAny() to IrcConnection object

9 years agoMove NICK command into commands/user.js
Darren [Sat, 12 Jul 2014 16:56:31 +0000 (17:56 +0100)]
Move NICK command into commands/user.js

9 years agoTidying + splitting up IRC commands
Darren [Sat, 12 Jul 2014 15:15:53 +0000 (16:15 +0100)]
Tidying + splitting up IRC commands

9 years agoChannel topic more prominent
Darren [Sat, 12 Jul 2014 00:44:02 +0000 (01:44 +0100)]
Channel topic more prominent

9 years agonewMsg() cleanup + more predictable output #562
Darren [Fri, 11 Jul 2014 23:27:28 +0000 (00:27 +0100)]
newMsg() cleanup + more predictable output #562

9 years agoBetter use of inherited panels
Darren [Fri, 4 Jul 2014 15:28:40 +0000 (16:28 +0100)]
Better use of inherited panels

9 years agoOnly open 1 query panel per user from userbox
Darren [Thu, 3 Jul 2014 22:40:17 +0000 (23:40 +0100)]
Only open 1 query panel per user from userbox

9 years ago'prefix' added to styleText member object
Darren [Thu, 3 Jul 2014 22:13:57 +0000 (23:13 +0100)]
'prefix' added to styleText member object

9 years agoReconnecting when IRCd drops the connection
Darren [Thu, 3 Jul 2014 22:13:31 +0000 (23:13 +0100)]
Reconnecting when IRCd drops the connection

9 years agoText theming of the displayed nick #560
Darren [Thu, 3 Jul 2014 20:13:44 +0000 (21:13 +0100)]
Text theming of the displayed nick #560

9 years agoIncluding nick prefix into message objects
Darren [Thu, 3 Jul 2014 19:52:38 +0000 (20:52 +0100)]
Including nick prefix into message objects

9 years agoDataStore as a public component
Darren [Thu, 3 Jul 2014 15:48:24 +0000 (16:48 +0100)]
DataStore as a public component

9 years agoNicklist toggle border-radius mobile hacks
Darren [Wed, 2 Jul 2014 20:58:14 +0000 (21:58 +0100)]
Nicklist toggle border-radius mobile hacks

9 years agoCode formatting
Darren [Wed, 2 Jul 2014 00:17:28 +0000 (01:17 +0100)]
Code formatting

9 years agoCorrectly sending irc disconnected error to browser
Darren [Wed, 2 Jul 2014 00:06:07 +0000 (01:06 +0100)]
Correctly sending irc disconnected error to browser

9 years agoServer selection screen showing errors fix
Darren [Tue, 1 Jul 2014 23:38:09 +0000 (00:38 +0100)]
Server selection screen showing errors fix

9 years agoRefactor gecos so plugins can modify it before connecting
Darren [Tue, 1 Jul 2014 01:37:21 +0000 (02:37 +0100)]
Refactor gecos so plugins can modify it before connecting

9 years agoMore relevant example in server/plugininterface.js
Darren [Mon, 30 Jun 2014 22:28:04 +0000 (23:28 +0100)]
More relevant example in server/plugininterface.js

9 years agoChannel tools no longer scrolling with nick list
Darren [Mon, 30 Jun 2014 16:49:57 +0000 (17:49 +0100)]
Channel tools no longer scrolling with nick list

9 years agoNew tab styling on mini theme
Darren [Mon, 30 Jun 2014 15:31:30 +0000 (16:31 +0100)]
New tab styling on mini theme

9 years agoMini theme - nick list toggle now enabled
Darren [Mon, 30 Jun 2014 15:02:49 +0000 (16:02 +0100)]
Mini theme - nick list toggle now enabled

9 years agoTouch-screen friendly 100% nick list on narrow screens
Darren [Mon, 30 Jun 2014 14:53:36 +0000 (15:53 +0100)]
Touch-screen friendly 100% nick list on narrow screens

9 years agoBasic theme - Nick hiding on narrow screen
Darren [Mon, 30 Jun 2014 14:47:19 +0000 (15:47 +0100)]
Basic theme - Nick hiding on narrow screen

9 years agoBasic theme - right bar 100% width + app tools collapse on small screens
Darren [Mon, 30 Jun 2014 14:45:58 +0000 (15:45 +0100)]
Basic theme - right bar 100% width + app tools collapse on small screens

9 years agoBasic theme tabs matching new relaxed theme tabs
Darren [Mon, 30 Jun 2014 14:41:37 +0000 (15:41 +0100)]
Basic theme tabs matching new relaxed theme tabs

9 years ago/alias command fixes
Darren [Fri, 27 Jun 2014 22:59:02 +0000 (23:59 +0100)]
/alias command fixes

9 years ago/cycle command #444
Darren [Fri, 27 Jun 2014 22:47:14 +0000 (23:47 +0100)]
/cycle command #444

9 years agoShowing user quits in the query panel #538
Darren [Fri, 27 Jun 2014 22:31:33 +0000 (23:31 +0100)]
Showing user quits in the query panel #538

9 years agoMerge pull request #557 from H7-25/buildts
Darren [Fri, 27 Jun 2014 22:17:03 +0000 (22:17 +0000)]
Merge pull request #557 from H7-25/buildts

Added build ts to js an css load to avoid cache problem after updates

9 years agopanel:created panel:close panel:active plugin hooks
Darren [Fri, 27 Jun 2014 22:06:06 +0000 (23:06 +0100)]
panel:created panel:close panel:active plugin hooks