Commit Graph

11 Commits

Author SHA1 Message Date
13xforever
981bc40712 make warnings permanent, log retractions, but leave the records intact 2019-03-07 23:37:14 +05:00
13xforever
6eebd91247 move databases to the user profile config folders 2019-03-06 19:51:41 +05:00
13xforever
85f1649bf7 add bot stats persistence 2019-03-01 20:52:37 +05:00
13xforever
d794ad3336 make event schedule more generic 2019-02-05 23:27:43 +05:00
13xforever
d5003e41b8 add support for images/attachments in explanations 2019-02-01 04:31:06 +05:00
13xforever
653feb2bfc !e3 command
Fixes #194
2019-01-30 03:43:23 +05:00
13xforever
f9836f56d7 persist update check state 2018-09-08 17:17:38 +02:00
13xforever
9a86cd8940 discord invite filtering
also updated how reporting works, with more levels of urgency
updated discord client
various fixes
2018-08-19 13:59:31 +02:00
13xforever
998c27c966 scrape only full game lists in PSN stores, also cache title names
new isssue detections for log parser
consistent reaction with emoji only / text when can't
ability to disable commands at runtime (fixes #56)
command to check for game updates
various other bugfixes
2018-08-05 20:54:36 +02:00
13xforever
fbad33ea13 implemented some rudimentary psn api client
implemented psn crawling for ps3 game metadata (mostly for thumbnails)
implemented game thumbnails for game embeds
fixed usage of dbcontext
some other bugfixes
2018-08-05 20:54:36 +02:00
13xforever
7fd7d09973 RPCS3 Compatibility Bot reimplemented in C# for .NET Core
RPCS3 Compatibility Bot reimplemented in C# for .NET Core

Current status of this PR:
* tested and targeted for .NET Core 2.1
* all functionality is either on par or improved compared to the python version
* compatibility with current bot.db should be preserved in all upgrade scenarios
* some bot management commands were changed (now under !sudo bot)
* standard help generator for the new discord client is ... different;
  compatibility with old format could be restored through custom formatter if needed
* everything has been split in more loosely tied components for easier extensibility and maintenance
* log parsing has been rewritten and should work ~2x as fast
2018-07-20 09:22:28 +02:00