Cory McWilliams cory
cory pushed to main at cory/tildefriends 2024-03-05 12:48:19 -05:00
3a392d4a9f More .h docs.
cory pushed to main at cory/tildefriends 2024-03-04 21:51:34 -05:00
e3071b372a Poking at TCP binds from Haiku.
cory pushed to main at cory/tildefriends 2024-03-04 12:23:22 -05:00
18bd279b0c Some progress on .h docs, and add a preliminary CONTRIBUTING.md.
cory pushed to main at cory/tildefriends 2024-03-03 18:13:05 -05:00
5b93db7463 A buncha muncha cruncha .h docs. Also add vim temporary files to .gitignore.
cory commented on issue cory/tildefriends#27 2024-03-03 17:18:06 -05:00
Fix all the doxygen warnings

Update: 261 warnings.

cory pushed to main at cory/tildefriends 2024-03-03 13:56:19 -05:00
5b7e5eb91b Give fts a better chance of working with jsonb messages.content.
cory pushed to main at cory/tildefriends 2024-03-03 12:35:31 -05:00
78ca383e3c http.h docs.
cory pushed to main at cory/tildefriends 2024-03-03 12:20:23 -05:00
c1eed9ada3 Fixed a leak in ssb.getServerIdentity().
cory pushed to main at cory/tildefriends 2024-03-03 12:09:24 -05:00
8d6feb5394 Set the root of private messages correct so that other clients show them.
cory pushed to main at cory/tildefriends 2024-03-02 15:01:29 -05:00
42994f8977 Make the SSB network key configurable by command-line argument.
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.