Cory McWilliams cory
cory pushed to main at cory/tildefriends 2025-12-15 20:43:00 -05:00
d873d99b23 ssb: Handful of URL encoding issues.
cory pushed to main at cory/tildefriends 2025-12-15 12:30:32 -05:00
1a5392d942 ssb: Avoid an unnecessary messages load.
cory pushed to main at cory/tildefriends 2025-12-13 09:01:20 -05:00
ef80c0910c intro: Scroll to top when switching pages.
6c641acdd3 ssb: Put the hamburger menu on the same line as the welcome text.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2025-12-12 18:24:26 -05:00
f0babc6f95 core: Fix a recently introduced use after free.
cory pushed to main at cory/tildefriends 2025-12-11 22:05:08 -05:00
1382eac7e5 ssb: Paranoia around trying to avoid showing stale/irrelevant messages. Need to rethink this approach entirely sometime.
cory pushed to main at cory/tildefriends 2025-12-11 22:01:43 -05:00
79b7252a27 ssb: Be much more generous about what's allowed in a hashtag ref. Fixes #dev-diary not behaving correctly as a channel.
cory pushed to main at cory/tildefriends 2025-12-11 12:48:51 -05:00
2e8402d11d update: CodeMirror.
cory pushed to main at cory/tildefriends 2025-12-10 12:53:29 -05:00
c34065795c build: Get iOS and Android on the same versionCode/CFBundleVersion.
cory pushed to main at cory/tildefriends 2025-12-10 12:28:52 -05:00
1463c18c12 core: Unused.
cory pushed to main at cory/tildefriends 2025-12-09 21:33:06 -05:00
f39b0977b7 build: Fix.
cory pushed to main at cory/tildefriends 2025-12-09 20:30:14 -05:00
8f9824e9b7 core: Minor simplification around getting account name.
cory pushed to main at cory/tildefriends 2025-12-09 20:21:05 -05:00
33392e7c55 core: Move ssb.swapWithServerIdentity() to C.
cory pushed to main at cory/tildefriends 2025-12-09 19:05:19 -05:00
b4c014fd27 core: Remove some ancient unused resizeMe, setHash, and storeBlob message handlers.
cory closed issue cory/tildefriends#108 2025-12-09 18:51:27 -05:00
Fix the shutdown issue for real
cory commented on issue cory/tildefriends#108 2025-12-09 18:51:27 -05:00
Fix the shutdown issue for real

I've fixed some good shutdown issues lately, and I can see the JS -> C finish line. Closing this again.

cory pushed to main at cory/tildefriends 2025-12-09 18:49:45 -05:00
81353b4da9 update: CodeMirror.
d67297c35b ssb: Better search feedback.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2025-12-09 18:10:53 -05:00
192e9e0955 core: Better error handling for deleting users.
cory pushed to main at cory/tildefriends 2025-12-09 18:02:52 -05:00
2449202b5d core: Move core.deleteUser() to C.
cory pushed to main at cory/tildefriends 2025-12-09 13:02:28 -05:00
f1876a34ec core: Move core.globalSettingSet to C.
cory pushed to main at cory/tildefriends 2025-12-08 21:51:14 -05:00
3c6eeb9cd3 core: Move invoking the permission test to C, at least for adding/removing blocks.