Commit Graph

12 Commits

Author SHA1 Message Date
ff7c88dc8c fix(schedule): Fix typo in blacklist. 2023-09-29 16:22:16 +03:00
970e652fdc feat(meta): Add a system status reporter. 2023-09-22 08:38:59 +03:00
df9b835cd5 fix (data): Parallel connection pool. 2023-08-23 17:31:38 +03:00
6e2bf4154f fix: Correct member data format. 2023-08-18 21:46:50 +03:00
6456dd6035 fix (schedule): Add member in prep stage. 2023-08-18 21:07:45 +03:00
2eece69760 rewrite: New 'Member Admin' module. 2023-08-13 08:10:39 +03:00
aebd5375c7 fix (schedule): Setting tweaks and more bugfixes.
Add the schedule dashboard to the config dashboard.
Move the schedule cost to the second page.
Allow categories to be selected for the session room.

Fix an issue where blacklist role would be checked with no guild data.
Fix typos in session unloading.
Delay session notification.
More logging.
2023-07-08 12:46:49 +03:00
d4154c5ce2 fix (schedule): Fix potential deadlock. 2023-07-08 09:30:10 +03:00
043f358f57 fix (schedule): Bugfixes.
Fix ScheduleUI issue where clear button was not enabling.
Fix ScheduleUI menus showing soon entries.
Fix ScheduleUI time format being T instead of f.
Fix ScheduleUI cancel menu out of order.
Add special case format for `_format_until` with 0 distance.

Add `TimeSlot` repr.
Add `Sesson` repr.
Fix issue where noshow could potentially deadlock sessions.
Fix issue where `create_booking` could add garbage to cache.
Add `bot.idlock` for snowflake locking.
Remove valid channel check from clock off.
Changed implementation of batchrun.
Add `cog.nowid` for easier introspection.
Add more logging.
2023-07-08 08:57:00 +03:00
ce68813788 refactor (tasklist): Various UI adjustments. 2023-07-06 00:19:55 +03:00
65c17f11b2 fix (schedule): Various bug fixes. 2023-06-30 12:34:21 +03:00
a7c5af59a7 rewrite: New Scheduled Session System. 2023-06-30 11:15:39 +03:00