Cory McWilliams cory
cory opened issue cory/tildefriends#146 2026-04-08 12:57:02 -04:00
Support ssb: uris on Android and iOS
cory pushed to main at cory/tildefriends 2026-04-06 12:53:30 -04:00
e578e178eb client+ssb: Try not to alert('[object Object]').
cory pushed to main at cory/tildefriends 2026-04-06 12:34:50 -04:00
1bbfd66981 cli: Add a 'version' command.
7ccff1c7fd cli: check_private -> dump_private. Call it what it is.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2026-04-05 21:08:58 -04:00
3c86c14b4e core: Add a way to measure a likely lower bound on discovering private messages.
30f97fd648 update: CodeMirror.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2026-04-01 20:45:59 -04:00
fbf59bdc65 ssb: Highlight search results.
cory pushed to main at cory/tildefriends 2026-04-01 18:26:30 -04:00
fdf6e25cfc ssb: Show load errors. Hoping this will surface actual issues around timeouts and general bad behavior.
c622c284bf core: On second thought, make the websocket timeout quite large. If I want to go short, it needs to happen on the client-side.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2026-04-01 12:36:48 -04:00
257a392d2e core: Be a little more lenient with timeouts.
cory pushed to main at cory/tildefriends 2026-03-31 13:02:10 -04:00
d729d27997 ssb: Plumb some missing information to the search tab.
cory pushed to main at cory/tildefriends 2026-03-29 15:51:16 -04:00
3f35467b01 diff: Set an app emoji, and add some minimal error handling.
cory pushed to main at cory/tildefriends 2026-03-29 15:36:37 -04:00
fbdf29a329 build: Oops, whitespace is important?
cory pushed to main at cory/tildefriends 2026-03-29 15:32:38 -04:00
0a740f17be build: Haiku really wants -fPIC.
cory pushed to main at cory/tildefriends 2026-03-29 14:48:02 -04:00
943351f224 diff: Add a very rudimentary diff app for viewing revision history of shared apps.
a9d98fde3e editor: Move editor open/closed state from localStorage to sessionStorage. I didn't know even know sessionStorage was a thing, but it gives the behavior I always intended.
7937c50304 ssb: Pluralize better.
Compare 3 commits »
cory commented on issue cory/tildefriends#13 2026-03-29 08:40:18 -04:00
The db app should be able to import/export user databases

Done!

cory closed issue cory/tildefriends#13 2026-03-29 08:40:18 -04:00
The db app should be able to import/export user databases
cory pushed to main at cory/tildefriends 2026-03-29 08:40:06 -04:00
7e590a52c7 db: Support importing a database from a file, too. #13
215cd985c3 db: Support exporting a database to a file. #13
f3d13631b1 ssb: Render usernames as soon as we've loaded from the cache. We can update later.
Compare 3 commits »
cory pushed to main at cory/tildefriends 2026-03-28 21:55:35 -04:00
60790b5303 build: Use Xcode 26.4 on linux.
5230a0f08c build: Remove a remnant of OpenSSL.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2026-03-28 16:13:20 -04:00
aa3e7e60b7 core: Some JS_GetPropertyStr + JS_ToCString => tf_util_get_property_as_string.
03fb29b4dc core: strncpy => tf_string_set.
139ca54a64 core: The argument counts to these then/catch handlers were wrong.
Compare 3 commits »
cory pushed to main at cory/tildefriends 2026-03-28 14:21:59 -04:00
e36f6690a2 docs: Fill out the feature matrix some more.
cory pushed to main at cory/tildefriends 2026-03-28 10:07:43 -04:00
18baa16b89 docs: A feature matrix experiment.
4d67769027 cleanup: Delete an unused ios script.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2026-03-26 12:36:17 -04:00
810f40894a core: Slow work report shouldn't leak.