mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 04:04:16 +00:00
2.32.0
Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
parent
1dcb878796
commit
6bd44f0e4b
17
ChangeLog
17
ChangeLog
@ -11,6 +11,7 @@
|
|||||||
- Show ECIES-X25519-AEAD-Ratchet sessions and tags on the web console
|
- Show ECIES-X25519-AEAD-Ratchet sessions and tags on the web console
|
||||||
- Simplified implementation of gzip for no compression mode
|
- Simplified implementation of gzip for no compression mode
|
||||||
- Allow ECIES-X25519-AEAD-Ratchet session restart after 2 minutes
|
- Allow ECIES-X25519-AEAD-Ratchet session restart after 2 minutes
|
||||||
|
- Added logrotate config for rpm package
|
||||||
### Changed
|
### Changed
|
||||||
- Select peers for client tunnels among routers >= 0.9.36
|
- Select peers for client tunnels among routers >= 0.9.36
|
||||||
- Check ECIES flag for encrypted lookup reply
|
- Check ECIES flag for encrypted lookup reply
|
||||||
@ -20,10 +21,14 @@
|
|||||||
- Stop as soon as no more transit tunnels during graceful shutdown for Android
|
- Stop as soon as no more transit tunnels during graceful shutdown for Android
|
||||||
- RouterInfo gzip compression level depends on size
|
- RouterInfo gzip compression level depends on size
|
||||||
- Send response to received datagram from ECIES-X25519-AEAD-Ratchet session
|
- Send response to received datagram from ECIES-X25519-AEAD-Ratchet session
|
||||||
|
- Update webconsole functional
|
||||||
|
- Increased max transit tunnels limit
|
||||||
- Reseeds list
|
- Reseeds list
|
||||||
|
- Dropped windows support in cmake
|
||||||
### Fixed
|
### Fixed
|
||||||
- Correct timestamp check for LeaseSet2
|
- Correct timestamp check for LeaseSet2
|
||||||
- Encrypted leaseset without authentication
|
- Encrypted leaseset without authentication
|
||||||
|
- Change SOCKS proxy connection response for clients without socks5h support (#1336)
|
||||||
|
|
||||||
## [2.31.0] - 2020-04-10
|
## [2.31.0] - 2020-04-10
|
||||||
### Added
|
### Added
|
||||||
@ -66,7 +71,7 @@
|
|||||||
### Added
|
### Added
|
||||||
- Client auth flag for b33 address
|
- Client auth flag for b33 address
|
||||||
### Changed
|
### Changed
|
||||||
- Remove incoming NTCP2 session from pending list when established
|
- Remove incoming NTCP2 session from pending list when established
|
||||||
- Handle errors for NTCP2 SessionConfrimed send
|
- Handle errors for NTCP2 SessionConfrimed send
|
||||||
### Fixed
|
### Fixed
|
||||||
- Failure to start on Windows XP
|
- Failure to start on Windows XP
|
||||||
@ -115,7 +120,7 @@
|
|||||||
## [2.25.0] - 2019-05-09
|
## [2.25.0] - 2019-05-09
|
||||||
### Added
|
### Added
|
||||||
- Create, publish and handle encrypted LeaseSet2
|
- Create, publish and handle encrypted LeaseSet2
|
||||||
- Support of b33 addresses
|
- Support of b33 addresses
|
||||||
- RedDSA key blinding
|
- RedDSA key blinding
|
||||||
- .b32.i2p addresses in jump links
|
- .b32.i2p addresses in jump links
|
||||||
- ntcp2.addressv6 parameter
|
- ntcp2.addressv6 parameter
|
||||||
@ -147,7 +152,7 @@
|
|||||||
- Correct SAM response for invalid key
|
- Correct SAM response for invalid key
|
||||||
- SAM crash on termination for Windows
|
- SAM crash on termination for Windows
|
||||||
- Race condition for publishing
|
- Race condition for publishing
|
||||||
|
|
||||||
## [2.23.0] - 2019-01-21
|
## [2.23.0] - 2019-01-21
|
||||||
### Added
|
### Added
|
||||||
- Standard LeaseSet2 support
|
- Standard LeaseSet2 support
|
||||||
@ -206,7 +211,7 @@
|
|||||||
- NTCP2 is enabled by default
|
- NTCP2 is enabled by default
|
||||||
- Show lease's expiration time in readable format in the web console
|
- Show lease's expiration time in readable format in the web console
|
||||||
### Fixed
|
### Fixed
|
||||||
- Correct names for transports in the web console
|
- Correct names for transports in the web console
|
||||||
|
|
||||||
## [2.19.0] - 2018-06-26
|
## [2.19.0] - 2018-06-26
|
||||||
### Added
|
### Added
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<translation type="qt" />
|
<translation type="qt" />
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release version="2.32.0" date="2020-05-25" />
|
<release version="2.32.0" date="2020-05-25" />
|
||||||
<release version="2.31.0" date="2020-04-10" />
|
<release version="2.31.0" date="2020-04-10" />
|
||||||
<release version="2.30.0" date="2020-02-25" />
|
<release version="2.30.0" date="2020-02-25" />
|
||||||
<release version="2.29.0" date="2019-10-21" />
|
<release version="2.29.0" date="2019-10-21" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user