Adnan Maolood
|
9daf84a121
|
Add support for wildcard hostnames
|
2020-10-21 13:22:26 -04:00 |
|
adnano
|
960ebd9b46
|
examples/server: Create certificates if they does not exist
|
2020-10-17 11:57:11 -04:00 |
|
adnano
|
849e261dc6
|
Add (Text).HTML function to render text to HTML
|
2020-10-15 00:38:05 -04:00 |
|
adnano
|
39645eb921
|
Rename rw to w
|
2020-10-13 21:00:07 -04:00 |
|
adnano
|
78280070ae
|
Add copyright notice
|
2020-10-13 20:36:47 -04:00 |
|
adnano
|
e9db805160
|
Prevent other packages from implementing Line
|
2020-10-13 20:33:38 -04:00 |
|
adnano
|
5f4b225f0d
|
Update project name in LICENSE
|
2020-10-13 20:27:56 -04:00 |
|
adnano
|
7396bae85e
|
Fix typo
|
2020-10-13 20:24:06 -04:00 |
|
adnano
|
faf94d8ba5
|
Rename rw, req to w, r
|
2020-10-13 20:22:12 -04:00 |
|
adnano
|
67842c6425
|
Rename gemini.go to gmi.go
|
2020-10-13 20:10:18 -04:00 |
|
adnano
|
4189a4f717
|
Move errors to gemini.go
|
2020-10-13 20:10:04 -04:00 |
|
adnano
|
2c1081966d
|
KnownHosts: use map instead of slice for underlying storage
|
2020-10-13 19:54:48 -04:00 |
|
adnano
|
92789dff19
|
Update comment
|
2020-10-13 19:11:59 -04:00 |
|
adnano
|
d99e3ed17c
|
Remove NewRawCertificate function
|
2020-10-13 17:33:14 -04:00 |
|
adnano
|
292fa7ee4f
|
Remove WriteX509KeyPair function
|
2020-10-13 16:50:59 -04:00 |
|
adnano
|
3d1e9e5519
|
Move certificate verification code to VerifyConnection
|
2020-10-13 16:44:46 -04:00 |
|
adnano
|
db89a34935
|
examples/server: Generate new certificates when they expire
|
2020-10-13 14:22:15 -04:00 |
|
adnano
|
a0aa135534
|
Remove (*Request).Hostname function
|
2020-10-13 13:31:50 -04:00 |
|
adnano
|
4770ad9112
|
Rename (*KnownHosts).Load to LoadDefault
|
2020-10-12 16:56:55 -04:00 |
|
adnano
|
0bac966b23
|
Update documentation
|
2020-10-12 16:51:10 -04:00 |
|
adnano
|
cbeb45ff0a
|
Update documentation
|
2020-10-12 16:49:35 -04:00 |
|
adnano
|
e75d028c05
|
Update README.md
|
2020-10-12 16:39:01 -04:00 |
|
adnano
|
a33a5be063
|
Update documentation
|
2020-10-12 16:34:59 -04:00 |
|
adnano
|
2370c42d8d
|
Use a map for registering server handlers
|
2020-10-12 16:34:12 -04:00 |
|
adnano
|
3e640c3843
|
Update examples
|
2020-10-12 00:13:24 -04:00 |
|
adnano
|
322e66ca1e
|
Implement loading of certificates from a directory
|
2020-10-12 00:06:20 -04:00 |
|
adnano
|
065ed828fb
|
Implement server certificate store
|
2020-10-11 23:48:18 -04:00 |
|
adnano
|
3b5cc23d28
|
Remove dependency on golang.org/x/crypto
|
2020-10-11 21:55:30 -04:00 |
|
adnano
|
96390291bc
|
Detect mimetypes
|
2020-10-11 20:13:53 -04:00 |
|
adnano
|
92af3df4c5
|
Update comments
|
2020-10-11 19:41:44 -04:00 |
|
adnano
|
7fdc28d5be
|
Move filesystem code to its own file
|
2020-10-11 18:57:04 -04:00 |
|
adnano
|
2d11edaa4c
|
Implement matching of hostnames and schemes
|
2020-10-11 17:53:22 -04:00 |
|
adnano
|
90c9f5da5b
|
Update README.md
|
2020-10-11 15:23:41 -04:00 |
|
adnano
|
a8b63b5982
|
Fix parsing of links without names
|
2020-09-29 21:27:16 -04:00 |
|
adnano
|
fbc1f76194
|
Create the certificate store if it does not exist
|
2020-09-29 11:13:16 -04:00 |
|
adnano
|
8facfabec5
|
Add newlines after Gemini text lines
|
2020-09-29 10:16:55 -04:00 |
|
adnano
|
d7f515c0cb
|
Implement parsing of Gemini text responses
|
2020-09-29 10:13:57 -04:00 |
|
adnano
|
b557ab379b
|
Use path instead of filepath
|
2020-09-28 19:54:08 -04:00 |
|
adnano
|
855eff6d88
|
Update README.md
|
2020-09-28 18:28:52 -04:00 |
|
adnano
|
5d0257ab6f
|
Update documentation link
|
2020-09-28 18:22:18 -04:00 |
|
adnano
|
8d9e50d47a
|
Update module name
|
2020-09-28 18:19:59 -04:00 |
|
adnano
|
684bb1cc68
|
examples/client: Add optional host argument
|
2020-09-28 16:13:14 -04:00 |
|
adnano
|
4c0b13fb57
|
Refuse requests for non-gemini schemes
|
2020-09-28 16:07:51 -04:00 |
|
adnano
|
a49b0cdaac
|
Remove support for matching schemes
|
2020-09-28 16:02:32 -04:00 |
|
adnano
|
5a07b49ef5
|
Fix mux URL sorting logic
|
2020-09-28 15:33:15 -04:00 |
|
adnano
|
744884127c
|
Fix client example error handling
|
2020-09-28 14:26:09 -04:00 |
|
adnano
|
f785ed12fd
|
examples/client: Disable echo for sensitive input
|
2020-09-28 14:20:19 -04:00 |
|
adnano
|
10760a256f
|
Use net/http implementation of ServeMux
|
2020-09-28 03:15:19 -04:00 |
|
adnano
|
b9b299485e
|
Move vendored code to vendor.go
|
2020-09-28 02:29:32 -04:00 |
|
adnano
|
b4eb62e849
|
Update comments
|
2020-09-28 02:28:28 -04:00 |
|