thelounge/src/plugins/inputs
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
..
action.js Enable no-var rule 2018-02-19 19:49:39 +02:00
away.js Fix away message disappearing 2017-04-28 18:58:14 +03:00
ban.js Enable no-var rule 2018-02-19 19:49:39 +02:00
connect.js Enable no-var rule 2018-02-19 19:49:39 +02:00
ctcp.js Fix CTCP commands always sent upper-case 2018-02-19 18:43:52 +02:00
disconnect.js Enable no-var rule 2018-02-19 19:49:39 +02:00
invite.js Enable no-var rule 2018-02-19 19:49:39 +02:00
kick.js Enable no-var rule 2018-02-19 19:49:39 +02:00
list.js Use some ES6/Node v4-only syntax when possible 2018-02-19 18:30:00 +02:00
mode.js Enable no-var rule 2018-02-19 19:49:39 +02:00
msg.js Auto-fix code for padding-line-between-statements rule 2018-02-20 09:28:04 +02:00
nick.js Enable no-var rule 2018-02-19 19:49:39 +02:00
notice.js Enable no-var rule 2018-02-19 19:49:39 +02:00
part.js Enable no-var rule 2018-02-19 19:49:39 +02:00
query.js Insert channel/user into channel list at alphabetically sorted point, not just the end 2018-03-12 12:42:59 +00:00
quit.js Enable no-var rule 2018-02-19 19:49:39 +02:00
raw.js Use some ES6/Node v4-only syntax when possible 2018-02-19 18:30:00 +02:00
rejoin.js Enable no-var rule 2018-02-19 19:49:39 +02:00
topic.js Auto-fix code for padding-line-between-statements rule 2018-02-20 09:28:04 +02:00
whois.js Use some ES6/Node v4-only syntax when possible 2018-02-19 18:30:00 +02:00