Cory McWilliams cory
cory pushed to main at cory/tildefriends 2024-03-01 21:18:32 -05:00
f0a871e1f8 More docs.
cory pushed to main at cory/tildefriends 2024-02-29 19:27:16 -05:00
a710c30572 Fix apps for jsonb.
cory pushed to main at cory/tildefriends 2024-02-28 21:19:17 -05:00
c991763b00 tests.h and tlscontext.js.h docs.
cory pushed to main at cory/tildefriends 2024-02-28 21:04:41 -05:00
72dae14f87 Android NDK update.
cory pushed to main at cory/tildefriends 2024-02-28 20:41:46 -05:00
5800340762 Fix up some more jsonb references.
cory pushed to main at cory/tildefriends 2024-02-28 20:31:45 -05:00
c5f5adcac6 Missed some more jsonb messages.content use issues.
cory closed issue cory/tildefriends#12 2024-02-28 20:25:23 -05:00
Change messages content column from JSON to JSONB
cory commented on issue cory/tildefriends#12 2024-02-28 20:25:21 -05:00
Change messages content column from JSON to JSONB

I just ripped the band-aid off on this one. Did a hard migration at startup to get us through this. Fixed the obvious app issues. Not going to deploy to tildefriends.net for a bit until I'm…

cory pushed to main at cory/tildefriends 2024-02-28 20:02:23 -05:00
591642efb3 Convert messages.content to JSONB. This is a very disruptive change.
cory pushed to main at cory/tildefriends 2024-02-28 19:13:01 -05:00
6182ffa1d4 Docs for tls.h and trace.h.
cory pushed to main at cory/tildefriends 2024-02-28 18:47:39 -05:00
402a898d96 Let's start working on 0.0.17.
cory pushed tag v0.0.16 to cory/tildefriends 2024-02-28 18:24:50 -05:00
cory pushed to main at cory/tildefriends 2024-02-28 18:24:46 -05:00
13d43d8319 Let's release 0.0.16.
cory closed issue cory/tildefriends#37 2024-02-26 12:39:32 -05:00
Bug: Commonmark is broken
cory commented on issue cory/tildefriends#37 2024-02-26 12:39:22 -05:00
Bug: Commonmark is broken

You're right. I tried to test exactly for that but missed somehow. Thanks. Reverted until I can sort myself out.

7bcdbd381398332564a1278f87838c8ae64579c6

cory pushed to main at cory/tildefriends 2024-02-26 12:36:16 -05:00
7bcdbd3813 Revert "Update commonmark.js to 0.31.0."
cory pushed to main at cory/tildefriends 2024-02-25 22:31:50 -05:00
60ada22674 Add a button to toggle visible whitespace for now. Not yet persisted.
cory pushed to main at cory/tildefriends 2024-02-25 21:41:51 -05:00
637119d46d ideviceinstaller makes this unnecessary.
cory opened issue cory/tildefriends#36 2024-02-25 21:39:01 -05:00
Document all the C headers
cory pushed to main at cory/tildefriends 2024-02-25 19:38:17 -05:00
40f3da6a65 Fix a leak in returning HTTP responses.