Commit Graph

26 Commits

Author SHA1 Message Date
Jake Fulmine
8187aa05b7 feat(bot): add proxy error config (#544) 2023-03-26 11:42:47 +13:00
the iris system
ccb89f50e9 feat(bot): allow separate member avatars for proxied messages (#523)
This allows for using one avatar for the member card, and a different
avatar for proxied messages - so that users can set the main avatar to
a "full" version of their avatar, and the "proxy" avatar to a cropped
version.
2023-03-02 06:11:35 +13:00
spiral
24db9f28c2 fix(bot): add callback to update message count after proxying
also re-add -with-last-message flag :D
2022-12-10 16:50:22 +00:00
Katrix
4f0236d766 feat(bot): Case insensitive proxy tags matching (#490) 2022-11-23 21:48:24 +13:00
spiral
e4f1957c75 chore: bump target schema version in DatabaseMigrator 2022-05-09 15:17:26 -04:00
spiral
b25d5f1b67 lint 2022-03-30 02:36:39 -04:00
spiral
be89f907a0 feat: block running commands / proxying when system is being deleted
Large systems take way too long to delete, which causes any insert for that system to block a connection, which exhausts the connection pool
2022-03-23 21:32:18 -04:00
spiral
97c14b20b0 fix(api): don't 500 on invalid PATCH body 2022-03-23 14:26:54 -04:00
Jake Fulmine
7efe6f1f97 feat: system pronouns (#429) 2022-03-23 14:20:16 -04:00
spiral
982812333b feat: rewrite database schema for localized autoproxy 2022-03-21 23:43:33 -04:00
spiral
89c44a3482 feat: cache Discord DM channels in database 2022-01-22 02:47:47 -05:00
spiral
db3d436ef5 fix: update target schema version in DatabaseMigrator 2022-01-19 17:59:53 -05:00
spiral
32bea51e18 feat: config setting to default show/hide private info 2021-12-06 04:01:42 -05:00
spiral
1ff6bb76cd feat: config setting to automatically set members/groups to private when creating 2021-12-01 11:48:49 -05:00
spiral
56d07e0f2d feat: pk;config 2021-11-29 21:35:21 -05:00
spiral
04d78e3348 refactor: remove some unused code 2021-11-26 21:14:09 -05:00
spiral
1918c56937 feat: upgrade to .NET 6, refactor everything 2021-11-26 21:10:56 -05:00
spiral
71aec0d419 feat(webhooks): init, add service/models, add JSON to patch objects 2021-11-02 06:08:17 -04:00
spiral
3bc451eb4b feat: move scheduled tasks to separate project 2021-10-15 06:27:38 -04:00
spiral
92e45a07ff refactor: add SqlKata for SQL generation, move connection handling into ModelRepository 2021-09-29 21:51:38 -04:00
spiral
dbe040f852 feat(apiv2): database changes 2021-09-26 23:18:17 -04:00
spiral
0517c76abf feat: delete command messages with pk;msg -delete 2021-09-26 22:49:43 -04:00
spiral
ac2671452d run dotnet format 2021-08-27 11:03:47 -04:00
spiral
9d4006b056 Add server-specific system tag 2021-08-02 17:22:06 -04:00
spiral
e144571904 Add banner (large) image 2021-08-02 13:46:12 -04:00
spiral
3d2435eb2e move database utils to Database/Utils, create DatabaseMigrator 2021-08-01 11:13:32 -04:00