Cory McWilliams cory
cory pushed to main at cory/tildefriends 2025-06-11 20:53:55 -04:00
67861f0f33 ssb: Add some options to encourage getting connected to the connections sidebar section.
cory pushed to main at cory/tildefriends 2025-06-11 20:12:27 -04:00
a1f1eb34d5 ssb: sequence: Sequential 32-bit integer starting at 1.
cory pushed to main at cory/tildefriends 2025-06-11 19:22:26 -04:00
2a6789063e ssb: Show/hide "Mark All Read" and the unread line more correctly.
cory pushed to main at cory/tildefriends 2025-06-11 19:15:41 -04:00
cbf1273a55 ssb: Squeeze some blood from the following_perf stone.
8143a23ced format
Compare 2 commits »
cory pushed to main at cory/tildefriends 2025-06-11 18:39:21 -04:00
3c17810747 welcome: Update the welcome page to be a bit more direct and relevant. #124
cory pushed to main at cory/tildefriends 2025-06-11 12:56:30 -04:00
bea7a2e9ed core: Use JS_NewTypedArray.
cory pushed to main at cory/tildefriends 2025-06-11 12:46:54 -04:00
2f0a2ac6b0 core: Prefer JS_AtomToCString() over JS_AtomToString() + JS_ToCString().
cory closed issue cory/tildefriends#60 2025-06-11 12:10:35 -04:00
Error: Closed: abnormal closure when accessing an app
cory pushed to main at cory/tildefriends 2025-06-11 12:10:30 -04:00
18908b6b56 core: Ignore websocket errors when navigating away from the page (ie, Abnormal closure when switching apps). #60
cory pushed to main at cory/tildefriends 2025-06-10 21:17:58 -04:00
b135a210cc core: Avoid trivial snprintfs.
cory pushed to main at cory/tildefriends 2025-06-10 20:37:02 -04:00
3a2a829940 ssb: Disabling room support only disables the ability to tunnel through ourselves, not receive tunneled connections.
cory pushed to main at cory/tildefriends 2025-06-10 12:44:59 -04:00
e56dd2dd2d core: Remove hitch tracking. Hasn't been an active problem, and the traces are sufficient to diagnose.
cory commented on issue cory/tildefriends#127 2025-06-09 23:02:36 -04:00
client is a stranger

Seems to be this code...

    monitorIncomingConnections() {
        const firewall = this;
        const { ssb, config } = firewall;
        ssb.auth.hook(async function (fn, args)
cory opened issue cory/tildefriends#127 2025-06-09 12:52:13 -04:00
client is a stranger
cory pushed to main at cory/tildefriends 2025-06-09 12:16:13 -04:00
3f41a48bc7 ssb: Use message refs to get channel contents, not full-text search. Much faster for certain channels.
cory pushed to main at cory/tildefriends 2025-06-07 18:00:08 -04:00
65ed53281a ssb: Shutdown hygiene. #108
cory pushed to main at cory/tildefriends 2025-06-07 17:29:49 -04:00
1121557a2e update: CodeMirror.
cory pushed to main at cory/tildefriends 2025-06-07 15:10:43 -04:00
d4a7b86ee7 ssb: Revise private scanning slightly.
626c18b04e ssb: Fix some correctly identified private messages not showing up in the private message feed.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2025-06-07 13:24:58 -04:00
bfa97ed7c7 log: Disable stdout buffering. I want to see output sooner in journalctl.
deae4d5367 ssb: Obviously close the readers before the writer.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2025-06-07 11:39:35 -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.
dc9a279991 ssb: Free sqlite3_exec errors.
Compare 2 commits »