Cory McWilliams cory
cory pushed to main at cory/tildefriends 2025-01-03 18:17:59 -05:00
2223245861 ssb: Maybe ease up on hammering the db for follows.
cory pushed to main at cory/tildefriends 2025-01-03 17:04:42 -05:00
36226b01cd ssb: Manage new message handling from the new EBT code.
da31f9cadd cleanup: get/set sent clock is now unused.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2025-01-03 16:04:27 -05:00
9da4857066 ssb: Make the client a bit less aggressive about determining private messages every load.
75c71135ba ssb: No longer replicate every account we hear about.
0cb5025a16 core: Improve global setting grammar.
44d9f69434 ssb: Refactoring EBT implementation. I think this works not worse than before and will let me schedule message replication better in a future change. #93
3f343b283b ssb: Delete one more redundant global setting accessor.
Compare 5 commits »
cory pushed to main at cory/tildefriends 2025-01-03 08:19:42 -05:00
03a28fc3c5 update: CodeMirror.
cory pushed to main at cory/tildefriends 2025-01-02 21:17:00 -05:00
3513619221 ssb: Reduce message margins.
cory pushed to main at cory/tildefriends 2025-01-02 17:45:29 -05:00
0c9f5769d3 build: Trying to fix flatpak build for some reason.
cory pushed to main at cory/tildefriends 2025-01-02 17:40:32 -05:00
587a666ab6 build: Needed out/ earlier for ssl-local.
cory pushed to main at cory/tildefriends 2025-01-02 17:38:15 -05:00
f26deea508 build: mkdir out/openssl-local.
cory pushed to main at cory/tildefriends 2025-01-02 16:11:10 -05:00
b8e19040b5 ssb: Fiddling with render of encrypted messages.
cory pushed to main at cory/tildefriends 2025-01-02 14:21:02 -05:00
7d9e0f4080 macos: Fix build.
cory pushed to main at cory/tildefriends 2025-01-02 13:55:53 -05:00
16ce7fbc7b ssb: Fix the message encrypted icon placement.
cory commented on issue cory/tildefriends#96 2025-01-02 13:35:47 -05:00
TildeFriends crashes on Windows when talking to Manyverse

I believe the actual crash is now fixed. If you're inclined, you can grab the latest tildefriends.standalone.exe from the artifact here: https://dev.tildefriends.net/cory/tildefriends/actions/ru…

cory closed issue cory/tildefriends#96 2025-01-02 13:35:47 -05:00
TildeFriends crashes on Windows when talking to Manyverse
cory pushed to main at cory/tildefriends 2025-01-02 13:06:49 -05:00
639fce376a ssb: More uv_async_send paranoia still. #96
3cdbac5c22 build: Archive the windows .exe with data.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2025-01-02 12:42:03 -05:00
3dcafdf403 ssb: More uv_async_send paranoia. #96
cory pushed to main at cory/tildefriends 2025-01-02 12:36:04 -05:00
cd2fe9f8d9 ssb: Fix a crash on Windows when we would call uv_async_send on a handle that had already been closed. Various other cleanup and improvements along the journey. #96
cory pushed to main at cory/tildefriends 2025-01-02 08:58:14 -05:00
fd40596ce7 ssb: Every now and then I load in Chrome and see everywhere I used overflow: scroll when I wanted overflow: auto.
cory pushed to main at cory/tildefriends 2025-01-02 08:49:35 -05:00
7ecda69703 ssb: tags never got an updated CSS treatment.
cory pushed to main at cory/tildefriends 2025-01-02 08:32:22 -05:00
a3b76cd5c2 core: Let's try getting crash callstacks on win32 with a vectored exception handler.
cory commented on issue cory/tildefriends#96 2025-01-01 16:51:38 -05:00
TildeFriends crashes on Windows when talking to Manyverse

Yeah, your interpretation of the .box message is correct. There were some recent changes around that that left some unfortunate noise.

Nothing is actually jumping out at me in these logs as…