matrix for foxes who are tired of Failed to decrypt: DecryptionError
Find a file
2024-02-26 17:26:40 +01:00
chat feat: return guilds in READY event, dispatch MESSAGE_CREATE event 2024-02-26 17:26:40 +01:00
foxchat feat: return guilds in READY event, dispatch MESSAGE_CREATE event 2024-02-26 17:26:40 +01:00
identity feat: build out chat server websocket more, start identity websocket 2024-02-26 17:26:40 +01:00
.gitignore add initial endpoints 2024-01-16 17:16:39 +01:00
Cargo.lock feat: build out chat server websocket more, start identity websocket 2024-02-26 17:26:40 +01:00
Cargo.toml very very unfinished websocket 2024-01-21 22:30:56 +01:00
config.chat.toml add request verification extractor 2024-01-18 16:34:40 +01:00
config.identity.toml add request verification extractor 2024-01-18 16:34:40 +01:00
LICENSE init 2024-01-15 16:40:27 +01:00
README.md add readme 2024-01-19 16:56:08 +01:00

foxchat

a prototype chat server/protocol thing

two types of servers: identity servers, which users log in to and which clients interact with, and chat servers, which actually host the guilds, channels, and messages.

very very much not ready for use yet

code is licensed under the Apache License 2.0