Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a last pass to remove warnings from my code | LUXEY Adrien | 2021-08-16 | 2 | -3/+6 |
| | |||||
* | environment.rs successfully replaced with new config/ configuration loader. ↵ | LUXEY Adrien | 2021-08-16 | 6 | -78/+33 |
| | | | | No API changes, more tests, cleaner code: life is swell. | ||||
* | New configuration parsing using envy. Added minimal functionnality for | LUXEY Adrien | 2021-08-16 | 5 | -3/+321 |
| | | | | | | | | | | | | the future ACME parameters. Tests written and passing. WIP: added envy dependncy and ConfigOpts structs that will constitute Diplonat's configuration WIP: ConfigOpts from_env() and validate() methods written. No API change (the env names remain unchanged)! Now need to use our new ConfigOpts struct instead of Environment, and update references to the environment variables in the code. WIP: RuntimeConfig with business logic done. Tests written, but they are all running from the same process - setting environment variables in each test produces incoherent results. Another solution for testing is needed. WIP: tests are fully written using 'from_iter' and all passing | ||||
* | corrections after review | darkgallium | 2020-07-04 | 2 | -35/+40 |
| | |||||
* | ensure chain jump is added only onceadd-firewall-rules | darkgallium | 2020-06-28 | 4 | -16/+9 |
| | |||||
* | update README & Dockerfile | darkgallium | 2020-06-28 | 2 | -12/+1 |
| | |||||
* | add actor for firewall & massive refactor | darkgallium | 2020-05-24 | 6 | -32/+129 |
| | |||||
* | add better error handling | darkgallium | 2020-05-24 | 1 | -12/+28 |
| | |||||
* | changing backend to use the cleaner ipt bindings | darkgallium | 2020-05-24 | 2 | -85/+53 |
| | | | | | | updating dependencies minor fixes | ||||
* | first basic support for adding nft rules | darkgallium | 2020-05-24 | 1 | -0/+101 |
| | |||||
* | Dockerize app | Quentin Dufour | 2020-05-23 | 2 | -18/+1 |
| | |||||
* | Working IGD | Quentin Dufour | 2020-05-23 | 3 | -15/+33 |
| | |||||
* | WIP igd actor | Quentin Dufour | 2020-05-22 | 1 | -5/+49 |
| | |||||
* | Connecting elements | Quentin Dufour | 2020-05-22 | 3 | -18/+27 |
| | |||||
* | WIP software | Quentin Dufour | 2020-05-22 | 7 | -116/+82 |
| | |||||
* | Rewrite for clarity | Quentin Dufour | 2020-05-22 | 1 | -15/+24 |
| | |||||
* | Handle UDP/TCP | Quentin Dufour | 2020-05-22 | 2 | -10/+22 |
| | |||||
* | Better retry mechanism | Quentin Dufour | 2020-05-22 | 2 | -2/+7 |
| | |||||
* | Working parsing | Quentin Dufour | 2020-05-22 | 2 | -10/+42 |
| | |||||
* | Consul Actor basic logic works | Quentin Dufour | 2020-05-22 | 2 | -10/+10 |
| | |||||
* | WIP consul actor | Quentin Dufour | 2020-05-22 | 3 | -4/+45 |
| | |||||
* | WIP consul | Quentin Dufour | 2020-05-22 | 2 | -0/+16 |
| | |||||
* | We are now able to watch | Quentin Dufour | 2020-05-22 | 2 | -8/+22 |
| | |||||
* | Working Consul | Quentin Dufour | 2020-05-21 | 3 | -15/+41 |
| | |||||
* | Broken Diplonat | Quentin Dufour | 2020-05-21 | 8 | -85/+126 |
| | |||||
* | Working on logic | Quentin Dufour | 2020-05-21 | 5 | -29/+36 |
| | |||||
* | WIP loops | Quentin Dufour | 2020-05-21 | 2 | -3/+26 |
| | |||||
* | Rewrite as an object | Quentin Dufour | 2020-05-09 | 4 | -22/+22 |
| | |||||
* | Consul URL is now a parameter | Quentin Dufour | 2020-05-09 | 1 | -1/+5 |
| | |||||
* | Split logic in multiple files! | Quentin Dufour | 2020-05-09 | 3 | -10/+23 |
| | |||||
* | Add context to errors | Quentin Dufour | 2020-05-09 | 3 | -13/+22 |
| | |||||
* | Rewrite with anyhow | Quentin Dufour | 2020-05-09 | 2 | -29/+12 |
| | |||||
* | Rewrite with modules, still in progress... | Quentin Dufour | 2020-05-09 | 3 | -6/+29 |
| | |||||
* | Start to modularize | Quentin Dufour | 2020-05-09 | 2 | -47/+57 |
| | |||||
* | Set the correct endpoint | Quentin Dufour | 2020-05-08 | 1 | -1/+2 |
| | |||||
* | Add README | Quentin Dufour | 2020-05-08 | 1 | -3/+3 |
| | |||||
* | WIP | Quentin Dufour | 2020-05-08 | 1 | -1/+1 |
| | |||||
* | consul lib does not work for us, switching to reqwest | Quentin | 2020-02-14 | 1 | -9/+7 |
| | |||||
* | WIP consul integration | Quentin | 2020-02-14 | 1 | -1/+19 |
| | |||||
* | Working configuration parse | Quentin | 2020-02-13 | 1 | -10/+34 |
| | |||||
* | WIP serious configuration (broken code) | Quentin Dufour | 2020-02-12 | 1 | -4/+27 |
| | |||||
* | Initial commit | Quentin Dufour | 2020-02-12 | 1 | -0/+15 |