1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2025-04-19 19:57:56 +02:00

Commit Graph

  • e1a1685f0f Add helper functions adnano 2020-09-27 20:52:24 -0400
  • 370bcf3bb9 Rename NewProxyRequest to NewRequestTo adnano 2020-09-27 20:37:16 -0400
  • ac2bf90699 Rename NewProxyRequest to NewRequestTo adnano 2020-09-27 20:37:16 -0400
  • f6be76f8b8 examples/client: Handle relative redirects adnano 2020-09-27 20:34:59 -0400
  • 934155feb7 examples/client: Handle relative redirects adnano 2020-09-27 20:34:59 -0400
  • 38fe1f21dc Change package name to gmi adnano 2020-09-27 20:20:59 -0400
  • 14e569bf92 Change package name to gmi adnano 2020-09-27 20:20:59 -0400
  • a4a8d49ca7 Add helper handler functions adnano 2020-09-27 20:11:45 -0400
  • 8d483b084f Add helper handler functions adnano 2020-09-27 20:11:45 -0400
  • 73e4ef0689 Reject invalid status codes adnano 2020-09-27 19:56:33 -0400
  • c548e8baa8 Reject invalid status codes adnano 2020-09-27 19:56:33 -0400
  • 9f1a38a0dd Polish example client adnano 2020-09-27 19:45:48 -0400
  • cafc19aed7 Polish example client adnano 2020-09-27 19:45:48 -0400
  • 4cbc591c3e Update README.md adnano 2020-09-27 17:44:49 -0400
  • 6ff6bd10df Update README.md adnano 2020-09-27 17:44:49 -0400
  • 8009de81eb Add function to add a host temporarily adnano 2020-09-27 17:41:41 -0400
  • 6f38db41e2 Add function to add a host temporarily adnano 2020-09-27 17:41:41 -0400
  • b46a05e5ff Add client authorization example adnano 2020-09-27 17:39:44 -0400
  • 886e3ba8bb Add client authorization example adnano 2020-09-27 17:39:44 -0400
  • a691e3cc8b Fix README.md adnano 2020-09-27 16:31:41 -0400
  • f23f6cb070 Fix README.md adnano 2020-09-27 16:31:41 -0400
  • c79a1f4484 Update documentation adnano 2020-09-27 16:21:56 -0400
  • 8ea91e8f56 Update documentation adnano 2020-09-27 16:21:56 -0400
  • 73a1692a5b Make TrustCertificate accept hostname instead of request adnano 2020-09-27 16:10:36 -0400
  • 4e16af9b26 Make TrustCertificate accept hostname instead of request adnano 2020-09-27 16:10:36 -0400
  • 32a9fcba0c Fix hosts not being added to known hosts file adnano 2020-09-27 16:06:17 -0400
  • a65334882b Fix hosts not being added to known hosts file adnano 2020-09-27 16:06:17 -0400
  • c4af352e87 Temporarily allow common names in certificates adnano 2020-09-27 15:57:55 -0400
  • ef802cacca Temporarily allow common names in certificates adnano 2020-09-27 15:57:55 -0400
  • e01d59f8f6 Don't store wildcards in the known hosts file adnano 2020-09-27 15:03:46 -0400
  • f19d3b09cd Don't store wildcards in the known hosts file adnano 2020-09-27 15:03:46 -0400
  • 0343248952 Remove port from host when verifying hostnames adnano 2020-09-27 14:25:28 -0400
  • 1640891c91 Remove port from host when verifying hostnames adnano 2020-09-27 14:25:28 -0400
  • 188c3457e6 Fix client example adnano 2020-09-27 14:23:25 -0400
  • e08ff3c709 Fix client example adnano 2020-09-27 14:23:25 -0400
  • f0ce4576e1 Handle multiple DNS names adnano 2020-09-27 14:22:41 -0400
  • f38da56732 Handle multiple DNS names adnano 2020-09-27 14:22:41 -0400
  • 013b2a4d3e Add function to write known hosts to io.Writer adnano 2020-09-27 14:18:30 -0400
  • d7717577ea Add function to write known hosts to io.Writer adnano 2020-09-27 14:18:30 -0400
  • 2eb7fb9ba4 Implement certificate creation adnano 2020-09-27 13:50:48 -0400
  • 0a336f84e2 Implement certificate creation adnano 2020-09-27 13:50:48 -0400
  • e28e547bcf Adjust user prompt in client example adnano 2020-09-26 18:56:04 -0400
  • f3345ae327 Adjust user prompt in client example adnano 2020-09-26 18:56:04 -0400
  • a1a2523c5c Reject requests containing '..' in them adnano 2020-09-26 17:13:13 -0400
  • a44bbcb9f9 Reject requests containing '..' in them adnano 2020-09-26 17:13:13 -0400
  • ceb40a2fab Implement default client adnano 2020-09-26 16:52:14 -0400
  • 54e76fab3f Implement default client adnano 2020-09-26 16:52:14 -0400
  • 92a1dbbc0c Implement file server adnano 2020-09-26 16:38:26 -0400
  • 1288e1bc31 Implement file server adnano 2020-09-26 16:38:26 -0400
  • 6458420454 Add preliminary CertificateStore API adnano 2020-09-26 15:14:34 -0400
  • 749b765aaa Add preliminary CertificateStore API adnano 2020-09-26 15:14:34 -0400
  • 872f6e2683 Update README.md adnano 2020-09-26 14:34:15 -0400
  • 7aa139f8ce Update README.md adnano 2020-09-26 14:34:15 -0400
  • 4b0f94157c Fix client example adnano 2020-09-26 14:01:06 -0400
  • b0b5c011d3 Fix client example adnano 2020-09-26 14:01:06 -0400
  • d3002cc8b4 Update README.md adnano 2020-09-26 13:59:24 -0400
  • 82c374ea96 Update README.md adnano 2020-09-26 13:59:24 -0400
  • 769b6ff4d9 Implement default known hosts path adnano 2020-09-26 13:35:56 -0400
  • 557d9b9615 Implement default known hosts path adnano 2020-09-26 13:35:56 -0400
  • 1b3f9a0655 Remove (*KnownHosts).Has function adnano 2020-09-26 13:29:29 -0400
  • a76535c921 Remove (*KnownHosts).Has function adnano 2020-09-26 13:29:29 -0400
  • bf3e6b3c5c Differentiate between unknown and untrusted certificates adnano 2020-09-26 13:27:03 -0400
  • 6a5a7c40c5 Differentiate between unknown and untrusted certificates adnano 2020-09-26 13:27:03 -0400
  • fc96076472 Update README.md adnano 2020-09-26 00:40:28 -0400