Block a user
8a9f53102b
Needs some color.
0412b97170
WIP managing a per-app current identity from the Tilde Friends navigation bar.
ssb: make it easy to get a blob
Actually I'm going to call this one as good as it can get for now. That blob just seems to not be around. 🤷♂️
Support building the executable with necessary static data attached
make out/release/tildefriends.standalone
smushes the executable and zip together, for now, and that runs.
Support building the executable with necessary static data attached
WIP: git submodules
Hope you don't mind - I manually redid the first bits of this so that I could understand the process: c5cb9979d39f1268b1c60b9a1d7417be68622615 and 7d182db32fa2e1d7ed689fd27714eae48cd24abf.
7d182db32f
Move to submodules: libsodium, quickjs, crypt_blowfish, libbacktrace, libuv, picohttpparser. Kudos to @tasioiso in #45.
c5cb9979d3
Move zlib to a submodule, informed by @tasiaiso's #45. And fixup [archive] dist/tildefriends-0.0.18-wip.tar.xz
Do the right thing to be able to reply in thread vs. start a new thread
9cb872eec2
Remove JS functions: hmacsha256sign, hmac2ha256verify, parseHttpRequest, sha1Digest, and maskBytes. These are no longer needed with httpd and auth in C