Commit Graph

19 Commits

Author SHA1 Message Date
2818e9e7be (tickets): Increase cache size. 2022-01-20 22:59:06 +02:00
24791867cf tweaks: Update setting defaults.
`video_grace_period` now 90 seconds.
`task_limit` now 99.
`rent_member_limit` now 24.

Also updated `Integer` default `_min` and `_max` to match DB values.
2022-01-14 19:45:24 +02:00
25e22c07d0 sharding (tickets): Filter expiring tickets.
Only expire tickets which are on this shard.
`THIS_SHARD` application is a no-op when unsharded.
2021-12-22 13:20:27 +02:00
3cb9d97e1e fix: Improve launch caching systems. 2021-12-02 12:01:12 +02:00
7c2a6c39a7 fix (Ticket): Make default _revert a no-op.
Fixes an issue where pardoning a non-revertable ticket throws an exception.
2021-10-19 19:58:04 +03:00
a52026404b fix (video): Add missing return in response. 2021-10-19 19:15:48 +03:00
a3b339d1cf fix (tickets): Add missing await on reply. 2021-10-02 18:38:13 +03:00
421c13fb72 (tickets): Small bugfixes.
Only allow one interactive ticket display per user per channel.
Fix guild filtering for ticket display and ticket pardon.
2021-10-01 08:21:51 +03:00
6a044e566f (video): Add warn ticket to video watchdog. 2021-09-30 22:28:09 +03:00
3ab3721c99 (moderation): pardon command and warn tickets. 2021-09-30 20:51:49 +03:00
6a2da9c483 (moderation): tickets command and note ticket.
Add new `tickets` command for viewing moderation tickets.
Add `Note` ticket implementation, with command.
Add `offer_delete` context utility.
Add `guild_moderator` command ward.
2021-09-29 23:26:14 +03:00
8e86da4abf fix (video): Don't pre-load with no channels. 2021-09-28 09:07:03 +03:00
6b90f1af8e UI (settings): Add Duration default unit. 2021-09-27 10:54:48 +03:00
ae4082bf76 UI (moderation): Simplify studyban notification. 2021-09-27 10:03:52 +03:00
49f99c69b6 fix (video_mod): Typo in setting response. 2021-09-25 17:49:47 +03:00
6f48f47ffd (Moderation): Base moderation and video system.
Migration to data v2.
Complete core Ticket-based moderation system.
StudyBan ticket implementation.
Video-channel tracking system.
2021-09-25 14:43:28 +03:00
87f3918126 (Moderation): New module and core system.
Incomplete commit!
Core ticket-based moderation system, with data.
2021-09-23 13:40:17 +03:00
0183b63c55 Data system refactor and core redesign for public.
Redesigned data and core systems to be public-capable.
2021-09-12 11:04:49 +03:00
87f16b6a37 Initial Commit: Skeleton structure. 2021-08-25 14:48:20 +03:00