Cory McWilliams cory
cory pushed to main at cory/tildefriends 2025-04-13 20:49:01 -04:00
40fa7edadf ssb: Show message count when viewing an account profile.
cory pushed to main at cory/tildefriends 2025-04-13 13:28:52 -04:00
d6926569c6 verify: Add an option to dump a specific message in the format that its signature validates as well as a hex representation of the bytes for good measure.
cory pushed to main at cory/tildefriends 2025-04-13 07:53:21 -04:00
a8bba324ca ssb: Fix removing a mention discarding a draft.
cory pushed to main at cory/tildefriends 2025-04-12 09:43:59 -04:00
5bba5776b3 core: Get rid of the httpd JS object. Potential progress on #108.
cory pushed to main at cory/tildefriends 2025-04-12 08:40:41 -04:00
8104f6f228 ssb: Fix and test the messages_stats trigger.
cory pushed to main at cory/tildefriends 2025-04-12 07:05:44 -04:00
3f4738e593 ssb: Fall back to hostnames for connections in the sidebar.
cory pushed to main at cory/tildefriends 2025-04-11 19:32:31 -04:00
1516e17f5d update: Lit 3.3.0.
cory pushed to main at cory/tildefriends 2025-04-11 19:29:14 -04:00
676d2702b7 ssb: Read back-pressure on a tunnel connection affects the parent connection. This was causing spurrious disconnects.
cory pushed to main at cory/tildefriends 2025-04-09 22:47:29 -04:00
5d39548964 ssb: Why is this faster?
cory pushed to main at cory/tildefriends 2025-04-09 22:20:46 -04:00
67d458bd38 ssb: prettier.
d9684c7d62 ssb: Fix culling feeds again.
5a818d2119 ssb: More incremental profile loading?
6f96d4ce65 ssb: More different feed culling logic.
f72395756a ssb: If things time out because we're following a million accounts...recover ungracefully.
Compare 5 commits »
cory pushed to main at cory/tildefriends 2025-04-09 19:32:59 -04:00
38d746b310 ssb: Dust off the verify command.
f7270987ea http: Trying to track down a rare 404 I get on save.
6f565c0f0a ssb: Move reply and react to the message % menu.
7f252e79b6 ssb: Faster channel loads.
ba2bb17638 ssb: Gather all the votes for messages seen.
Compare 5 commits »
cory pushed to main at cory/tildefriends 2025-04-09 12:35:34 -04:00
bc7c658293 update: CoreMirror.
4d84e69bb5 update: libbacktrace.
03fac74908 update: c-ares 1.34.5.
5252ff1ecf update: OpenSSL 3.5.0.
Compare 4 commits »
cory pushed to main at cory/tildefriends 2025-04-07 22:35:47 -04:00
20100d3fd4 ssb: Oops, that event was Firefox-specific.
cory pushed to main at cory/tildefriends 2025-04-07 22:22:35 -04:00
dd3b2656ad ssb: Message % menu tweaks. Show on click. Hide when clicking off. Bury the message ID further.
cory pushed to main at cory/tildefriends 2025-04-05 22:05:31 -04:00
657f25e22b ssb: Bring back the date. Whoops.
cory pushed to main at cory/tildefriends 2025-04-05 18:40:04 -04:00
8be354fc49 ssb: It is troubling to me that querying like this is so much faster.
cory commented on issue cory/tildefriends#50 2025-04-05 17:54:00 -04:00
Better message % link

e5747583402175919316dc015b5e73deff130452

cory closed issue cory/tildefriends#50 2025-04-05 17:54:00 -04:00
Better message % link
cory pushed to main at cory/tildefriends 2025-04-05 17:53:51 -04:00
e574758340 ssb: Make a message % context menu with some new options to begin to declutter the message view itself.
cory pushed to main at cory/tildefriends 2025-04-05 09:53:49 -04:00
40cf519492 http: I caught an http listener lingering on shutdown. Clean them up more correctly. Possible progress on #108.