aboutsummaryrefslogtreecommitdiff
path: root/src/igd_actor.rs
Commit message (Collapse)AuthorAgeFilesLines
* parse private_ip earlierAlex Auvolat2023-04-041-16/+12
|
* Remove .rustfmt.toml and move to standard rustfmt format (4 spaces)Alex Auvolat2023-04-041-102/+101
|
* Add STUN actor that saves autodiscovered IPv4/IPv6 to ConsulAlex Auvolat2023-04-041-0/+1
|
* Allow Diplonat to automatically detect it's private IPAlex Auvolat2021-12-251-5/+33
|
* Stricter Rust formating rules and build in the CIQuentin Dufour2021-09-201-6/+7
|
* added rustfmt: a rustfmt.toml file diescribing syntax (soft tabs of 2 ↵adrien2021-09-111-20/+36
| | | | 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
* 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