Cory McWilliams cory
cory commented on issue cory/tildefriends#46 2024-04-10 19:39:12 -04:00
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.

cory commented on pull request cory/tildefriends#45 2024-04-10 19:34:30 -04:00
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.

cory pushed to main at cory/tildefriends 2024-04-10 19:25:48 -04:00
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
Compare 2 commits »
cory pushed to main at cory/tildefriends 2024-04-10 18:44:18 -04:00
b9a73106ed Better CSS for the ssb app to fill the iframe?
cory pushed to main at cory/tildefriends 2024-04-04 21:01:28 -04:00
c674cca482 Move some DB things out of httpd.
cory pushed to main at cory/tildefriends 2024-04-04 20:35:40 -04:00
81d1228b92 Experimenting with w3.css themes.
cory pushed to main at cory/tildefriends 2024-04-04 19:12:16 -04:00
6ae61d5b81 Fix wiki vs. JSONB.
cory opened issue cory/tildefriends#47 2024-04-04 12:40:45 -04:00
Do the right thing to be able to reply in thread vs. start a new thread
cory pushed to main at cory/tildefriends 2024-04-03 21:15:25 -04:00
9cb872eec2 Remove JS functions: hmacsha256sign, hmac2ha256verify, parseHttpRequest, sha1Digest, and maskBytes. These are no longer needed with httpd and auth in C
cory closed issue cory/tildefriends#16 2024-04-03 21:13:04 -04:00
Make the emoji picker have some defaults or recently used emojis
cory pushed to main at cory/tildefriends 2024-04-03 21:12:52 -04:00
68e8c010b7 Show recently used emojis in the emoji picker. #16
cory pushed to main at cory/tildefriends 2024-04-03 19:51:05 -04:00
9671413906 Make it easier to @mention the person to whom you are replying.
cory pushed to main at cory/tildefriends 2024-04-03 19:18:46 -04:00
4c8d24c319 Consolidate markdown linkification, and add support for authors, blobs, and messages.
cory pushed to main at cory/tildefriends 2024-04-02 20:33:16 -04:00
e50144bd34 Validate exit codes more thoroughly. C'mon, Cory.
cory pushed to main at cory/tildefriends 2024-04-02 20:12:05 -04:00
9f3171e3f1 Remove auth.js. #7
cory pushed to main at cory/tildefriends 2024-04-02 12:43:02 -04:00
cc92748747 Move sending refresh tokens out of JS.
cory pushed to main at cory/tildefriends 2024-04-02 12:21:31 -04:00
0a0b0c1adb Make sure we don't leak the session string when reassigning it.
cory pushed to main at cory/tildefriends 2024-04-01 12:54:15 -04:00
92a74026a6 Format the new auth code.
3fa1c6c420 Tidied up getting an auth key slightly.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2024-03-31 16:16:18 -04:00
b04eccdbda Move the auth handler out of JS. #7
cory commented on pull request cory/tildefriends#34 2024-03-27 20:20:54 -04:00
WIP: user_settings app

What do you think of this

I'm totally in for gathering managing identities and settings in one place. And making them not look like junk as I have.

I'm very hesitant about the coupling…