update changelog, i2pd.conf

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1687/head
R4SAS 3 years ago
parent 8abd08bd1b
commit c93ab8f829
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2

@ -10,14 +10,14 @@
- Process DELAY_REQUESTED streaming option - Process DELAY_REQUESTED streaming option
- "certsdir" options for certificates location - "certsdir" options for certificates location
- Keep own RouterInfo in NetBb - Keep own RouterInfo in NetBb
- Pick ECIES routers only for tunneln on non-x64 - Pick ECIES routers only for tunnels on non-x64
- NTP sync through ipv6 - NTP sync through ipv6
- Allow ipv6 adresses for UDP server tunnels - Allow ipv6 addresses for UDP server tunnels
### Changed ### Changed
- Rekey of all routers to ECIES - Rekey of all routers to ECIES
- Better distribution for random tunnel's peer selection - Better distribution for random tunnel's peer selection
- Yggdrasil reseed for v0.4, added two more - Yggdrasil reseed for v0.4, added two more
- Encyption type 0,4 by default for server tunnels - Encryption type 0,4 by default for server tunnels
- Handle i2cp.dontPublishLeaseSet param for all destinations - Handle i2cp.dontPublishLeaseSet param for all destinations
- reg.i2p for subscriptions - reg.i2p for subscriptions
- LeaseSet type 3 by default - LeaseSet type 3 by default
@ -30,14 +30,18 @@
- Set minimal version for floodfill to 0.9.38 - Set minimal version for floodfill to 0.9.38
- Eliminate extra lookups for sequential fragments on tunnel endpoint - Eliminate extra lookups for sequential fragments on tunnel endpoint
- Consistent path for explicit peers - Consistent path for explicit peers
- Always create new tunnel from exploratory pool
- Don't try to connect to a router not reachable from us
- Mark additional ipv6 addresses/nets as reserved (#1679)
### Fixed ### Fixed
- Zero-hop tunnels - Zero-hop tunnels
- Crash upon SAM session termination - Crash upon SAM session termination
- Build with boost < 1.55.0 - Build with boost < 1.55.0
- Address type for NTCP2 acceptors - Address type for NTCP2 acceptors
- Check of ipv4/ipv6 address - Check of ipv4/ipv6 address
- Requst router to send to if not in NetDb - Request router to send to if not in NetDb
- Count outbound traffic for zero-hop tunnels - Count outbound traffic for zero-hop tunnels
- URLdecode domain for registration string generator in webconsole
## [2.38.0] - 2021-05-17 ## [2.38.0] - 2021-05-17
### Added ### Added

@ -108,8 +108,7 @@ port = 7070
# user = i2pd # user = i2pd
# pass = changeme # pass = changeme
## Select webconsole language ## Select webconsole language
## Currently supported english (default), afrikaans, russian, turkmen and ukrainian languages ## Currently supported english (default), afrikaans, russian, turkmen ukrainian and uzbek languages
# lang = english # lang = english
[httpproxy] [httpproxy]

Loading…
Cancel
Save