Merge where I left backend-frameworkification #2
Manually merged
bss
merged 18 commits from backend-frameworkification
into master
2 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'backend-frameworkification'
Deleting a branch is permanent. It CANNOT be undone. Continue?
I started trying to make everything accessible via web services, in order to support a Discord bot using the same data as the existing IRC bot. This worked for some simple stuff, but ran into a roadblock because the countdown/reminder code is data-based rather than event-based, and having two different connections/destinations is a pretty big delta from where the code is now.
The code in here is good but I'm probably giving up on the Discordification, though I may continue adding API stuff in a one-connection context.
cbbf6eb311
.