Fork of GlowingBear, with a different login page pre-filling informations.
Go to file
Philippe Proulx df7d21f63f weechat-protocol.js: use pointer instead of slicing
I don't know if this changes anything to performance, but my instinct
tells me that it's better to update a pointer within a big array to get
slices than creating a new slice each time.

Perhaps the JS engine is clever enough to not create a copy each time
and only update its internal references of the array bounds, but just
in case...
2013-10-05 15:20:42 -04:00
css Push command textbox at the bottom of the screen 2013-10-05 12:40:01 -04:00
img initial commit 2013-02-16 12:49:20 -05:00
js weechat-protocol.js: use pointer instead of slicing 2013-10-05 15:20:42 -04:00
COPYING Add license information 2013-10-04 16:52:45 -04:00
index.html protocol.js -> weechat-protocol.js 2013-10-05 14:23:18 -04:00
README.md readme: add a link to hosted page 2013-08-05 16:57:43 -04:00

A web client for WeeChat

To use the web interface you first need to set a relay and a password:

/relay add weechat 9001
/set relay.network.password YOURPASSWORD

Then you can point your browser to the Glowing Bear !