986d9e4ff3
Implement suggestions; minor command refactoring
2024-06-08 21:08:03 -07:00
cc148d5257
Implement style suggestions
2024-06-08 21:07:35 -07:00
c64dab9874
Merge branch 'main' into features/text-processing
2024-04-21 12:09:12 -07:00
e3bf767c25
Merge pull request #7 from NoiTheCat/dev/new-usernames
...
New username system support
2024-01-07 15:43:18 -08:00
db0a1e391c
Rudimentary text processing for kicks, etc
2023-11-16 10:19:10 -08:00
97654a6f29
Use new extension method for displaying username
2023-11-14 21:09:21 -08:00
a6c6ba9550
Don't send update events for messages not logged
2023-07-17 10:46:41 -07:00
ddfc2fc612
Do not log message edits from bots
2023-04-28 12:50:11 -07:00
634bc26951
Implement success message formatting
...
Imported from `legacy` branch:
RegexBot/RegexBot/Module/AutoMod/ResponseBase.cs:161
2022-12-16 22:10:08 -08:00
8b5f0e83c4
oops
2022-12-03 17:35:34 -08:00
a707792fe4
Add color codes to logging embeds
2022-12-03 17:18:48 -08:00
6bdf528c66
Replace RemovalType with bool
...
In general: `RemovalType.Ban` was replaced with `true` and
`RemovalType.Kick` with `false`. `RemovalType.None` was never used.
2022-12-02 20:28:23 -08:00
36c050afc8
Move message ID from context to footer
2022-12-02 20:06:51 -08:00
9d04d22a71
Nullable incoming module config
2022-10-22 17:47:23 -07:00
11ac7418c6
Fix unexpected error message on nonexistent user
2022-10-22 17:39:11 -07:00
56cc7d7014
Change how rules are reported
2022-10-13 11:43:42 -07:00
8cbeb09017
Add ShowModLogs command
2022-10-05 12:40:53 -07:00
c25808716b
Add command for removng timeouts
2022-09-30 21:03:45 -07:00
c73bfabc19
Implement timeouts
...
With use of this feature available within ModCommands and RegexModerator
2022-09-20 21:50:33 -07:00
d5728ad0a1
Implement mod logging commands
2022-09-13 20:16:25 -07:00
809197984a
Add note and warn response type
2022-09-13 14:58:15 -07:00
6544d4844b
Add log item reporting to ModLogs module
2022-08-23 20:40:19 -07:00
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
b4db1fcff8
Implement SharedEventService; remove cache update event
2022-08-17 16:59:30 -07:00
e9178bc149
Improved logging and minor fixes
2022-07-28 19:33:49 -07:00
0ef78a53dc
Rewrite VoiceRoleSync
...
Implement a slightly more sane configuration
2022-07-28 19:05:24 -07:00
0f15666810
Add attachment information to message logs
2022-07-28 14:10:07 -07:00
724f35fea6
Remove extraneous comments and reminders
2022-07-28 14:09:52 -07:00
8317f09b04
Fix issues when handling 'bad' message update data
...
See comment in MessageCachingSubservice.
2022-07-27 22:02:17 -07:00
c77e4bd579
Update DB model: message content may be null
...
Additionally, removed existing migration data for now. Will re-add
when the project is nearly ready for a proper release.
2022-07-27 18:05:52 -07:00
fc88ab5cf9
Update modules and module loading
...
Changed accessibility of included modules to 'internal'
to suppress documentation warnings.
Additionally, increase logging feedback as configuration is loaded.
2022-07-20 20:35:26 -07:00
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