sharp-chat/SharpChat
2024-05-20 23:00:47 +00:00
..
Commands Apply S2C and C2S naming scheme for easy packet direction identification. 2024-05-20 23:00:47 +00:00
Config Rewrote user and channel collections. 2024-05-19 21:02:17 +00:00
Events Rewrote user and channel collections. 2024-05-19 21:02:17 +00:00
EventStorage Apply S2C and C2S naming scheme for easy packet direction identification. 2024-05-20 23:00:47 +00:00
Misuzu Rewrote user and channel collections. 2024-05-19 21:02:17 +00:00
PacketsC2S Apply S2C and C2S naming scheme for easy packet direction identification. 2024-05-20 23:00:47 +00:00
PacketsS2C Apply S2C and C2S naming scheme for easy packet direction identification. 2024-05-20 23:00:47 +00:00
BuildInfo.cs Cleaned up the names of some of the base classes. 2024-05-19 02:17:51 +00:00
ChannelInfo.cs Rewrote user and channel collections. 2024-05-19 21:02:17 +00:00
ChannelsContext.cs Rewrote user and channel collections. 2024-05-19 21:02:17 +00:00
ChannelsUsersContext.cs Rewrote user and channel collections. 2024-05-19 21:02:17 +00:00
ChatContext.cs Apply S2C and C2S naming scheme for easy packet direction identification. 2024-05-20 23:00:47 +00:00
Colour.cs Cleaned up the names of some of the base classes. 2024-05-19 02:17:51 +00:00
ConnectionInfo.cs Apply S2C and C2S naming scheme for easy packet direction identification. 2024-05-20 23:00:47 +00:00
ConnectionsContext.cs Connection handling rewrite. 2024-05-20 16:16:32 +00:00
Logger.cs Removed a bunch of @ prefixes that aren't needed. 2023-02-08 04:17:07 +01:00
Program.cs Apply S2C and C2S naming scheme for easy packet direction identification. 2024-05-20 23:00:47 +00:00
RateLimiter.cs Less haphazard locking (perhaps too?) 2023-02-19 23:27:08 +01:00
RNG.cs Better session ID generation code. 2023-02-10 08:06:07 +01:00
SharpChat.csproj Enabled explicit nullable. 2024-05-10 19:18:55 +00:00
SharpChatWebSocketServer.cs Apply S2C and C2S naming scheme for easy packet direction identification. 2024-05-20 23:00:47 +00:00
SharpId.cs Split some packets out of LegacyCommandResponse. 2024-05-13 20:55:54 +00:00
SockChatServer.cs Apply S2C and C2S naming scheme for easy packet direction identification. 2024-05-20 23:00:47 +00:00
SockChatUtility.cs Rewrote user and channel collections. 2024-05-19 21:02:17 +00:00
UserDisconnectReason.cs Cleaned up the names of some of the base classes. 2024-05-19 02:17:51 +00:00
UserInfo.cs Rewrote user and channel collections. 2024-05-19 21:02:17 +00:00
UserPermissions.cs Apply S2C and C2S naming scheme for easy packet direction identification. 2024-05-20 23:00:47 +00:00
UsersContext.cs Rewrote user and channel collections. 2024-05-19 21:02:17 +00:00
UserStatus.cs Cleaned up the names of some of the base classes. 2024-05-19 02:17:51 +00:00