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

35 Commits

Author SHA1 Message Date
adnano
8066279549 Rename ServeMux to Mux 2021-03-15 15:44:35 -04:00
adnano
f86a79ff20 examples/auth: Use Request.TLS method 2021-02-24 09:22:01 -05:00
adnano
c9479c10ed Update examples 2021-02-23 08:43:47 -05:00
adnano
a54d4e1a56 examples: Use context 2021-02-21 00:26:30 -05:00
adnano
7882f1dbf0 Update examples 2021-02-20 18:30:49 -05:00
adnano
a6c922e1b2 examples: Use Server.Handler 2021-02-17 20:35:27 -05:00
adnano
3ae7a859c4 examples: Use new ResponseWriter interface 2021-02-17 13:39:23 -05:00
adnano
c9e139c90d Update examples/auth.go 2021-02-16 11:26:09 -05:00
adnano
8c0ff0547d Make ResponseWriter an interface 2021-02-09 09:46:18 -05:00
adnano
1241af39f0 Update examples 2021-01-25 10:59:50 -05:00
adnano
1283045355 server: Rename Register to Handle 2021-01-14 22:12:07 -05:00
adnano
648a2ef3ec Update examples 2021-01-14 21:23:13 -05:00
adnano
b623184b87 Update examples/auth.go 2021-01-14 19:04:11 -05:00
adnano
70fbdb0e5c Remove Input function 2020-12-18 00:25:06 -05:00
adnano
c20ab2054a examples/auth: Fix crash on changing username 2020-12-17 21:10:53 -05:00
adnano
e9907b0628 Update examples/auth.go 2020-11-25 19:10:01 -05:00
adnano
2a7b9662d9 Fix known hosts expiration timestamps 2020-11-25 14:24:49 -05:00
adnano
c8516bef63 Remove top-level Get and Do functions 2020-11-09 12:04:53 -05:00
adnano
f3f4c8d691 Update examples/auth.go 2020-11-05 15:37:46 -05:00
adnano
eb876fa6f4 Update examples/auth.go 2020-11-03 16:29:39 -05:00
adnano
aaef21a9b3 Add ErrorLog field to Server 2020-11-03 16:11:31 -05:00
adnano
e75c77a6c7 Add Subject option in CertificateOptions 2020-11-02 23:11:46 -05:00
adnano
386b1c56da server: Populate (*Request).Certificate field 2020-11-01 16:25:59 -05:00
adnano
92ea15ecdd Update examples/auth.go 2020-11-01 14:47:26 -05:00
adnano
d2d28c5f26 Remove Redirect and PermanentRedirect functions
Use (*ResponseWriter).WriteHeader instead.
2020-10-31 16:51:10 -04:00
adnano
7df14145d0 Refactor server certificates 2020-10-28 15:03:54 -04:00
adnano
748967867f Add Client.GetInput field 2020-10-27 23:35:22 -04:00
adnano
37fd7c1773 Fix examples 2020-10-27 14:17:14 -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
adnano
40255d8c40 Rename Handler to Responder 2020-10-21 16:28:50 -04:00
adnano
e09d6659b4 Rename rw, req to w, r 2020-10-13 20:22:12 -04:00
adnano
7eaa0f3bce Update documentation 2020-10-12 16:34:59 -04:00