Cory McWilliams cory
cory pushed to main at cory/tildefriends 2026-08-25 20:10:12 -04:00
654139b833 ci: Upload appimages more differently.
cory pushed to main at cory/tildefriends 2026-08-25 19:17:26 -04:00
fc7701d557 ci: Try to upload appimages automatically.
56ea3fbd6f cleanup: prettier.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2026-08-25 19:07:21 -04:00
d9902e3afb chess: Slight fix.
cory pushed to main at cory/tildefriends 2026-08-24 21:20:40 -04:00
03b5ece2ad docs: Prep a changelog.
cory pushed to main at cory/tildefriends 2026-08-24 21:09:01 -04:00
9d55ee5e84 ssb: Style referring messages more like replies.
cory pushed to main at cory/tildefriends 2026-08-24 12:51:43 -04:00
2af1edbe87 ssb: Try to be clever and place adjacent images side by side sort of grid-style.
cory pushed to main at cory/tildefriends 2026-08-23 20:49:23 -04:00
6898852d21 chess: Provide some feedback while waiting for loading and showing user search results.
cory pushed to main at cory/tildefriends 2026-08-23 17:32:16 -04:00
fe3633978d buttfeed: Add silkpurse.
cory pushed to main at cory/tildefriends 2026-08-23 17:23:20 -04:00
36afb2e2ef tests: Log progress in -t=auto so I can see where it gets stuck.
cory pushed to main at cory/tildefriends 2026-08-23 12:40:08 -04:00
f9bb173abb ssb: Address a few dropdown menu issues I've seen. There are certainly more.
2be1915b2d chess: Minor improvements to the invite search results and user display.
70b342e4f1 ssb: Fix some issues with display of about messages.
98dee2e97f update: CodeMirror.
Compare 4 commits »
cory pushed to main at cory/tildefriends 2026-08-20 20:26:58 -04:00
3f5065d230 core: Simplify taskstub callback lifetime. I think this will fix an intermittent test asan issue. Regardless, it's less code.
cory pushed to main at cory/tildefriends 2026-08-20 12:54:13 -04:00
3919f0420a android: Fix DNS.
cory pushed to main at cory/tildefriends 2026-08-20 12:30:19 -04:00
2df10e9bbe ssb: Print what we would publish as JSON so that it shows up in all the consoles.
01243da847 docs: Graps TODOs.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2026-08-20 12:08:46 -04:00
5dc9e9ecb7 ssb: Assert we're running work on the correct thread some more.
cory pushed to main at cory/tildefriends 2026-08-19 20:38:43 -04:00
3608e2d818 core: Add and use a tf_string_equals() to simplify some code.
5b9dcecb17 ssb: Oops.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2026-08-19 20:16:37 -04:00
332f066fe6 ssb: This is less race-y.
cory pushed to main at cory/tildefriends 2026-08-19 20:09:38 -04:00
ddff1df0ff ssb: Split off some of the code in ssb.c that doesn't strictly pertain to tf_ssb_t or tf_ssb_connection_t.
cory pushed to main at cory/tildefriends 2026-08-19 19:51:41 -04:00
b897edef2b ssb: Add a one time verification of existing feeds to flush out some invalid data that was previously replicated. In the process, disallow acquiring a database connection while shutting down, and fix some fallout from that.
cory pushed to main at cory/tildefriends 2026-08-19 12:45:37 -04:00
2c62a340f8 apps: Show the diff against latest in the correct direction.
cory pushed to main at cory/tildefriends 2026-08-18 21:34:19 -04:00
927f5764e9 tests: Parse this output harder to fix an intermittent error.