|
7d3cf5de62
|
Merge pull request 'documentation-updates' (#1) from documentation-updates into mistress
Reviewed-on: https://patchii.net///flashii/sharp-chat/pulls/1
|
2024-08-25 23:30:59 +00:00 |
|
|
0b90079fd5
|
Update README.md
|
2024-08-25 23:30:00 +00:00 |
|
|
a578f8ed9d
|
Updated copyright year (2024)
|
2024-08-25 23:28:53 +00:00 |
|
|
06f2d11c7c
|
Copied protocol doc over from old new master branch.
|
2024-08-25 23:28:22 +00:00 |
|
|
54af837c82
|
Fixed various inconsistencies with Sock Chat.
|
2024-05-09 21:31:19 +00:00 |
|
|
0d0f2e68b9
|
client -> server
|
2024-04-17 20:44:23 +00:00 |
|
|
e291a17705
|
Updated Pong packet documentation, removed column used for version info and reverted 'Sequence ID' back to 'Message ID'.
|
2024-04-17 20:41:15 +00:00 |
|
|
cd32995367
|
Removed mention of versioning.
|
2024-04-17 20:31:25 +00:00 |
|
|
5985f63744
|
Allow super users to kick anyone regardless of ranking.
|
2023-11-07 14:50:55 +00:00 |
|
|
a9ca3705ad
|
Keep track of super user status.
|
2023-11-07 14:49:12 +00:00 |
|
|
294471dcfd
|
Fixed inverted permission for /create.
For the love of god remember to update the permissions table and recalculate before starting back up.
|
2023-11-07 14:33:07 +00:00 |
|
|
c46d117d15
|
Merge branch 'new-master' of git.flash.moe:flashii/sharp-chat into new-master
|
2023-11-04 23:37:13 +00:00 |
|
|
05fcbcb0f8
|
Fixed issues relating to event_sender_name being nullable for some reason.
|
2023-11-04 23:37:02 +00:00 |
|
|
03b3b6b0a3
|
Fixed issue when starting without any configuration data present.
|
2023-10-01 04:54:30 +02:00 |
|
|
a7a05f04bd
|
Don't remove AFK status when opening a new connection.
|
2023-08-09 14:59:29 +00:00 |
|
|
dc4989a3cf
|
Fixed connection error when issuing a permanent ban.
|
2023-07-23 21:45:10 +00:00 |
|
|
903e39ab76
|
Removed any remaining references to silencing.
|
2023-07-23 21:36:22 +00:00 |
|
|
8c19c22736
|
Reworking event dispatching... I think?
I did this make in february but left it uncommitted. Hopefully it's stable!
|
2023-07-23 21:31:13 +00:00 |
|
|
4e0def980f
|
Revised event storage to use less magic classes.
|
2023-02-23 22:46:49 +01:00 |
|
|
82973f7a33
|
Improved user updating but also other things that were already local.
|
2023-02-22 01:28:53 +01:00 |
|
|
8de3ba8dbb
|
Even slightly lesser aggressive question mark
|
2023-02-19 23:47:53 +01:00 |
|
|
86a46539f2
|
Less haphazard locking (perhaps too?)
|
2023-02-19 23:27:08 +01:00 |
|
|
70df99fe9b
|
Significantly less stupid connection resolving.
|
2023-02-17 23:17:24 +01:00 |
|
|
546e8a2c83
|
Simplify rate limiter, disabled silencing and merged BasicUser and ChatUser.
|
2023-02-17 22:47:44 +01:00 |
|
|
d268a419dc
|
Cleaned up channel/user association logic.
|
2023-02-17 20:02:35 +01:00 |
|
|
1466562c54
|
Use virtual channel name for DMs.
|
2023-02-16 23:56:50 +01:00 |
|
|
a5089f14b8
|
Undid the IPacketTarget system.
|
2023-02-16 23:47:30 +01:00 |
|
|
13ae843c8d
|
No longer keep track of connections within the ChatUser class.
|
2023-02-16 23:33:48 +01:00 |
|
|
06af94e94f
|
Renamed 'Sessions' to 'Connections'
|
2023-02-16 22:25:41 +01:00 |
|
|
c8a589c1c1
|
Un-switch packet handlers.
|
2023-02-16 22:16:06 +01:00 |
|
|
ea56af0210
|
Turned commands into classes instead of a shitty switch.
|
2023-02-16 21:34:59 +01:00 |
|
|
d1f78a7e8b
|
Actually send the message deletion packet.
|
2023-02-16 17:10:30 +01:00 |
|
|
dbdaaeec9e
|
Better session ID generation code.
|
2023-02-10 08:06:07 +01:00 |
|
|
8050a295c1
|
Updated protocol documentation to indicate that IDs should not be treated as numbers.
|
2023-02-10 07:28:36 +01:00 |
|
|
c291ef178d
|
Fixed the backlog being sent in reverse order.
|
2023-02-10 07:18:38 +01:00 |
|
|
c21605cf3b
|
Marginal improvements to cross thread access.
|
2023-02-10 07:07:59 +01:00 |
|
|
e1e3def62c
|
Ported the config system from old master.
|
2023-02-09 00:53:42 +01:00 |
|
|
56a818254e
|
Backported SharpId class
|
2023-02-08 04:32:12 +01:00 |
|
|
40c7ba4ded
|
Removed a bunch of @ prefixes that aren't needed.
|
2023-02-08 04:17:07 +01:00 |
|
|
27c28aafcd
|
Don't use a stinky Timer for user bumps and exclude AFK.
|
2023-02-08 01:01:55 +01:00 |
|
|
36f3ff6385
|
Removed internal ban handling and integrate with Misuzu.
|
2023-02-07 23:28:06 +01:00 |
|
|
5e3eecda8c
|
Convert Colour class to a struct.
|
2023-02-07 16:13:38 +01:00 |
|
|
4104e40843
|
Code style updates.
|
2023-02-07 16:01:56 +01:00 |
|
|
c9cc5ff23a
|
Removed protocol enums.
|
2023-02-07 15:34:31 +01:00 |
|
|
513539319f
|
Better HttpClient handling.
|
2023-02-06 21:14:50 +01:00 |
|
|
d2fef02e08
|
Added Protocol doc to new master branch.
|
2023-02-06 19:38:16 +00:00 |
|
|
1051a26494
|
Fixed dumb shit in SharpChat.
|
2022-11-04 20:02:16 +00:00 |
|
|
6f50ec66a9
|
Added /shutdown and /restart commands for server maintenance.
|
2022-08-30 18:29:11 +00:00 |
|
|
e6dffe06e6
|
Removed documentation files from the stable branch.
|
2022-08-30 16:05:07 +00:00 |
|
|
9790f77a16
|
Removed Sock Chat v2 crust.
|
2022-08-30 16:04:38 +00:00 |
|