Block a user
77ff8cef1f
db: Fix the db app, and show a message instead of an ugly error when you're not signed in.
01b8c209de
core: Testing a theory to encourage clean shutdowns.
30e92f2bc1
js: Fix typo in /delete.
2e66666bdf
ssb: Indicate which connections are one-shot / sync now connections.
4fe3c9a751
test: Verify that deleting apps actually does something.
e979c176e3
test: Exercise nominally creating and deleting an app.
a0d9c3dc29
js: Move the global 404 response to C.
efcb68351c
docs: Reminding myself how to make a release.
82d1a294a6
ssb: prettier.
de20274589
ssb: Add a publish command that can be used to publish messages from the command-line.
2f193e64c8
ssb: Show muxrpc command names when possible in verbose logging.
86751362cb
ssb: Indicate which muxrpc sends failed, and use that to fix some replication nonsense and log noise.
4118323631
build: Fix some cflags not making it to libsodium. Disable the libsodium -flto warning a more different way.
0d134f7f10
update: CodeMirror to latest.
409724cfcd
update: OpenSSL 3.4.0.
799a33be40
update: libbacktrace to latest.
2fa9c66495
update: libuv 1.49.2.
581f72b3f8
ssb: Disallow rich text paste on Firefox. Didn't realize it doesn't support contenteditable='plaintext-only'.
1dd7e4347c
js: Kill setGlobalSettings.
36cc9398c7
js: Move storePermission to C.
68817feeec
js: Kill getSessionProcessBlob.
97661e2ca2
http: Fix some headers.
72def5ae6d
js: Move /view to C.
e638b155a1
js: Kill gGlobalSettings. Decouples things a bit.