Server for Flashii Chat
Find a file
2025-04-29 22:15:37 +00:00
SharpChat Swap these around again. 2025-04-29 22:15:37 +00:00
SharpChat.Flashii Create Context before creating a server. 2025-04-28 13:03:38 +00:00
SharpChat.MariaDB Fixes 2025-04-29 22:14:51 +00:00
SharpChat.SockChat Old names also don't need to be handled anymore. 2025-04-27 18:46:10 +00:00
SharpChat.SQLite Fixes 2025-04-29 22:14:51 +00:00
SharpChatCommon Support bidirectional storage conversion. 2025-04-29 15:43:31 +00:00
.editorconfig Switched to file namespace declarations. 2025-04-26 23:15:54 +00:00
.gitattributes Imported stable branch. 2022-08-30 17:00:58 +02:00
.gitignore Improved logging system. 2025-04-28 12:29:11 +00:00
LICENSE Bumped copyright year. 2025-04-12 21:34:20 +00:00
README.md Update README.md 2024-08-25 23:30:00 +00:00
SharpChat.sln Added SQLite storage backend. 2025-04-27 22:31:35 +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.