thelounge/src/plugins/irc-events
Al McKinlay 5ce67ba093 Insert channel/user into channel list at alphabetically sorted point, not just the end
Don't sort queries/users after special chans


Set all users in tests to be of type query


Add test for not inserting infront of lobby


Break after finding the index, otherwise it always adds it to the end


Add checking for lobby in first test


Fix off-by-one error on the frontend


Fix utterly idiotic issue adding a duplicate of the channel we are on rather than the new user when we query


Check that we always insert before first special chan
2018-03-12 12:42:59 +00:00
..
away.js Change users array to be a Map 2017-11-19 11:35:15 +02:00
banlist.js Insert channel/user into channel list at alphabetically sorted point, not just the end 2018-03-12 12:42:59 +00:00
chghost.js Handle CHGHOST cap 2017-12-04 23:33:48 -05:00
connection.js Log socket close error if any 2018-02-26 14:20:23 +02:00
ctcp.js Limit CTCP requests to prevent easy spamming 2018-02-22 00:42:33 -05:00
error.js Show channel name on channel-related errors 2018-02-12 15:22:31 -02:00
invite.js Clone instances of User in Msg to avoid unintentional mutations 2017-11-30 00:41:19 -05:00
join.js Insert channel/user into channel list at alphabetically sorted point, not just the end 2018-03-12 12:42:59 +00:00
kick.js Track channel state to allow removing channels user is not in 2018-02-13 12:30:26 +02:00
link.js Normalize unicode URLs in link prefetcher 2018-03-08 19:43:39 +02:00
list.js Insert channel/user into channel list at alphabetically sorted point, not just the end 2018-03-12 12:42:59 +00:00
message.js Insert channel/user into channel list at alphabetically sorted point, not just the end 2018-03-12 12:42:59 +00:00
mode.js Auto-fix code for padding-line-between-statements rule 2018-02-20 09:28:04 +02:00
motd.js Render MOTD with a single message 2018-02-14 11:00:46 +02:00
names.js Auto-fix code for padding-line-between-statements rule 2018-02-20 09:28:04 +02:00
nick.js Fix nick changes wrongly reported 2017-11-29 18:44:33 -05:00
part.js Change users array to be a Map 2017-11-19 11:35:15 +02:00
quit.js Change users array to be a Map 2017-11-19 11:35:15 +02:00
topic.js Not all topic callbacks include nick 2017-11-19 18:30:10 +02:00
unhandled.js Refactor how user object is sent to the client 2017-11-19 02:46:45 -05:00
welcome.js Refactor how user object is sent to the client 2017-11-19 02:46:45 -05:00
whois.js Insert channel/user into channel list at alphabetically sorted point, not just the end 2018-03-12 12:42:59 +00:00