sharp-chat/SharpChat
2024-05-19 01:53:32 +00:00
..
Commands Some cleanups (snapshot, don't run this). 2024-05-19 01:53:32 +00:00
Config Some cleanups (snapshot, don't run this). 2024-05-19 01:53:32 +00:00
Events Enabled explicit nullable. 2024-05-10 19:18:55 +00:00
EventStorage Some cleanups (snapshot, don't run this). 2024-05-19 01:53:32 +00:00
Misuzu Some cleanups (snapshot, don't run this). 2024-05-19 01:53:32 +00:00
Packet Some cleanups (snapshot, don't run this). 2024-05-19 01:53:32 +00:00
PacketHandlers Some cleanups (snapshot, don't run this). 2024-05-19 01:53:32 +00:00
ChatChannel.cs Some cleanups (snapshot, don't run this). 2024-05-19 01:53:32 +00:00
ChatColour.cs Some cleanups (snapshot, don't run this). 2024-05-19 01:53:32 +00:00
ChatCommandContext.cs Some cleanups (snapshot, don't run this). 2024-05-19 01:53:32 +00:00
ChatConnection.cs Some cleanups (snapshot, don't run this). 2024-05-19 01:53:32 +00:00
ChatContext.cs Some cleanups (snapshot, don't run this). 2024-05-19 01:53:32 +00:00
ChatPacketHandlerContext.cs Some cleanups (snapshot, don't run this). 2024-05-19 01:53:32 +00:00
ChatUser.cs Some cleanups (snapshot, don't run this). 2024-05-19 01:53:32 +00:00
ChatUserDisconnectReason.cs Moved some things out of the MessagePopulatePacket class. 2024-05-14 22:56:56 +00:00
ChatUserPermissions.cs Removed any remaining references to silencing. 2023-07-23 21:36:22 +00:00
ChatUserStatus.cs Imported stable branch. 2022-08-30 17:00:58 +02:00
IChatCommand.cs Turned commands into classes instead of a shitty switch. 2023-02-16 21:34:59 +01:00
IChatPacketHandler.cs Un-switch packet handlers. 2023-02-16 22:16:06 +01:00
IServerPacket.cs Simplified Pack method return type. 2024-05-10 15:24:43 +00:00
Logger.cs Removed a bunch of @ prefixes that aren't needed. 2023-02-08 04:17:07 +01:00
Program.cs Enabled explicit nullable. 2024-05-10 19:18:55 +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 Enabled explicit nullable. 2024-05-10 19:18:55 +00:00
SharpId.cs Split some packets out of LegacyCommandResponse. 2024-05-13 20:55:54 +00:00
SharpInfo.cs Enabled explicit nullable. 2024-05-10 19:18:55 +00:00
SharpUtil.cs Split some packets out of LegacyCommandResponse. 2024-05-13 20:55:54 +00:00
SockChatServer.cs Some cleanups (snapshot, don't run this). 2024-05-19 01:53:32 +00:00