Logan oos Even

Results 10 issues of Logan oos Even

- [x] UPnP support #147 #817 (assigned: `Fengdaolong`) - [ ] support for `--pre-up`, `--post-up`, `--pre-down`, `--post-down` CLI options to run scripts #694 #743 (assigned: `-`) - [ ] support...

enhancement

This PR intends to add Windows support to the `n2n-route` tool, development as we go along. Fixes #1017

Up to now, the option `-A_` determines the cipher used to send out **and** the cipher to be accepted. I am pondering to loose the requirement that _incoming_ packets must...

# A Vision of n2n 4.0 This is a DRAFT document to put down some ideas, far from complete. It will further develop along the hopefully unfolding discussion. While being...

enhancement

To not leak any local network information, I would love to see the `-e`-provided locally preferred socket encrypted for transmission to the supernode, for storage, and transmission back to the...

enhancement

While testing at a larger scale, I was a bit surprised by ghost entries at edge's management output. Those seem to occur when stopping and re-starting supernodes and / or...

enhancement

A more peer-to-peer-like approach was discussed at several occasions. I have had some thoughts about it I want to share as a **discussion starter**. I am aware that there are...

enhancement

The decode tool should also be able to decode the freshly added ChaCha20 ciper. _**EDIT:** ...and Speck._ _**EDIT:** ...and encrypted headers._

This pull request adds a byte shuffle `shf` to hash prospector for 32-bit as well as 64-bit hashing functions. It relies on SSSE3's `pshufb` instruction and only works on corresponding...

Are there any plans or is there any interest at all in having - `CLMUL`, the [carryless multiplication](https://marc-b-reynolds.github.io/math/2017/10/13/IntegerBijections.html#carryless-multiplies-and-their-inverses) which has its own opcode on modern CPUs, and - `XROT2`, that...