Commit graph

5 commits

Author SHA1 Message Date
hippoz
2ab4277696
fix super tokens and add minecraft server bridge 2022-02-11 15:20:59 +02:00
hippoz
5ad5d0ceba
add experimental "supertokens" that can send messages with any username or avatarurl 2022-02-10 01:15:39 +02:00
hippoz
52df7bb4af
fix gateway server listener memory leak and add token importing to the frontend 2022-02-07 19:59:26 +02:00
hippoz
aae5ce66ca
add alive check for gateway and fix webhook message event bug 2022-02-06 22:58:38 +02:00
hippoz
e33f6f7cfd
Add GatewayServer and GatewayClient(frontend)
This commit adds a websocket server that clients
can connect and authenticate to. Once they're
authenticated, they will start to receive
relevant events. One issue is that the server
does not ping for dead connections yet
and the fact that new listeners for the guild
are added for each connection. There is also
the bug in WatchedGuild that prevents other
bridge users from seeing eachother's
messages.
2022-02-06 03:48:28 +02:00