Deprecated, see ~ecc
From Tim Clifford to ~cadence/bliz-devel
--- I originally wanted to deal with certificates via SNI, but it seemed pretty unworkable without quite a lot more complexity and dependencies. This patch instead adds some stuff to certs.fish to make it easy to add new domains to the existing certificate (without breaking TOFU) certs.fish | 84 ++++++++++++++++++++++++++++++++++++++----------- src/cgi.fish | 24 ++++++++++++-- src/config.fish | 7 +++-- 3 files changed, 93 insertions(+), 22 deletions(-) diff --git a/certs.fish b/certs.fish index 87c09d1..4790240 100755 --- a/certs.fish [message trimmed]
From Tim Clifford to ~cadence/bliz-devel
`test` requires quotes around variables with =, or it can fail when the variable is empty. In this case it would fail successfully (lol) but print an ugly error message. --- src/cgi.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cgi.fish b/src/cgi.fish index 1f66a18..721e7b3 100644 --- a/src/cgi.fish +++ b/src/cgi.fish @@ -41,7 +41,7 @@ end # check for file source mode [message trimmed]
From Tim Clifford to ~cadence/bliz-devel
--- Was doing some hacking on bliz (procrastination from studying lol) and neatened up the url parsing with fish magic :)) It doesn't actually change any functionality so feel free to ignore if you like your way lol src/cgi.fish | 32 +++++++++++--------------------- 1 file changed, 11 insertions(+), 21 deletions(-) diff --git a/src/cgi.fish b/src/cgi.fish index 1f66a18..a918f9b 100644 --- a/src/cgi.fish +++ b/src/cgi.fish @@ -9,21 +9,13 @@ read req_url # gemini requests are just a url set req_url (string match -r -- '\S*' $req_url) [message trimmed]
From Tim Clifford to ~sircmpwn/email-test-drive
foobar --- tim-clifford | 1 + 1 file changed, 1 insertion(+) create mode 100644 tim-clifford diff --git a/tim-clifford b/tim-clifford new file mode 100644 index 0000000..6d0ecfd --- /dev/null +++ b/tim-clifford @@ -0,0 +1 @@ I'm about to try git send-email[message trimmed]
From Tim Clifford to ~cadence/bliz-devel
--- Hi again! This just adds a little bit of logic to make it possible to use shells other than fish. This is my first git send-email patch other than the tutorial so hopefully I did it right :) serve/scripting.bliz | 16 +++++++++++++++- src/process-bliz.fish | 6 +++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/serve/scripting.bliz b/serve/scripting.bliz index 1745faa..6c560d0 100644 --- a/serve/scripting.bliz +++ b/serve/scripting.bliz @@ -28,8 +28,22 @@ Take a walk through the green grass. [message trimmed]
From Tim Clifford to ~sircmpwn/email-test-drive
--- tim-clifford | 1 + 1 file changed, 1 insertion(+) create mode 100644 tim-clifford diff --git a/tim-clifford b/tim-clifford new file mode 100644 index 0000000..66cb3d4 --- /dev/null +++ b/tim-clifford @@ -0,0 +1 @@ -- 2.35.1 I have successfully used git send-email![message trimmed]
From Tim Clifford to ~sircmpwn/email-test-drive
--- tim-clifford | 1 + 1 file changed, 1 insertion(+) create mode 100644 tim-clifford diff --git a/tim-clifford b/tim-clifford new file mode 100644 index 0000000..6d0ecfd --- /dev/null +++ b/tim-clifford @@ -0,0 +1 @@ -- 2.35.1 I'm about to try git send-email[message trimmed]