Cory McWilliams cory
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.
cory pushed to main at cory/tildefriends 2025-02-09 20:47:25 -05:00
95d8768545 build: Try to get CI building for macos.
cory pushed to main at cory/tildefriends 2025-02-09 08:13:17 -05:00
8679d09040 build: Build a fat macos binary.
cory pushed to main at cory/tildefriends 2025-02-06 12:48:20 -05:00
4cc5c6acb3 build: On second thought, split the cross-build of macos into x86_64 and arm.
cory pushed to main at cory/tildefriends 2025-02-05 20:50:45 -05:00
6f9b548b1a build: There seems to be a way to build for macos from Linux. Neat.
fbff3386a9 update: CoreMirror.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2025-02-05 18:41:43 -05:00
e5899fca58 ssb: Use the cache of private messages we built for the unread notification to actually show private messages. Still needs some work, but it's something.