Commit Graph

27 Commits

Author SHA1 Message Date
61104e182a [main.c] Fix feed retrieval code 2024-11-23 20:52:22 -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
4ef9902b48 [main.c] Move timer creation outside of on_ready() 2024-11-23 19:12:57 -05:00
d179fc46a2 Tell PQexecParams to obtain data in binary format 2024-11-23 18:32:56 -05:00
55cd0d678e [config.c] actually 2024-11-23 17:53:55 -05:00
45fe7301f0 [config.c] fix implicit function declaration 2024-11-23 17:52:10 -05:00
3ad244ae09 [config.c] Actually read config 2024-11-23 17:50:00 -05:00
34bbdcf13e [main.c] Once again COMPILE YOUR CODE. PLEASE. 2024-11-23 17:23:49 -05:00
fdfc259435 Byte order called. You were about to make a huge mistake. 2024-11-23 17:22:18 -05:00
bf9e003e1e [main.c] Add remove command 2024-11-23 17:12:57 -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
2269ad3385 [main.c] Add log command to curl multi error 2024-11-23 01:00:26 -05:00
7e7512a555 [main.c] Add more logging 2024-11-22 23:57:56 -05:00
6acbecf828 [main.c] Maybe compile your code first 2024-11-22 22:23:29 -05:00
d2863ec148 [main.c] Complete functionality for add command 2024-11-22 22:18:05 -05:00
082a185ba3 [main.c] Remove old timer code 2024-11-22 19:25:06 -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
cf0c1ca93a [README.md] Add link to concord 2024-11-20 23:43:05 -05:00
6d2335072c [README.md] Make the checkboxes actually function as checkboxes 2024-11-20 23:39:14 -05:00
b014f835b6 Send all new entries in a feed, not just the first 2024-11-20 23:29:38 -05:00
713a266f15 Add basic functionality (barely) 2024-11-20 20:15:45 -05:00
ea501e8bad Initial commit 2024-11-20 11:41:54 -05:00