Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | applied rustfmt from branch meta/formating, without rebasing anything | adrien | 2021-09-11 | 1 | -58/+74 |
| | |||||
* | wrote the skeleton of ACME. Involved solving the cosmetic warnings about ↵ | adrien | 2021-09-10 | 1 | -5/+6 |
| | | | | CamelCase for enums (without changing the API). | ||||
* | Rewrote the configuration options to make Diplonat modular: IGD and Firewall ↵ | adrien | 2021-08-26 | 1 | -3/+5 |
| | | | | | | modules will only be enabled if correponding `DIPLONAT_*_ENABLE` is set. (Breaking changes!) Also rearranged imports throughout the project, because I couldn't resist, sorry. | ||||
* | corrections after review | darkgallium | 2020-07-04 | 1 | -31/+36 |
| | |||||
* | ensure chain jump is added only onceadd-firewall-rules | darkgallium | 2020-06-28 | 1 | -5/+6 |
| | |||||
* | update README & Dockerfile | darkgallium | 2020-06-28 | 1 | -12/+0 |
| | |||||
* | add actor for firewall & massive refactor | darkgallium | 2020-05-24 | 1 | -15/+22 |
| | |||||
* | add better error handling | darkgallium | 2020-05-24 | 1 | -12/+28 |
| | |||||
* | changing backend to use the cleaner ipt bindings | darkgallium | 2020-05-24 | 1 | -84/+47 |
| | | | | | | updating dependencies minor fixes | ||||
* | first basic support for adding nft rules | darkgallium | 2020-05-24 | 1 | -0/+101 |