Commit graph

6 commits

Author SHA1 Message Date
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
hippoz
ea18f74503
add endpoint to poll all guilds the user has access to 2022-02-02 23:48:18 +02:00
hippoz
6850b0828b
improve message display 2022-02-02 21:43:58 +02:00
hippoz
d133803fa1
fix polling and add web app 2022-02-02 20:24:14 +02:00
hippoz
0697dd0a82
add custom discord client and add polling endpoint 2022-02-02 11:46:42 +02:00
hippoz
3dd2e6ada1
add basic token creation and message sending 2022-02-01 03:49:12 +02:00