Cory McWilliams cory
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…

cory pushed to main at cory/tildefriends 2024-03-27 19:08:39 -04:00
9ce30dee70 Start working on 0.0.18.
cory pushed tag v0.0.17 to cory/tildefriends 2024-03-27 19:01:01 -04:00
cory pushed to main at cory/tildefriends 2024-03-27 19:00:08 -04:00
3c0b680b8e Let's release 0.0.17.
cory commented on pull request cory/tildefriends#45 2024-03-25 18:16:26 -04:00
WIP: git submodules

I don't have a make fetch? I saw your tools/install_dependencies.sh which addressed one of the errors.

I like this in concept, though I'd rather track the releases of possibly all these…

cory pushed to main at cory/tildefriends 2024-03-25 18:10:33 -04:00
895356897b archive whichever branch.
cory pushed to main at cory/tildefriends 2024-03-25 16:34:52 -04:00
9164be2f37 Fix loading from not standalone zip.
5385264f94 Fix an http use after free during shutdown.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2024-03-25 16:23:51 -04:00
610e756c07 Ever closer to the elusive clean http shutdown.
cory pushed to main at cory/tildefriends 2024-03-25 13:50:45 -04:00
15c9f8f458 Rudimentary support for building the executable with data attached. Pushed some things around in the makefile to fix issues along the way. #46
cory pushed to main at cory/tildefriends 2024-03-25 12:57:01 -04:00
fb704a5b83 I will get better at keeping this tree clean.
cory opened issue cory/tildefriends#46 2024-03-25 12:55:05 -04:00
Support building the executable with necessary static data attached
cory commented on issue cory/tildefriends#43 2024-03-25 12:52:17 -04:00
Make a robots.txt file

I do want public blob/wiki style apps that I want searchable.

The ssb app currently doesn't do much unless you're signed in, which is my main approach to it not being consumed by bots right…

cory commented on pull request cory/tildefriends#45 2024-03-25 12:46:37 -04:00
WIP: git submodules

I'm definitely no makefile expert.

The goal of that block is just to run tools/ssl-android before attempting to build any of the android .o files.

ANDROID_DEPS is just set to an arbitrary…

cory commented on issue cory/tildefriends#44 2024-03-25 09:05:14 -04:00
Redirect the old github repo to this one to avoid confusion

Done: f07f15ca506903a0a1503fbdbf5b0cfb2c310d50

cory closed issue cory/tildefriends#44 2024-03-25 09:05:14 -04:00
Redirect the old github repo to this one to avoid confusion
cory commented on pull request cory/tildefriends#45 2024-03-22 08:33:00 -04:00
WIP: git submodules

On one debian bookworm machine I see javac 17.0.10 coming from openjdk-17-jdk-headless.

cory commented on pull request cory/tildefriends#45 2024-03-22 08:08:03 -04:00
WIP: git submodules

For Android and iOS where there aren't provided openssl libs, those scripts in tools fetch and build it. Not sure what's up with that error. Is it actually complaining about the shebang?

javac…

cory commented on pull request cory/tildefriends#45 2024-03-21 22:48:25 -04:00
WIP: git submodules

Interesting. Does make dist still produce a tarball with enough dependencies to build?