Cory McWilliams cory
cory pushed to main at cory/tildefriends 2024-06-16 16:03:29 -04:00
dbe24494d9 Remove ssb.messageContentGet. It's easy to do this with ssb.sqlAsync, and this wasn't being used productively. Three uses of DB on the main thread remaining.
cory pushed to main at cory/tildefriends 2024-06-16 15:58:08 -04:00
3eab5a5f70 Make ssb.forgetStoredConnection not use the DB on the main thread. Four remaining?
cory pushed to main at cory/tildefriends 2024-06-16 15:30:48 -04:00
548febfb22 Make ssb.storedConnections do its DB work not on the main thread. Five remaining by my new count?
cory pushed to main at cory/tildefriends 2024-06-16 12:19:07 -04:00
b40f72443a A little format, as a treat.
cory pushed to main at cory/tildefriends 2024-06-16 12:18:40 -04:00
2c03496373 Make databases.list, database.remove, and database.getLike all do their DB work off the main thread. That's the last thing I'm aware of.
cory pushed to main at cory/tildefriends 2024-06-16 10:17:28 -04:00
b6a937c954 Move db.exchange DB work off of the main thread.
cory pushed to main at cory/tildefriends 2024-06-16 09:24:02 -04:00
63776d40bd Update codemirror.
cory pushed to main at cory/tildefriends 2024-06-16 08:07:56 -04:00
cb3c7afade Move ssb.getPrivateKey's DB work off the main thread.
991022adfc Move ssb.appendMessageWithIdentity's DB work off the main thread.
2bc71a18a6 Make ssb.deleteIdentity not block the main thread with DB work.
57ca864fbb Build fix.
a09edfb612 ssb.addIdentity without hitting the DB from the main thread.
Compare 5 commits »
cory pushed to main at cory/tildefriends 2024-06-12 20:48:36 -04:00
7997a739ab ssb.createIdentity without hitting the database from the main thread.
248b258413 Make database.getAll() not block the main thread on database access.
0423ed7fb4 Login without hitting the DB from the main thread.
Compare 3 commits »
cory pushed to main at cory/tildefriends 2024-06-10 21:19:08 -04:00
c29378c2f8 Yes, curl, follow redirects.
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