Cory McWilliams cory
cory pushed to main at cory/tildefriends 2025-02-16 08:45:11 -05:00
1cfac3cae6 ssb: Allow otherwise unrecognized incoming connections when not talking to strangers if they have a valid invite.
cory pushed to main at cory/tildefriends 2025-02-16 08:21:05 -05:00
478bcd5d13 ssb: New incoming connections replace old ones for the same id.
cory pushed to main at cory/tildefriends 2025-02-15 21:08:50 -05:00
6932da69b3 update: speedscope 1.22.2.
cory pushed to main at cory/tildefriends 2025-02-15 20:55:19 -05:00
857f47bf55 ssb: Make the invite.use reponse flags match the docs exactly, and add some connection state paranoia.
373d742751 ssb: The docs show the response to invite.use() wrapped in {key: ..., value: ...}, so do that.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2025-02-13 21:39:44 -05:00
575622c522 ssb: Did that from the wrong thread.
cory closed issue cory/tildefriends#97 2025-02-12 19:49:10 -05:00
Skip auth on mobile
cory pushed to main at cory/tildefriends 2025-02-12 19:43:32 -05:00
a3e86ccb1d update: CodeMirror.
cory pushed to main at cory/tildefriends 2025-02-12 19:37:09 -05:00
e491798ff1 auth: Auto-login fixes.
15df4ac236 auth: Skip auth on mobile. #97
Compare 2 commits »
cory pushed to main at cory/tildefriends 2025-02-12 18:20:48 -05:00
017a74c4e4 ssb: Reload the profile on follow/unfollow/block/unblock.
cory pushed to main at cory/tildefriends 2025-02-12 18:08:43 -05:00
6e5b1127f3 ssb: If we don't accept the invite, give up on the connection.
cory pushed to main at cory/tildefriends 2025-02-12 18:03:55 -05:00
95f4f88949 ssb: Non-expiring invites were still broken.
cory commented on issue cory/tildefriends#105 2025-02-12 12:38:01 -05:00
Add new sync!

If I recall correctly, Manyverse had this and removed it, for simplicity. I do believe it requires delicate platform-specific code and only gives a marginal benefit - if you're already talking in…

cory pushed to main at cory/tildefriends 2025-02-11 21:12:33 -05:00
92858882d7 update: libbacktrace.
4cba95ec8c update: CodeMirror.
bbb2f89d85 update: OpenSSL 3.4.1.
Compare 3 commits »
cory pushed to main at cory/tildefriends 2025-02-11 20:42:25 -05:00
88213038b2 build: Link with -gz=zlib to make some of these distributables megabytes smaller.
cory pushed to main at cory/tildefriends 2025-02-10 22:05:05 -05:00
cc18b41e76 update: sqlite 3.49.0.
cory pushed to main at cory/tildefriends 2025-02-10 21:28:25 -05:00
f16127a238 build: Fix mixing directory for lipo targets.
cory pushed to main at cory/tildefriends 2025-02-10 20:57:17 -05:00
2a6ecfaede build: Set an LD_LIBRARY_PATH for macos on linux.
cory pushed to main at cory/tildefriends 2025-02-10 20:23:57 -05:00
cf4a09bf03 build: Use clang-19 on the worker, and cleanup some symlinks I commited in error.
cory pushed to main at cory/tildefriends 2025-02-09 21:46:22 -05:00
20e60262fd build: Some clangs are more strict than quickjs.
cory pushed to main at cory/tildefriends 2025-02-09 21:45:09 -05:00
9e3928c976 build: Some clangs are more strict about this. quickjs is not.