Cory McWilliams cory
cory pushed to main at cory/tildefriends 2025-06-14 20:27:21 -04:00
e54312d3b8 ssb: Only admins are offered the option to enable peer exchange.
cory pushed to main at cory/tildefriends 2025-06-12 12:50:43 -04:00
cadc27b7b5 ssb: Filter out invalid RPC flags.
cory pushed to main at cory/tildefriends 2025-06-12 12:26:04 -04:00
388b829ec1 ssb: Allow unread status for the mentions tab.
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.