e59a00922b
ssb: Respond to tunnel.endpoints. Patchwork didn't seem to like that we responded to tunnel.isRoom but not this.
Cory McWilliams2025-01-11 09:23:12 -05:00
872201c886
ssb: Support publishing private messages from the command-line. #89Cory McWilliams2025-01-08 20:16:17 -05:00
3352098284
ssb: Connections established for a one-shot sync timeout due to inactivity so that the sync eventually completes.
Cory McWilliams2025-01-07 12:48:21 -05:00
10b6e9c537
ssb: Remove the weird option to make the server account follow you. Now that this account is admin-controlled, it's unnecessary.
Cory McWilliams2025-01-05 15:29:29 -05:00
3f27af30b7
ssb: Actually fall back to this default global setting value.
Cory McWilliams2025-01-05 15:17:41 -05:00
23db09f9b7
core: Default to loading into the ssb app. No more messing around.
Cory McWilliams2025-01-05 14:52:27 -05:00
d1b7681efc
ssb: Don't show 'Loading...' forever in the ssb app when not signed in. Direct to the login page.
Cory McWilliams2025-01-05 12:52:52 -05:00
44d9f69434
ssb: Refactoring EBT implementation. I think this works not worse than before and will let me schedule message replication better in a future change. #93Cory McWilliams2025-01-03 13:59:25 -05:00
3f343b283b
ssb: Delete one more redundant global setting accessor.
Cory McWilliams2025-01-03 08:41:13 -05:00
cd2fe9f8d9
ssb: Fix a crash on Windows when we would call uv_async_send on a handle that had already been closed. Various other cleanup and improvements along the journey. #96Cory McWilliams2025-01-02 12:35:58 -05:00
fd40596ce7
ssb: Every now and then I load in Chrome and see everywhere I used overflow: scroll when I wanted overflow: auto.
Cory McWilliams2025-01-02 08:58:10 -05:00
9cddd93dad
ssb: Don't schedule duplicate history stream requests for the same account. Changes how we schedule idle work. Let's see if this is better.
Cory McWilliams2024-12-27 15:02:52 -05:00
42da5d8d32
ssb: Experimenting with generating the w3 css theme colors.
Cory McWilliams2024-12-26 22:24:52 -05:00
5af3533598
tests: Clean up some warnings by avoiding in-memory databases. I never got that working well, and it's not representative of actual operation.
Cory McWilliams2024-12-26 20:17:17 -05:00
6185df512f
build: Add help for armdebug/release, and fix some make help alignment.
Cory McWilliams2024-12-24 10:39:11 -05:00
0cbf66c007
build: Let's try to artifact the x86_64 + ARM linux executables.
Cory McWilliams2024-12-24 10:31:09 -05:00
cd378b721d
build: Support and test cross-compiling for linux-aarch64.
Cory McWilliams2024-12-24 10:01:14 -05:00
547d38d1ef
ssb: Put the database in (ie, ~/.local/share/tildefriends/db.sqlite) by default. Unless it already exists in the working directory, so that nobody worries they've lost it. #91Cory McWilliams2024-12-23 16:32:30 -05:00
20c7a71db6
ssb: Add a checkbox to reply in a new thread. #47 Also, it's crab time. I'm sorry it took me so long.
Cory McWilliams2024-12-23 12:06:32 -05:00