matrix for foxes who are tired of- Failed to decrypt: DecryptionError
Find a file
2024-05-14 14:51:42 +02:00
Foxchat.Core add FoxchatError type 2024-05-14 14:50:01 +02:00
Foxchat.Identity init 2024-05-14 03:51:31 +02:00
.editorconfig init 2024-05-14 03:51:31 +02:00
.gitignore init 2024-05-14 03:51:31 +02:00
build_info.sh init 2024-05-14 03:51:31 +02:00
Foxchat.sln init 2024-05-14 03:51:31 +02:00
LICENSE init 2024-05-14 03:51:31 +02:00
README.md add readme 2024-05-14 14:51:42 +02:00

Foxchat.NET

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

Packages

  • Foxchat.Core: shared classes and model definitions
  • Foxchat.Identity: identity server
  • Foxchat.Chat: chat server