barelyprofessional
cbebdb2144
Test multiple invocations
2025-09-12 14:53:02 -05:00
barelyprofessional
ff1d83d9f7
Completely untested and totally experimental rate limit feature
2025-09-08 15:09:59 -05:00
barelyprofessional
5f189cb9cc
Refactored to fix compiler warnings
2025-07-07 20:12:07 -05:00
barelyprofessional
5b3f394c29
Converted send message method to async (also created a synchronous method that shadows the async method). Added a method to send multiple messages at once and message truncation with a choice of strategies
2024-09-17 00:57:11 +08:00
barelyprofessional
7b37ec76e5
Added Lost status to edit test command
2024-09-15 23:42:56 +08:00
barelyprofessional
04e73c8d5f
Added a feature to replay buffered messages while chat is offline (up to a limit of the 10 latest by default) and changed the sent message tracking to pass-by-reference instead of exclusively using GUIDs. The GUIDs still exist for scenarios where you can't pass a reference to the object around.
2024-09-15 23:00:26 +08:00
barelyprofessional
6166b76f92
Updated commands to remove the hide from help property, instead set the help text to null for whenever that eventually gets implemented.
...
Also refactored the way tasks are handled so instead of adding to an array and checking in on them next time someone sends a message, it instead delegates it to a very basic async handler that'll await the command, report errors and kill the task if it takes too long.
2024-08-23 12:31:33 +08:00
barelyprofessional
eef56d3f6b
Decode entities in incoming message
2024-08-11 22:36:25 +08:00
barelyprofessional
9f07f6cf21
Forgot to bypass GambaSesh detection
2024-08-11 22:31:27 +08:00
barelyprofessional
c0d7f62c61
Added feature to track messages sent by the bot by reference so they can be edited
2024-08-11 21:11:37 +08:00