Commit Graph

110 Commits

Author SHA1 Message Date
Ske 2c35649ef0 Use AllowedMentions to disable mentions everywhere by default 2020-06-20 17:33:10 +02:00
Ske 088bc15e5e Upgrade Autofac dependency 2020-06-15 00:52:20 +02:00
Ske 8ea02dae81 Add more error reporting for Discord errors 2020-05-12 21:26:37 +02:00
Ske 65bac86ac1 Only update status if we've received a Ready 2020-05-12 21:26:37 +02:00
Ske a3517f8663 Refactor order of shard initialization 2020-05-12 21:26:37 +02:00
Ske 892601110f Temporary workaround for https://github.com/DSharpPlus/DSharpPlus/issues/565 2020-05-05 19:10:33 +02:00
Ske 0b41b4f6b8 Add graceful shutdown on SIGKILL/SIGINT 2020-05-05 18:12:34 +02:00
Ske a052c8331c Properly pass exceptions to Sentry 2020-05-05 16:42:14 +02:00
Ske 2579683da9 Refactor interactive event handlers 2020-05-05 16:03:46 +02:00
Ske f97ceac1fb Refactor Sentry scope enrichment 2020-05-02 16:00:43 +02:00
Ske 720755844f Rename BotHasPermission to a more descriptive name 2020-05-02 15:29:36 +02:00
Ske ca57d10f7c Change formatting of shard number in status 2020-05-02 14:25:28 +02:00
Astrid c551533313 Merge pull request #167 from acw0/master
Add current shard ID in status message
2020-05-02 14:22:03 +02:00
Ske 999ea5f0b5 Refactor and simplify the main bot classes 2020-05-02 01:52:52 +02:00
acw0 08077f6426 Add current shard ID in status message 2020-05-01 14:17:30 -04:00
Ske 48833639e2 Update shard status tracker for new library 2020-05-01 17:30:12 +02:00
Ske 7e43b75f97 Fix errors on eg. incoming link embed update events 2020-05-01 15:41:37 +02:00
Ske 546cb7f97a Remove webhook rate limit cache
The move to DSharpPlus makes it unnecessary, as D#+ can actually do webhook invocations on its own.
2020-05-01 00:00:33 +02:00
Ske 12aef1f61d Refactor periodic event loop 2020-04-29 01:14:49 +02:00
Fennel 66dd850504 Fix SocketErrored and Ready events 2020-04-28 22:30:11 +02:00
Fennel 2fd07c9ec9 Fix Periodic Methods 2020-04-28 22:30:11 +02:00
Fennel 949dae6561 Add Extension Methods 2020-04-28 22:30:11 +02:00
Ske 23cf06df4c Port some things, still does not compile 2020-04-17 23:10:01 +02:00
Ske 93bf7c6543 Add periodic garbage collection of webhook rate limit cache 2020-04-16 18:18:08 +02:00
Ske 4701f4b56c Add proper logging of startup errors 2020-03-27 00:02:56 +01:00
Ske 0eb2e8be6f Skip messages before current user ID is established 2020-03-08 11:10:05 +01:00
Ske a95d12639d Handle send message/embed links permission erorrs gracefully 2020-02-24 09:57:16 +01:00
Ske e9cc8ed424 Add logger bot cleanup support 2020-02-15 14:17:25 +01:00
Ske dc10a8411a Disable autoproxy retriggering on edit 2020-02-12 17:44:24 +01:00
Ske 6d5004bf54 Large refactor and project restructuring 2020-02-12 15:16:19 +01:00
Ske b68e221fc6 Track current shard in Sentry reports 2020-02-12 14:37:11 +01:00
Ske 1386e6743b Proxy edited messages if the message is the last one in the channel, and the edit introduces proxy tags where there were none previously 2020-02-12 14:21:48 +01:00
Ske 82dfe43d5a Rework caching
This does a *lot* of things. Essentially, it replaces the existing
individual proxy- and autoproxy caches on the bot end with a
global cache (in Core) that handles all the caching at once, and
automatically invalidates the cache once something changes in the
datastore.

This allows us to do proxying and autoproxying with *zero database
queries* (best-case).
2020-02-01 14:40:57 +01:00
Ske 1ea0526ef8 Migrate DI container to Autofac 2020-01-26 01:27:45 +01:00
Ske 83cfb3eb46 Add autoproxy functionality 2020-01-24 20:28:48 +01:00
Ske 57bc576de6 Add autoproxy management commands 2020-01-23 21:20:22 +01:00
Ske 98613c4287 Add system and member privacy support 2020-01-11 16:51:13 +01:00
Grey Himmel da83f72582 Update Bot.cs
- Add note telling users to describe what happened when reporting errors
2020-01-08 20:40:32 +01:00
Ske 4a30e56298 Add basic database schema migration system 2019-12-26 21:43:05 +01:00
Ske 1c184825e3 Use fork of D.NET to potentially resolve issues 2019-12-23 18:36:56 +01:00
Ske 5448f734d4 Try logging *literally everything* 2019-12-23 14:44:20 +01:00
Ske 5ff32ea6b4 Re-enable proxy attachments 2019-12-23 13:55:43 +01:00
Ske 3fdfaeab01 Disable message attachments as a temporary fix 2019-12-23 01:53:01 +01:00
Ske 265184f4f6 Couple tweaks to potentially improve performance 2019-12-23 01:49:21 +01:00
Ske bbbbb5a046 Fix error on empty message 2019-12-23 01:49:00 +01:00
Ske 4a8dd7e8e3 Oops 2019-12-23 00:31:31 +01:00
Ske 05282fd167 Reuse a singleton HttpClient for proxying 2019-12-23 00:29:04 +01:00
Ske c70556f5f9 Increase minimum thread pool size 2019-12-23 00:28:19 +01:00
Ske b6597c79d6 Add temporary ThreadPool trace logging 2019-12-22 23:27:11 +01:00
Ske b81eda47aa Expand pk;stats functionality 2019-12-22 12:50:47 +01:00