KiwiIRC.git
11 years agoMerge pull request #256 from ThiefMaster/patch-1
Darren [Thu, 16 May 2013 20:49:25 +0000 (13:49 -0700)]
Merge pull request #256 from ThiefMaster/patch-1

Don't use for..in for an array

11 years agoDon't use for..in for n array
ThiefMaster [Thu, 16 May 2013 20:45:54 +0000 (22:45 +0200)]
Don't use for..in for n array

Every time you use for..in for an Array, Justin Beiber kills a kitten.

11 years agoindex.html template incorrect image link fix
Darren [Thu, 16 May 2013 14:29:12 +0000 (15:29 +0100)]
index.html template incorrect image link fix

11 years agoClient: Added app.panels() to global object
Darren [Thu, 16 May 2013 14:28:55 +0000 (15:28 +0100)]
Client: Added app.panels() to global object

11 years agoMerge pull request #254 from M2Ys4U/colour
Darren [Wed, 15 May 2013 19:03:26 +0000 (12:03 -0700)]
Merge pull request #254 from M2Ys4U/colour

Fix issue where making links clickable conflicted with formatting codes

11 years agoMore constistant CSS class name
Jack Allnutt [Wed, 15 May 2013 19:02:13 +0000 (20:02 +0100)]
More constistant CSS class name

11 years agoFix issue where making links clickable conflicted with formatting codes
Jack Allnutt [Wed, 15 May 2013 18:56:48 +0000 (19:56 +0100)]
Fix issue where making links clickable conflicted with formatting codes

11 years agoPositioning fix for channel key icon
Darren [Tue, 14 May 2013 23:32:28 +0000 (00:32 +0100)]
Positioning fix for channel key icon

11 years agoMerge branches 'development' and 'development' of github.com:prawnsalad/KiwiIRC into...
Darren [Tue, 14 May 2013 20:45:27 +0000 (21:45 +0100)]
Merge branches 'development' and 'development' of github.com:prawnsalad/KiwiIRC into development

# By Noxx
# Via Darren (1) and Noxx (1)
* 'development' of github.com:prawnsalad/KiwiIRC:
  Fixed typo introduced in commit c11bb23
  ChatBuffer-KeyUp: Suppress browser's default behavior; leave cursor at the end of the line

# By Noxx
# Via Darren (1) and Noxx (1)
* 'development' of github.com:prawnsalad/KiwiIRC:
  Fixed typo introduced in commit c11bb23
  ChatBuffer-KeyUp: Suppress browser's default behavior; leave cursor at the end of the line

11 years agoMerge pull request #253 from Flauschbaellchen/chatbuffer-keyup-fix
Darren [Tue, 14 May 2013 20:44:48 +0000 (13:44 -0700)]
Merge pull request #253 from Flauschbaellchen/chatbuffer-keyup-fix

Fixed ChatBuffer-KeyUp

11 years agoFixed typo introduced in commit c11bb23
Noxx [Tue, 14 May 2013 20:42:33 +0000 (22:42 +0200)]
Fixed typo introduced in commit c11bb23

11 years agoChannel key option in server select dialog changes
Darren [Tue, 14 May 2013 20:24:41 +0000 (21:24 +0100)]
Channel key option in server select dialog changes

11 years agoChatBuffer-KeyUp: Suppress browser's default behavior; leave cursor at the end of...
Noxx [Tue, 14 May 2013 20:07:02 +0000 (22:07 +0200)]
ChatBuffer-KeyUp: Suppress browser's default behavior; leave cursor at the end of the line

11 years agoMerge pull request #252 from Flauschbaellchen/channelkey
Darren [Tue, 14 May 2013 09:58:43 +0000 (02:58 -0700)]
Merge pull request #252 from Flauschbaellchen/channelkey

Changed type of channel-key input field to 'password'

11 years agoChanged type of channel-key input field to 'password'
Noxx [Tue, 14 May 2013 09:54:26 +0000 (11:54 +0200)]
Changed type of channel-key input field to 'password'

11 years agoClient: Applying the nick + channel given in the URL properly #242
Darren [Mon, 13 May 2013 14:50:48 +0000 (15:50 +0100)]
Client: Applying the nick + channel given in the URL properly #242

11 years agoActive tab highlighting
Darren [Mon, 13 May 2013 14:22:09 +0000 (15:22 +0100)]
Active tab highlighting

11 years agoMerge pull request #244 from M2Ys4U/cap
Darren [Sat, 11 May 2013 22:28:33 +0000 (15:28 -0700)]
Merge pull request #244 from M2Ys4U/cap

Fix bug where we would fail to do SASL negotation

11 years agoFix bug where we would fail to do SASL negotation if the list of
Jack Allnutt [Sat, 11 May 2013 22:22:55 +0000 (23:22 +0100)]
Fix bug where we would fail to do SASL negotation if the list of
capabilities we had requested but not enabled is empty

11 years agoMerge branch 'multi_server' into development
Darren [Thu, 9 May 2013 15:48:09 +0000 (16:48 +0100)]
Merge branch 'multi_server' into development

11 years agoMerge pull request #239 from M2Ys4U/key
Darren [Thu, 9 May 2013 15:45:31 +0000 (08:45 -0700)]
Merge pull request #239 from M2Ys4U/key

Add option to enter channel key on server selection screen

11 years agoAdd option to enter channel key on server selection screen
Jack Allnutt [Thu, 9 May 2013 15:00:21 +0000 (16:00 +0100)]
Add option to enter channel key on server selection screen

11 years agoNewConnection info view switching
Darren [Thu, 9 May 2013 14:55:40 +0000 (15:55 +0100)]
NewConnection info view switching

11 years agoNewConnection dialog slide-out infobox implemented
Darren [Thu, 9 May 2013 13:32:09 +0000 (14:32 +0100)]
NewConnection dialog slide-out infobox implemented

11 years agoNewConnection dialog positioning
Darren [Thu, 9 May 2013 11:42:22 +0000 (12:42 +0100)]
NewConnection dialog positioning

11 years agoShowing the correct server panel on panel close
Darren [Mon, 6 May 2013 21:08:15 +0000 (22:08 +0100)]
Showing the correct server panel on panel close

11 years agoMerge branch 'development' into multi_server
Darren [Mon, 6 May 2013 15:41:40 +0000 (16:41 +0100)]
Merge branch 'development' into multi_server

11 years agoMedia stayling in basic theme
Darren [Mon, 6 May 2013 15:40:10 +0000 (16:40 +0100)]
Media stayling in basic theme

11 years agoNew connection styling; Resize handle in basic theme fix
Darren [Mon, 6 May 2013 15:30:19 +0000 (16:30 +0100)]
New connection styling; Resize handle in basic theme fix

11 years agoBuild script + index.html.tmpl updated
Darren [Mon, 6 May 2013 14:07:20 +0000 (15:07 +0100)]
Build script + index.html.tmpl updated

11 years agoApplet panels using correct CSS classname
Darren [Mon, 6 May 2013 13:51:11 +0000 (14:51 +0100)]
Applet panels using correct CSS classname

11 years agoRemoving console.logs()
Darren [Mon, 6 May 2013 13:44:22 +0000 (14:44 +0100)]
Removing console.logs()

11 years agoRemoved horizontal divider from bottom of userbox
Darren [Sat, 4 May 2013 17:01:47 +0000 (18:01 +0100)]
Removed horizontal divider from bottom of userbox

11 years agometa+[] shortcut keys for switching between panels
Darren [Sat, 4 May 2013 16:42:13 +0000 (17:42 +0100)]
meta+[] shortcut keys for switching between panels

11 years agoClient: showing nick changes; Updating tab name on nick change
Darren [Sat, 4 May 2013 15:03:54 +0000 (16:03 +0100)]
Client: showing nick changes; Updating tab name on nick change

11 years agoMerge pull request #236 from M2Ys4U/event_delimiter
Darren [Fri, 3 May 2013 20:07:20 +0000 (13:07 -0700)]
Merge pull request #236 from M2Ys4U/event_delimiter

Use a space instead of colon as event delimiter

11 years agoUse a space instead of colon as event delimiter
Jack Allnutt [Fri, 3 May 2013 20:02:03 +0000 (21:02 +0100)]
Use a space instead of colon as event delimiter

Fixes issue where channel names containing a colon would break
event handling in Kiwi

11 years agoBackbone+lodash updated; Gateway mehods accepting connection_id
Darren [Thu, 2 May 2013 16:00:21 +0000 (17:00 +0100)]
Backbone+lodash updated; Gateway mehods accepting connection_id

11 years ago/server command
Darren [Thu, 2 May 2013 10:36:57 +0000 (11:36 +0100)]
/server command

11 years agoImproved channel joining + panel creation; Auto joining improved
Darren [Wed, 1 May 2013 21:48:48 +0000 (22:48 +0100)]
Improved channel joining + panel creation; Auto joining improved

11 years agoRemoved obsolete comment
Darren [Mon, 29 Apr 2013 19:13:49 +0000 (20:13 +0100)]
Removed obsolete comment

11 years agoServer connection dialog extracted
Darren [Mon, 29 Apr 2013 15:48:21 +0000 (16:48 +0100)]
Server connection dialog extracted

11 years agoControlInput updating nick view properly
Darren [Sun, 28 Apr 2013 14:24:05 +0000 (15:24 +0100)]
ControlInput updating nick view properly

11 years agoConnection dialog removed from the server panel
Darren [Sat, 27 Apr 2013 21:06:25 +0000 (22:06 +0100)]
Connection dialog removed from the server panel

11 years agomodel_networkpanellist extracted to its own file
Darren [Sat, 27 Apr 2013 18:01:58 +0000 (19:01 +0100)]
model_networkpanellist extracted to its own file

11 years agonetwork + applet tabs looking + fitting better
Darren [Thu, 25 Apr 2013 14:44:59 +0000 (15:44 +0100)]
network + applet tabs looking + fitting better

11 years agodoLayout() after a panel has emitted its events
Darren [Wed, 24 Apr 2013 21:20:26 +0000 (22:20 +0100)]
doLayout() after a panel has emitted its events

11 years agogateway typo
Darren [Wed, 24 Apr 2013 21:19:58 +0000 (22:19 +0100)]
gateway typo

11 years agoChange nick UI + nick updating properly
Darren [Wed, 24 Apr 2013 21:03:50 +0000 (22:03 +0100)]
Change nick UI + nick updating properly

11 years agoTabs + panels + core code working with multi-connections
Darren [Wed, 24 Apr 2013 20:29:04 +0000 (21:29 +0100)]
Tabs + panels + core code working with multi-connections

11 years agoTabs now a list of network tabs
Darren [Wed, 24 Apr 2013 18:33:17 +0000 (19:33 +0100)]
Tabs now a list of network tabs

11 years agoReading data from network objects rather than gateway, etc
Darren [Tue, 23 Apr 2013 22:55:55 +0000 (23:55 +0100)]
Reading data from network objects rather than gateway, etc

11 years agoListening for events before 001 is sent
Darren [Tue, 23 Apr 2013 22:54:54 +0000 (23:54 +0100)]
Listening for events before 001 is sent

11 years agoGateway.newConnection()
Darren [Tue, 23 Apr 2013 22:47:02 +0000 (23:47 +0100)]
Gateway.newConnection()

11 years agoClient: Active panel/connection tracking
Darren [Mon, 22 Apr 2013 23:59:44 +0000 (00:59 +0100)]
Client: Active panel/connection tracking

11 years agoMerge pull request #229 from M2Ys4U/bat
Darren [Mon, 22 Apr 2013 00:32:34 +0000 (17:32 -0700)]
Merge pull request #229 from M2Ys4U/bat

Add batch file for Windows

11 years agoAdd batch file for Windows
Jack Allnutt [Mon, 22 Apr 2013 00:30:21 +0000 (01:30 +0100)]
Add batch file for Windows

11 years agoMerge pull request #228 from M2Ys4U/listen_error
Jack Allnutt [Sun, 21 Apr 2013 23:45:52 +0000 (16:45 -0700)]
Merge pull request #228 from M2Ys4U/listen_error

Show an error when we're unable to bind to an address/port

11 years agoShow an error when we're unable to bind to an address/port
Jack Allnutt [Sun, 21 Apr 2013 23:39:46 +0000 (00:39 +0100)]
Show an error when we're unable to bind to an address/port

Fixes #213

11 years agoMerge pull request #227 from snikch/master
Darren [Sun, 21 Apr 2013 23:20:00 +0000 (16:20 -0700)]
Merge pull request #227 from snikch/master

Handle KICK correctly (take 3)

11 years agoDon't kick the kicker out of the rooms
Mal Curtis [Sun, 21 Apr 2013 23:03:49 +0000 (11:03 +1200)]
Don't kick the kicker out of the rooms

11 years agoMulti-connections working
Darren [Sun, 21 Apr 2013 21:58:29 +0000 (22:58 +0100)]
Multi-connections working

11 years agoMerge pull request #223 from pepijndevos/extension
Darren [Sun, 21 Apr 2013 20:16:48 +0000 (13:16 -0700)]
Merge pull request #223 from pepijndevos/extension

add filename to filepicker url plugin

11 years agoadd filename to url
Pepijn de Vos [Sun, 21 Apr 2013 20:08:30 +0000 (22:08 +0200)]
add filename to url

11 years agoTab shortbut keys working again
Darren [Sun, 21 Apr 2013 15:18:56 +0000 (16:18 +0100)]
Tab shortbut keys working again

11 years agoMerge with development branch x2
Darren [Sun, 21 Apr 2013 15:04:35 +0000 (16:04 +0100)]
Merge with development branch x2

11 years agoMerge with development branch
Darren [Sun, 21 Apr 2013 15:04:08 +0000 (16:04 +0100)]
Merge with development branch

11 years agoMultiple network tabs working
Darren [Sun, 21 Apr 2013 14:19:44 +0000 (15:19 +0100)]
Multiple network tabs working

11 years agoMenuBox UI component
Darren [Sat, 20 Apr 2013 16:06:06 +0000 (17:06 +0100)]
MenuBox UI component

11 years agoMerge pull request #219 from M2Ys4U/socks
Darren [Sat, 20 Apr 2013 11:49:59 +0000 (04:49 -0700)]
Merge pull request #219 from M2Ys4U/socks

Spin socks.js out into its own NPM module socksjs.

11 years agoSpin socks.js out into its own NPM module ``socksjs``.
Jack Allnutt [Fri, 19 Apr 2013 20:39:42 +0000 (21:39 +0100)]
Spin socks.js out into its own NPM module ``socksjs``.

Git repository: https://github.com/M2Ys4U/socksjs
NPM repository: https://npmjs.org/package/socksjs

11 years agoRevised CA cert logic
Darren [Sat, 13 Apr 2013 15:33:51 +0000 (16:33 +0100)]
Revised CA cert logic

11 years agoMerge branch 'ssl' of https://github.com/pepijndevos/KiwiIRC into development
Darren [Sat, 13 Apr 2013 15:30:04 +0000 (16:30 +0100)]
Merge branch 'ssl' of https://github.com/pepijndevos/KiwiIRC into development

11 years agoduck-typed CA parameter
Pepijn de Vos [Sat, 13 Apr 2013 15:26:51 +0000 (17:26 +0200)]
duck-typed CA parameter

11 years agoallow absolute paths and multiple CAs
Pepijn de Vos [Sat, 13 Apr 2013 14:41:29 +0000 (16:41 +0200)]
allow absolute paths and multiple CAs

11 years agoMerge branch 'development'
Darren [Sat, 13 Apr 2013 14:04:27 +0000 (15:04 +0100)]
Merge branch 'development'

11 years agoUpdate socket.io version
Darren [Sat, 13 Apr 2013 14:03:35 +0000 (15:03 +0100)]
Update socket.io version

11 years agoStatus icon enlarging
Darren [Sat, 13 Apr 2013 12:02:50 +0000 (13:02 +0100)]
Status icon enlarging

11 years agoMerge branch 'development'
Darren [Fri, 12 Apr 2013 21:44:50 +0000 (22:44 +0100)]
Merge branch 'development'

11 years agoClient: Tabs: stop channel name dropping down 1em when too long
Darren [Fri, 12 Apr 2013 21:27:59 +0000 (22:27 +0100)]
Client: Tabs: stop channel name dropping down 1em when too long

11 years agoClient: Bit of colour to the connected status icon
Darren [Fri, 12 Apr 2013 17:46:06 +0000 (18:46 +0100)]
Client: Bit of colour to the connected status icon

11 years agoMerge branch 'awesome' of https://github.com/pepijndevos/KiwiIRC into pepijndevos...
Darren [Fri, 12 Apr 2013 17:31:08 +0000 (18:31 +0100)]
Merge branch 'awesome' of https://github.com/pepijndevos/KiwiIRC into pepijndevos-awesome

11 years agomake css nicer to read
Pepijn de Vos [Fri, 12 Apr 2013 17:25:55 +0000 (19:25 +0200)]
make css nicer to read

11 years agochange server icon to reflec connection status
Pepijn de Vos [Fri, 12 Apr 2013 17:15:39 +0000 (19:15 +0200)]
change server icon to reflec connection status

11 years agoClient: Loading script editor from bundled lib
Darren [Fri, 12 Apr 2013 16:55:44 +0000 (17:55 +0100)]
Client: Loading script editor from bundled lib

11 years agoClient: Ace editor now as a bundled lib
Darren [Fri, 12 Apr 2013 16:52:28 +0000 (17:52 +0100)]
Client: Ace editor now as a bundled lib

11 years agored close button on hover
Pepijn de Vos [Fri, 12 Apr 2013 16:41:14 +0000 (18:41 +0200)]
red close button on hover

11 years agoRevert "collapse zero activity"
Pepijn de Vos [Fri, 12 Apr 2013 16:10:15 +0000 (18:10 +0200)]
Revert "collapse zero activity"

This reverts commit 96c2c1f3619bb15ea4b8a5307f588e0c46646b41.

11 years agoClient: chanlist code moved completely to its applet
Darren [Fri, 12 Apr 2013 14:38:28 +0000 (15:38 +0100)]
Client: chanlist code moved completely to its applet

11 years agoMerge pull request #214 from pepijndevos/liststart
Darren [Fri, 12 Apr 2013 14:03:48 +0000 (07:03 -0700)]
Merge pull request #214 from pepijndevos/liststart

support rfc2812-style LIST

11 years agomini refactor
Pepijn de Vos [Fri, 12 Apr 2013 14:02:34 +0000 (16:02 +0200)]
mini refactor

11 years agoChannels clickable in chanlist applet
Darren [Fri, 12 Apr 2013 13:46:53 +0000 (14:46 +0100)]
Channels clickable in chanlist applet

11 years agonowrap breaks floats in firefox. workaround needed.
Pepijn de Vos [Fri, 12 Apr 2013 13:34:24 +0000 (15:34 +0200)]
nowrap breaks floats in firefox. workaround needed.

11 years agocollapse zero activity
Pepijn de Vos [Fri, 12 Apr 2013 13:22:14 +0000 (15:22 +0200)]
collapse zero activity

11 years agosupport rfc2812-style LIST
Pepijn de Vos [Fri, 12 Apr 2013 12:43:27 +0000 (14:43 +0200)]
support rfc2812-style LIST

11 years agoRemove a console.log from new formatIRCMsg
Darren [Fri, 12 Apr 2013 11:53:51 +0000 (12:53 +0100)]
Remove a console.log from new formatIRCMsg

11 years agoremove old icons
Pepijn de Vos [Tue, 9 Apr 2013 17:39:31 +0000 (19:39 +0200)]
remove old icons

11 years agoreplace server icon with font-awesome
Pepijn de Vos [Tue, 9 Apr 2013 17:38:57 +0000 (19:38 +0200)]
replace server icon with font-awesome

11 years agochange close icon to font-awesome
Pepijn de Vos [Tue, 9 Apr 2013 17:18:40 +0000 (19:18 +0200)]
change close icon to font-awesome

11 years ago/ char allowed in the username for ZNC multi servers
Darren [Mon, 8 Apr 2013 16:03:47 +0000 (17:03 +0100)]
/ char allowed in the username for ZNC multi servers