aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* repaired test, now that private IP is an Optionautodetect-private-ipadrien2021-12-281-10/+6
|
* Allow Diplonat to automatically detect it's private IPAlex Auvolat2021-12-258-30/+60
|
* Stricter Rust formating rules and build in the CIQuentin Dufour2021-09-2010-53/+51
|
* added rustfmt: a rustfmt.toml file diescribing syntax (soft tabs of 2 ↵adrien2021-09-1112-344/+403
| | | | spaces), a CONTRIBUTING.md file to explain how to use rustfmt, a .drone.yml file to add code style checks in CI, 2 lines in README.md to present CONTRIBUTING.md, and applied rustfmt on the source
* a last pass to remove warnings from my codeLUXEY Adrien2021-08-162-3/+6
|
* environment.rs successfully replaced with new config/ configuration loader. ↵LUXEY Adrien2021-08-166-78/+33
| | | | No API changes, more tests, cleaner code: life is swell.
* New configuration parsing using envy. Added minimal functionnality forLUXEY Adrien2021-08-165-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 reviewdarkgallium2020-07-042-35/+40
|
* ensure chain jump is added only onceadd-firewall-rulesdarkgallium2020-06-284-16/+9
|
* update README & Dockerfiledarkgallium2020-06-282-12/+1
|
* add actor for firewall & massive refactordarkgallium2020-05-246-32/+129
|
* add better error handlingdarkgallium2020-05-241-12/+28
|
* changing backend to use the cleaner ipt bindingsdarkgallium2020-05-242-85/+53
| | | | | | updating dependencies minor fixes
* first basic support for adding nft rulesdarkgallium2020-05-241-0/+101
|
* Dockerize appQuentin Dufour2020-05-232-18/+1
|
* Working IGDQuentin Dufour2020-05-233-15/+33
|
* WIP igd actorQuentin Dufour2020-05-221-5/+49
|
* Connecting elementsQuentin Dufour2020-05-223-18/+27
|
* WIP softwareQuentin Dufour2020-05-227-116/+82
|
* Rewrite for clarityQuentin Dufour2020-05-221-15/+24
|
* Handle UDP/TCPQuentin Dufour2020-05-222-10/+22
|
* Better retry mechanismQuentin Dufour2020-05-222-2/+7
|
* Working parsingQuentin Dufour2020-05-222-10/+42
|
* Consul Actor basic logic worksQuentin Dufour2020-05-222-10/+10
|
* WIP consul actorQuentin Dufour2020-05-223-4/+45
|
* WIP consulQuentin Dufour2020-05-222-0/+16
|
* We are now able to watchQuentin Dufour2020-05-222-8/+22
|
* Working ConsulQuentin Dufour2020-05-213-15/+41
|
* Broken DiplonatQuentin Dufour2020-05-218-85/+126
|
* Working on logicQuentin Dufour2020-05-215-29/+36
|
* WIP loopsQuentin Dufour2020-05-212-3/+26
|
* Rewrite as an objectQuentin Dufour2020-05-094-22/+22
|
* Consul URL is now a parameterQuentin Dufour2020-05-091-1/+5
|
* Split logic in multiple files!Quentin Dufour2020-05-093-10/+23
|
* Add context to errorsQuentin Dufour2020-05-093-13/+22
|
* Rewrite with anyhowQuentin Dufour2020-05-092-29/+12
|
* Rewrite with modules, still in progress...Quentin Dufour2020-05-093-6/+29
|
* Start to modularizeQuentin Dufour2020-05-092-47/+57
|
* Set the correct endpointQuentin Dufour2020-05-081-1/+2
|
* Add READMEQuentin Dufour2020-05-081-3/+3
|
* WIPQuentin Dufour2020-05-081-1/+1
|
* consul lib does not work for us, switching to reqwestQuentin2020-02-141-9/+7
|
* WIP consul integrationQuentin2020-02-141-1/+19
|
* Working configuration parseQuentin2020-02-131-10/+34
|
* WIP serious configuration (broken code)Quentin Dufour2020-02-121-4/+27
|
* Initial commitQuentin Dufour2020-02-121-0/+15