Cory McWilliams cory
cory pushed to main at cory/tildefriends 2024-08-26 12:27:49 -04:00
9240c6570a Changelog updates. Almost ready for a release.
cory pushed to main at cory/tildefriends 2024-08-26 12:24:42 -04:00
f80a44ccd7 Title case settings names in the admin app.
cory pushed to main at cory/tildefriends 2024-08-25 22:00:37 -04:00
e6f5eb244e Missing port.
cory pushed to main at cory/tildefriends 2024-08-25 21:56:04 -04:00
ab62e83110 Fixed some peer ID brokenness.
cory pushed to main at cory/tildefriends 2024-08-25 13:49:04 -04:00
aeefb9e536 Configure c-ares for haiku a bit better.
cory pushed to main at cory/tildefriends 2024-08-25 13:30:49 -04:00
ee0efa536a Fix and assert against some more unsafe cross-thread JSContext use.
cory pushed to main at cory/tildefriends 2024-08-25 13:03:25 -04:00
2523130fdc Fix some weird layout in the admin app on mobile.
cory pushed to main at cory/tildefriends 2024-08-25 12:45:46 -04:00
c024777184 #buildfix
cory pushed to main at cory/tildefriends 2024-08-25 10:07:47 -04:00
5951d7cd2d Kill some warnings.
cory pushed to main at cory/tildefriends 2024-08-25 09:50:32 -04:00
011670c70b Pass along and use the actual port we're listening on for peers.exchange.
cory pushed to main at cory/tildefriends 2024-08-25 09:39:08 -04:00
6cebd6c769 Try to be more static.
546ae5cbf1 Latest CodeMirror.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2024-08-24 10:39:51 -04:00
f543cc642e Clean up some error'd RPC requests. Don't send blobs.createWants if we're not replicating.
cory pushed to main at cory/tildefriends 2024-08-22 12:43:25 -04:00
8ac3c5ea22 Keep c-ares initialized. Fixes android, which can't just be re-initialized.
cory pushed to main at cory/tildefriends 2024-08-21 22:55:44 -04:00
63918f0680 Make blobs.has do its work off the main thread so it doesn't violate that assert, and make the test cover such things a bit better.
cory pushed to main at cory/tildefriends 2024-08-21 20:56:25 -04:00
bfb3d8b8a2 Add an option to disable account registation, and fix use of a JSContext from the wrong thread along the way.
cory pushed to main at cory/tildefriends 2024-08-21 20:27:47 -04:00
e38ff99607 Special treatment to make TXT record lookup work on android.
cory pushed to main at cory/tildefriends 2024-08-21 19:40:11 -04:00
b0e3d922c8 libuv busy loop in uv__run_timers with -flto. Sigh.
cory pushed to main at cory/tildefriends 2024-08-21 12:53:43 -04:00
a15bb8e994 Don't rely on being idle to do anything. Fixes JS job starvation on slow machines more.
6f487100cd Format.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2024-08-20 12:26:43 -04:00
0693a2315f Fix async job starvation if everything is running too slowly.
cory pushed to main at cory/tildefriends 2024-08-20 02:29:23 -04:00
f360e886ff Make -t peer_exchange complete and test that something happened.