Cory McWilliams cory
cory pushed to main at cory/tildefriends 2025-12-26 17:27:44 -05:00
73a1c1d978 core: Move ssb.getPrivateKey from JS => C.
5445072d36 core: Move ssb.deleteIdentity from JS => C.
d9a2519e9b core: Move ssb.addItentity() from JS => C.
Compare 3 commits »
cory pushed to main at cory/tildefriends 2025-12-26 16:16:39 -05:00
687a85dbd8 build: Disable -t auto again. Oh well.
cory pushed to main at cory/tildefriends 2025-12-26 10:13:11 -05:00
9e25aa1c54 build: Maybe on trixie?
cory pushed to main at cory/tildefriends 2025-12-25 11:18:49 -05:00
e309f519f2 build: Oops, actually test the thing.
cory pushed to main at cory/tildefriends 2025-12-25 11:14:14 -05:00
5ccd9f16c3 build: Last try.
cory pushed to main at cory/tildefriends 2025-12-25 11:10:08 -05:00
7d596ebd3b build: Maybe like this?
cory pushed to main at cory/tildefriends 2025-12-25 11:04:30 -05:00
938f728eb9 build: Just curious, can the CI worker run headless selenium tests?
6e8a0031a8 bookclub: Handle both about and bookclubUpdate messages.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2025-12-23 17:12:43 -05:00
085f62aadf core: Move ssb.appendMessageWithIdentity() from JS => C, and fix a permission test lifetime issue along the way.
cory pushed to main at cory/tildefriends 2025-12-23 16:12:27 -05:00
71d556143b update: CodeMirror.
cory pushed to main at cory/tildefriends 2025-12-23 16:09:54 -05:00
081bff9a26 ssb: Load names and profile info for users we see who we're not following.
cory pushed to main at cory/tildefriends 2025-12-23 12:54:07 -05:00
f2f4455c82 ssb: Replication fun. Don't request blobs until messages are up to date. Fix multiple issues with blob wants determinating. Fix issues resulting from message added callbacks being merged.
cory pushed to main at cory/tildefriends 2025-12-21 22:28:32 -05:00
2d38b3bd61 update: appimagetool 1.9.1.
3e73c9e00b update: bundletool 1.18.3.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2025-12-21 19:19:58 -05:00
9aa0e2eda4 ssb: Make opening and closing private chats work a little more consistently with the sidebar.
cory pushed to main at cory/tildefriends 2025-12-21 16:02:50 -05:00
076cc265f8 edit: Make the navigation bar more legible on mobile.
cory pushed to main at cory/tildefriends 2025-12-21 15:45:07 -05:00
f0ee9808a9 build: nix flake update.
cory pushed to main at cory/tildefriends 2025-12-21 15:37:50 -05:00
27be6de208 core: Oh yeah, I just made this unused.
cory pushed to main at cory/tildefriends 2025-12-21 15:15:00 -05:00
304bb82c74 prettier: Yuck.
cory pushed to main at cory/tildefriends 2025-12-21 15:08:21 -05:00
ec80f27434 core: Simplify/touch up some of the client-side error handling.
cory pushed to main at cory/tildefriends 2025-12-21 14:52:35 -05:00
12733acd9f core: Slight tweaks to the permissions ui.
cory pushed to main at cory/tildefriends 2025-12-21 14:18:50 -05:00
7ba28a269a core: Oops, was terminating queries too early from my earlier error fix.