]> jfr.im git - irc/charybdis-ircd/webirc.git/log
irc/charybdis-ircd/webirc.git
7 years agoclient: quite a bit more state tracking now master origin/HEAD origin/master
William Pitcock [Sat, 2 Jul 2016 06:01:41 +0000 (01:01 -0500)] 
client: quite a bit more state tracking now

7 years agoclient: plug in some state tracking stuff
William Pitcock [Sat, 2 Jul 2016 05:30:08 +0000 (00:30 -0500)] 
client: plug in some state tracking stuff

7 years agoclient: add cli.person_{new,find,delete}
William Pitcock [Fri, 1 Jul 2016 06:53:18 +0000 (01:53 -0500)] 
client: add cli.person_{new,find,delete}

7 years agoclient: track people, part 1
William Pitcock [Fri, 1 Jul 2016 06:11:35 +0000 (01:11 -0500)] 
client: track people, part 1

7 years agoclient: give each buffer it's own input box, unfortunate but it's the only way to...
William Pitcock [Fri, 1 Jul 2016 04:58:54 +0000 (23:58 -0500)] 
client: give each buffer it's own input box, unfortunate but it's the only way to make the layout work right :(

7 years agocss: some final tweaks to the left sidebar
William Pitcock [Fri, 1 Jul 2016 04:29:46 +0000 (23:29 -0500)] 
css: some final tweaks to the left sidebar

7 years agocss: more tweaks
William Pitcock [Sun, 26 Jun 2016 23:40:37 +0000 (18:40 -0500)] 
css: more tweaks

7 years agofe: various ui tweaks, sidebar for channels
William Pitcock [Sun, 26 Jun 2016 23:16:09 +0000 (18:16 -0500)] 
fe: various ui tweaks, sidebar for channels

7 years agoclient: use an outer container to enable some buffers to have a sidebar
William Pitcock [Sun, 26 Jun 2016 22:49:36 +0000 (17:49 -0500)] 
client: use an outer container to enable some buffers to have a sidebar

8 years agowebirc: css tweaks
William Pitcock [Mon, 11 Apr 2016 05:22:14 +0000 (00:22 -0500)] 
webirc: css tweaks

8 years agofe: style messages a bit
William Pitcock [Mon, 11 Apr 2016 05:15:12 +0000 (00:15 -0500)] 
fe: style messages a bit

8 years agoclient: implement generic channel/privmsg handlers
William Pitcock [Mon, 11 Apr 2016 05:09:10 +0000 (00:09 -0500)] 
client: implement generic channel/privmsg handlers

8 years agoclient: very rudementary JOIN/PART handling, some layout
William Pitcock [Mon, 11 Apr 2016 04:40:31 +0000 (23:40 -0500)] 
client: very rudementary JOIN/PART handling, some layout

8 years agoclient: buffers: support writing element trees as a buffer. this allows for custom...
William Pitcock [Mon, 11 Apr 2016 03:29:18 +0000 (22:29 -0500)] 
client: buffers: support writing element trees as a buffer.  this allows for custom rendering of events.

8 years agoclient: use element.scrollIntoView() to scroll the buffer downwards
William Pitcock [Mon, 11 Apr 2016 03:24:56 +0000 (22:24 -0500)] 
client: use element.scrollIntoView() to scroll the buffer downwards

8 years agoclient: clean up raw log handling, uncouple command input from raw log and provide...
William Pitcock [Sun, 10 Apr 2016 23:20:13 +0000 (18:20 -0500)] 
client: clean up raw log handling, uncouple command input from raw log and provide a default server numeric handler

8 years agofe: CSS adjustments to be a little less ugly
William Pitcock [Sun, 10 Apr 2016 23:03:13 +0000 (18:03 -0500)] 
fe: CSS adjustments to be a little less ugly

8 years agoclient: write rawlog output in the right order
William Pitcock [Sun, 10 Apr 2016 06:40:26 +0000 (01:40 -0500)] 
client: write rawlog output in the right order

8 years agoclient: handle PING/PONG and improve raw log handling
William Pitcock [Sun, 10 Apr 2016 06:28:49 +0000 (01:28 -0500)] 
client: handle PING/PONG and improve raw log handling

8 years agoclient: set up rawlog
William Pitcock [Sun, 10 Apr 2016 06:20:17 +0000 (01:20 -0500)] 
client: set up rawlog

8 years agofe: add sidebar manager
William Pitcock [Sun, 10 Apr 2016 06:16:43 +0000 (01:16 -0500)] 
fe: add sidebar manager

8 years agobuild: properly build the dist js
William Pitcock [Sun, 10 Apr 2016 06:16:33 +0000 (01:16 -0500)] 
build: properly build the dist js

8 years agofe: introduce sidebar
William Pitcock [Sun, 10 Apr 2016 05:42:05 +0000 (00:42 -0500)] 
fe: introduce sidebar

8 years agoclient: minor hack to remap JOIN to appropriate spot
William Pitcock [Sun, 10 Apr 2016 05:20:44 +0000 (00:20 -0500)] 
client: minor hack to remap JOIN to appropriate spot

8 years agoclient: fix input handling
William Pitcock [Sun, 10 Apr 2016 05:17:44 +0000 (00:17 -0500)] 
client: fix input handling

8 years agosome CSS styling
William Pitcock [Sun, 10 Apr 2016 05:16:47 +0000 (00:16 -0500)] 
some CSS styling

8 years agoclient: some very naive buffer swapping code
William Pitcock [Sun, 10 Apr 2016 04:34:28 +0000 (23:34 -0500)] 
client: some very naive buffer swapping code

8 years agoclient: implement very basic skeleton
William Pitcock [Sun, 10 Apr 2016 01:00:37 +0000 (20:00 -0500)] 
client: implement very basic skeleton

8 years agoparse: provide the raw line back for reference
William Pitcock [Sun, 10 Apr 2016 00:52:06 +0000 (19:52 -0500)] 
parse: provide the raw line back for reference

8 years agoparse: handle prefixless messages
William Pitcock [Sun, 10 Apr 2016 00:03:39 +0000 (19:03 -0500)] 
parse: handle prefixless messages

8 years agoadd a very simple connection class, very rudementary
William Pitcock [Sat, 9 Apr 2016 22:37:15 +0000 (17:37 -0500)] 
add a very simple connection class, very rudementary

8 years agoadd build
William Pitcock [Sat, 9 Apr 2016 21:50:43 +0000 (16:50 -0500)] 
add build

8 years agoinitial commit
William Pitcock [Sat, 9 Apr 2016 21:44:32 +0000 (16:44 -0500)] 
initial commit