Server for Flashii Chat
Reintroduces separate contexts for users, channels, connections (now split into sessions and connections) and user-channel associations. It builds which is as much assurance as I can give about the stability of this commit, but its also the bare minimum of what i like to commit sooooo A lot of things still need to be broadcast through events throughout the application in order to keep states consistent but we'll cross that bridge when we get to it. I really need to stop using that phrase thingy, I'm overusing it. |
||
---|---|---|
SharpChat | ||
SharpChat.Flashii | ||
SharpChat.MariaDB | ||
SharpChat.SockChat | ||
SharpChat.SQLite | ||
SharpChatCommon | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
README.md | ||
SharpChat.sln | ||
start.sh |
_____ __ ________ __
/ ___// /_ ____ __________ / ____/ /_ ____ _/ /_
\__ \/ __ \/ __ `/ ___/ __ \/ / / __ \/ __ `/ __/
___/ / / / / /_/ / / / /_/ / /___/ / / / /_/ / /_
/____/_/ /_/\__,_/_/ / .___/\____/_/ /_/\__,_/\__/
/_/
Welcome to the repository of the Flashii Chat server!
The protocol used is based on the protocol found in the original PHP Sock Chat. A rendered version of the Protocol.md document can be found on railgun.sh/sockchat.