Commit graph

12 commits

Author SHA1 Message Date
Noi
c64dab9874
Merge branch 'main' into features/text-processing 2024-04-21 12:09:12 -07:00
Noi
db0a1e391c Rudimentary text processing for kicks, etc 2023-11-16 10:19:10 -08:00
Noi
97654a6f29 Use new extension method for displaying username 2023-11-14 21:09:21 -08:00
Noi
634bc26951 Implement success message formatting
Imported from `legacy` branch:
RegexBot/RegexBot/Module/AutoMod/ResponseBase.cs:161
2022-12-16 22:10:08 -08:00
Noi
11ac7418c6 Fix unexpected error message on nonexistent user 2022-10-22 17:39:11 -07:00
Noi
8cbeb09017 Add ShowModLogs command 2022-10-05 12:40:53 -07:00
Noi
c25808716b Add command for removng timeouts 2022-09-30 21:03:45 -07:00
Noi
c73bfabc19 Implement timeouts
With use of this feature available within ModCommands and RegexModerator
2022-09-20 21:50:33 -07:00
Noi
d5728ad0a1 Implement mod logging commands 2022-09-13 20:16:25 -07:00
Noi
7b29753290 Update entity classes
EntityList's `enforceTypes` setting was removed, as EntityName
enforced entries being unambiguous anyway.
Added a way to enforce specific types on instantiation or else
throw an exception, and updated all existing uses requiring that
check accordingly.
2022-08-22 21:14:09 -07:00
Noi
e9178bc149 Improved logging and minor fixes 2022-07-28 19:33:49 -07:00
Noi
1149f2800d Reorganized project
Moved modules into the assembly itself to simplify development of
further features and reduce complexity in building this project.

Additionally, many small adjustments were made, including:
- Add documentation to most public methods that had it missing
- Minor style updates
- Updated readme to reflect near-completion of this rewrite
- Remove any last remaining references to old project name Kerobot
- Update dependencies
2022-07-20 18:55:08 -07:00