Cory McWilliams cory
cory pushed to main at cory/tildefriends 2024-06-10 20:23:58 -04:00
163fbd85e7 Fix docs.
58bb86ebe1 Make http.auth_query async and get its DB work off the main thread.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2024-06-10 17:19:18 -04:00
c5140ee8e8 Move DB work for ssb.getIdentities() and ssb.getAllIdentities() off the main thread.
cory pushed to main at cory/tildefriends 2024-06-10 16:57:08 -04:00
6270fd8118 We don't need to go to the DB to get our public key.
cory pushed to main at cory/tildefriends 2024-06-10 16:38:01 -04:00
3fff706848 Get the code of conduct and JWT signing key without hitting the database from the main thread.
cory pushed to main at cory/tildefriends 2024-06-10 15:31:02 -04:00
c259defab5 Move database.get and database.set off the main thread.
cory pushed to main at cory/tildefriends 2024-06-10 12:02:35 -04:00
e5fee5c306 Buildfix.
cory pushed to main at cory/tildefriends 2024-06-10 11:46:08 -04:00
9d35b4bdfb Resuming work to move all DB access off the main thread.
cory pushed to main at cory/tildefriends 2024-06-06 20:32:10 -04:00
9497d7cf64 Fix some shutdown hangs/leaks.
cory pushed to main at cory/tildefriends 2024-06-06 20:14:46 -04:00
c7d3e602cb Fix &-mentions while I'm at it.
cory pushed to main at cory/tildefriends 2024-06-06 20:06:11 -04:00
0076eb4ed4 Fix autocomplete again/more. #65
cory closed issue cory/tildefriends#65 2024-06-06 19:58:34 -04:00
@mentions are broken in Chrome
cory pushed to main at cory/tildefriends 2024-06-06 19:58:30 -04:00
6070bde413 Avoid a null dereference.
c7a6d426f0 Fix autocomplete on Chrome, because contenteditable and shadowRoots are tricksy, and this module for @mentions is aging. #65
f66cf0f802 Unused.
Compare 3 commits »
cory pushed to main at cory/tildefriends 2024-06-06 18:52:27 -04:00
e4b6c81024 No need to show your identity in the navigation bar if you have a name.
cory pushed to main at cory/tildefriends 2024-06-05 12:52:11 -04:00
44d784cd04 OpenSSL 3.3.1.
cory pushed to main at cory/tildefriends 2024-06-04 20:16:17 -04:00
0394201113 Merge pull request 'buld(nix): Misc Nix-related improvements' (#68) from tasiaiso/tildefriends:tasiaiso-nix-misc into main
4c10538632 buld(nix): Misc Nix-related improvements
Compare 2 commits »
cory merged pull request cory/tildefriends#68 2024-06-04 20:16:16 -04:00
buld(nix): Misc Nix-related improvements
cory pushed to main at cory/tildefriends 2024-06-04 20:11:14 -04:00
e270c16516 lit 3.1.4.
cory pushed to main at cory/tildefriends 2024-06-03 12:37:20 -04:00
71329c5532 format+prettier
cory closed issue cory/tildefriends#64 2024-06-02 12:46:05 -04:00
Don't OOM when syncing
cory pushed to main at cory/tildefriends 2024-06-02 12:38:56 -04:00
feb4bf9e87 Limit message sends in a continued attempt to fix intermittent runaway memory usage. #64