Cory McWilliams cory
cory pushed to main at cory/tildefriends 2026-03-06 21:05:51 -05:00
69510d4d25 update: sqlite 3.52.0.
cory pushed to main at cory/tildefriends 2026-03-06 20:21:25 -05:00
b493cb4d6f cleanup: Remove some unused code.
ebf9accb48 docs: Another stale reference to the now-deleted core.js.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2026-03-06 19:19:18 -05:00
37d2deeb87 update: libuv 1.52.1.
cory pushed to main at cory/tildefriends 2026-03-05 12:46:00 -05:00
01c3f114c5 core+ssb: Close a gap where the hash may not arrive at the app in time.
aff5ae513f ssb: Indicate the focused message when viewing a message by ID.
072d07c099 apps: Don't collapse apps with the same name shared by different users.
Compare 3 commits »
cory pushed to main at cory/tildefriends 2026-03-04 19:27:36 -05:00
de229f6255 core: More core.js cruft.
cb9f942568 client: Fix the edit profile link encoding.
7e5471eb69 core: Remove some remnants of core.js.
Compare 3 commits »
cory pushed to main at cory/tildefriends 2026-03-04 19:13:29 -05:00
4b7a6e05b4 tools: Don't need to count lines in something that doesn't exist.
f20007405a update: CodeMirror.
Compare 2 commits »
cory closed issue cory/tildefriends#7 2026-03-04 18:50:04 -05:00
Rewrite all the server-side core JS in C
cory commented on issue cory/tildefriends#7 2026-03-04 18:50:04 -05:00
Rewrite all the server-side core JS in C

💥

cory pushed to main at cory/tildefriends 2026-03-04 18:49:49 -05:00
92894a3080 core: Delete core.js. #7
cory pushed to main at cory/tildefriends 2026-03-03 12:50:13 -05:00
5e5304dcc8 ssb: Safer.
3702f5b446 ssb: Show and sort followed accounts by recency of latest activity.
423a85ce36 core: Move print and error handlers from JS to C.
Compare 3 commits »
cory pushed to main at cory/tildefriends 2026-03-02 21:54:13 -05:00
60e42881d0 core: Move client_api from JS to C. Structure its message a bit more consistently.
cory pushed to main at cory/tildefriends 2026-03-02 20:45:21 -05:00
2ead5713b8 core: Oops.
cory pushed to main at cory/tildefriends 2026-03-02 20:36:48 -05:00
74337afa79 core: Now imports are only populated by one C function.
70ad0ae731 core: Move registration of options.api imports from JS => C.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2026-03-02 12:49:22 -05:00
216d40ef3f ssb: This seems like one way we could be letting duplicate connections slip in, and I don't recall why it is this way. Let's find out. #145
cory pushed to main at cory/tildefriends 2026-03-01 21:43:14 -05:00
a60e70a411 ssb: This improves -t following_perf by about 32%.
cory pushed to main at cory/tildefriends 2026-03-01 10:00:22 -05:00
e6b024dd61 core: Move process.send() from JS to C.
446fcfafa9 ssb: Remove the old attach app option. These days we publish apps from the apps app.
Compare 2 commits »
cory opened issue cory/tildefriends#144 2026-02-27 21:13:57 -05:00
Fight potential
cory pushed to main at cory/tildefriends 2026-02-25 20:44:13 -05:00
36ec39c2da tidy: Address some clang-tidy issues.
cory pushed to main at cory/tildefriends 2026-02-25 19:49:41 -05:00
9eff965e8b build: Let's start work on 0.2026.3.
680702b1b4 build: Update nix.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2026-02-25 19:43:53 -05:00
54c4422889 ios: Don't codesign for the simulator. It's currently failing for me but working without. Also set some versions more differently to appease next submission.