j4nk pushed to master at j4nk/open-card-table 2023-08-08 13:13:40 -04:00
d5e7891af1 Added license
j4nk commented on issue j4nk/open-card-table#7 2023-08-08 13:08:40 -04:00
adjustable send/receive queue sizes

Opted for an unbounded number of sends and a maximum number of receives set by OCT_NETWORK_MAX_RECVS (10 by default). Completed with https://git.thejerks.club/j4nk/open-card-table/commit/f254c7580d

j4nk closed issue j4nk/open-card-table#7 2023-08-08 13:08:40 -04:00
adjustable send/receive queue sizes
j4nk pushed to master at j4nk/open-card-table 2023-08-08 13:07:22 -04:00
f254c7580d Redid networking to a queue-based system
j4nk pushed to master at j4nk/open-card-table 2023-08-04 04:15:07 -04:00
a28a13af5b Fixed README: accidentally middle-clicked in some places
j4nk commented on issue j4nk/open-card-table#11 2023-08-04 04:09:27 -04:00
README
j4nk closed issue j4nk/open-card-table#11 2023-08-04 04:09:27 -04:00
README
j4nk pushed to master at j4nk/open-card-table 2023-08-04 04:09:00 -04:00
75274df376 Added README
j4nk commented on issue j4nk/open-card-table#8 2023-08-04 03:00:11 -04:00
Address book in C
j4nk closed issue j4nk/open-card-table#8 2023-08-04 03:00:11 -04:00
Address book in C
j4nk pushed to master at j4nk/open-card-table 2023-08-04 02:58:55 -04:00
202f457fe8 Fixed broken networking
j4nk commented on issue j4nk/md4tj#21 2023-08-03 02:49:07 -04:00
Detect circular includes

This can easily be checked statically by scanning a file for includes, and recursively iterating over these includes, adding to a list. If the recursion hits a file that's already in the list, it…

j4nk opened issue j4nk/md4tj#21 2023-08-03 02:47:52 -04:00
Detect circular includes
j4nk opened issue j4nk/md4tj#20 2023-08-03 02:33:44 -04:00
Tag system for blog
j4nk opened issue j4nk/md4tj#19 2023-08-03 02:32:49 -04:00
Include date and time in blog posts
j4nk opened issue j4nk/md4tj#18 2023-08-03 02:31:52 -04:00
Display time in UTC for blogs and last updated
j4nk commented on issue j4nk/md4tj#12 2023-07-11 19:01:02 -04:00
Blog content in RSS feed

Finished in bfa3d6be68

j4nk closed issue j4nk/md4tj#12 2023-07-11 19:01:02 -04:00
Blog content in RSS feed
j4nk pushed to master at j4nk/thejerks.club 2023-07-11 19:00:23 -04:00
4607d7ef04 Updated md4tj to fix the bug with rss description
j4nk pushed to master at j4nk/md4tj 2023-07-11 18:57:12 -04:00
bfa3d6be68 Fixed issue where the wrong blog content was in the wrong rss item