Cory McWilliams cory
cory pushed to main at cory/tildefriends 2024-11-25 17:14:19 -05:00
71444b0427 ssb: Shutdown fixes.
a08bba438e update: sqlite 3.47.1.
Compare 2 commits »
cory closed issue cory/tildefriends#80 2024-11-25 12:55:55 -05:00
Actually delete feeds when they're sufficiently blocked / unfollowed
cory pushed to main at cory/tildefriends 2024-11-25 12:53:32 -05:00
df1e6711af ssb: Add a setting to periodically clean up un-followed feeds. #80
cory closed issue cory/tildefriends#79 2024-11-25 11:20:45 -05:00
Do the right hop count / replication policy
cory pushed to main at cory/tildefriends 2024-11-25 11:20:37 -05:00
f6d4e934e3 ssb: Adjust the follow/hops policies. Replication defaults to 2 hops, counted in the same way as the docs, and is configurable. #79
d5bd4c6735 test: Use -t=auto to update some screenshots.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2024-11-25 09:39:40 -05:00
eb12ba6ed2 test: Use -t=auto to generate some screenshots, detect -t=auto failure more reliably, exercise setting the initial profile, and fix various bugs that fell out.
6e83c08535 ssb: Add an index that helps me calculate feed size about 8x faster.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2024-11-23 16:49:40 -05:00
b6bfdec48d ssb: Move the refresh/sync button to the navigation bar as an experiment.
cory pushed to main at cory/tildefriends 2024-11-23 16:46:36 -05:00
f9ec796291 bot: Give more information about new issues.
cory opened issue cory/tildefriends#80 2024-11-23 10:22:06 -05:00
Actually delete feeds when they're sufficiently blocked / unfollowed
cory opened issue cory/tildefriends#79 2024-11-23 10:19:49 -05:00
Do the right hop count / replication policy
cory opened issue cory/tildefriends#78 2024-11-23 10:17:59 -05:00
Storage management tools
cory pushed to main at cory/tildefriends 2024-11-20 20:30:40 -05:00
3beb1d0683 update: CodeMirror.
8836c7f0ca cleanup: prettier + format.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2024-11-20 20:20:19 -05:00
ef5ce1d6e1 web: Show the little graphs if the Tilde Friends verison thingy is expanded. I want to be able to optionally see these on mobile.
0ea1213139 ssb: Use the same refresh character in two places.
51fe372f60 ssb: Stick the stylesheet on document.body. No more fonts changing when various dialogs show up.
eb8f9f8936 web: Add some meta tags to make it show up better in search engines / embeds maybe. #43
Compare 4 commits »
cory pushed to main at cory/tildefriends 2024-11-18 22:58:55 -05:00
afc1524874 bot: Scrape my changes better from gitea RSS.
cory pushed to main at cory/tildefriends 2024-11-18 22:47:55 -05:00
fbb975625c update: speedscope 1.21.0.
cory pushed to main at cory/tildefriends 2024-11-13 20:22:46 -05:00
53e75d8209 cleanup: Consolidate countof macros.
cory pushed to main at cory/tildefriends 2024-11-13 20:12:53 -05:00
5bdf970c10 ssb: Don't list broadcasts for identities to which we are already connected.
50089f72c6 ssb: We can show what state a connection is in.
62e15e0208 update: CodeMirror.
3d8b02a7f3 ssb+issues+core: prettier
Compare 4 commits »
cory pushed to main at cory/tildefriends 2024-11-13 18:50:26 -05:00
20701d9cf1 ssb: Missed a few connection failures for context.
fa94442eb2 ssb: Populate more connection errors with context.
68ff77e172 ssb: Hook up connect error messages more thoroughly.
102e9be3a8 update: c-ares 1.34.3.
Compare 4 commits »
cory pushed to main at cory/tildefriends 2024-11-12 21:47:21 -05:00
92bf01a183 ssb+issues: Fix missing dependencies of my commonmarkjs extensions.
cory pushed to main at cory/tildefriends 2024-11-12 21:36:56 -05:00
559504ae29 security: Use commonmarkjs with {safe: true} as intended.