thelounge/src/plugins/irc-events
Reto 8fcd079204
Properly track user modes for context menu (#4267)
* properly track user modes for context menu

The RPL_ISUPPORT response contains a PREFIX element, which not only tracks the
prefix chars ("@", "+" etc) but also their corresponding mode chars (+O, +v)
This commit changes the context menu to not rely on a hardcoded list but rather
user the one given in the prefix response by the server.

Co-authored-by: Max Leiter <maxwell.leiter@gmail.com>
2021-07-21 00:30:07 -07:00
..
away.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
cap.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
chghost.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
connection.js Properly track user modes for context menu (#4267) 2021-07-21 00:30:07 -07:00
ctcp.js Changes for irc-framework update 2020-07-13 10:25:54 +03:00
error.js Safeguard nick randomizer up to allowed length 2020-04-22 15:18:55 +03:00
help.js Increase unread counter for HELP and INFO messages 2020-08-14 14:26:03 +03:00
info.js Increase unread counter for HELP and INFO messages 2020-08-14 14:26:03 +03:00
invite.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
join.js Add extended join information to join message. 2020-11-19 00:25:28 +01:00
kick.js Merge pull request #3857 from thelounge/xpaw/optimize-userlist-updates 2020-04-13 11:39:57 +03:00
link.js Merge pull request #4219 from TheDecryptor/jpegxl_support 2021-05-25 21:36:37 -07:00
list.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
message.js Move server nick code to handleMessage 2021-07-03 21:06:16 +00:00
mode.js Properly track user modes for context menu (#4267) 2021-07-21 00:30:07 -07:00
modelist.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
motd.js Implement generic monospace blocks for INFO and MOTD numerics 2020-07-20 10:07:49 +03:00
names.js Properly track user modes for context menu (#4267) 2021-07-21 00:30:07 -07:00
nick.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
part.js Merge pull request #3857 from thelounge/xpaw/optimize-userlist-updates 2020-04-13 11:39:57 +03:00
quit.js Merge pull request #3857 from thelounge/xpaw/optimize-userlist-updates 2020-04-13 11:39:57 +03:00
topic.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
unhandled.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
welcome.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
whois.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00