Commit graph

  • 42a0160cde Changed pretty much every context mutation into an event. new-master flash 2024-05-29 20:51:37 +0000
  • 6bda1ee09d Only a single clear mode is ever used, removed the rest. flash 2024-05-28 21:51:54 +0000
  • 86effa0452 Split status elements out of UserInfo and made user update event based. flash 2024-05-24 19:17:12 +0000
  • 2eae48325a Issue user disconnected and kick/ban as events and restructure table. flash 2024-05-24 16:01:11 +0000
  • 09d5bfef82 Fixed excessive sending of user update packets. flash 2024-05-24 13:19:01 +0000
  • d426df91f0 Made the channel event log code similar to the normal event handling code. flash 2024-05-24 13:11:21 +0000
  • 5daad52aba Events system overhaul. flash 2024-05-24 03:44:20 +0000
  • 454a460441 Removed event flags attribute. flash 2024-05-24 00:23:31 +0000
  • 651c3f127d Use interface instead of abstract classes as base for Sock Chat S2C packets. flash 2024-05-23 23:13:57 +0000
  • 4ace355374 Removed AddEvent aliases. flash 2024-05-23 22:31:43 +0000
  • 968df2b161 Split connection classes. flash 2024-05-21 20:08:23 +0000
  • 12e7bd2768 Turns out neither of those two repos were public! flash 2024-05-21 14:52:15 +0000
  • cfbe98d34a Updated README.md. flash 2024-05-20 23:45:29 +0000
  • e0f83ca259 Split various components into sublibraries to avoid things depending on things they should not depend on. flash 2024-05-20 23:40:34 +0000
  • 980ec5b855 Apply S2C and C2S naming scheme for easy packet direction identification. flash 2024-05-20 23:00:47 +0000
  • a0e6fbbeea Packet packing micro optimisation. flash 2024-05-20 16:24:14 +0000
  • 610f9ab142 Connection handling rewrite. flash 2024-05-20 16:16:32 +0000
  • fa8c416b77 Use server start timestamp for welcome MOTD message and MOTD file last write for the other one. flash 2024-05-20 02:27:41 +0000
  • 1d781bd72c Added base class for packets with timestamp. flash 2024-05-20 02:16:38 +0000
  • 042b6ddbd6 Removed IServerPacket interface. flash 2024-05-20 01:35:39 +0000
  • c490dcf128 Extracted all log packets into their own ones. flash 2024-05-20 01:35:33 +0000
  • 549c80740d Rewrote user and channel collections. flash 2024-05-19 21:02:17 +0000
  • 1a8c44a4ba Cleaned up the names of some of the base classes. flash 2024-05-19 02:17:51 +0000
  • bd23d3aa15 Some cleanups (snapshot, don't run this). flash 2024-05-19 01:53:14 +0000
  • 68a523f76a Use HasFlag instead of custom Can method. flash 2024-05-17 23:50:22 +0000
  • 322500739e Moved some things out of the MessagePopulatePacket class. flash 2024-05-14 22:56:56 +0000
  • a6a7e56bd1 Drew the rest of the fucking owl. flash 2024-05-14 22:17:25 +0000
  • 7bcf5acb7e Created more discrete error/response packets. flash 2024-05-14 19:11:09 +0000
  • 38f17c325a Apparently markdown doesn't have underlining. flash 2024-05-14 17:54:59 +0000
  • 907711e753 Split some packets out of LegacyCommandResponse. flash 2024-05-13 20:55:54 +0000
  • 8cc00fe1a8 Updated protocol information document. flash 2024-05-10 23:50:40 +0000
  • 3c58e5201a Updated LICENSE year. flash 2024-05-10 19:29:03 +0000
  • 795a87fe56 Added migration to update event types of older messages. flash 2024-05-10 19:23:19 +0000
  • a6569815af Enabled explicit nullable. flash 2024-05-10 19:18:55 +0000
  • b95cd06cb1 Reduce usage of working objects in packet objects as much as possible. flash 2024-05-10 18:29:48 +0000
  • 356409eb16 Simplified packet building. flash 2024-05-10 17:28:52 +0000
  • 1ba94a526c Removed unused method from ChatMessageAddPacket. flash 2024-05-10 15:25:34 +0000
  • 0b0de00cc4 Updated MySQL connector library. flash 2024-05-10 15:24:56 +0000
  • b1fae4bdeb Simplified Pack method return type. flash 2024-05-10 15:24:43 +0000
  • fc7d428f76 Split name change notification out of UserUpdatePacket. flash 2024-05-10 15:07:56 +0000
  • 54af837c82 Fixed various inconsistencies with Sock Chat. flash 2024-05-09 21:31:19 +0000
  • 0d0f2e68b9 client -> server flash 2024-04-17 20:44:23 +0000
  • e291a17705 Updated Pong packet documentation, removed column used for version info and reverted 'Sequence ID' back to 'Message ID'. flash 2024-04-17 20:41:15 +0000
  • cd32995367 Removed mention of versioning. flash 2024-04-17 20:31:25 +0000
  • 5985f63744 Allow super users to kick anyone regardless of ranking. flash 2023-11-07 14:50:55 +0000
  • a9ca3705ad Keep track of super user status. flash 2023-11-07 14:49:12 +0000
  • 294471dcfd Fixed inverted permission for /create. flash 2023-11-07 14:33:07 +0000
  • c46d117d15 Merge branch 'new-master' of git.flash.moe:flashii/sharp-chat into new-master flash 2023-11-04 23:37:13 +0000
  • 05fcbcb0f8 Fixed issues relating to event_sender_name being nullable for some reason. flash 2023-11-04 23:37:02 +0000
  • 03b3b6b0a3 Fixed issue when starting without any configuration data present. flash 2023-10-01 04:54:30 +0200
  • a7a05f04bd Don't remove AFK status when opening a new connection. flash 2023-08-09 14:59:29 +0000
  • dc4989a3cf Fixed connection error when issuing a permanent ban. flash 2023-07-23 21:45:10 +0000
  • 903e39ab76 Removed any remaining references to silencing. flash 2023-07-23 21:36:22 +0000
  • 8c19c22736 Reworking event dispatching... I think? flash 2023-07-23 21:31:13 +0000
  • 4e0def980f Revised event storage to use less magic classes. flash 2023-02-23 22:46:49 +0100
  • 82973f7a33 Improved user updating but also other things that were already local. flash 2023-02-22 01:28:53 +0100
  • 8de3ba8dbb Even slightly lesser aggressive question mark flash 2023-02-19 23:47:53 +0100
  • 86a46539f2 Less haphazard locking (perhaps too?) flash 2023-02-19 23:27:08 +0100
  • 70df99fe9b Significantly less stupid connection resolving. flash 2023-02-17 23:17:24 +0100
  • 546e8a2c83 Simplify rate limiter, disabled silencing and merged BasicUser and ChatUser. flash 2023-02-17 22:47:44 +0100
  • d268a419dc Cleaned up channel/user association logic. flash 2023-02-17 20:02:35 +0100
  • 1466562c54 Use virtual channel name for DMs. flash 2023-02-16 23:56:50 +0100
  • a5089f14b8 Undid the IPacketTarget system. flash 2023-02-16 23:47:30 +0100
  • 13ae843c8d No longer keep track of connections within the ChatUser class. flash 2023-02-16 23:33:48 +0100
  • 06af94e94f Renamed 'Sessions' to 'Connections' flash 2023-02-16 22:25:41 +0100
  • c8a589c1c1 Un-switch packet handlers. flash 2023-02-16 22:16:06 +0100
  • ea56af0210 Turned commands into classes instead of a shitty switch. flash 2023-02-16 21:34:59 +0100
  • d1f78a7e8b Actually send the message deletion packet. flash 2023-02-16 17:10:30 +0100
  • dbdaaeec9e Better session ID generation code. flash 2023-02-10 08:06:07 +0100
  • 8050a295c1 Updated protocol documentation to indicate that IDs should not be treated as numbers. flash 2023-02-10 07:28:36 +0100
  • c291ef178d Fixed the backlog being sent in reverse order. flash 2023-02-10 07:18:38 +0100
  • c21605cf3b Marginal improvements to cross thread access. flash 2023-02-10 07:07:59 +0100
  • e1e3def62c Ported the config system from old master. flash 2023-02-09 00:53:42 +0100
  • 56a818254e Backported SharpId class flash 2023-02-08 04:32:12 +0100
  • 40c7ba4ded Removed a bunch of @ prefixes that aren't needed. flash 2023-02-08 04:17:07 +0100
  • 27c28aafcd Don't use a stinky Timer for user bumps and exclude AFK. flash 2023-02-08 01:01:55 +0100
  • 36f3ff6385 Removed internal ban handling and integrate with Misuzu. flash 2023-02-07 23:28:06 +0100
  • 5e3eecda8c Convert Colour class to a struct. flash 2023-02-07 16:13:38 +0100
  • 4104e40843 Code style updates. flash 2023-02-07 16:01:56 +0100
  • c9cc5ff23a Removed protocol enums. flash 2023-02-07 15:34:31 +0100
  • 513539319f Better HttpClient handling. flash 2023-02-06 21:14:50 +0100
  • d2fef02e08 Added Protocol doc to new master branch. flash 2023-02-06 19:38:16 +0000
  • 1051a26494 Fixed dumb shit in SharpChat. stable flash 2022-11-04 20:02:16 +0000
  • 8ab396668f Fixed protocol omission. master flash 2022-11-04 19:51:26 +0000
  • 6f50ec66a9 Added /shutdown and /restart commands for server maintenance. flash 2022-08-30 18:29:11 +0000
  • 3c800dd3e7 Added documentation for lost maximum length field. flash 2022-08-30 18:10:43 +0200
  • afd8d5b38a Merged draft protocol file into main one. flash 2022-08-30 18:08:44 +0200
  • e6dffe06e6 Removed documentation files from the stable branch. flash 2022-08-30 16:05:07 +0000
  • 9790f77a16 Removed Sock Chat v2 crust. flash 2022-08-30 16:04:38 +0000
  • 08f9a2c5a1 Fixed /who <channel> result being incorrectly formatted. flash 2022-08-30 15:52:03 +0000
  • ea83c8cca0 Don't print auth url to console... flash 2022-08-30 15:51:10 +0000
  • bfd1819798 OOPS!!!!!!!!!!!!!!!!!!!!!!!!! flash 2022-08-30 17:44:33 +0200
  • 2de19035ff Allow changing the Misuzu base URL. flash 2022-08-30 17:42:03 +0200
  • 3f8c2781ee Cleaned things up again. flash 2022-08-30 17:28:46 +0200
  • 23f0bd478f Apparently this is what's actually running on the server. flash 2022-08-30 15:21:00 +0000
  • 64affb6ef8 Readded Hamakaze submodule. flash 2022-08-30 17:07:04 +0200
  • da62de6410 Removed .gitmodules file. flash 2022-08-30 17:06:21 +0200
  • 435635db2d Imported master branch. flash 2022-08-30 17:05:29 +0200
  • 5d2b9f62c1 Imported stable branch. flash 2022-08-30 17:02:32 +0200
  • 4ceffeb48d Imported stable branch. flash 2022-08-30 17:00:58 +0200