sharp-chat/SharpChat
2023-07-23 21:45:10 +00:00
..
Commands Removed any remaining references to silencing. 2023-07-23 21:36:22 +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 Reworking event dispatching... I think? 2023-07-23 21:31:13 +00:00
Misuzu Removed any remaining references to silencing. 2023-07-23 21:36:22 +00:00
Packet Removed any remaining references to silencing. 2023-07-23 21:36:22 +00:00
PacketHandlers Removed any remaining references to silencing. 2023-07-23 21:36:22 +00:00
ChatChannel.cs Improved user updating but also other things that were already local. 2023-02-22 01:28:53 +01:00
ChatColour.cs Improved user updating but also other things that were already local. 2023-02-22 01:28:53 +01:00
ChatCommandContext.cs Renamed 'Sessions' to 'Connections' 2023-02-16 22:25:41 +01:00
ChatConnection.cs Significantly less stupid connection resolving. 2023-02-17 23:17:24 +01:00
ChatContext.cs Fixed connection error when issuing a permanent ban. 2023-07-23 21:45:10 +00:00
ChatPacketHandlerContext.cs Renamed 'Sessions' to 'Connections' 2023-02-16 22:25:41 +01:00
ChatUser.cs Improved user updating but also other things that were already local. 2023-02-22 01:28:53 +01:00
ChatUserPermissions.cs Removed any remaining references to silencing. 2023-07-23 21:36:22 +00:00
ChatUserStatus.cs
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 Use virtual channel name for DMs. 2023-02-16 23:56:50 +01:00
Logger.cs
Program.cs Marginal improvements to cross thread access. 2023-02-10 07:07:59 +01: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 Ported the config system from old master. 2023-02-09 00:53:42 +01:00
SharpChatWebSocketServer.cs
SharpId.cs
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