sharp-chat/SharpChat
2024-05-10 18:29:48 +00:00
..
Commands Reduce usage of working objects in packet objects as much as possible. 2024-05-10 18:29:48 +00:00
Config Marginal improvements to cross thread access. 2023-02-10 07:07:59 +01:00
Events Reworking event dispatching... I think? 2023-07-23 21:31:13 +00:00
EventStorage Fixed issues relating to event_sender_name being nullable for some reason. 2023-11-04 23:37:02 +00:00
Misuzu Keep track of super user status. 2023-11-07 14:49:12 +00:00
Packet Reduce usage of working objects in packet objects as much as possible. 2024-05-10 18:29:48 +00:00
PacketHandlers Reduce usage of working objects in packet objects as much as possible. 2024-05-10 18:29:48 +00:00
ChatChannel.cs Simplified packet building. 2024-05-10 17:28:52 +00:00
ChatColour.cs Reduce usage of working objects in packet objects as much as possible. 2024-05-10 18:29:48 +00:00
ChatCommandContext.cs Renamed 'Sessions' to 'Connections' 2023-02-16 22:25:41 +01:00
ChatConnection.cs Simplified Pack method return type. 2024-05-10 15:24:43 +00:00
ChatContext.cs Reduce usage of working objects in packet objects as much as possible. 2024-05-10 18:29:48 +00:00
ChatPacketHandlerContext.cs Renamed 'Sessions' to 'Connections' 2023-02-16 22:25:41 +01:00
ChatUser.cs Simplified packet building. 2024-05-10 17:28:52 +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 Fixed issue when starting without any configuration data present. 2023-10-01 04:54:30 +02: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 Updated MySQL connector library. 2024-05-10 15:24:56 +00:00
SharpChatWebSocketServer.cs Removed a bunch of @ prefixes that aren't needed. 2023-02-08 04:17:07 +01:00
SharpId.cs Backported SharpId class 2023-02-08 04:32:12 +01:00
SharpInfo.cs Ported the config system from old master. 2023-02-09 00:53:42 +01:00
SockChatServer.cs Removed any remaining references to silencing. 2023-07-23 21:36:22 +00:00