Cory McWilliams cory
cory commented on issue cory/tildefriends#112 2026-06-14 16:04:34 -04:00
Documentation

I'm going to close this. Docs could always be better, but I think they're in a place where they can continue to grow organically as people ask questions or we find time to document whatever…

cory pushed to main at cory/tildefriends 2026-06-14 15:47:39 -04:00
7349acd73a docs: Put the database schema in the docs, if only to keep a history and compare a pristine copy from CI with my local schemas.
cory pushed to main at cory/tildefriends 2026-06-14 14:39:29 -04:00
a4085699e7 issues: Remove cruft I copied and pasted when I created this, apparently.
6299598894 ssb: Show nicknames assigned by other users on the profile page.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2026-06-14 13:39:19 -04:00
1a2b397bf6 ssb: Retain the channel in more places when composing messages.
cory pushed to main at cory/tildefriends 2026-06-12 21:00:51 -04:00
f83d48ef5a ssb: This is definitely too encoded. I don't understand why I keep flip-flopping.
cory pushed to main at cory/tildefriends 2026-06-11 12:40:21 -04:00
6d1935d941 ssb: Populate mentions from link query strings the same as other clients appear to.
cory pushed to main at cory/tildefriends 2026-06-10 20:49:50 -04:00
5ae308e471 cleanup: Remove a debug print.
cory pushed to main at cory/tildefriends 2026-06-10 20:09:04 -04:00
b3c81ad2a5 build: Clang didn't like this.
cory pushed to main at cory/tildefriends 2026-06-10 19:30:04 -04:00
2887a05483 ssb: Memory leak fix.
5a1d472e79 ssb: Proof of concept support for private message blobs. #117
Compare 2 commits »
cory closed issue cory/tildefriends#141 2026-06-10 19:22:56 -04:00
android: Picture in Picture
cory commented on issue cory/tildefriends#141 2026-06-10 19:22:56 -04:00
android: Picture in Picture

I looked into it and don't see the point.

cory pushed to main at cory/tildefriends 2026-06-09 22:20:07 -04:00
741900b513 update: CodeMirror.
cory pushed to main at cory/tildefriends 2026-06-09 22:01:19 -04:00
0c0194949c docs: I think I managed to find some iOS install stats I can graph.
cory pushed to main at cory/tildefriends 2026-06-08 21:27:29 -04:00
45e2b9ff53 docs: Fix some misspellings and such in comments.
cory pushed to main at cory/tildefriends 2026-06-06 14:03:03 -04:00
07f7407562 ssb: Fix specific cases where recent reactions didn't show up.
cory pushed to main at cory/tildefriends 2026-06-06 13:44:17 -04:00
df0e6cbd8b core: Limit the number of concurrent cross-task function calls, queue them after we reach that limit, and error if we reach an even higher limit of queued calls. Another step trying to protect against runaway tasks.
5dbdd1b69e core: Prefer tf_util_get_property_as_string.
b71f6a8150 core: Put a hard limit on number of functions exported across tasks. Trying to keep some things from being able to run away.
dad8b03c69 ssb: Make the fire hose unread status behave a bit better. Also use the same state as the default view.
Compare 4 commits »
cory pushed to main at cory/tildefriends 2026-06-04 09:40:01 -04:00
1bee066bd0 update: QuickJS 2026-06-04.
cory pushed to main at cory/tildefriends 2026-06-03 18:24:27 -04:00
645ecd897a update: sqlite 3.53.2.
cory pushed to main at cory/tildefriends 2026-06-03 18:15:41 -04:00
55722fb50c ssb: Try to coalesce adhoc user info queries.
d1a8ef462f update: CodeMirror.
c954ac90b0 ssb: Center images.
Compare 3 commits »
cory pushed to main at cory/tildefriends 2026-06-03 12:47:33 -04:00
8cbbd842e6 core: Simplify tf_task_destroy similar to tf_ssb_destroy.