13xforever
222eaa2a35
redesign the name pool to reduce compilation time resource usage
2021-03-10 02:38:26 +05:00
13xforever
08bea47038
try to workaround the issue as suggested by the client support
2021-03-03 22:51:40 +05:00
13xforever
5159792f5e
enable command and do proper quote formatting
2021-03-03 04:03:32 +05:00
13xforever
33b73ff00f
disable minesweeper as discord broke it beyond being useful
2020-11-28 17:40:11 +05:00
13xforever
6ad501590f
fix resharper warnings
2020-11-14 15:58:16 +05:00
13xforever
1c915e05b5
use await using where appropriate
2020-11-14 15:25:20 +05:00
13xforever
24f63858e0
replace object initialization with the new()
2020-11-14 14:33:29 +05:00
13xforever
4efffa300f
apply compiler suggestions
2020-11-13 15:12:41 +05:00
13xforever
610c01318a
botupdate, part 2
2020-11-13 02:48:49 +05:00
13xforever
82fb997d12
try to prevent new build spam when something was pulled on update api
2020-11-02 20:56:52 +05:00
13xforever
acb23d255a
remove hardcoded bot admin id, use application owners data instead
2020-11-02 18:24:03 +05:00
13xforever
949b6c2b29
update 3rd party dependencies
...
azure computervision 5.0 -> 6.0
2020-10-27 01:08:55 +05:00
13xforever
284bc51f6d
remove psn scraping and related code now that web store redesign is live
2020-10-27 00:30:56 +05:00
13xforever
c6fac43217
update dependencies
2020-10-07 14:20:57 +05:00
13xforever
db013a27f0
implement global message cache management
2020-09-29 15:34:26 +05:00
13xforever
55a9b75dfc
additional checks for memory usage
2020-09-09 22:17:54 +05:00
13xforever
7574d37639
updates for the new logging facilities in the discord client library
2020-09-01 15:05:27 +05:00
13xforever
7f4fd3dee7
more telemetry events
2020-07-13 22:23:16 +05:00
13xforever
59278ebe32
add new !minesweeper command
2020-07-09 00:05:40 +05:00
13xforever
c834cdc3c3
yeah, who needs to actually enable anything
2020-07-03 14:03:37 +05:00
13xforever
3dca525e01
fix potential issues
2020-05-23 13:33:45 +05:00
13xforever
3839b1defc
reduce log spam
2020-05-17 13:11:21 +05:00
13xforever
7122bea265
added an option to log deleted messages for moderation purposes
2020-05-13 01:21:07 +05:00
13xforever
f9bd3111cc
add basic telemetry
2020-04-13 16:50:50 +05:00
13xforever
838e4ce7c9
remove new opcode workaround
2020-04-04 10:14:09 +05:00
13xforever
2f9047a4a5
this should actually work for everyone, if you're lucky
2020-04-03 21:57:17 +05:00
13xforever
d3036028a2
try more drastic measures to terminate current process inside Docker
2020-04-03 21:32:13 +05:00
13xforever
e8b77267f0
add more diagnostics
2020-04-03 21:10:03 +05:00
13xforever
39aae7e612
workaround today's discord update
2020-04-03 19:04:34 +05:00
13xforever
51e3a373a9
disable mod role sync at least for now
2020-04-03 16:14:42 +05:00
13xforever
79c2508827
import offline compat list snapshot
2020-04-02 23:20:24 +05:00
13xforever
1b26bfc02a
sync mod members to bot sudoers
2020-04-02 20:41:24 +05:00
13xforever
742c81fe86
announce new PS3 fw versions
2020-03-31 10:20:15 +05:00
13xforever
c835deb6a6
remove appveyor client now that it's no longer used
2020-03-28 11:53:19 +05:00
13xforever
d8f658117f
update deps to fix recent discord client regression
2020-03-21 21:17:50 +05:00
13xforever
5ef55f7cc9
workaround some discord client regressions
2020-03-21 20:15:16 +05:00
13xforever
33b226500e
save custom restart message
2020-03-21 15:35:36 +05:00
13xforever
14b678072c
add an ability to set bot configuration dynamically
2020-03-10 00:07:26 +05:00
13xforever
1cba884c24
disable some stuff in debug mode
2020-03-09 22:51:44 +05:00
13xforever
b2a8191050
implement proper image moderation handler
2020-03-08 22:44:05 +05:00
13xforever
86fce35c35
prototype of an image moderation handler
2020-03-08 20:36:31 +05:00
13xforever
5ef02db745
azure computer vision integration, and a new command to describe images
2020-03-08 17:29:17 +05:00
13xforever
402ed6ebc4
try to fix assembly load issues after dotnet bcl upgrade once again
2020-02-20 18:11:48 +05:00
13xforever
3d95b33ff5
try to workaround the issue when there's no incoming events
2019-12-24 20:26:25 +05:00
13xforever
473b23dcd4
when using bot commands from DMs there are no guilds or members
...
also fix nickname reset, as the library handles default value poorly
also do a full check up when the guild becomes available again
2019-12-01 18:58:21 +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
f41e0ecd64
update unicode confusables from 12.0.0 to 12.1.0
2019-11-26 21:42:42 +05:00