aboutsummaryrefslogtreecommitdiff
path: root/src/igd_actor.rs
Commit message (Collapse)AuthorAgeFilesLines
* applied rustfmt from branch meta/formating, without rebasing anythingadrien2021-09-111-16/+30
|
* Rewrote the configuration options to make Diplonat modular: IGD and Firewall ↵adrien2021-08-261-13/+22
| | | | | | 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.
* environment.rs successfully replaced with new config/ configuration loader. ↵LUXEY Adrien2021-08-161-2/+2
| | | | No API changes, more tests, cleaner code: life is swell.
* Working IGDQuentin Dufour2020-05-231-14/+18
|
* WIP igd actorQuentin Dufour2020-05-221-5/+49
|
* Connecting elementsQuentin Dufour2020-05-221-12/+14
|
* WIP softwareQuentin Dufour2020-05-221-0/+31