sharp-chat/SharpChat
2024-05-20 02:27:46 +00:00
..
Commands Rewrote user and channel collections. 2024-05-19 21:02:17 +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 Cleaned up the names of some of the base classes. 2024-05-19 02:17:51 +00:00
Misuzu Rewrote user and channel collections. 2024-05-19 21:02:17 +00:00
Packet Use server start timestamp for welcome MOTD message and MOTD file last write for the other one. 2024-05-20 02:27:46 +00:00
PacketHandlers Use server start timestamp for welcome MOTD message and MOTD file last write for the other one. 2024-05-20 02:27:46 +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 Added base class for packets with timestamp. 2024-05-20 02:16:38 +00:00
Colour.cs Cleaned up the names of some of the base classes. 2024-05-19 02:17:51 +00:00
ConnectionInfo.cs Added base class for packets with timestamp. 2024-05-20 02:16:38 +00:00
IPacketHandler.cs Cleaned up the names of some of the base classes. 2024-05-19 02:17:51 +00:00
IUserCommand.cs Cleaned up the names of some of the base classes. 2024-05-19 02:17:51 +00:00
Logger.cs Removed a bunch of @ prefixes that aren't needed. 2023-02-08 04:17:07 +01:00
PacketHandlerContext.cs Rewrote user and channel collections. 2024-05-19 21:02:17 +00:00
Program.cs Cleaned up the names of some of the base classes. 2024-05-19 02:17:51 +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
SockChatS2CPacket.cs Added base class for packets with timestamp. 2024-05-20 02:16:38 +00:00
SockChatServer.cs Use server start timestamp for welcome MOTD message and MOTD file last write for the other one. 2024-05-20 02:27:46 +00:00
SockChatTimedS2CPacket.cs Use server start timestamp for welcome MOTD message and MOTD file last write for the other one. 2024-05-20 02:27:46 +00:00
SockChatUtility.cs Rewrote user and channel collections. 2024-05-19 21:02:17 +00:00
UserCommandContext.cs Cleaned up the names of some of the base classes. 2024-05-19 02:17:51 +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 Cleaned up the names of some of the base classes. 2024-05-19 02:17:51 +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