Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add license in the readme | Quentin Dufour | 2022-04-23 | 1 | -0/+4 |
| | |||||
* | Add the AGPLv3 license | Quentin Dufour | 2022-04-23 | 1 | -0/+661 |
| | |||||
* | Merge pull request 'Allow Diplonat to automatically detect it's private IP' ↵ | adrien | 2021-12-28 | 11 | -423/+383 |
|\ | | | | | | | | | | | (#12) from autodetect-private-ip into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/diplonat/pulls/12 | ||||
| * | repaired test, now that private IP is an Optionautodetect-private-ip | adrien | 2021-12-28 | 1 | -10/+6 |
| | | |||||
| * | Allow Diplonat to automatically detect it's private IP | Alex Auvolat | 2021-12-25 | 10 | -413/+377 |
|/ | |||||
* | Merge pull request 'Extensively use rustfmt' (#11) from quality/rustfmt into ↵ | Quentin | 2021-09-20 | 13 | -67/+149 |
|\ | | | | | | | | | | | main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/diplonat/pulls/11 | ||||
| * | Use the official rust image | Quentin Dufour | 2021-09-20 | 1 | -1/+2 |
| | | |||||
| * | Fix the CONTRIBUTING doc for the new formattingquality/rustfmt | Quentin Dufour | 2021-09-20 | 1 | -6/+17 |
| | | |||||
| * | Stricter Rust formating rules and build in the CI | Quentin Dufour | 2021-09-20 | 12 | -62/+132 |
|/ | |||||
* | Merge pull request 'added rustfmt, a guide about this, and a CI job to ↵ | Quentin | 2021-09-17 | 16 | -344/+467 |
|\ | | | | | | | | | | | enforce code quality' (#10) from adrien/diplonat:meta/formating into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/diplonat/pulls/10 | ||||
| * | added a line to CI to actually install rustfmt on the runner | adrien | 2021-09-11 | 1 | -0/+1 |
| | | |||||
| * | added rustfmt: a rustfmt.toml file diescribing syntax (soft tabs of 2 ↵ | adrien | 2021-09-11 | 16 | -344/+466 |
|/ | | | | 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 | ||||
* | Merge pull request 'Environment parsing done with Serde Envy' (#5) from ↵ | Quentin | 2021-08-19 | 11 | -80/+368 |
|\ | | | | | | | | | | | adrien/diplonat:feature/config-handling into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/diplonat/pulls/5 | ||||
| * | 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 | 7 | -78/+34 |
| | | | | | | | | No API changes, more tests, cleaner code: life is swell. | ||||
| * | New configuration parsing using envy. Added minimal functionnality for | LUXEY Adrien | 2021-08-16 | 7 | -10/+339 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Merge pull request 'Edited README: declare system dependency to a TLS ↵ | adrien | 2021-08-16 | 1 | -0/+5 |
|\ \ | |/ |/| | | | | | | | library' (#4) from adrien/diplonat:main into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/diplonat/pulls/4 | ||||
| * | edited README: declare system dependency to a TLS library | LUXEY Adrien | 2021-08-14 | 1 | -0/+5 |
|/ | |||||
* | change image nameHEADmaster | darkgallium | 2020-07-13 | 1 | -1/+1 |
| | |||||
* | Merge pull request 'Automatically manage firewall rules (iptables) for ↵ | Quentin | 2020-07-04 | 10 | -38/+334 |
|\ | | | | | | | | | | | services' (#1) from add-firewall-rules into master Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/diplonat/pulls/1 | ||||
| * | corrections after review | darkgallium | 2020-07-04 | 2 | -35/+40 |
| | | |||||
| * | ensure chain jump is added only onceadd-firewall-rules | darkgallium | 2020-06-28 | 6 | -19/+12 |
| | | |||||
| * | update README & Dockerfile | darkgallium | 2020-06-28 | 4 | -15/+17 |
| | | |||||
| * | 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 | 4 | -212/+169 |
| | | | | | | | | | | | | updating dependencies minor fixes | ||||
| * | first basic support for adding nft rules | darkgallium | 2020-05-24 | 3 | -2/+228 |
|/ | |||||
* | Dockerize app | Quentin Dufour | 2020-05-23 | 6 | -19/+42 |
| | |||||
* | 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 | 3 | -11/+25 |
| | |||||
* | Better retry mechanism | Quentin Dufour | 2020-05-22 | 2 | -2/+7 |
| | |||||
* | Fix tag format | Quentin Dufour | 2020-05-22 | 1 | -1/+1 |
| | |||||
* | Working parsing | Quentin Dufour | 2020-05-22 | 5 | -11/+78 |
| | |||||
* | Consul Actor basic logic works | Quentin Dufour | 2020-05-22 | 2 | -10/+10 |
| | |||||
* | WIP consul actor | Quentin Dufour | 2020-05-22 | 4 | -5/+46 |
| | |||||
* | WIP consul | Quentin Dufour | 2020-05-22 | 3 | -0/+24 |
| | |||||
* | Some guidelines | Quentin Dufour | 2020-05-22 | 1 | -0/+9 |
| | |||||
* | We are now able to watch | Quentin Dufour | 2020-05-22 | 2 | -8/+22 |
| | |||||
* | Working Consul | Quentin Dufour | 2020-05-21 | 5 | -18/+60 |
| | |||||
* | Broken Diplonat | Quentin Dufour | 2020-05-21 | 9 | -85/+150 |
| | |||||
* | Working on logic | Quentin Dufour | 2020-05-21 | 8 | -50/+69 |
| | |||||
* | WIP loops | Quentin Dufour | 2020-05-21 | 3 | -3/+27 |
| | |||||
* | Bullet points are needed ^^ | Quentin Dufour | 2020-05-09 | 1 | -3/+3 |
| | |||||
* | Remove bullet points | Quentin Dufour | 2020-05-09 | 1 | -3/+3 |
| | |||||
* | Add some content to the README | Quentin Dufour | 2020-05-09 | 1 | -0/+8 |
| | |||||
* | Rewrite as an object | Quentin Dufour | 2020-05-09 | 4 | -22/+22 |
| |