|
|
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 |
|
|
|
4bda418f6a
|
[feed_info.c] Finish up our database query
|
2024-11-25 01:24:25 -05:00 |
|
|
|
69be63aa2e
|
Abstract out the last remaining SQL queries in timer_retrieve_feeds()
|
2024-11-25 00:52:41 -05:00 |
|
|
|
35aba86aaa
|
[feed_info.c] You were casting integers to pointers. Don't do that.
|
2024-11-24 22:48:15 -05:00 |
|
|
|
974aff7a09
|
Add zblock_feed_info_count_channel()
|
2024-11-24 21:26:19 -05:00 |
|
|
|
0e01785913
|
[feed_info.c] Send numeric parameters in binary format
|
2024-11-24 20:46:43 -05:00 |
|
|
|
da16094410
|
Fix time parsing behavior
|
2024-11-24 12:45:30 -05:00 |
|
|
|
56ae903c41
|
Fix zblock_feed_info_exists()
Returned row count value is actually a bigint.
|
2024-11-23 21:45:27 -05:00 |
|
|
|
40bbe3a49d
|
[feed_info.c] Fix pubDate_to_time_t to work with both types of time strings
|
2024-11-23 19:40:53 -05:00 |
|
|
|
d179fc46a2
|
Tell PQexecParams to obtain data in binary format
|
2024-11-23 18:32:56 -05:00 |
|
|
|
fdfc259435
|
Byte order called. You were about to make a huge mistake.
|
2024-11-23 17:22:18 -05:00 |
|
|
|
92aba79405
|
[feed_info.c] switch %ld to PRId64 in snprintf
SQL only supports signed ints but who cares? Two's complement is my best friend.
|
2024-11-23 16:57:38 -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 |
|
|
|
44b1f80b9e
|
[feed_info.c] We do a little bit of logging
|
2024-11-23 14:21:29 -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 |
|