mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
2.46.0
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
182a721674
commit
e53fe2d988
19
ChangeLog
19
ChangeLog
@ -3,26 +3,27 @@
|
|||||||
|
|
||||||
## [2.46.0] - 2023-02-15
|
## [2.46.0] - 2023-02-15
|
||||||
### Added
|
### Added
|
||||||
- Limit number of acked SSU2 packets to 511
|
- Limit number of acked SSU2 packets to 511
|
||||||
- Localization to Swedish
|
- Localization to Swedish
|
||||||
- Periodically send Datetime block in NTCP2 and SSU2
|
- Periodically send Datetime block in NTCP2 and SSU2
|
||||||
- Don't select random port from reserved
|
- Don't select random port from reserved
|
||||||
- In memory table for peer profiles
|
- In memory table for peer profiles
|
||||||
- Store if router was unreachable in it's peer profile
|
- Store if router was unreachable in it's peer profile
|
||||||
- Show IPv6 addresses in square brackets in webconsole
|
- Show IPv6 addresses in square brackets in webconsole
|
||||||
|
- Check referer when processing Addresshelper
|
||||||
### Changed
|
### Changed
|
||||||
- Algorithm for tunnel creation success rate calculation
|
- Algorithm for tunnel creation success rate calculation
|
||||||
- Drop incoming NTCP2 and SSU2 connection if published IP doesn't match actual endpoint'
|
- Drop incoming NTCP2 and SSU2 connection if published IP doesn't match actual endpoint
|
||||||
- Exclude actually unreachable router from netdb for 2 hours
|
- Exclude actually unreachable router from netdb for 2 hours
|
||||||
- Select first hop from high bandwidth peers for client tunnels
|
- Select first hop from high bandwidth peers for client tunnels
|
||||||
- Drop too long or too short LeaseSet
|
- Drop too long or too short LeaseSet
|
||||||
- Delete router from netdb if became inavlid after update
|
- Delete router from netdb if became invalid after update
|
||||||
- Terminate existing session if clock skew detected
|
- Terminate existing session if clock skew detected
|
||||||
- Close previous UDP socket if open before reopening
|
- Close previous UDP socket if open before reopening
|
||||||
- Minimal version for floodfill is 0.9.51
|
- Minimal version for floodfill is 0.9.51
|
||||||
- Sort transports by endpoints in webconsole
|
- Sort transports by endpoints in webconsole
|
||||||
### Fixed
|
### Fixed
|
||||||
- Deadlock druing processing I2NP block with Garlic in ECIES encrypted message to router
|
- Deadlock during processing I2NP block with Garlic in ECIES encrypted message to router
|
||||||
- Race condition with encrypted LeaseSets
|
- Race condition with encrypted LeaseSets
|
||||||
- HTTP query detection
|
- HTTP query detection
|
||||||
- Connection attempts to IPs from invalid ranges
|
- Connection attempts to IPs from invalid ranges
|
||||||
@ -39,7 +40,7 @@
|
|||||||
- Set rejection code 30 if tunnel with id already exists
|
- Set rejection code 30 if tunnel with id already exists
|
||||||
- Network status is always OK if peer test msg 5 received
|
- Network status is always OK if peer test msg 5 received
|
||||||
### Fixed
|
### Fixed
|
||||||
- UPnP crash if SSU2 or NTCP2 is disabled
|
- UPnP crash if SSU2 or NTCP2 is disabled
|
||||||
- Crash on termination for some platforms
|
- Crash on termination for some platforms
|
||||||
|
|
||||||
## [2.45.0] - 2023-01-03
|
## [2.45.0] - 2023-01-03
|
||||||
|
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
i2pd (2.46.0-1) unstable; urgency=medium
|
i2pd (2.46.0-1) unstable; urgency=high
|
||||||
|
|
||||||
* updated to version 2.46.0/0.9.57
|
* updated to version 2.46.0/0.9.57
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user