|
9c345ed96b
|
feat(aurora): add per-type configuration options and a menu to configure them
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 42s
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 |
|
|
de06490050
|
fix(aurora): typo
Actions / Build Documentation (MkDocs) (pull_request) Failing after 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 41s
|
2024-08-10 13:51:17 -04:00 |
|
|
2e3640b738
|
fix(aurora): make on more accurate
Actions / Build Documentation (MkDocs) (pull_request) Failing after 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 41s
|
2024-08-10 13:50:47 -04:00 |
|
|
f3246366ff
|
fix(aurora): fixed Moderation.get_latest() breaking when using only before and after, and no other kwargs
Actions / Build Documentation (MkDocs) (pull_request) Failing after 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 39s
|
2024-08-10 13:42:15 -04:00 |
|
|
49cf7c9005
|
feat(aurora): switch from dateparser to dateutil and add on parameter to history command
Actions / Build Documentation (MkDocs) (pull_request) Failing after 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 42s
|
2024-08-10 13:27:49 -04:00 |
|
|
1a3af342df
|
feat(aurora): allow for querying moderation history by date (before/after)
Actions / Build Documentation (MkDocs) (pull_request) Failing after 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 42s
|
2024-08-10 13:17:16 -04:00 |
|
|
e2b0fc999a
|
feat(aurora): finishing up moderation handlers
Actions / Build Documentation (MkDocs) (pull_request) Failing after 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 46s
|
2024-07-12 15:22:24 -04:00 |
|
|
9f747a77ca
|
fix(aurora): fixed a history call to Moderation.type that was causing a TypeError
Actions / Build Documentation (MkDocs) (pull_request) Failing after 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-07-06 13:16:53 -04:00 |
|
|
9f068bba6f
|
feat(aurora): starting on the updated moderation type system
Actions / Build Documentation (MkDocs) (pull_request) Failing after 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
|
2024-07-06 11:30:37 -04:00 |
|
|
2aadf5134d
|
fix(aurora): use f-strings
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 39s
Actions / Build Documentation (MkDocs) (pull_request) Failing after 26s
|
2024-07-05 19:03:44 -04:00 |
|
|
3b102debac
|
fix(aurora): fixed a PermissionError
|
2024-06-30 05:04:21 -04:00 |
|
|
c28b089edb
|
fix(aurora): fixed an issue with the /case command preventing the cog from loading
|
2024-06-30 05:02:32 -04:00 |
|
|
987fc0dbf8
|
feat(aurora): add scoped export functionality to aurora's /history command
|
2024-06-30 04:56:42 -04:00 |
|
|
0bcbcd6c0c
|
feat(aurora): bunch of changes
|
2024-06-08 20:12:22 -04:00 |
|
|
5cb61ecd65
|
fix(aurora): awaited a coroutine
|
2024-06-05 01:39:34 -04:00 |
|
|
9622e037c9
|
fix(aurora): fixed another sql syntax error
|
2024-06-05 01:38:27 -04:00 |
|
|
e9a64e5a39
|
fix(aurora): fixed an sql syntax error
|
2024-06-05 01:37:41 -04:00 |
|
|
afac274978
|
fix(aurora): removed a useless try/except block
|
2024-06-05 01:36:45 -04:00 |
|
|
e988917319
|
feat(aurora): added a return_obj parameter to Moderation.execute()
|
2024-06-05 01:31:40 -04:00 |
|
|
42f7f9f69b
|
feat(aurora): migrated Aurora.handle_expiry() to use Moderation.execute() instead of opening its own connections
|
2024-06-05 01:29:47 -04:00 |
|
|
3383e84221
|
fix(aurora): fixed some issues with aiosqlite
|
2024-06-05 00:39:56 -04:00 |
|
|
56a2f96a2d
|
feat(aurora): made database.connect() into an async context manager
|
2024-06-05 00:36:12 -04:00 |
|
|
eebddd6e89
|
fix(aurora): override aiosqlite 's logging level to warning
|
2024-06-05 00:25:19 -04:00 |
|
|
5cbf4e7e47
|
feat(aurora): migrated to aiosqlite
|
2024-06-05 00:14:43 -04:00 |
|
|
cb420d2fc4
|
fix(aurora): pylint/ruff fix
Actions / Build Documentation (MkDocs) (pull_request) Successful in 37s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 54s
|
2024-06-04 11:52:34 -04:00 |
|
|
04223c3c55
|
Merge branch 'main' into aurora-pydantic
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 46s
|
2024-06-04 11:48:15 -04:00 |
|
|
9b0f977016
|
feat(aurora): moved get_next_case_number() into the Moderation class, along with removing from_sql and get_all_cases . also added some other classmethods to replace those.
also modified message_factory and its calls to add a new kwarg
|
2024-06-04 00:04:11 -04:00 |
|
|
bbe8b281d1
|
misc(aurora): changed two typehints in aurora.utilities.utils and added other typehints
|
2024-06-03 23:46:22 -04:00 |
|
|
be253b668b
|
feat(aurora): converted /history to use the new Moderation sql queries
Actions / Build Documentation (MkDocs) (pull_request) Successful in 45s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 1m9s
|
2024-06-03 01:07:00 -04:00 |
|
|
d646754466
|
feat(aurora): added a bunch of functionality to the Moderation model
Actions / Build Documentation (MkDocs) (pull_request) Successful in 44s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 1m11s
|
2024-06-03 00:47:56 -04:00 |
|
|
76f176d4cc
|
feat(aurora): change history to use Moderation.from_sql_all()
Actions / Build Documentation (MkDocs) (pull_request) Successful in 45s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 1m10s
|
2024-06-03 00:22:32 -04:00 |
|
|
73c9104882
|
fix(aurora): cast to string before checking length to avoid typeerrors when reason is None
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 40s
|
2024-05-24 04:26:58 -04:00 |
|
|
7f71ca3d6d
|
fix(aurora): change interval metadata
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 41s
|
2024-05-24 04:16:48 -04:00 |
|
|
9a4f19f4a1
|
fix(aurora): show metadata key/value pairs in /case
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 41s
|
2024-05-24 04:12:28 -04:00 |
|
|
67b33a2eb8
|
feat(aurora): added a slowmode command
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 39s
|
2024-05-24 03:46:20 -04:00 |
|
|
1405dae49e
|
fix(aurora): add roles to evidenceformat
Actions / Build Documentation (MkDocs) (push) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (push) Successful in 41s
|
2024-05-20 20:59:01 -04:00 |
|
|
d91a4f49f9
|
fix(aurora): fixed import errors
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 42s
|
2024-05-06 21:39:43 -04:00 |
|
|
ab878739c4
|
misc(aurora): pep 604 compliance
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 43s
|
2024-05-06 21:04:08 -04:00 |
|
|
946e14ee3c
|
fix(aurora): something idk
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 42s
|
2024-05-06 20:45:22 -04:00 |
|
|
bcc4aa384f
|
fix(aurora): hopefully fixed the module not found issue?
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 41s
|
2024-05-06 17:41:14 -04:00 |
|
|
260dd3ef4c
|
fix(aurora): fixing a ModuleNotFound error
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 40s
|
2024-05-06 17:35:43 -04:00 |
|
|
c69b3cd032
|
misc(aurora): import change
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 42s
|
2024-05-06 17:33:28 -04:00 |
|
|
7dfe94869c
|
misc(aurora): codebase cleanup
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 41s
|
2024-05-06 17:23:59 -04:00 |
|
|
ac8cefd779
|
fix(aurora): pylint fixes
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 43s
|
2024-05-06 16:47:21 -04:00 |
|
|
15ccd5530a
|
fix(aurora): fixed a few unboundlocalerrors
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-05-06 16:37:52 -04:00 |
|
|
d7ca5cab46
|
feat(aurora): cleaned up the codebase and fixed a whole bunch of bugs
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 42s
|
2024-05-06 16:34:08 -04:00 |
|
|
53b67e1c95
|
fix(aurora): convert results into a dictionary before making a Moderation instance out of them
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 43s
|
2024-05-06 16:07:35 -04:00 |
|
|
d7a8fbe367
|
fix(aurora): ignore moderations with the id 0 in the history command
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
|
2024-05-06 16:02:00 -04:00 |
|
|
f8968e8e9e
|
feat(aurora): updated /history command
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 42s
|
2024-05-06 15:59:43 -04:00 |
|
|
dcda128f11
|
fix(aurora): edit command will now edit reasons as intended
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-05-06 15:15:54 -04:00 |
|
|
dc44e8c6de
|
feat(aurora): migrated /edit to the new model system
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 39s
|
2024-05-04 22:01:32 -04:00 |
|
|
2c336ff70c
|
fix(aurora): fixed a faulty expiration check
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-05-04 17:15:21 -04:00 |
|
|
6147c8c6d5
|
feat(aurora): whole bunch of changes to the models and various other things
Actions / Build Documentation (MkDocs) (pull_request) Successful in 39s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 58s
|
2024-05-04 16:54:12 -04:00 |
|
|
7dfd9c607a
|
misc(aurora): moved some stuff around
Actions / Build Documentation (MkDocs) (pull_request) Successful in 34s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 50s
|
2024-05-04 15:25:05 -04:00 |
|
|
ca1722fee3
|
feat(aurora): migrated to a custom json encoder
Actions / Build Documentation (MkDocs) (pull_request) Successful in 35s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 51s
|
2024-05-04 15:05:50 -04:00 |
|
|
bd48b43517
|
fix(aurora): reduced view timeouts to 60 seconds
Actions / Build Documentation (MkDocs) (push) Successful in 33s
Actions / Lint Code (Ruff & Pylint) (push) Successful in 46s
|
2024-05-03 22:21:28 -04:00 |
|
|
d6f33857a3
|
feat(aurora): added timeouts to configuration views
Actions / Lint Code (Ruff & Pylint) (push) Has been cancelled
Actions / Build Documentation (MkDocs) (push) Has been cancelled
|
2024-05-03 22:20:53 -04:00 |
|
|
6c859d72a8
|
fix(aurora): pylint fix
Actions / Build Documentation (MkDocs) (pull_request) Successful in 34s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 49s
|
2024-05-03 21:45:04 -04:00 |
|
|
af108519f9
|
feat(aurora): imma be real chief i have no idea what i did this commit
|
2024-05-03 21:35:29 -04:00 |
|
|
a641b11daa
|
fix(aurora): fixed the incorrect moderation type being passed to message_factory in /removerole
|
2024-05-03 21:02:16 -04:00 |
|
|
cd514d0535
|
fix(aurora): fixed removerole adding roles instead of removing them
|
2024-05-03 20:56:07 -04:00 |
|
|
908fed37bc
|
fix(aurora): fixed a TypeError in the expiry handler task
|
2024-05-03 20:52:29 -04:00 |
|
|
7ef13016d9
|
fix(aurora): fixed an AttributeError in the expiry handler
|
2024-05-03 20:51:02 -04:00 |
|
|
877f5e00d3
|
fix(aurora): adding some more logging to the expiry task
|
2024-05-03 20:47:19 -04:00 |
|
|
bcef643349
|
fix(aurora): fixed an incorrectly named column in on_member_join
|
2024-05-03 20:44:04 -04:00 |
|
|
1a74ce9130
|
fix(aurora): fixed a broken logging statement
|
2024-05-03 20:38:07 -04:00 |
|
|
67142c6458
|
fix(aurora): added more verbose debug logging to the expiry task
|
2024-05-03 20:37:01 -04:00 |
|
|
dc8138bd89
|
fix(aurora): added warning logging to the expiry task
|
2024-05-03 20:32:02 -04:00 |
|
|
f9e807957f
|
fix(aurora): why was I trying to raise an exception????
|
2024-05-03 20:28:26 -04:00 |
|
|
8e59b5a4bd
|
fix(aurora): added a missing ; to an sql statement
|
2024-05-03 20:25:42 -04:00 |
|
|
6966ea1613
|
fix(aurora): added a missing ) in an sql query
|
2024-05-03 20:24:16 -04:00 |
|
|
752a41855a
|
fix(aurora): actually fixed the string concatenation bug
|
2024-05-03 20:21:30 -04:00 |
|
|
0642d5eb42
|
fix(aurora): fixed a bug in addrole and removerole with string concatenation
|
2024-05-03 20:18:29 -04:00 |
|
|
ebf739b563
|
feat(aurora): added a listener to readd roles to a user on guild join
|
2024-05-03 20:10:26 -04:00 |
|
|
f6b827c64f
|
feat(aurora): added expiry handling for addrole and removerole
|
2024-05-03 20:09:48 -04:00 |
|
|
b8a4d247f8
|
fix(aurora): fixed a bug in /case with exports to codeblocks being improperly formatted
|
2024-05-03 20:09:23 -04:00 |
|
|
a7fcbc4dab
|
feat(aurora): implemented removerole command
|
2024-05-03 20:08:57 -04:00 |
|
|
4344d26096
|
feat(AntiPolls): added the cog
Actions / Build Documentation (MkDocs) (push) Successful in 39s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 54s
|
2024-04-16 10:44:05 -04:00 |
|
|
0955282325
|
fix(aurora): do not run handle_expiry before Red is ready
|
2024-04-08 06:24:34 -04:00 |
|
|
9f7244cd65
|
feat(Aurora): added a respect_hierarchy configuration option and relevant configuration button to [p]aurora set guild , along with functionality that uses this configuration value
Actions / Build Documentation (MkDocs) (push) Successful in 33s
Actions / Lint Code (Ruff & Pylint) (push) Successful in 43s
|
2024-04-05 10:43:58 -04:00 |
|
|
5adaca755d
|
feat(aurora): added documentation link to cog-level help embed
|
2024-03-29 07:17:39 -04:00 |
|
|
4c603eea46
|
misc(aurora): version bump
Actions / Lint Code (Ruff & Pylint) (push) Successful in 26s
Actions / Build Documentation (MkDocs) (push) Successful in 19s
|
2024-03-08 15:39:37 -05:00 |
|
|
99dddf2fa7
|
fix(aurora): remove humanize
Actions / Lint Code (Ruff & Pylint) (push) Failing after 23s
Actions / Build Documentation (MkDocs) (push) Successful in 17s
|
2024-03-08 14:56:50 -05:00 |
|
|
ba7a5f9208
|
fix(aurora): fixed an out of range value error if you ban someone for 30000000 years
Actions / Lint Code (Ruff & Pylint) (push) Successful in 29s
Actions / Build Documentation (MkDocs) (push) Successful in 21s
|
2024-03-08 14:30:57 -05:00 |
|
|
ddb9f30d6f
|
fix(aurora): added returns to the errors in the timedelta and relativedelta commands
|
2024-03-08 14:27:50 -05:00 |
|
|
3b5932bac9
|
fix(aurora): fixed broken help formatting
Actions / Lint Code (Ruff & Pylint) (push) Successful in 22s
Actions / Build Documentation (MkDocs) (push) Successful in 19s
|
2024-03-08 14:21:26 -05:00 |
|
|
f4efcb8ea5
|
feat(aurora): migrated to Red's builtin timedelta/relativedelta parsing
Actions / Lint Code (Ruff & Pylint) (push) Successful in 26s
Actions / Build Documentation (MkDocs) (push) Successful in 20s
|
2024-03-08 14:19:48 -05:00 |
|
|
178a92559c
|
feat(repo): added help formatters for version numbers to cogs that have them and migrated to using red's inbuilt loggers instead of logging.getLogger
Actions / Lint Code (Ruff & Pylint) (push) Failing after 31s
Actions / Build Documentation (MkDocs) (push) Successful in 26s
|
2024-03-07 03:38:34 -05:00 |
|
|
858a1bae8a
|
fix(repo): ruff fixes / removing pylint exceptions
Actions / Lint Code (Ruff) (push) Successful in 6s
Actions / Build Documentation (MkDocs) (push) Successful in 25s
|
2024-02-14 11:04:26 -05:00 |
|
|
9c293750cb
|
fix(aurora): ruff fixes
Actions / Lint Code (Ruff) (push) Successful in 5s
Actions / Build Documentation (MkDocs) (push) Successful in 24s
|
2024-02-14 10:39:26 -05:00 |
|
|
f7d2f1a564
|
misc(aurora): less restrictive type requirements for some utils functions
|
2024-02-13 23:18:44 +00:00 |
|
|
0ccad57476
|
fix(aurora): pylint fix
Actions / Lint Code (Pylint) (push) Successful in 22s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
|
2024-02-02 12:55:34 -05:00 |
|
|
6be92f05db
|
fix(aurora): fixed /history not showing roles correctly
Actions / Lint Code (Pylint) (push) Failing after 16s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
|
2024-02-02 12:16:41 -05:00 |
|
|
ba5b128afc
|
fix(aurora): figuring out why I can't get a role from an id
Actions / Lint Code (Pylint) (push) Failing after 17s
Actions / Build Documentation (MkDocs) (push) Successful in 13s
|
2024-02-02 12:09:45 -05:00 |
|
|
7d2b71667a
|
fix(aurora): fixing user dm messages in addrole
Actions / Lint Code (Pylint) (push) Failing after 17s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
|
2024-02-02 12:05:05 -05:00 |
|
|
21dabccb48
|
fix(aurora): fixed mysql_log in addrole (again)
Actions / Lint Code (Pylint) (push) Successful in 16s
Actions / Build Documentation (MkDocs) (push) Successful in 13s
|
2024-02-02 11:54:01 -05:00 |
|
|
c1d2e6d28a
|
fix(aurora): fixed mysql_log in addrole
Actions / Lint Code (Pylint) (push) Successful in 16s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
|
2024-02-02 11:53:08 -05:00 |
|
|
5b18b6612a
|
fix(aurora): defer before sending the user a message
Actions / Lint Code (Pylint) (push) Successful in 17s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
|
2024-02-02 11:51:44 -05:00 |
|
|
4d321006c8
|
fix(aurora): defer the interaction so it doesn't expire
Actions / Lint Code (Pylint) (push) Successful in 30s
Actions / Build Documentation (MkDocs) (push) Successful in 13s
|
2024-02-02 11:47:51 -05:00 |
|
|
d1afd62114
|
fix(aurora): fixed hanging
Actions / Lint Code (Pylint) (push) Successful in 17s
Actions / Build Documentation (MkDocs) (push) Successful in 13s
|
2024-02-02 11:43:27 -05:00 |
|