1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-11-23 16:52:06 +01:00
Commit Graph

507 Commits

Author SHA1 Message Date
adnano
e35e94bc82 Don't expose DefaultClient 2020-11-01 14:27:49 -05:00
adnano
0d09331fc4 examples: Tweak client and server timeouts 2020-11-01 14:20:24 -05:00
adnano
97bf2b3061 Update examples/cert.go 2020-11-01 14:19:18 -05:00
adnano
570f19477e Update examples/html.go 2020-11-01 00:58:34 -04:00
adnano
555f1fffba Update documentation 2020-11-01 00:10:30 -04:00
adnano
eed527190b Rename InsecureTrustAlways to InsecureSkipTrust 2020-10-31 23:41:30 -04:00
adnano
42282ac640 Update documentation 2020-10-31 23:05:31 -04:00
adnano
fc24256683 Guarantee that (*Response).Body is non-nil 2020-10-31 23:04:47 -04:00
adnano
7c034554f0 Fix examples/client.go 2020-10-31 22:50:42 -04:00
adnano
d36225b337 Add option to skip trust checks 2020-10-31 22:45:21 -04:00
adnano
1c54599498 Refactor client.TrustCertificate workflow 2020-10-31 22:34:51 -04:00
adnano
c33ebefdfd Update log.Printf calls 2020-10-31 21:33:59 -04:00
adnano
989fac26bc Implement Server read and write timeouts 2020-10-31 21:07:02 -04:00
adnano
cdfd68157b Implement Client connection timeout 2020-10-31 20:55:56 -04:00
adnano
06b2ffca4a Set default mimetype if META is empty 2020-10-31 20:32:38 -04:00
adnano
d2d28c5f26 Remove Redirect and PermanentRedirect functions
Use (*ResponseWriter).WriteHeader instead.
2020-10-31 16:51:10 -04:00
adnano
b2fccc9db5 Add ErrCertificateNotFound 2020-10-31 16:45:38 -04:00
adnano
b6821262a8 server: Automatically write new certificates to disk 2020-10-31 16:33:56 -04:00
adnano
82d813e5e5 Call CreateCertificate for missing certificates 2020-10-31 15:38:39 -04:00
adnano
610197d359 Fix handling of wildcard hostnames 2020-10-31 15:11:05 -04:00
adnano
6c278d6654 Add ParseLines function 2020-10-29 09:42:53 -04:00
adnano
7f8a8f911a Add optional host argument in examples/client.go 2020-10-28 16:50:17 -04:00
adnano
a39cf162d7 Fix documentation 2020-10-28 16:04:14 -04:00
adnano
ecefa0b9d6 Update documentation 2020-10-28 16:02:04 -04:00
adnano
ddd6215dcc Use strings.Builder in Fingerprint 2020-10-28 15:14:24 -04:00
adnano
7df14145d0 Refactor server certificates 2020-10-28 15:03:54 -04:00
adnano
6fb76f04e7 Fix examples/cert.go 2020-10-28 13:47:52 -04:00
adnano
a3266487af Refactor client certificates 2020-10-28 13:41:24 -04:00
adnano
05404e1df7 Add ErrInputRequired and ErrCertificateRequired 2020-10-28 01:06:08 -04:00
adnano
b25fdec389 Store a reference to the Request in Response 2020-10-28 00:21:27 -04:00
adnano
80e2f783c3 Ensure absolute paths in client certificate store 2020-10-27 23:47:13 -04:00
adnano
748967867f Add Client.GetInput field 2020-10-27 23:35:22 -04:00
adnano
546e62f13d Restrict client certificates to certain paths 2020-10-27 23:34:06 -04:00
adnano
922423bf9d client: Follow redirects 2020-10-27 22:12:10 -04:00
adnano
75506c176c Reject schemes other than gemini:// in NewRequest 2020-10-27 21:18:05 -04:00
adnano
d713e95251 Add (*Client).Get function 2020-10-27 19:22:34 -04:00
adnano
ab3ac68f6f Make (*Response).Body an io.ReadCloser 2020-10-27 19:16:55 -04:00
adnano
37fd7c1773 Fix examples 2020-10-27 14:17:14 -04:00
adnano
7e215669e7 Add ServeFile function 2020-10-27 13:32:48 -04:00
adnano
4beed7e90e Add (*ResponseWriter).WriteStatus function 2020-10-27 13:30:35 -04:00
adnano
1293b2467a Add NewRequestFromURL function 2020-10-27 13:27:52 -04:00
adnano
b7d4926314 Remove (Text).HTML function 2020-10-26 12:49:16 -04:00
adnano
150d5cc82a Add contributing instructions to README.md 2020-10-24 21:55:58 -04:00
adnano
5acff7c45c Add import path to README.md 2020-10-24 16:58:35 -04:00
adnano
de46c241b0 Update documentation 2020-10-24 15:29:12 -04:00
adnano
a08c8227dd Update documentation link 2020-10-24 15:21:35 -04:00
adnano
6cccba3800 Rename repository to go-gemini 2020-10-24 15:15:32 -04:00
adnano
80bada969f Add Certificate helper function 2020-10-21 17:47:34 -04:00
adnano
564294165b examples/auth: Use sensitive input for passwords 2020-10-21 17:38:58 -04:00
adnano
f7e384c88f Refactor Input and SensitiveInput functions 2020-10-21 17:34:07 -04:00