Commit Graph

25 Commits

Author SHA1 Message Date
13xforever
2cf25f069a metacritic table and first pass on the import command 2020-04-03 19:19:49 +05:00
13xforever
79c2508827 import offline compat list snapshot 2020-04-02 23:20:24 +05:00
13xforever
8905f311a5 remove duplicate table 2020-03-21 18:51:33 +05:00
13xforever
e4b4d892e7 remove module information for syscall stats
and switch to using the new syscall log method
2020-03-21 18:25:14 +05:00
13xforever
5c9ff0081d code review changes 2019-12-01 17:24:19 +05:00
Laxynium
6702554ed5 Add misssing ConfigureAsync(false)
Switch to c#8 usings.
Run update of nicknames immediately when guilds are available instead of setting flag that are ready.
2019-11-30 01:16:19 +01:00
Laxynium
e04c4548a0 Adjust names of commands
Check permissions before changing nickname
Display table instead of raw text in list command
Add periodic check if forced nicknames are still valid.
Add GuildId in order to not list forced nicknames added on different guild.
2019-11-30 01:16:19 +01:00
Grzegorz Gruszczyk
cc5de15fd6 Allow admins to force nickname on particular member 2019-11-30 01:16:19 +01:00
13xforever
c05655e642 restore balance 2019-10-02 23:09:11 +05:00
13xforever
fa5f2d813e important updates for empathy simulation engine 2019-10-02 22:40:39 +05:00
13xforever
fda07e446f persist syscall information 2019-08-07 20:00:00 +05:00
13xforever
b448986415 fix filter editor and migration script 2019-07-28 17:13:22 +05:00
13xforever
faa766eb72 allow duplicate triggers in filters 2019-07-28 16:30:10 +05:00
13xforever
62196fb1db content filter 2.0 2019-07-23 20:19:28 +05:00
13xforever
981bc40712 make warnings permanent, log retractions, but leave the records intact 2019-03-07 23:37:14 +05:00
13xforever
d9dfabf0b4 thumbnail color caching 2019-03-06 20:49:57 +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