|
107666cc60
|
Add a setting to toggle whether replication is allowed, to be able to make a pure room, or even less, node.
|
2024-08-14 20:02:46 -04:00 |
|
|
3d58094199
|
Fix some sanitizer issues, and disable LTO in debug builds to save some iteration time.
|
2024-08-14 19:40:20 -04:00 |
|
|
463951a4f1
|
Track/show the origin of each broadcast (discovery/room/peer exchange).
|
2024-08-14 19:23:01 -04:00 |
|
|
d32999f178
|
Decouple DNS-based seed discovery from the broadcast timer.
Build Tilde Friends / Build-All (push) Waiting to run
|
2024-08-08 18:50:54 -04:00 |
|
|
f621feb843
|
Fix some builds and make the windows build actually succeed at resolving what I want.
Build Tilde Friends / Build-All (push) Failing after 4m13s
|
2024-08-07 22:25:38 -04:00 |
|
|
8d277f029d
|
Support using a seeds host for bootstrapping connections.
|
2024-08-07 21:03:39 -04:00 |
|
|
574292b798
|
Reduce some common log noise.
|
2024-06-23 15:11:18 -04:00 |
|
|
df99b3aa90
|
Trying to catch an issue I think I saw in the debugger.
|
2024-06-17 21:23:48 -04:00 |
|
|
9efd64bd18
|
Actually enforce _tf_ssb_assert_not_main_thread.
|
2024-06-17 12:36:54 -04:00 |
|
|
991022adfc
|
Move ssb.appendMessageWithIdentity's DB work off the main thread.
|
2024-06-16 07:51:06 -04:00 |
|
|
71329c5532
|
format+prettier
|
2024-06-03 12:36:34 -04:00 |
|
|
feb4bf9e87
|
Limit message sends in a continued attempt to fix intermittent runaway memory usage. #64
|
2024-06-02 12:38:12 -04:00 |
|
|
d974a5e044
|
An experiment in controlling memory usage when syncing. uv_read_stop when we have too active message/blob writes to the database and uv_read_start when we're back under control. #64
|
2024-05-22 19:53:33 -04:00 |
|
|
a0210379ae
|
Avoid confusing log output when responding with a method not found error.
|
2024-05-20 12:39:21 -04:00 |
|
|
e56dc207d1
|
Fix some shutdown issues in connection tracker code.
|
2024-05-16 12:41:48 -04:00 |
|
|
74bb2151c1
|
Fix shutdown issues with in-flight SSB connection attempts.
|
2024-05-15 12:37:13 -04:00 |
|
|
11a6649847
|
Add back a verify command. Remove unused and not very useful ssb.getMessage(). Make field ordering shenanigans more explicit.
|
2024-05-11 08:48:50 -04:00 |
|
|
385524352c
|
Refactor most uses of uv_queue_work to go through a helper that keeps track of thread business, traces, and is generally less code.
|
2024-05-08 21:00:37 -04:00 |
|
|
17667b4cf8
|
make format
|
2024-05-02 20:10:56 -04:00 |
|
|
5231ec22e7
|
More trying to clean up lingering requests.
|
2024-05-02 19:59:54 -04:00 |
|
|
929ae1b709
|
After eyeballing lingering requests, clean up requests after the response to an async (non-streaming) request is done.
|
2024-05-02 19:37:38 -04:00 |
|
|
f01f7a5ab9
|
Show active RPC requests in the connections tab. Probably TMI, but I want greater introspection into what is going on, and this seemed like a positive step.
|
2024-05-02 19:02:23 -04:00 |
|
|
9f3171e3f1
|
Remove auth.js. #7
|
2024-04-02 20:11:36 -04:00 |
|
|
b04eccdbda
|
Move the auth handler out of JS. #7
|
2024-03-31 16:15:50 -04:00 |
|
|
e5ba51b80a
|
Chasing a leak that looks like an EBT clock. Deleted some unneeded code and adding a missing JS free.
|
2024-03-17 13:44:05 +00:00 |
|
|
537a8654fa
|
Rename sequence_before_author => flags. #29
|
2024-03-13 19:40:09 -04:00 |
|
|
cb94ed6a2a
|
Some plumbing to expose the actual bound SHS port so that I can make a dynamic room app.
|
2024-03-07 21:03:14 -05:00 |
|
|
e3071b372a
|
Poking at TCP binds from Haiku.
|
2024-03-04 21:51:27 -05:00 |
|
|
42994f8977
|
Make the SSB network key configurable by command-line argument.
|
2024-03-02 15:01:09 -05:00 |
|
|
d0e11bc68b
|
Add missing .clang-format, and fix some spaces that slipped through.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4856 ed5197a5-7fde-0310-b194-c3ffbd925b24
|
2024-02-17 19:22:02 +00:00 |
|
|
aeb5c6ee25
|
Run the selenium automation tests from C, so that they all run in once place, and because I get better errors for some reason. Fix more issues along the way.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4847 ed5197a5-7fde-0310-b194-c3ffbd925b24
|
2024-02-16 00:47:54 +00:00 |
|
|
fbc3cfeda4
|
clang-format the source. Not exactly how I want it, but automated is better than perfect.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4845 ed5197a5-7fde-0310-b194-c3ffbd925b24
|
2024-02-15 23:35:01 +00:00 |
|
|
685754895b
|
Have we achieved clean shutdown?
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4841 ed5197a5-7fde-0310-b194-c3ffbd925b24
|
2024-02-13 23:07:36 +00:00 |
|
|
96167c3167
|
Fix more memory leaks and ssb shutdown order issues.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4825 ed5197a5-7fde-0310-b194-c3ffbd925b24
|
2024-02-06 17:42:17 +00:00 |
|
|
08b5ade8ec
|
Getting closer on lifetime issues.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4798 ed5197a5-7fde-0310-b194-c3ffbd925b24
|
2024-01-27 14:44:17 +00:00 |
|
|
fa06282ff9
|
Make it so we don't have to wait ages for a timer to be able to shutdown with ^C.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4796 ed5197a5-7fde-0310-b194-c3ffbd925b24
|
2024-01-27 13:48:16 +00:00 |
|
|
4fd155e68a
|
Make haiku compile again, though I'm not happy about its lack of INADDR_ANY support.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4759 ed5197a5-7fde-0310-b194-c3ffbd925b24
|
2024-01-12 00:11:03 +00:00 |
|
|
74eb74deb1
|
Playing with pahole.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4756 ed5197a5-7fde-0310-b194-c3ffbd925b24
|
2024-01-11 01:38:30 +00:00 |
|
|
b40457d774
|
Disable storing messages for disconnection debug by default, and add another environment variable for logging SSB RPC messages.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4751 ed5197a5-7fde-0310-b194-c3ffbd925b24
|
2024-01-10 02:41:28 +00:00 |
|
|
2353b43514
|
Attempt to release sqlite memory.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4750 ed5197a5-7fde-0310-b194-c3ffbd925b24
|
2024-01-10 02:36:27 +00:00 |
|
|
14b7f9237b
|
A uv_connect_t is not a handle that can be closed. Fixes a crash.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4701 ed5197a5-7fde-0310-b194-c3ffbd925b24
|
2023-12-29 18:58:58 +00:00 |
|
|
a6c8dd846c
|
Put verbose messages on a command-line argument, finally, and format the messages a bit better.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4625 ed5197a5-7fde-0310-b194-c3ffbd925b24
|
2023-11-09 00:28:34 +00:00 |
|
|
699438602c
|
Make import and export commands complete reliably.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4621 ed5197a5-7fde-0310-b194-c3ffbd925b24
|
2023-11-08 23:03:21 +00:00 |
|
|
1f96413bd3
|
A few places I missed tracking busy worker threads.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4507 ed5197a5-7fde-0310-b194-c3ffbd925b24
|
2023-10-11 16:43:48 +00:00 |
|
|
29d2a45abc
|
Move reading settings from the database off of the main thread. It now happens periodically in a worker, which means I don't think there's anything blocking the main thread anymore.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4504 ed5197a5-7fde-0310-b194-c3ffbd925b24
|
2023-10-11 15:44:40 +00:00 |
|
|
62cdc592c0
|
Move sending history streams to the worker threads.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4499 ed5197a5-7fde-0310-b194-c3ffbd925b24
|
2023-10-08 15:14:42 +00:00 |
|
|
11373faf23
|
Log during -t=bench every database access from the main thread.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4498 ed5197a5-7fde-0310-b194-c3ffbd925b24
|
2023-10-08 14:25:22 +00:00 |
|
|
0473eec0a2
|
Remove DB work from tf_ssb_notify_message_added, which runs on the main thread.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4497 ed5197a5-7fde-0310-b194-c3ffbd925b24
|
2023-10-08 13:52:49 +00:00 |
|
|
b23b0ca239
|
Some include-what-you-use progress.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4462 ed5197a5-7fde-0310-b194-c3ffbd925b24
|
2023-09-13 23:39:52 +00:00 |
|
|
85ac6c215a
|
Populate host and port for incoming SSB connections, too.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4457 ed5197a5-7fde-0310-b194-c3ffbd925b24
|
2023-09-09 14:45:55 +00:00 |
|