Commit Graph

238 Commits

Author SHA1 Message Date
jude 050277ac8b Add dark mode support 2026-05-16 19:17:29 +01:00
jude 1d8fd39d13 Apply patreon sharing across web/bot 2025-10-27 17:52:31 +00:00
jude 91310d47d3 Add patreon-sharing option 2025-10-04 18:09:31 +01:00
jude 6ade91e11b Add cron parser for start time of a reminder 2025-09-16 21:00:58 +01:00
jude 761d545496 Improve errors and wording 2025-06-18 22:08:32 +01:00
jude 6f223b1bc2 Remove usages of FIND_IN_SET
FIND_IN_SET doesn't make use of indexes
2024-10-10 19:06:56 +01:00
jude 9bf0b5d7e4 Merge branch 'jude/fix-dashboard-patreon' into current 2024-09-21 10:11:19 +01:00
jude b6ff149d51 Fix macro list/delete 2024-09-14 12:07:09 +01:00
jude febd04c374 Update schemas and resolve some warnings 2024-07-16 15:18:02 +01:00
jude de4ecf8dd6 QoL
* Made todo added responses ephemeral if /settings ephemeral is on
* Enabled systemd watchdog
* Move metrics to rocket
2024-06-04 18:40:49 +01:00
jude 4a80d42f86 Move postman and web inside src 2024-03-24 20:23:16 +00:00
jude 53e13844f9 Add unit tests 2024-02-24 15:02:34 +00:00
jude 15aa9ccffd Update help text 2024-02-22 17:42:29 +00:00
jude 525471bcad Correct help text 2024-02-22 17:35:50 +00:00
jude d8f266852a Add remaining commands 2024-02-18 14:32:58 +00:00
jude 76a286076b Link all top-level commands with macro recording/replaying logic 2024-02-18 13:24:37 +00:00
jude 5e39e16060 Add option types for top-level commands 2024-02-18 11:04:43 +00:00
jude c1305cfb36 Extract trait 2024-02-17 20:25:14 +00:00
jude 4823754955 Move all commands to their own files 2024-02-17 18:55:16 +00:00
jude eb92eacb90 Rearranged some commands
Working on a macro to automatically add option wrappers
2024-02-17 14:09:01 +00:00
jude b81c3c80c1 Record some parameters for /remind 2024-02-15 17:28:43 +00:00
jude 2f6d035efe Rename table references 2024-02-14 19:44:53 +00:00
jude fa7ec8731b Fix hook 2024-02-09 17:03:04 +00:00
jude def43bfa78 Refactor macros 2024-02-06 20:08:59 +00:00
jude e4e9af2bb4 Wip commit 2024-01-07 17:10:22 +00:00
jude cce0de7c75 wip bump versions 2023-12-22 19:12:42 +00:00
jude e7160215b0 Defer offset response 2023-11-11 13:36:40 +00:00
jude 2681280a39 Fix interval parsing for different cases 2023-10-01 09:42:58 +01:00
jude 52cf642455 Send edit button to beta dashboard 2023-09-23 20:32:57 +01:00
jude 6e9eccb62e Update dependencies 2023-09-23 18:29:25 +01:00
jude bfe651a125 Change autocomplete to use a past date in the past 2023-08-01 20:13:05 +01:00
jude a66db37b33 update poise 2023-06-18 10:47:31 +01:00
jude aa931328b0 Support ephemeral reminder confirmations 2023-05-11 19:40:33 +01:00
jude 4b42966284 Moved stuff around since threads are ridiculous 2023-05-11 18:33:06 +01:00
jude 523ab7f03a Partial thread support 2023-05-11 18:32:58 +01:00
jude d70fb24eb1 Fix todo viewing not working for large entries
Was not checking the length of the item when trying to add it to the
dropdown, causing failures.
2023-01-06 17:08:09 +00:00
jude aa74a7f9a3 Use timezones wherever possible.
Replace uses of NaiveDateTime with DateTime<Utc>. Use timezones in postman to update days correctly. Use chrono::Months to update months rather than using MySQL query.
2022-11-22 20:41:07 +00:00
jude 6e087bd2dd Fix character counting on /look. Initial support for jumping over DST boundaries 2022-11-20 12:20:10 +00:00
jude 130504b964 Add notice to macro initial run 2022-09-26 16:44:30 +01:00
jude 2a8117d0c1 Revert multiline changes 2022-09-20 17:00:33 +01:00
jude 57336f5c81 Change macro list to use fields to prevent going over limit
Add length checks for name and description
2022-09-17 12:37:58 +01:00
jude b62d24c024 Add an autocomplete for time hints
Shows the approximate time until a reminder will send in the autocomplete area.
2022-09-12 17:49:10 +01:00
jude 8f8235a86e Move macro commands to own module
Lots of code here
2022-09-12 16:45:00 +01:00
jude c8f646a8fa Override timezone per command
Timezone option that will override the timezone on a per-command basis
2022-09-11 18:59:46 +01:00
jude 8991198fd3 Use autocomplete to ensure content box is shown 2022-09-11 15:24:02 +01:00
jude f20b95a482 Upgrade poise. Combine remind/multiline into one command 2022-09-08 17:58:05 +01:00
jude 8dd7dc6409 Added command for multiline reminders 2022-09-07 18:27:13 +01:00
jude a38f6024c1 Migrate natural commands 2022-09-03 15:40:29 +01:00
jude bb3386c4e8 migration for $r commands 2022-08-14 16:22:00 +01:00
jude 7b6e967a5d Block/allow DM reminders
Only affects slash commands but this is sort of a non-issue post September
2022-07-29 19:22:15 +01:00