Cory McWilliams cory
cory pushed to main at cory/tildefriends 2025-01-08 20:16:20 -05:00
872201c886 ssb: Support publishing private messages from the command-line. #89
cory pushed to main at cory/tildefriends 2025-01-07 12:48:24 -05:00
3352098284 ssb: Connections established for a one-shot sync timeout due to inactivity so that the sync eventually completes.
cory pushed to main at cory/tildefriends 2025-01-06 20:46:20 -05:00
d0bbd7f24f ssb: Add a has_blob command. #89
cory pushed to main at cory/tildefriends 2025-01-05 21:43:32 -05:00
7f87714b58 ssb: Add some missing padding.
cory pushed to main at cory/tildefriends 2025-01-05 17:16:09 -05:00
5594bee618 ssb: Add get_identity, get_sequence, and get_profile commands. #89
cory pushed to main at cory/tildefriends 2025-01-05 16:11:35 -05:00
c469ef23e6 ssb: Make the profile layout a little friendlier.
f6e74f2526 ssb: Try to fix profile layout yet again. Man, CSS.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2025-01-05 15:29:33 -05:00
10b6e9c537 ssb: Remove the weird option to make the server account follow you. Now that this account is admin-controlled, it's unnecessary.
3f27af30b7 ssb: Actually fall back to this default global setting value.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2025-01-05 14:52:30 -05:00
23db09f9b7 core: Default to loading into the ssb app. No more messing around.
cory pushed to main at cory/tildefriends 2025-01-05 12:52:55 -05:00
d1b7681efc ssb: Don't show 'Loading...' forever in the ssb app when not signed in. Direct to the login page.
cory pushed to main at cory/tildefriends 2025-01-04 21:38:59 -05:00
61ad405ad8 ssb: Too bright.
cory pushed to main at cory/tildefriends 2025-01-04 21:38:26 -05:00
aff98110e0 ssb: Tidy up some of the more common reasons for disconnect.
cory commented on issue cory/tildefriends#93 2025-01-04 21:16:51 -05:00
Rewrite EBT

Good enough for now.

cory closed issue cory/tildefriends#93 2025-01-04 21:16:51 -05:00
Rewrite EBT
cory pushed to main at cory/tildefriends 2025-01-04 21:05:30 -05:00
2f36db9142 ssb: Don't display mentions for tags that are used in the text of a message.
cory pushed to main at cory/tildefriends 2025-01-04 17:12:04 -05:00
aa86ee1066 cleanup: rm test.c
cory pushed to main at cory/tildefriends 2025-01-04 17:08:38 -05:00
dbbcce8165 ssb: Don't store connections that aren't user-initiated.
cory pushed to main at cory/tildefriends 2025-01-04 13:04:05 -05:00
1ed066ef0f ssb: Fix naked hashtag links (to the corresponding channel).
cory pushed to main at cory/tildefriends 2025-01-04 12:41:07 -05:00
763f7d45d8 ssb: Prettier.
cory pushed to main at cory/tildefriends 2025-01-04 09:58:19 -05:00
2328f3afb5 ssb: Ease up on excessively re-hitting the database for ebt.replicate even more.
cory commented on issue cory/tildefriends#95 2025-01-03 21:08:42 -05:00
Refuses to bootstrap off Manyverse via LAN

Just throwing this out there: the first obstacle I ran into was that I was able to connect Tilde Friends to Manyverse, but it would immediately disconnect. Digging through the Activities tab in…