Commit Graph

2671 Commits

Author SHA1 Message Date
70c2b73414 welcome: Introducing hermietildefriends.svg. 2025-06-18 19:43:24 -04:00
98013c4422 welcome: Direct to the latest release, obviously. 2025-06-18 19:16:34 -04:00
e9e22b762d docs: Make this format a little prettier-friendly. 2025-06-18 19:08:47 -04:00
620db19936 docs: Auto-generate a usage.md from the command-line interface. 2025-06-18 19:00:13 -04:00
94a79dd62c ssb: How did I not have this index? Makes channel unread queries significantly faster. 2025-06-18 18:26:11 -04:00
b56c3efde0 prettier 2025-06-18 12:37:41 -04:00
066827f8f1 ssb: Deconstruct and instrument the channels unread query. 2025-06-18 12:36:59 -04:00
c3b65d9cd8 update: CodeMirror. 2025-06-18 12:12:57 -04:00
a15b916b06 ssb: Only print broadcast failures once. 2025-06-16 22:26:23 -04:00
31d0a5c233 intro: Don't meddle with settings as non-admin. #129 2025-06-16 12:20:09 -04:00
140179e80a intro: Fix grammar. #128 2025-06-16 12:12:50 -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. 2025-06-15 08:46:07 -04:00
e54312d3b8 ssb: Only admins are offered the option to enable peer exchange. 2025-06-14 20:27:19 -04:00
cadc27b7b5 ssb: Filter out invalid RPC flags. 2025-06-12 12:50:38 -04:00
388b829ec1 ssb: Allow unread status for the mentions tab. 2025-06-12 12:25:58 -04:00
67861f0f33 ssb: Add some options to encourage getting connected to the connections sidebar section. 2025-06-11 20:53:51 -04:00
a1f1eb34d5 ssb: sequence: Sequential 32-bit integer starting at 1. 2025-06-11 20:12:23 -04:00
2a6789063e ssb: Show/hide "Mark All Read" and the unread line more correctly. 2025-06-11 19:22:21 -04:00
cbf1273a55 ssb: Squeeze some blood from the following_perf stone. 2025-06-11 19:12:59 -04:00
8143a23ced format 2025-06-11 18:52:56 -04:00
3c17810747 welcome: Update the welcome page to be a bit more direct and relevant. #124 2025-06-11 18:39:15 -04:00
bea7a2e9ed core: Use JS_NewTypedArray. 2025-06-11 12:56:27 -04:00
2f0a2ac6b0 core: Prefer JS_AtomToCString() over JS_AtomToString() + JS_ToCString(). 2025-06-11 12:46:52 -04:00
18908b6b56 core: Ignore websocket errors when navigating away from the page (ie, Abnormal closure when switching apps). #60 2025-06-11 12:10:28 -04:00
b135a210cc core: Avoid trivial snprintfs. 2025-06-10 21:17:55 -04:00
3a2a829940 ssb: Disabling room support only disables the ability to tunnel through ourselves, not receive tunneled connections. 2025-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. 2025-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. 2025-06-09 12:16:09 -04:00
65ed53281a ssb: Shutdown hygiene. #108 2025-06-07 18:00:05 -04:00
1121557a2e update: CodeMirror. 2025-06-07 17:29:45 -04:00
d4a7b86ee7 ssb: Revise private scanning slightly. 2025-06-07 15:10:37 -04:00
626c18b04e ssb: Fix some correctly identified private messages not showing up in the private message feed. 2025-06-07 15:04:08 -04:00
bfa97ed7c7 log: Disable stdout buffering. I want to see output sooner in journalctl. 2025-06-07 13:24:55 -04:00
deae4d5367 ssb: Obviously close the readers before the writer. 2025-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. 2025-06-07 11:39:31 -04:00
dc9a279991 ssb: Free sqlite3_exec errors. 2025-06-07 10:36:44 -04:00
2a53892581 update: sqlite 3.50.1. 2025-06-07 08:04:34 -04:00
6bef0eb764 prettier 2025-06-04 20:48:04 -04:00
462b40640c ssb: Don't show messages as unread when not in channels that allow unread status. 2025-06-04 19:56:02 -04:00
72e1b2025c core: Chasing shutdown issues some more. Logging. No more task promises once shutdown starts. #108 2025-06-04 19:47:54 -04:00
fc7c4b1257 docs: Add a quick doc of how connecting Manyverse to tildefriends.net is supposed to work. 2025-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. 2025-06-04 18:24:31 -04:00
94c2b1184f prettier 2025-06-04 18:01:39 -04:00
45231d703d ssb: Split recent votes into their own sidebar item as an experiment. #122 2025-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. 2025-06-04 12:24:04 -04:00
3bbc8c4d35 ssb: Consolidate the buttons around the compose UI. #122 2025-06-02 21:47:35 -04:00
8ae10dc80b ssb: Add some more visibility that you're above the unread line. #122 2025-06-02 21:24:03 -04:00
9b11c2c629 ssb: Expose a list of followed accounts on the profile page. #122 2025-06-02 21:06:25 -04:00
e2a231fb4a ssb: Consolidated contact message groups a bit too much. 2025-06-02 12:14:06 -04:00
8a9502d1f2 ssb: More correct/thorough channel status. 2025-05-31 17:55:49 -04:00