glowingbear-mainbox/js
Tor Hveem ec877ab224 Switch to buffer after issuing /query. Fixes #318
Save outgoing /query nicks to a list and then check that list when we
get a buffer title rename and then switch to the buffer if the name
matches any nick in the outgoing list. Reason to use title event instead
of buffer opened event is that buffer open event doesn't contain the
short name. That would require parsing and guessing full names and in
general be more complicated (but maybe more correct)

This patch can be further improved in the future to check for existing
buffers and switch to them if they already exist.
2015-04-23 10:47:16 +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 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