thelounge/src/plugins/irc-events
Maxime Poulin 5bf205195d Only update the users list when needed
Currently, for join/part/kick/nick/... the server will send an updated list of users and the client will re-render the list entirely. This ends up being a very expensive operation when joined on large channels and causes the client to slow down a lot.
2016-02-17 04:35:55 -05:00
..
ctcp.js Comply with ESLint 2015-10-26 03:01:47 +01:00
error.js Comply with ESLint 2015-10-26 03:01:47 +01:00
join.js Only update the users list when needed 2016-02-17 04:35:55 -05:00
kick.js Only update the users list when needed 2016-02-17 04:35:55 -05:00
link.js Update name and link to repo to new project 2016-02-10 06:20:05 +00:00
message.js Comply with ESLint 2015-10-26 03:01:47 +01:00
mode.js Render user actions separately 2016-01-24 16:59:13 +02:00
motd.js Normalize line endings 2014-09-13 14:29:45 -07:00
names.js Only update the users list when needed 2016-02-17 04:35:55 -05:00
nick.js Only update the users list when needed 2016-02-17 04:35:55 -05:00
notice.js Render user actions separately 2016-01-24 16:59:13 +02:00
part.js Only update the users list when needed 2016-02-17 04:35:55 -05:00
quit.js Only update the users list when needed 2016-02-17 04:35:55 -05:00
topic.js Move escaping of topic and improve UI for long topics 2015-10-03 17:04:05 +03:00
welcome.js Remember network and channels 2014-10-12 01:59:01 +02:00
whois.js Comply with ESLint 2015-10-26 03:01:47 +01:00