Johann150
0924a3a6e2
release 3.2.2
2022-01-25 23:59:34 +01:00
dependabot[bot]
d7936bcfca
chore(deps): bump tokio from 1.14.0 to 1.15.0 ( #131 )
2022-01-24 18:09:00 +01:00
dependabot[bot]
63a09776dd
chore(deps): bump tokio-rustls from 0.23.1 to 0.23.2 ( #132 )
2022-01-24 18:01:45 +01:00
Johann150
0022d1cd01
increase version number
2021-12-02 23:08:49 +01:00
dependabot[bot]
f82d967351
chore(deps): bump tokio from 1.13.0 to 1.14.0 ( #108 )
2021-11-16 15:28:50 +01:00
Johann150
663cd3bf0d
release 3.2.0
2021-11-15 17:07:37 +01:00
dependabot[bot]
c2571d39c2
chore(deps): bump rustls from 0.20.0 to 0.20.1 ( #104 )
2021-11-15 17:01:28 +01:00
dependabot[bot]
a75e270719
chore(deps): bump tokio-rustls from 0.23.0 to 0.23.1 ( #93 )
2021-11-01 12:50:40 +01:00
dependabot[bot]
58e563fee8
chore(deps): bump tokio from 1.12.0 to 1.13.0 ( #96 )
2021-11-01 12:43:31 +01:00
Johann150
37eef3dc9b
update dependencies
2021-10-25 17:49:02 +02:00
j-k
7cb0696f3f
bump minimum required deps ( #85 )
2021-10-19 18:32:52 +02:00
Johann150
b5a416fc35
update rustls and related dependencies ( #72 )
...
* chore(deps): bump rustls from 0.19.1 to 0.20.0
* chore(deps): bump webpki from 0.21.4 to 0.22.0
* chore(deps): bump tokio-rustls from 0.22.0 to 0.23.0
* update rustls calls
* update webpki naming
* update tests
2021-10-19 00:30:38 +02:00
Johann150
246f7a2e02
release v3.1.2
2021-10-15 18:01:07 +02:00
dependabot[bot]
6d3bc1fc0c
chore(deps): bump rcgen from 0.8.13 to 0.8.14 ( #80 )
2021-10-15 15:24:12 +02:00
Johann150
aaf3279e95
release v3.1.1
2021-10-14 17:38:36 +02:00
dependabot[bot]
16a17ed76c
chore(deps): bump env_logger from 0.8.4 to 0.9.0 ( #74 )
2021-10-14 17:12:18 +02:00
Johann150
2359127167
move release script
...
Putting it in the top level can cause confusion.
Resolves #69
2021-08-27 15:14:27 +02:00
Johann150
b0d0f64be0
actually bind to multiple addresses
...
resolves #63
This now causes an error message with the default bindings because on Linux
binding to both IPv6's [::] and IPv4's 0.0.0.0 results in a "port in use" error
2021-07-18 11:30:17 +02:00
Johann150
2a718cf73e
update documents for v3.1.0
2021-06-08 08:50:13 +02:00
Johann150
f890de24f6
update documents for v3.0.3
2021-05-24 12:59:14 +02:00
Johann150
f1c71eafc0
update documents for next version
2021-04-08 08:39:44 +02:00
Johann150
4b1ad8be20
remove unnecessary feature, next version
2021-03-28 22:24:12 +02:00
Johann150
8876c9771f
update documents for new version
2021-03-27 01:47:24 +01:00
Johann150
2213b055dc
add automatic certificate generation
2021-03-27 00:52:50 +01:00
Johann150
c338696242
sort dependencies alphabetically
2021-03-25 20:45:57 +01:00
Johann150
f374598fd3
add module to store multiple certificates
2021-02-28 10:42:51 +01:00
Johann150
8d11af336e
update documents for new version
2021-02-27 21:03:59 +01:00
Johann150
3f5d322eea
update dependencies
2021-02-27 11:03:57 +01:00
Johann150
8a6eb65b48
add test for TLS version selection
...
Since rustls does not even support TLS versions below 1.2, no need to check
for that.
2021-02-25 20:17:43 +01:00
Johann150
9925d927a4
add more tests
2021-02-20 11:14:14 +01:00
Johann150
e1d808a790
use crate from crates.io
2021-02-20 09:09:45 +01:00
Johann150
f6ba98aa24
add test framework and a basic test
2021-02-19 19:31:59 +01:00
Johann150
b5fa24cb5b
resolve TODO comment for Url
2021-02-19 12:01:59 +01:00
Johann150
16a9af51b3
update changelog and homepage
2021-02-12 21:53:31 +01:00
Johann150
7f4d71722d
fix README
2021-02-12 17:50:19 +01:00
Johann150
780c83db3b
release v2.5.0
2021-02-12 16:57:41 +01:00
Johann150
197e4592b9
use configparser crate
...
This parser can correctly read globs from configuration keys which allows
their use not just in theory in the server logic but in the config file too.
2021-02-12 16:51:42 +01:00
Johann150
fdca530591
allow globs in config file paths
...
The configuration parser will have to be changed again because YAML does not
support asterisks in its key names.
2021-02-12 15:00:29 +01:00
Johann150
544f577b59
use YAML parser for sidecar files
...
The syntax so far is (compatible with) YAML.
2021-02-10 21:25:22 +01:00
Johann150
5de00f66bb
reenable multiple occurences of --addr
...
Accidentally disabled this when merging reformatting.
2021-02-08 10:22:16 +01:00
Johann150
2550710e18
exclude content directory from cargo package
2021-02-06 11:02:53 +01:00
Johann150
bc165876cc
increment version number of release
2021-02-06 10:08:41 +01:00
Johann150
4471607f96
add release build action
...
No longer using `cross`, so Cross.toml is not needed any more.
Instead releases are just built with cargo build --release.
2021-02-05 23:52:45 +01:00
Johann150
b6191ccf13
update dependencies
2021-02-05 22:41:35 +01:00
Johann150
742a423021
merge #16 from Johann150/master
...
loading metadata from sidecar file
2021-02-05 08:20:19 +01:00
Johann150
b05245da92
add myself to crate authors
2021-01-31 21:14:15 +01:00
Johann150
6bbbb5ed4b
use sidecar files
2021-01-17 19:43:42 +01:00
Matt Brubeck
3d7a28a6bd
Version 2.3.0
2021-01-16 18:30:07 -08:00
Matt Brubeck
7e5517d9c0
Version 2.2.0
2021-01-16 10:59:55 -08:00
Matt Brubeck
1ce32abaa2
Version 2.1.3
2021-01-01 20:10:04 -08:00