Cory McWilliams cory
cory pushed to main at cory/tildefriends 2025-05-09 13:25:08 -04:00
8e3bc9d700 ssb: Now add back the about cache, and load times are getting good.
cory pushed to main at cory/tildefriends 2025-05-09 07:55:47 -04:00
58c3e6c2ab build: Fix a -fanalyze issue in the tests.
cory pushed to main at cory/tildefriends 2025-05-09 07:35:56 -04:00
0dc148bfea ssb: Don't forget the about info we know as we reload.
cory pushed to main at cory/tildefriends 2025-05-09 07:27:38 -04:00
3eff1b08a9 ssb: Let about info load in its own time.
cory pushed to main at cory/tildefriends 2025-05-08 12:59:03 -04:00
02d789471f ssb: Oops, filter on relevant accounts.
cory pushed to main at cory/tildefriends 2025-05-08 12:39:29 -04:00
d367d47c4d ssb: Switch to a more brute force about-gathering approach. I think if I start with this and avoid querying all known accounts up-front, we will be plenty fast.
cory pushed to main at cory/tildefriends 2025-05-07 19:59:45 -04:00
c93b8fc045 ssb: Show overall unread status on the hamburger menu.
cory closed issue cory/tildefriends#119 2025-05-07 19:27:18 -04:00
Don't require -u for the private command
cory pushed to main at cory/tildefriends 2025-05-07 19:05:59 -04:00
eb9377e21d ssb: Add settings for broadcast and discovery.
cory pushed to main at cory/tildefriends 2025-05-07 18:37:27 -04:00
a1764eee42 update: CodeMirror.
cory pushed to main at cory/tildefriends 2025-05-07 18:32:02 -04:00
86ef74e20d test: More CLI tests, and make -u optional for publish, too.
cory pushed to main at cory/tildefriends 2025-05-07 18:15:39 -04:00
4de53b9926 core: sqlite checkpoint tweaks. Switch the periodic checkpoint to passive mode. Truncate mode was painful on mobile. I'm seeing it succeed often enough that we don't grow indefinitely. Also fix the print.
99a195a3fd update: sqlite 3.49.2.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2025-05-07 17:52:08 -04:00
f1ced31f69 ssb: Faster loads by encouraging the right queries with CTEs in fetch_about.
cory pushed to main at cory/tildefriends 2025-05-06 12:50:00 -04:00
b3cedf2baa ssb: Begin to add some CLI tests.
cory pushed to main at cory/tildefriends 2025-05-05 21:51:45 -04:00
3bf19fabda ssb: Don't require -u for the private command. #119
cory pushed to main at cory/tildefriends 2025-05-05 21:32:43 -04:00
cf81ebe8ad ssb: emoji-fy other cases of some reactions.
cory pushed to main at cory/tildefriends 2025-05-05 21:10:01 -04:00
278b5566a1 ssb: Remove some unintended whitespace at the bottom of messages.
cory opened issue cory/tildefriends#119 2025-05-05 12:12:28 -04:00
Don't require -u for the private command
cory commented on issue cory/tildefriends#108 2025-05-02 19:15:54 -04:00
Fix the shutdown issue for real

Calling this done. Will reopen when I realize I'm wrong.

cory closed issue cory/tildefriends#108 2025-05-02 19:15:54 -04:00
Fix the shutdown issue for real