I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit 232586c7 authored by zzz's avatar zzz
Browse files

bump -7

parent 32a9f473
No related branches found
No related tags found
No related merge requests found
2022-12-14 zzz
* Crypto: Fix wrong arguments order in ChaCha20 encrypt, breaking encrypted LS2
* NTCP:
- Fix rare NPE sending termination
- Log source of clock adjustment at startup
* SSU2:
- Catch "shift too big" IAE from acked bitfield while sending termination
- Drop short session request messages in packet handler
- Preliminary fixes for handling retransmitted retries
- Reject peer test or relay as Charlie if snatted
2022-12-13 zzz
* SSU: Don't publish B cap when snatted
* Tunnels: Tighten the hop throttle more
2022-12-12 zzz
* SSU2: Bob asks another Peer Test Charlie on rejection
2022-12-11 zzz
* SSU2:
- Ban peer if he bans us in retry
- Destroy PS2 cipher states when done
- Handle retransmitted token request
- Handle skew reason in termination, possibly ban peer
- Send termination on inbound session/token request
- Wait longer for session request after retry
2022-12-10 zzz
* Graphs: Fix RRD time skew handling
* SSU: Update activity timestamps for relay and peer test messages
* SSU2: Peer Test fixes
 
......
......@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Git";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 6;
public final static long BUILD = 7;
/** for example "-test" */
public final static String EXTRA = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment