Cory McWilliams cory
cory pushed tag v0.0.20 to cory/tildefriends 2024-06-26 20:30:34 -04:00
cory pushed to main at cory/tildefriends 2024-06-26 20:20:47 -04:00
92b31de4a9 Latest libbacktrace.
5452f3f623 Appease -fsanitize.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2024-06-26 19:59:51 -04:00
256614dbaf Actually stop stomping settings.
cory pushed to main at cory/tildefriends 2024-06-26 19:45:38 -04:00
049449b213 I think this is how I lost settings.
cory pushed to main at cory/tildefriends 2024-06-26 19:31:50 -04:00
85b46336b1 Better draft cleanup on submit.
590afa7b01 Fix content warnings.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2024-06-23 15:12:12 -04:00
574292b798 Reduce some common log noise.
cory pushed to main at cory/tildefriends 2024-06-23 11:48:04 -04:00
21cf503a59 Fix a navigation bar option I neglected to button-ify.
cory pushed to main at cory/tildefriends 2024-06-20 20:42:17 -04:00
3630cdbfe0 Consolidate the acount/login navigation bar options to try to save some space on mobile.
cory pushed to main at cory/tildefriends 2024-06-20 20:08:47 -04:00
0f3be229e6 Actually, let's minify this thing using svgomg.
cory pushed to main at cory/tildefriends 2024-06-20 20:05:50 -04:00
8e5a024d3d SVG favicon.
cory pushed to main at cory/tildefriends 2024-06-20 19:50:11 -04:00
410bb7c09d Fix a ref count mistake and add a long-overdue tf_util_print_backtrace() that helped me find it.
cory pushed to main at cory/tildefriends 2024-06-20 12:37:12 -04:00
9de8b0f449 Oops.
cory pushed to main at cory/tildefriends 2024-06-17 21:46:40 -04:00
d47c3a1222 Fix a ref/unref mismatch.
cory pushed to main at cory/tildefriends 2024-06-17 21:24:37 -04:00
df99b3aa90 Trying to catch an issue I think I saw in the debugger.
cory pushed to main at cory/tildefriends 2024-06-17 21:00:15 -04:00
0090850e10 Forgot the other end of blobs.get.
cory pushed to main at cory/tildefriends 2024-06-17 12:37:45 -04:00
9efd64bd18 Actually enforce _tf_ssb_assert_not_main_thread.
cory pushed to main at cory/tildefriends 2024-06-16 17:23:17 -04:00
b16c37e48b Make ssb.privateMessageDecrypt do its work not on the main thread. I think that's finally everything for real.
cory pushed to main at cory/tildefriends 2024-06-16 17:09:00 -04:00
3ee2c00726 Build fix.
cory pushed to main at cory/tildefriends 2024-06-16 17:08:01 -04:00
d5a7e19f1a Move the bulk of ssb.privateMessageEncrypt work (CPU + DB) off the main thread.
cory pushed to main at cory/tildefriends 2024-06-16 16:23:49 -04:00
9b52415b35 Make ssb.setServerFollowingMe not use the DB from the main thread. Two left??