Commit graph

1323 commits

Author SHA1 Message Date
818ff810ea
misc(aurora): removed an old kwarg from the moderate function docstring 2024-08-12 19:52:35 -04:00
85dbb6cc88
fix(aurora): export all moderation types 2024-08-12 19:45:14 -04:00
8bb9223054
misc(aurora): updated my own name 2024-08-12 18:57:48 -04:00
1bc6412b07
misc(aurora): version bump to 3.0.0-indev1 2024-08-12 18:56:57 -04:00
cbd82f8572
fix(aurora): minor changes to the aurora importer and also fixed a bug in the Moderation.get_latest method 2024-08-12 18:50:07 -04:00
8822d1714e
misc(aurora): make show_in_history default to True 2024-08-12 18:18:34 -04:00
d546fb3371
misc(aurora): minor formatting fix 2024-08-12 18:15:15 -04:00
4d408ff616
feat(aurora): implemented the per-type configuration options so they actually do something 2024-08-12 18:13:04 -04:00
08278c2de4
fix(aurora): fixed some formatting 2024-08-12 17:49:51 -04:00
bf36e99224
fix(aurora): fixed a registry error 2024-08-12 17:48:01 -04:00
7c69a89442
feat(aurora): added reset button to the types menu 2024-08-12 17:44:48 -04:00
290ac5947f
fix(aurora): actually fixed the previous TypeError 2024-08-12 17:44:39 -04:00
c134a3ed18
fix(aurora): maybe fixed a TypeError? 2024-08-12 17:42:46 -04:00
9726b1423c
fix(aurora): fixed a ModuleNotFoundError being caused by a typo 2024-08-12 17:40:17 -04:00
9c345ed96b
feat(aurora): add per-type configuration options and a menu to configure them
none of the options do anything yet, this is just creating the configuration keys and the menu to modify them
2024-08-12 17:39:13 -04:00
8aaa918b6e
Merge branch 'main' into aurora-pydantic 2024-08-12 03:19:05 -04:00
de06490050
fix(aurora): typo 2024-08-10 13:51:17 -04:00
2e3640b738
fix(aurora): make on more accurate 2024-08-10 13:50:47 -04:00
cb424ed722
fix(aurora): fixed another OperationalError 2024-08-10 13:44:18 -04:00
f3246366ff
fix(aurora): fixed Moderation.get_latest() breaking when using only before and after, and no other kwargs 2024-08-10 13:42:15 -04:00
14750787b2
fix(aurora): cast timestamps to integers 2024-08-10 13:34:15 -04:00
14dc256919
fix(aurora); log when Modereation.execute() fails with an operationalerror 2024-08-10 13:32:37 -04:00
49cf7c9005
feat(aurora): switch from dateparser to dateutil and add on parameter to history command 2024-08-10 13:27:49 -04:00
1a3af342df
feat(aurora): allow for querying moderation history by date (before/after) 2024-08-10 13:17:16 -04:00
b7bde42672
Update backup/info.json 2024-08-08 00:36:44 -04:00
0f36badbea
update backup for Red 3.5.11 2024-08-05 14:22:26 -04:00
f04b452396
add __pycache__ to .gitignore 2024-08-02 10:33:49 -04:00
7d4a6b9930
Update antipolls/info.json 2024-07-23 13:54:04 -04:00
7f0bd8c1a8
fix(aurora): fixed the Moderation.update() method being broken 2024-07-12 16:33:00 -04:00
6edda87baa
fix(aurora): add a resolve_handler to AddRole (oops!) 2024-07-12 16:30:34 -04:00
b379584251
fix(aurora): fixed a TypeError in the note and warn handlers 2024-07-12 16:05:05 -04:00
f1e763673b
fix(aurora): legitimately the final pylint fixes for now 2024-07-12 16:02:19 -04:00
c4c5b323a3
fix(aurora): ACTUALLY final pylint fixes 2024-07-12 15:58:15 -04:00
ea12d362df
fix(aurora): final pylint fixes 2024-07-12 15:55:16 -04:00
8d03022453
fix(aurora): more pylint fixes 2024-07-12 15:52:27 -04:00
63e6f4b552
fix(aurora): pylint fixes 2024-07-12 15:49:54 -04:00
47c8116ee0
misc(aurora): removed useless whitespace from the top of a file 2024-07-12 15:42:58 -04:00
ad0d981888
fix(aurora): hopefully fixed a pydantic schema error 2024-07-12 15:28:39 -04:00
e2b0fc999a
feat(aurora): finishing up moderation handlers 2024-07-12 15:22:24 -04:00
f6570dd072
docs(pterodactyl): fixed some incorrect markdown formatting in one of the admonitions
Signed-off-by: Seaswimmer <seaswimmerthefsh@gmail.com>
2024-07-12 13:52:22 -04:00
ff68d6ea19
docs(backup): removed reload from the backup docs
due to some techincal limitations, the `backup` cog does not actually reload cogs it reinstalls. the end user still has to do that, this is because there's no good way for `backup` to confirm if a cog is loaded or not whenever exporting the list of repos/cogs.

Signed-off-by: Seaswimmer <seaswimmerthefsh@gmail.com>
2024-07-11 23:30:42 +00:00
825a373a9b
fix(backup): support 3.5.10 2024-07-11 23:20:06 +00:00
9d0f2e3887
misc(aurora): send evidenceformat to dms if send_evidenceformat is called outside of an Interaction context, as epheremal messages would be disabled in this case 2024-07-06 18:58:04 -04:00
461fbf83ee
fix(aurora): use phx-class-registry instead of class-registry 2024-07-06 14:23:56 -04:00
9faf1b027c
misc(aurora): typehints 2024-07-06 13:39:01 -04:00
ec32e19b8b
fix(aurora): pass a Type instead of a string 2024-07-06 13:24:44 -04:00
9f747a77ca
fix(aurora): fixed a history call to Moderation.type that was causing a TypeError 2024-07-06 13:16:53 -04:00
6d0d79c6c7
fix(aurora): properly skip over case 0 2024-07-06 13:15:06 -04:00
13874dd4f0
fix(aurora): add a debug logging statement 2024-07-06 13:12:47 -04:00
aae4370868
misc(aurora): fixed an incorrect string 2024-07-06 13:10:47 -04:00