glowingbear-mainbox/js
Tor Hveem 5099357a8a Better disconnect responsiveness
Instead of waiting for the websocket to really close, which can take a
long time because network latency, weechat inresponsiveness etc, we just
set our status to disconnected when user wants to disconnect, and we let
the websocket handle the close in its own time in the background.

If the user wants to reconnect this means there will be a new websocket
connection before the old one has failed, but this works just fine.
2015-03-27 10:22:42 +01:00
..
connection.js Better disconnect responsiveness 2015-03-27 10:22:42 +01:00
filters.js Limit prefix parts to at most 25 chars 2015-03-26 14:41:19 +01:00
glowingbear.js Add notification and unread count to topbar 2015-03-24 23:27:29 +01:00
handlers.js move hotlistclear into connection 2015-03-23 13:33:16 +01:00
inputbar.js Clear hotlist in more scenarios 2015-03-23 13:33:16 +01:00
irc-utils.js fix nick completion on nicks with special chars 2015-03-24 12:57:57 +01:00
localstorage.js Settings module 2015-02-04 19:56:56 +01:00
models.js Use correct pointer string 2015-03-26 13:45:53 +01:00
notifications.js Add notification and unread count to topbar 2015-03-24 23:27:29 +01:00
plugin-directive.js Fix automatic embedding of asynchronous plugins (jsonp) 2015-02-08 11:50:49 +01:00
plugins.js plugins: add html5 video support 2015-03-14 21:16:44 +01:00
settings.js save defaults to $store 2015-03-14 21:16:45 +01:00
utils.js Split things up into logical blocks 2014-08-31 15:57:36 +01:00
websockets.js fixes for reconnect feature 2015-03-15 23:58:18 +01:00
weechat.js Use strict 2014-09-07 16:55:18 +01:00