Cory McWilliams cory
cory pushed to main at cory/tildefriends 2025-12-11 22:01:43 -05:00
79b7252a27 ssb: Be much more generous about what's allowed in a hashtag ref. Fixes #dev-diary not behaving correctly as a channel.
cory pushed to main at cory/tildefriends 2025-12-11 12:48:51 -05:00
2e8402d11d update: CodeMirror.
cory pushed to main at cory/tildefriends 2025-12-10 12:53:29 -05:00
c34065795c build: Get iOS and Android on the same versionCode/CFBundleVersion.
cory pushed to main at cory/tildefriends 2025-12-10 12:28:52 -05:00
1463c18c12 core: Unused.
cory pushed to main at cory/tildefriends 2025-12-09 21:33:06 -05:00
f39b0977b7 build: Fix.
cory pushed to main at cory/tildefriends 2025-12-09 20:30:14 -05:00
8f9824e9b7 core: Minor simplification around getting account name.
cory pushed to main at cory/tildefriends 2025-12-09 20:21:05 -05:00
33392e7c55 core: Move ssb.swapWithServerIdentity() to C.
cory pushed to main at cory/tildefriends 2025-12-09 19:05:19 -05:00
b4c014fd27 core: Remove some ancient unused resizeMe, setHash, and storeBlob message handlers.
cory commented on issue cory/tildefriends#108 2025-12-09 18:51:27 -05:00
Fix the shutdown issue for real

I've fixed some good shutdown issues lately, and I can see the JS -> C finish line. Closing this again.

cory closed issue cory/tildefriends#108 2025-12-09 18:51:27 -05:00
Fix the shutdown issue for real
cory pushed to main at cory/tildefriends 2025-12-09 18:49:45 -05:00
81353b4da9 update: CodeMirror.
d67297c35b ssb: Better search feedback.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2025-12-09 18:10:53 -05:00
192e9e0955 core: Better error handling for deleting users.
cory pushed to main at cory/tildefriends 2025-12-09 18:02:52 -05:00
2449202b5d core: Move core.deleteUser() to C.
cory pushed to main at cory/tildefriends 2025-12-09 13:02:28 -05:00
f1876a34ec core: Move core.globalSettingSet to C.
cory pushed to main at cory/tildefriends 2025-12-08 21:51:14 -05:00
3c6eeb9cd3 core: Move invoking the permission test to C, at least for adding/removing blocks.
cory pushed to main at cory/tildefriends 2025-12-08 12:17:56 -05:00
c29ab66073 update: c-ares 1.34.6.
cory pushed to main at cory/tildefriends 2025-12-07 14:41:07 -05:00
d7782d53a1 build: Nope, guess we needed those deps.
cory pushed to main at cory/tildefriends 2025-12-07 14:22:13 -05:00
ce3a8c53c6 build: Build docs separately and on a later image. Also remove some build dependencies I don't think we need.
cory pushed to main at cory/tildefriends 2025-12-07 08:42:37 -05:00
0af54edac1 docs: Add some slight organization.
cory pushed to main at cory/tildefriends 2025-12-07 08:25:57 -05:00
2086075f7b core: Minor cleanup.