1b678175efbuild: 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
8eb1f40eecbuild: Only build docs once, and use the right number of jobs.Cory McWilliams2025-07-02 19:12:08 -04:00
235887b3bfandroid: Bump android versions in the gitea action, too.Cory McWilliams2025-07-02 18:59:29 -04:00
0b3d66dd48android: 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
586f87625dssb: Revise the message queries slightly to not include votes where it might just be noisy.Cory McWilliams2025-07-01 12:50:02 -04:00
1542370f9bssb: 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
1f40bc1a0fcore: 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
53cba2d7e4Move 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
e54312d3b8ssb: Only admins are offered the option to enable peer exchange.Cory McWilliams2025-06-14 20:27:19 -04:00
2f0a2ac6b0core: Prefer JS_AtomToCString() over JS_AtomToString() + JS_ToCString().Cory McWilliams2025-06-11 12:46:52 -04:00
18908b6b56core: Ignore websocket errors when navigating away from the page (ie, Abnormal closure when switching apps). #60Cory McWilliams2025-06-11 12:10:28 -04:00
3a2a829940ssb: Disabling room support only disables the ability to tunnel through ourselves, not receive tunneled connections.Cory McWilliams2025-06-10 20:36:59 -04:00
e56dd2dd2dcore: 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
3f41a48bc7ssb: 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
626c18b04essb: Fix some correctly identified private messages not showing up in the private message feed.Cory McWilliams2025-06-07 15:04:08 -04:00
bfa97ed7c7log: Disable stdout buffering. I want to see output sooner in journalctl.Cory McWilliams2025-06-07 13:24:55 -04:00
deae4d5367ssb: Obviously close the readers before the writer.Cory McWilliams2025-06-07 13:19:46 -04:00
899605c860ssb: 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
462b40640cssb: Don't show messages as unread when not in channels that allow unread status.Cory McWilliams2025-06-04 19:56:02 -04:00
72e1b2025ccore: Chasing shutdown issues some more. Logging. No more task promises once shutdown starts. #108Cory McWilliams2025-06-04 19:47:54 -04:00
fc7c4b1257docs: Add a quick doc of how connecting Manyverse to tildefriends.net is supposed to work.Cory McWilliams2025-06-04 18:45:18 -04:00
6c22c59056room: 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
534438df63ssb: 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