Commit Graph

23 Commits

Author SHA1 Message Date
d10fd2fc1d Initial merger with Twitch interface. 2024-08-27 17:41:33 +10:00
b0e11fef56 Minor bugfixes and adjustment for new dpy. 2024-07-11 15:35:45 +10:00
d1b9a95bd2 feat(skins): Implement CustomSkin editor. 2023-10-29 03:30:49 +02:00
e3e717b948 (core): Add explicit cog type overloads. 2023-10-27 11:20:05 +03:00
bbd00267fa feat(bot): Impl global dispatch over shardtalk. 2023-10-27 04:44:47 +03:00
eaa44ab43c (voice): Rewrite initialise and refresh mechanism. 2023-10-06 01:51:41 +03:00
970e652fdc feat(meta): Add a system status reporter. 2023-09-22 08:38:59 +03:00
ff0bb17d29 feat(logging): Add locale to log info. 2023-09-21 10:14:46 +03:00
519fb976aa feat: Lazy member chunking.
No longer try to fetch all members on startup.
Instead chunk on-demand.
2023-09-20 20:46:39 +03:00
17683a7d96 fix(core): Handle rendering errors. 2023-09-19 22:59:01 +03:00
69e228d395 fix(ranks): Repair setting response tree. 2023-09-10 08:08:28 +03:00
371241de3a fix(meta): Catch TransformerError. 2023-09-10 07:29:52 +03:00
57a4e641ba feat(meta): Improve bugsplat. 2023-09-10 07:14:37 +03:00
8d19cf5d2d fix (startup): Shard check on admin guild. 2023-08-22 22:43:00 +03:00
f70c0269c5 fix(sysadmin): Better exec error message. 2023-08-22 22:37:39 +03:00
f2fb3ce344 fix: Massively improve logging context isolation. 2023-08-22 22:14:58 +03:00
5561762e05 fix (connect): Only guild-update on shard 0. 2023-08-19 13:11:21 +03:00
fde42226ed fix: Add missing permission wards. 2023-08-16 23:25:12 +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
a7c5af59a7 rewrite: New Scheduled Session System. 2023-06-30 11:15:39 +03:00
0f1c534ae2 rewrite: Add raw interaction data to cmd log. 2023-05-25 19:39:51 +03:00
4aa2587c45 rewrite: New Pomodoro Timer system. 2023-05-19 09:45:06 +03:00
f328324747 rewrite: Restructure to include GUI. 2022-12-23 06:44:32 +02:00