1b678175ef
build: Missed a number. Let's build a 0.0.32.1 with the version bumps and release it on F-Droid to see that we can.
Cory McWilliams2025-07-02 19:34:33 -04:00
8eb1f40eec
build: Only build docs once, and use the right number of jobs.
Cory McWilliams2025-07-02 19:12:08 -04:00
235887b3bf
android: Bump android versions in the gitea action, too.
Cory McWilliams2025-07-02 18:59:29 -04:00
0b3d66dd48
android: Google says: 'App must target Android 15 (API level 35) or higher'. Bump SDK versions while I'm in here.
Cory McWilliams2025-07-02 18:53:04 -04:00
586f87625d
ssb: Revise the message queries slightly to not include votes where it might just be noisy.
Cory McWilliams2025-07-01 12:50:02 -04:00
1542370f9b
ssb: Let's try not tracking vote unread status. It's useful that the channel is there, but it's too noisy for me to want to mark it as read.
Cory McWilliams2025-07-01 12:41:25 -04:00
1f40bc1a0f
core: Fix the one place where we called a JS function and didn't check for jobs to run as a result. Fixes getting stuck in the intro as a non-admin.
Cory McWilliams2025-06-22 18:53:20 -04:00
53cba2d7e4
Move all but the deleting off of the writer when deleting blobs and messages. Trying to eliminate a period of unresponsiveness near launch.
Cory McWilliams2025-06-15 08:46:07 -04:00
e54312d3b8
ssb: Only admins are offered the option to enable peer exchange.
Cory McWilliams2025-06-14 20:27:19 -04:00
3a2a829940
ssb: Disabling room support only disables the ability to tunnel through ourselves, not receive tunneled connections.
Cory McWilliams2025-06-10 20:36:59 -04:00
e56dd2dd2d
core: Remove hitch tracking. Hasn't been an active problem, and the traces are sufficient to diagnose.
Cory McWilliams2025-06-10 12:44:56 -04:00
3f41a48bc7
ssb: Use message refs to get channel contents, not full-text search. Much faster for certain channels.
Cory McWilliams2025-06-09 12:16:09 -04:00
626c18b04e
ssb: Fix some correctly identified private messages not showing up in the private message feed.
Cory McWilliams2025-06-07 15:04:08 -04:00
bfa97ed7c7
log: Disable stdout buffering. I want to see output sooner in journalctl.
Cory McWilliams2025-06-07 13:24:55 -04:00
deae4d5367
ssb: Obviously close the readers before the writer.
Cory McWilliams2025-06-07 13:19:46 -04:00
899605c860
ssb: Actually prevent the sqlite WAL file from growing out of control by truncating when it grows to about 64MB of pages.
Cory McWilliams2025-06-07 11:39:31 -04:00
462b40640c
ssb: Don't show messages as unread when not in channels that allow unread status.
Cory McWilliams2025-06-04 19:56:02 -04:00
72e1b2025c
core: Chasing shutdown issues some more. Logging. No more task promises once shutdown starts. #108Cory McWilliams2025-06-04 19:47:54 -04:00
fc7c4b1257
docs: Add a quick doc of how connecting Manyverse to tildefriends.net is supposed to work.
Cory McWilliams2025-06-04 18:45:18 -04:00
6c22c59056
room: Fix multiple issues with the core room app. Good gravy, it's like I don't want people to connect.
Cory McWilliams2025-06-04 18:24:31 -04:00
45231d703d
ssb: Split recent votes into their own sidebar item as an experiment. #122Cory McWilliams2025-06-04 18:00:46 -04:00
7882fcbe8f
ssb: The red border is too much and stacks poorly. Let's try the same unread icon from the sidebar.
Cory McWilliams2025-06-04 12:24:04 -04:00
534438df63
ssb: The message_refs table had loads of erroneous entries. This fixes that and adds channel/hashtag refs.
Cory McWilliams2025-05-31 17:42:10 -04:00