Commit Graph

14 Commits

Author SHA1 Message Date
13xforever
23d4071555 !report message 2018-09-10 16:56:52 +02:00
13xforever
598a6e2c0f trigger update check on successful build announcement 2018-09-10 16:56:52 +02:00
13xforever
cb0152e998 swallow TaskCancelledException in threads 2018-09-10 16:56:52 +02:00
13xforever
7930121134 if server is unknown, leave it 2018-09-08 17:42:37 +02:00
13xforever
90c0314bca don't crash if something gone wrong with the guild 2018-09-08 17:30:56 +02:00
13xforever
3be1ce44bf Post new RPCS3 update announcements in #compatbot 2018-09-08 17:17:38 +02:00
13xforever
064beedc30 vulkan driver version decoding 2018-08-29 20:31:36 +02:00
13xforever
0956410d69 game title scraping from gametdb 2018-08-19 13:59:31 +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
5205fe184c delete last bot message if told to shut up 2018-08-11 16:00:58 +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
833fa16ca9 moved some stuff around to better reflect the code organization, hopefully 2018-07-20 09:22:28 +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