Commit graph

  • 1c941462df
    feat(aurora): log how many errors occured in the handle_expiry task aurora-pydantic seaswimmer 2024-09-08 12:47:01 -0400
  • b91946abeb
    fix(aurora): catch exceptions thrown inside of the expiry handler instead of just stopping the task seaswimmer 2024-09-08 12:40:38 -0400
  • d4fe97f247
    fix(aurora): fixed retrieving a User object instead of a Member object seaswimmer 2024-09-08 12:33:16 -0400
  • 1392a9324a
    chore(poetry): update deps main cswimr 2024-08-28 17:01:58 -0400
  • 9cba1767e6
    fix(repo): update all instances of SeaswimmerTheFsh to cswimr cswimr 2024-08-27 14:25:14 -0400
  • cbfff6d211
    fix(backup): update for red 3.5.13 cswimr 2024-08-27 14:22:38 -0400
  • 56d1e14454
    feat(repo): updated all cogs (except aurora) to use the help formatting present in the indev version of aurora cswimr 2024-08-27 14:22:19 -0400
  • 571be4e245
    fix(pterodactyl): fixed a missing argument in one of the websocket events cswimr 2024-08-27 14:05:10 -0400
  • 6b2793e692
    fix(actions): updated container tags cswimr 2024-08-27 14:03:15 -0400
  • ad0bb7cf00
    fix(pterodactyl): fixed join and leave listeners throwing errors cswimr 2024-08-26 19:43:57 -0400
  • 1244d5a941
    fix(pterodactyl): don't depend on a website to host images when i can bundle image files in the cog itself cswimr 2024-08-26 17:46:42 -0400
  • 1c0f12660b
    chore(pterodactyl): clean up some dirty code cswimr 2024-08-26 15:03:37 -0400
  • 9e21879a49
    fix(aurora): fixed note's handler using cls.string where it should have been using cls.verb cswimr 2024-08-24 19:21:49 -0400
  • d600a10729
    fix(aurora): don't try and use the attribute of a Member object when the object is a User object cswimr 2024-08-24 19:13:01 -0400
  • 5934506c8a
    fix(aurora): make silent an optional argument in Aurora.moderate() cswimr 2024-08-23 14:54:06 -0400
  • 5459392d7e
    fix(aurora): update the autologger method to use the new type registry cswimr 2024-08-23 14:43:43 -0400
  • 6560f98aef
    feat(aurora): add [p]aurora info command cswimr 2024-08-22 18:47:17 -0400
  • fa8036291c
    fix(aurora): bump version and change author key cswimr 2024-08-22 17:54:36 -0400
  • fadb3e1a9d
    fix(aurora): make the moderation_id key in the moderation tables not nullable (NOT NULL) cswimr 2024-08-22 17:52:50 -0400
  • bc3ea67e1e
    fix(aurora): pylint fixes cswimr 2024-08-22 16:04:37 -0400
  • 43e82c9eb5
    feat(aurora): minify export json to reduce file sizes cswimr 2024-08-22 15:59:23 -0400
  • 320db1b692
    fix(aurora): make sure that bans with durations are imported as tempbans cswimr 2024-08-22 15:44:22 -0400
  • fa27d12de5
    feat(aurora): make all models compatible with repr cswimr 2024-08-22 15:33:36 -0400
  • 794ce56040
    misc(aurora): changed a docstring cswimr 2024-08-22 12:33:30 -0400
  • 064784c9d7
    fix(aurora): fixed the Note moderation type handler using cls.string instead of cls.verb cswimr 2024-08-22 12:26:42 -0400
  • 101d364241
    misc(aurora): remove a useless logging call cswimr 2024-08-21 17:21:54 -0400
  • cd3d3c7733
    fix(aurora): make sure the bot key does not exist in the Change.from_dict() data dictionary cswimr 2024-08-21 15:16:40 -0400
  • 4d2004ed93
    fix(aurora): fix changes not being imported cswimr 2024-08-21 15:16:10 -0400
  • a3ad38f338
    misc(aurora): improved Change.from_dict() cswimr 2024-08-21 15:15:50 -0400
  • 64758686bb
    misc(aurora): simplified AuroraGuildModel a bit cswimr 2024-08-21 14:49:47 -0400
  • fce4001152
    fix(aurora): hopefully fixed changes not being imported cswimr 2024-08-21 14:48:56 -0400
  • 90be42769c
    Merge branch 'main' into aurora-pydantic cswimr 2024-08-21 14:37:16 -0400
  • b4a54d214d
    misc(poetry): add sqlite-web dev dependency cswimr 2024-08-21 14:31:49 -0400
  • 8479dcdd48
    fix(aurora): fixed a bug in the Aurora importer that prevented new imports from being imported cswimr 2024-08-21 14:15:25 -0400
  • 260438f397
    misc(poetry): update to red 3.5.12 cswimr 2024-08-21 00:17:48 -0400
  • 797793b970
    feat(aurora): add _obj to the partial models cswimr 2024-08-19 17:57:26 -0400
  • 5d22e67864
    fix(aurora): don't mutate a list while iterating through it cswimr 2024-08-19 17:53:15 -0400
  • 7c86d862cf
    fix(aurora): fixed a TypeError cswimr 2024-08-19 17:52:18 -0400
  • edbc950741
    fix(aurora): remove empty lines in changes_factory and fix timestamp formatting cswimr 2024-08-19 17:50:52 -0400
  • 709042f057
    fix(aurora): fixed an AttributeError in changes_factory cswimr 2024-08-19 17:46:05 -0400
  • 1c3b9377b5
    fix(aurora): catch a ValueError in changes_factory cswimr 2024-08-19 17:45:02 -0400
  • 891b36ccaa
    fix(aurora): fixed another syntax error in changes_factory cswimr 2024-08-19 17:42:25 -0400
  • 9be187e4aa
    fix(aurora): fixed a SyntaxError in changes_factory cswimr 2024-08-19 17:41:41 -0400
  • ec082b58ad
    fix(aurora): make changes_factory support changes properly cswimr 2024-08-19 17:40:52 -0400
  • b0509d748c
    fix(aurora): fixed a 403 forbidden error in some moderation type handlers when moderating someone with the administrator permission cswimr 2024-08-19 17:23:53 -0400
  • 29f393fa89
    fix(aurora): fix an attributeerror when editing a case type that doesn't use durations cswimr 2024-08-19 17:21:33 -0400
  • 0c2cde1a78
    fix(aurora): changed how moderation changes are added. only log the information that is actually changed, and not everything cswimr 2024-08-19 17:19:01 -0400
  • dc407c1125
    fix(aurora): fixed the jsonencoder converting timedeltas to strings using str() cswimr 2024-08-19 14:49:04 -0400
  • 3d3036f9b6
    fix(aurora): convert timedeltas to strings before creating changes from them cswimr 2024-08-19 14:46:08 -0400
  • 3e484e1ae5
    fix(aurora): fixed /edit command not setting the moderation's duration properly cswimr 2024-08-19 14:37:47 -0400
  • 5cd0ef61cb
    fix(aurora): fixed an error in the /edit command cswimr 2024-08-19 14:33:11 -0400
  • 46c1cf53bf
    fix(aurora): fixed most of the moderation handlers having improper error handling for incorrect durations cswimr 2024-08-19 14:24:25 -0400
  • 7b3608e264
    fix(aurora): fixed a keyerror in the message_factory function and cleaned up some other problems cswimr 2024-08-19 03:55:08 -0400
  • ac7d950aaa
    fix(aurora): added temporary debug logging Seaswimmer 2024-08-14 16:05:20 -0400
  • 8cbe9d94cf
    fix(aurora): pass interaction instead of interaction.client to the duration_edit_handler Seaswimmer 2024-08-14 15:59:09 -0400
  • ec508a92e3
    fix(aurora): fixed a typeerror in /edit Seaswimmer 2024-08-14 15:57:53 -0400
  • 4a4f24bb8f
    fix(aurora): don't continue banning someone if they're already banned Seaswimmer 2024-08-14 15:46:27 -0400
  • 9ae7607015
    fix(aurora): fixed the Moderation.update() method again Seaswimmer 2024-08-14 15:26:55 -0400
  • b0c9656758
    fix(aurora): awaited a coroutine Seaswimmer 2024-08-14 15:23:40 -0400
  • 7854af8ec0
    fix(aurora): fixed the /edit command failing again Seaswimmer 2024-08-14 15:23:05 -0400
  • de4c789fea
    fix(aurora): don't use deepcopy Seaswimmer 2024-08-14 15:21:07 -0400
  • 51f165c480
    fix(aurora): fixed /edit command not properly storing the data from the old moderation Seaswimmer 2024-08-14 15:14:22 -0400
  • 5fc6d0eb6a
    fix(aurora): fixed Moderation.update() not converting the duration timedelta to the correct kind of string Seaswimmer 2024-08-14 15:08:37 -0400
  • 48d2f8b416
    fix(aurora): fixed debug logging Seaswimmer 2024-08-14 14:37:32 -0400
  • c5472d25c1
    Merge branch 'main' into aurora-pydantic Seaswimmer 2024-08-14 01:06:13 -0400
  • 001fccfe34
    fix(aurora): pylint fixes Seaswimmer 2024-08-14 00:06:48 -0400
  • fb92cdc08c
    fix(aurora): fixed a bug in removerole Seaswimmer 2024-08-14 00:04:25 -0400
  • 123cd188dc
    fix(aurora): fixed addrole and removerole *again* Seaswimmer 2024-08-14 00:02:48 -0400
  • 871cabfb71
    fix(aurora): fixed addrole and removerole again Seaswimmer 2024-08-14 00:01:13 -0400
  • 6aaef7d3b2
    fix(aurora): fixed removerole and addrole being broken if used without a duration set Seaswimmer 2024-08-13 23:59:36 -0400
  • 86c0cadd82
    fix(aurora): don't pass key Seaswimmer 2024-08-13 16:39:36 -0400
  • 6c7cdd4e5e
    fix(aurora): fixed all type Seaswimmer 2024-08-13 16:38:20 -0400
  • 1275b8e99a
    fix(aurora): revert a stupid change Seaswimmer 2024-08-13 16:36:15 -0400
  • 71840cc148
    misc(aurora): added a temporary logging call Seaswimmer 2024-08-13 16:31:00 -0400
  • f5aa9f2b20
    fix(aurora): fixed a programmingError when using all Seaswimmer 2024-08-13 16:26:14 -0400
  • 1a20ae30de
    feat(aurora): add autocomplete entry for all Seaswimmer 2024-08-13 16:23:35 -0400
  • 3d8050d3b9
    fix(aurora): fixed a minor bug with autocomplete Seaswimmer 2024-08-13 16:08:16 -0400
  • a5e3a11479
    fix(aurora): set a default argument for the resolve command's string parameter Seaswimmer 2024-08-13 15:11:39 -0400
  • 48259df18f
    misc(aurora): move moderate() into the Aurora cog class Seaswimmer 2024-08-13 15:09:49 -0400
  • 233e6ac908
    feat(aurora): added expired argument to the /history command Seaswimmer 2024-08-13 14:25:03 -0400
  • 448ac6792e
    fix(aurora): fixed some expiry_handler() methods fetching the user object but not putting it into a variable Seaswimmer 2024-08-13 14:18:25 -0400
  • 5bfb74de47
    fix(seautils): fixed a maybe_send_embed call having an invalid kwarg Seaswimmer 2024-08-13 02:39:40 -0400
  • 009b406ff6
    fix(aurora): fixed some broken expiry handlers Seaswimmer 2024-08-13 01:30:47 -0400
  • a6124dd9ca
    fix(aurora): fixed a TypeError whenever an expiry_handler function is called Seaswimmer 2024-08-13 01:26:50 -0400
  • ad063062fb
    feat(aurora): add autocomplete to /history's types argument Seaswimmer 2024-08-13 01:22:18 -0400
  • 830237938a
    fix(aurora): pylint fix Seaswimmer 2024-08-13 00:41:25 -0400
  • e559db9f10
    feat(aurora): moved the converter commands to their own convert command group Seaswimmer 2024-08-12 20:46:40 -0400
  • 9e2bcf9b00
    feat(aurora): added datetime command Seaswimmer 2024-08-12 20:44:12 -0400
  • 4ec065e438
    fix(aurora): fixed a NotFound error being thrown to the console Seaswimmer 2024-08-12 20:40:10 -0400
  • 7c8aaba309
    misc(aurora): version bump Seaswimmer 2024-08-12 20:33:47 -0400
  • c82aa6a0f5
    fix(aurora): catch an attribute error Seaswimmer 2024-08-12 20:33:37 -0400
  • 10cfeeefcd
    fix(aurora): awaited a coroutine Seaswimmer 2024-08-12 20:32:14 -0400
  • 818ff810ea
    misc(aurora): removed an old kwarg from the moderate function docstring Seaswimmer 2024-08-12 19:52:35 -0400
  • 85dbb6cc88
    fix(aurora): export all moderation types Seaswimmer 2024-08-12 19:45:14 -0400
  • 8bb9223054
    misc(aurora): updated my own name Seaswimmer 2024-08-12 18:57:48 -0400
  • 1bc6412b07
    misc(aurora): version bump to 3.0.0-indev1 Seaswimmer 2024-08-12 18:56:57 -0400
  • cbd82f8572
    fix(aurora): minor changes to the aurora importer and also fixed a bug in the Moderation.get_latest method Seaswimmer 2024-08-12 18:50:07 -0400
  • 8822d1714e
    misc(aurora): make show_in_history default to True Seaswimmer 2024-08-12 18:18:34 -0400
  • d546fb3371
    misc(aurora): minor formatting fix Seaswimmer 2024-08-12 18:15:15 -0400
  • 4d408ff616
    feat(aurora): implemented the per-type configuration options so they actually do something Seaswimmer 2024-08-12 18:13:04 -0400