13 Commits

Author SHA1 Message Date
77157dcabe Changes for running on FreeBSD 2025-03-29 14:38:43 -04:00
b8ea689cc3 Remove feeds associated with a channel when it is deleted 2025-01-09 12:20:52 -05:00
d90fcfa32a Move exists check to the add command instead of the database insert routine so it can run earlier 2024-12-11 02:30:29 -05:00
3d69dba0e6 Remove all feeds associated with a guild when the bot leaves 2024-11-26 01:46:22 -05:00
29598f733c Add zblock_feed_info_retrieve_chunk_channel()
I actually did this a couple hours ago but the rest of the implementation for the list command is taking a very long time.
2024-11-25 22:13:23 -05:00
69be63aa2e Abstract out the last remaining SQL queries in timer_retrieve_feeds() 2024-11-25 00:52:41 -05:00
872dfb4350 [feed_info.h] One semicolon can ruin everything. 2024-11-24 22:39:48 -05:00
974aff7a09 Add zblock_feed_info_count_channel() 2024-11-24 21:26:19 -05:00
47143582e0 Add zblock_feed_info_delete() 2024-11-23 16:47:18 -05:00
ca6d37a1cf Add zblock_feed_info_update 2024-11-23 15:38:53 -05:00
388306d4a3 Move insert logic from add command into feed_info.c 2024-11-23 14:17:15 -05:00
ae2ec6f662 Add preliminary code for database (this really needs to be cleaned) 2024-11-22 19:20:44 -05:00
cd90d62b2c Extract feed_info struct and save routine to its own file
Also start creating basic framework for config
2024-11-21 16:18:26 -05:00