Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-04 | Move source names inside the source sections. | Hristo Venev | |
This means that the order of the sources is preserved. | |||
2020-02-04 | More peer options in config. | Hristo Venev | |
endpoint and keepalive | |||
2020-02-04 | Reference preshared keys by path. | Hristo Venev | |
2019-09-30 | Don't use `#[serde(flatten)]`. | Hristo Venev | |
It breaks the error line numbers. | |||
2019-09-30 | Add SPDX-License-Identifier. | Hristo Venev | |
2019-09-29 | Create separate files for psks. | Hristo Venev | |
2019-09-28 | Implement peer overrides. | Hristo Venev | |
2019-09-28 | PeerConfig -> GlobalConfig | Hristo Venev | |
2019-09-28 | Split updater into module. | Hristo Venev | |
2019-05-18 | Implement command-line config parsing. | Hristo Venev | |
2019-05-17 | rustfmt and style | Hristo Venev | |
2019-04-02 | Reorg, sources have names. | Hristo Venev | |
2019-03-19 | lintv0.1.0 | Hristo Venev | |
2019-03-19 | Move stuff around, base64 decode keys. | Hristo Venev | |
2019-03-19 | refresh_period = ... -> refresh_sec = ... | Hristo Venev | |
2019-03-19 | BREAKING CHANGE: The config file is now in toml. | Hristo Venev | |
The "sources" field is now [[source]]. | |||
2019-03-19 | BREAKING CHANGES | Hristo Venev | |
ifname is now passed as an argument before the config file. own_public_key is obtained from the interface. | |||
2019-03-19 | Add license. | Hristo Venev | |
2019-03-19 | Use curl command instead of library. | Hristo Venev | |
Rust packaging is complicated and I don't like it. | |||
2019-03-18 | Implement road warrior support. | Hristo Venev | |
2019-03-18 | Lint | Hristo Venev | |
2019-03-18 | Initial commit. | Hristo Venev | |