Cory McWilliams cory
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.
cory pushed to main at cory/tildefriends 2024-08-15 12:48:28 -04:00
6ea08cc5dc Add the beginnings of a peers.exchange test and begin to fix fallout.
cory pushed to main at cory/tildefriends 2024-08-15 12:13:02 -04:00
347c706d6f ci: undefined reference to arc4random_buf
cory pushed to main at cory/tildefriends 2024-08-14 21:16:35 -04:00
5f5e6616c7 Install graphviz for building docs.
cory pushed to main at cory/tildefriends 2024-08-14 21:07:19 -04:00
657bcadc7e Work-in-progress, untested, naive peer exchange. Intended to be disabled by default by a setting.
107666cc60 Add a setting to toggle whether replication is allowed, to be able to make a pure room, or even less, node.
b37669184a doxygen -u # 1.9.8
163a01f224 sqlite 3.46.1.
3d58094199 Fix some sanitizer issues, and disable LTO in debug builds to save some iteration time.
Compare 6 commits »
cory pushed to main at cory/tildefriends 2024-08-14 18:55:38 -04:00
34804d5162 Fix android crashing in c-ares and a makefile typo.
cory closed issue cory/tildefriends#72 2024-08-14 12:45:32 -04:00
prompt() not implemented on Android