Commit graph

13 commits

Author SHA1 Message Date
Noi
cc148d5257 Implement style suggestions 2024-06-08 21:07:35 -07:00
Noi
e3bf767c25
Merge pull request #7 from NoiTheCat/dev/new-usernames
New username system support
2024-01-07 15:43:18 -08:00
Noi
aad54f9fa7 Recognize display names in username cache 2023-11-14 19:24:46 -08:00
Noi
a6c6ba9550 Don't send update events for messages not logged 2023-07-17 10:46:41 -07:00
Noi
fc8826b37f Also cache bot messages 2022-12-03 17:21:42 -08:00
Noi
12f8359b90 Move member cache updating off main thread 2022-12-03 17:21:20 -08:00
Noi
dfec87672f Misc style and other minor changes 2022-08-25 18:40:57 -07:00
Noi
b4db1fcff8 Implement SharedEventService; remove cache update event 2022-08-17 16:59:30 -07:00
Noi
8317f09b04 Fix issues when handling 'bad' message update data
See comment in MessageCachingSubservice.
2022-07-27 22:02:17 -07:00
Noi
bbe0a84532 Add logging for long-running task 2022-07-27 22:00:10 -07:00
Noi
ebdaa6482c Remove 'report' option in logging
The feature was previously meant for monitoring errors in a large public
bot instance, but is massively redundant and even annoying when using
as a self-hosted instance.
Besides, the information it did report was excessive and of little use.
2022-07-27 19:23:49 -07:00
Noi
c3ecf2a877 Update initial database model and migration 2022-07-20 20:37:31 -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