This commit is contained in:
zzz
2022-12-15 15:08:58 -05:00
parent 21c7ad4a89
commit bbbc127193
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2022-12-15 zzz
* Router: Change transient IPv4 blocklist to LHMCache
* SSU: Check banlist after session confirmed
* SSU2:
- Don't attempt to connect to ourselves as an introducer
- Fix retransmission of session confirmed
2022-12-14 zzz
* Crypto: Fix wrong arguments order in ChaCha20 encrypt, breaking encrypted LS2
* NTCP:
@ -8,6 +15,7 @@
- Drop short session request messages in packet handler
- Preliminary fixes for handling retransmitted retries
- Reject peer test or relay as Charlie if snatted
- Update activity on path challenge/response
2022-12-13 zzz
* SSU: Don't publish B cap when snatted

View File

@ -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 = 7;
public final static long BUILD = 8;
/** for example "-test" */
public final static String EXTRA = "";