Server for Flashii Chat
Go to file
2024-05-29 20:51:41 +00:00
SharpChat Split various components into sublibraries to avoid things depending on things they should not depend on. 2024-05-20 23:40:34 +00:00
SharpChat.Misuzu Split various components into sublibraries to avoid things depending on things they should not depend on. 2024-05-20 23:40:34 +00:00
SharpChat.SockChat Changed pretty much every context mutation into an event. 2024-05-29 20:51:41 +00:00
SharpChatCommon Changed pretty much every context mutation into an event. 2024-05-29 20:51:41 +00:00
.editorconfig Simplified packet building. 2024-05-10 17:28:52 +00:00
.gitattributes Imported stable branch. 2022-08-30 17:00:58 +02:00
.gitignore Ported the config system from old master. 2023-02-09 00:53:42 +01:00
LICENSE Updated LICENSE year. 2024-05-10 19:29:03 +00:00
Protocol.md Apparently markdown doesn't have underlining. 2024-05-14 17:54:59 +00:00
README.md Turns out neither of those two repos were public! 2024-05-21 14:52:15 +00:00
SharpChat.sln Split various components into sublibraries to avoid things depending on things they should not depend on. 2024-05-20 23:40:34 +00:00
start.sh Reworking event dispatching... I think? 2023-07-23 21:31:13 +00:00

   _____ __                     ________          __ 
  / ___// /_  ____ __________  / ____/ /_  ____ _/ /_
  \__ \/ __ \/ __ `/ ___/ __ \/ /   / __ \/ __ `/ __/
 ___/ / / / / /_/ / /  / /_/ / /___/ / / / /_/ / /_  
/____/_/ /_/\__,_/_/  / .___/\____/_/ /_/\__,_/\__/  
                     /_/                             

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.