glowingbear-mainbox/js
Lorenz Hübschle-Schneider 0f706c37fe settings: add a cache
From the comment:
This cache is important for two reasons. One, angular hits it up really often
(because it needs to check for changes and it's not very clever about it).
Two, it prevents weird type conversion issues that otherwise arise in
$store.parseValue (e.g. converting "123." to the number 123 even though it
actually was the beginning of an IP address that the user was in the
process of entering).
2015-05-21 21:08:17 +02:00
..
connection.js Move readmarker too when using new style 2015-04-18 12:11:13 +02:00
filters.js Limit prefix parts to at most 25 chars 2015-03-26 14:41:19 +01:00
glowingbear.js Send more types of clearing only when using new style 2015-04-18 12:11:13 +02:00
handlers.js Switch to buffer after issuing /query. Fixes #318 2015-04-23 10:47:16 +02:00
inputbar.js Switch to buffer after issuing /query. Fixes #318 2015-04-23 10:47:16 +02: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 Switch to buffer after issuing /query. Fixes #318 2015-04-23 10:47:16 +02: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 settings: add a cache 2015-05-21 21:08:17 +02: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