WIP: Handle all peers nonces, not only own #5

Draft
lee.miller wants to merge 4 commits from lee.miller/MiNode:network-nonce into v0.3
Contributor

Hi!

I added code to avoid connecting twice to the same node based on the nonce. On the other hand it generates a separate nonce for I2P connections to prevent determining the corresponding IP if the instance runs without --no-ip.

Hi! I added code to avoid connecting twice to the same node based on the nonce. On the other hand it generates a separate nonce for I2P connections to prevent determining the corresponding IP if the instance runs without `--no-ip`.
lee.miller force-pushed network-nonce from 89e2686894 to 62be2ed7c6 2024-06-25 20:17:43 +02:00 Compare
lee.miller force-pushed network-nonce from 62be2ed7c6 to 77125b9d59 2024-07-19 03:22:01 +02:00 Compare
lee.miller added 1 commit 2024-09-07 18:11:27 +02:00
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u network-nonce:lee.miller-network-nonce
git checkout lee.miller-network-nonce

Merge

Merge the changes and update on Gitea.
git checkout v0.3
git merge --no-ff lee.miller-network-nonce
git checkout v0.3
git merge --ff-only lee.miller-network-nonce
git checkout lee.miller-network-nonce
git rebase v0.3
git checkout v0.3
git merge --no-ff lee.miller-network-nonce
git checkout v0.3
git merge --squash lee.miller-network-nonce
git checkout v0.3
git merge --ff-only lee.miller-network-nonce
git checkout v0.3
git merge lee.miller-network-nonce
git push origin v0.3
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Bitmessage/MiNode#5
No description provided.