Block a user
410bb7c09d
Fix a ref count mistake and add a long-overdue tf_util_print_backtrace() that helped me find it.
b16c37e48b
Make ssb.privateMessageDecrypt do its work not on the main thread. I think that's finally everything for real.
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.
548febfb22
Make ssb.storedConnections do its DB work not on the main thread. Five remaining by my new count?
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.
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.
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.