Commit graph

22 commits

Author SHA1 Message Date
hippoz
31b53609f7 not gonna test my commits :trol: 2020-12-08 00:27:51 +02:00
hippoz
e998a26fd0 add individual user froce refresh 2020-12-08 00:25:27 +02:00
hippoz
4147e4f6ca allow private messages, mostly for bots 2020-12-05 21:06:28 +02:00
hippoz
9a6576fe98 allow bots to set custom nicknames for messages 2020-12-05 19:10:11 +02:00
hippoz
aa12ffb0a1 use colors throughout the whole app 2020-12-03 01:46:29 +02:00
hippoz
d0025b4221 add forceful refresh of user clients to push updates and erase bad messages from the dom 2020-12-01 22:28:35 +02:00
hippoz
3bc1fdbde7 add a simple rate limiter 2020-11-26 11:42:27 +02:00
hippoz
7bebf6d471 hopefully fix user list 2020-11-21 17:40:35 +02:00
hippoz
5b34130ef4 allow only one connection per user, TODO: give a firendly message to users 2020-11-21 14:44:54 +02:00
hippoz
2c41359b9d fix some DoS vulns and other stuff 2020-11-21 13:29:20 +02:00
hippoz
6018c3b610 user list (?) 2020-11-21 12:08:32 +02:00
hippoz
76e0433753 add character limit for chat message (?) 2020-11-20 21:35:43 +02:00
hippoz
35d37ea782 fix messages not being broadcasted 2020-11-20 20:15:20 +02:00
hippoz
de6a66a877 maybe fix weird crash 2020-11-20 19:25:56 +02:00
hippoz
ced4d4652a add useless debug panel and do not allow user to subscribe twice to room to be safe 2020-11-20 13:25:08 +02:00
hippoz
94d3af7b7e make gateway send debug info and add some egde case handling, like empty messages 2020-11-17 18:13:07 +02:00
hippoz
667a843370 improve message object structure, rearrange methods in app.js just for the code to look better and make sure the message list updates when a new message is sent 2020-11-17 15:27:23 +02:00
hippoz
89acdf6a3c add buggy, basic message list 2020-11-17 11:28:11 +02:00
hippoz
893b1d4ff6 add message sending 2020-11-16 22:08:23 +02:00
hippoz
dcdcc64553 forgot to check for inactivity before disconnecting 2020-11-16 21:35:38 +02:00
hippoz
efffd3bc66 add events for gateway connection and fix vue warns 2020-11-16 21:33:03 +02:00
hippoz
046b4d2b01 add basic gateway connection functionality 2020-11-16 21:16:25 +02:00