2016-05-31 00:00:00 +00:00
|
|
|
# for this file format description,
|
|
|
|
# see https://github.com/olivierlacan/keep-a-changelog
|
|
|
|
|
2023-06-11 19:44:16 +00:00
|
|
|
## [2.48.0] - 2023-06-12
|
|
|
|
### Added
|
|
|
|
- Allow user/password authentication method for SOCK5 proxy
|
|
|
|
- Publish reject all congestion cap 'G' if transit is not accepted
|
2023-06-11 21:32:44 +00:00
|
|
|
- 'critical' log level
|
2023-06-11 19:44:16 +00:00
|
|
|
- Print b32 on webconsole destination page
|
2023-06-11 21:32:44 +00:00
|
|
|
- Webconsole button to drop a remote LeaseSet
|
2023-06-11 19:44:16 +00:00
|
|
|
- limits.zombies param - minimum percentage of successfully created tunnels for routers cleanup
|
|
|
|
- Recognize real routers if successfully connected or responded to tunnel build request
|
|
|
|
### Changed
|
|
|
|
- Bypass slow transport sessions for first hop selection
|
|
|
|
- Limit AESNI inline asm to x86/x64
|
|
|
|
- Create smaller I2NP packets if possible
|
|
|
|
- Make router unreachable if AEAD tag verification fails in SessionCreated
|
|
|
|
- Don't include a router to floodfills list until it's confirmed as real
|
|
|
|
- Drop LeaseSet store request if not floodfill
|
|
|
|
- Bypass medium congestion('D') routers for client tunnels
|
|
|
|
- Publish encrypted RouterInfo through tunnels
|
|
|
|
- Check if s is valid x25519 public key
|
|
|
|
- Check if socket is open before sending data in SSU2
|
|
|
|
### Fixed
|
|
|
|
- Webconsole empty page if destination is not found
|
|
|
|
- i2p.streaming.answerPings param
|
|
|
|
- Reload tunnels
|
|
|
|
- Address caps for unspecified ipv6 address
|
2023-06-11 21:32:44 +00:00
|
|
|
- Incomplete HTTP headers in I2P tunnels
|
|
|
|
- SSU2 socket network exceptions on Windows
|
|
|
|
- Use of 'server' type tunnel port as inport (#1936)
|
2023-06-11 19:44:16 +00:00
|
|
|
|
2023-03-11 15:35:55 +00:00
|
|
|
## [2.47.0] - 2023-03-11
|
|
|
|
### Added
|
|
|
|
- Congestion caps
|
|
|
|
- SAM UDP port parameter
|
|
|
|
- Support domain addresses for yggdrasil reseeds
|
|
|
|
### Changed
|
|
|
|
- DHT for floodfills instead plain list
|
|
|
|
- Process router's messages in separate thread
|
|
|
|
- Don't publish non-reachable router
|
|
|
|
- Send and check target destination in first streaming SYN packet
|
|
|
|
- Reseeds list
|
|
|
|
### Fixed
|
|
|
|
- Memory leak in windows network state detection
|
|
|
|
- Reseed attempts from invalid address
|
|
|
|
|
2023-02-20 02:49:59 +00:00
|
|
|
## [2.46.1] - 2023-02-20
|
|
|
|
### Fixed
|
|
|
|
- Race condition while getting router's peer profile
|
|
|
|
- Creation of new router.info
|
2023-02-20 02:57:56 +00:00
|
|
|
- Displaying LeaseSets in the webconsole
|
2023-02-21 02:53:51 +00:00
|
|
|
- Crash when processing ACK request
|
2023-02-20 02:49:59 +00:00
|
|
|
|
2023-02-15 19:47:02 +00:00
|
|
|
## [2.46.0] - 2023-02-15
|
|
|
|
### Added
|
2023-02-15 20:39:18 +00:00
|
|
|
- Limit number of acked SSU2 packets to 511
|
2023-02-15 21:59:06 +00:00
|
|
|
- Localization to Swedish, Portuguese, Turkish, Polish
|
2023-02-15 19:47:02 +00:00
|
|
|
- Periodically send Datetime block in NTCP2 and SSU2
|
|
|
|
- Don't select random port from reserved
|
|
|
|
- In memory table for peer profiles
|
|
|
|
- Store if router was unreachable in it's peer profile
|
|
|
|
- Show IPv6 addresses in square brackets in webconsole
|
2023-02-15 20:39:18 +00:00
|
|
|
- Check referer when processing Addresshelper
|
2023-02-15 19:47:02 +00:00
|
|
|
### Changed
|
|
|
|
- Algorithm for tunnel creation success rate calculation
|
2023-02-15 20:39:18 +00:00
|
|
|
- Drop incoming NTCP2 and SSU2 connection if published IP doesn't match actual endpoint
|
2023-02-15 19:47:02 +00:00
|
|
|
- Exclude actually unreachable router from netdb for 2 hours
|
2023-02-15 20:39:18 +00:00
|
|
|
- Select first hop from high bandwidth peers for client tunnels
|
2023-02-15 19:47:02 +00:00
|
|
|
- Drop too long or too short LeaseSet
|
2023-02-15 20:39:18 +00:00
|
|
|
- Delete router from netdb if became invalid after update
|
2023-02-15 19:47:02 +00:00
|
|
|
- Terminate existing session if clock skew detected
|
2023-02-15 20:39:18 +00:00
|
|
|
- Close previous UDP socket if open before reopening
|
2023-02-15 19:47:02 +00:00
|
|
|
- Minimal version for floodfill is 0.9.51
|
2023-02-15 20:39:18 +00:00
|
|
|
- Sort transports by endpoints in webconsole
|
|
|
|
### Fixed
|
|
|
|
- Deadlock during processing I2NP block with Garlic in ECIES encrypted message to router
|
2023-02-15 19:47:02 +00:00
|
|
|
- Race condition with encrypted LeaseSets
|
|
|
|
- HTTP query detection
|
|
|
|
- Connection attempts to IPs from invalid ranges
|
|
|
|
- Publish "0.0.0.0" in RouterInfo
|
|
|
|
- Crash upon receiving PeerTest 7
|
|
|
|
- Tunnels for closed SAM session socket
|
|
|
|
- Missing NTCP2 address in RouterInfo if enabled back
|
|
|
|
|
2023-01-11 18:52:20 +00:00
|
|
|
## [2.45.1] - 2023-01-11
|
|
|
|
### Added
|
|
|
|
- Full Cone NAT status error
|
|
|
|
### Changed
|
|
|
|
- Drop duplicated I2NP messages in SSU2
|
|
|
|
- Set rejection code 30 if tunnel with id already exists
|
|
|
|
- Network status is always OK if peer test msg 5 received
|
|
|
|
### Fixed
|
2023-02-15 20:39:18 +00:00
|
|
|
- UPnP crash if SSU2 or NTCP2 is disabled
|
2023-01-11 18:52:20 +00:00
|
|
|
- Crash on termination for some platforms
|
|
|
|
|
2023-01-03 18:16:34 +00:00
|
|
|
## [2.45.0] - 2023-01-03
|
2023-01-02 23:59:13 +00:00
|
|
|
### Added
|
2023-01-03 18:16:34 +00:00
|
|
|
- Test for Symmetric NAT with peer test msgs 6 and 7
|
|
|
|
- Webconsole "No Descriptors" router error state
|
|
|
|
- 1 and 15 seconds bandwidth calculation for i2pcontrol
|
2023-01-02 23:59:13 +00:00
|
|
|
- Show non-zero send queue size for transports in web console
|
|
|
|
- Compressible padding for I2P addresses
|
|
|
|
- Localization to Czech
|
|
|
|
- Don't accept incoming session from invalid/reserved addresses for NTCP2 and SSU2
|
|
|
|
- Limit simultaneous tunnel build requests by 4 per pool
|
|
|
|
### Changed
|
|
|
|
- Removed SSU support
|
2023-01-03 18:16:34 +00:00
|
|
|
- Reduced bandwidth calculation interval from 60 to 15 seconds
|
2023-01-02 23:59:13 +00:00
|
|
|
- Increased default max transit tunnels number from 2500 to 5000 or 10000 for floodfill
|
2023-01-03 18:42:41 +00:00
|
|
|
- Transit tunnels limit is doubled if floodfill mode is enabled
|
2023-01-03 18:16:34 +00:00
|
|
|
- NTCP2 and SSU2 timestamps are rounded to seconds
|
2023-01-02 23:59:13 +00:00
|
|
|
- Drop RouterInfos and LeaseSets with timestamp from future
|
|
|
|
- Don't delete unreachable routers if tunnel creation success rate is too low
|
|
|
|
- Refuse duplicated incoming pending NTCP2 session from same IP
|
|
|
|
- Don't send SSU2 termination again if termination received block received
|
|
|
|
- Handle standard network error for SSU2 without throwing an exception
|
2023-01-03 18:16:34 +00:00
|
|
|
- Don't select overloaded peer for next tunnel
|
|
|
|
- Remove "X-Requested-With" in HTTP Proxy for non-AJAX requests
|
2023-01-02 23:59:13 +00:00
|
|
|
### Fixed
|
|
|
|
- File descriptors leak
|
|
|
|
- Random crash on AddressBook update
|
|
|
|
- Crash if incorrect LeaseSet size
|
|
|
|
- Spamming to log if no descriptors
|
|
|
|
- ::1 address in RouterInfo
|
2023-01-03 18:16:34 +00:00
|
|
|
- SSU2 network error handling (especially for Windows)
|
|
|
|
- Race condition with pending outgoing SSU2 sessions
|
2023-01-02 23:59:13 +00:00
|
|
|
- RTT self-reduction for long-live streams
|
|
|
|
|
2022-11-20 19:05:39 +00:00
|
|
|
## [2.44.0] - 2022-11-20
|
2022-11-20 13:56:05 +00:00
|
|
|
### Added
|
|
|
|
- SSL connection for server I2P tunnels
|
|
|
|
- Localization to Italian and Spanish
|
|
|
|
- SSU2 through SOCKS5 UDP proxy
|
|
|
|
- Reload tunnels through web console
|
|
|
|
- SSU2 send immediate ack request flag
|
|
|
|
- SSU2 send and verify path challenge
|
2022-11-20 19:05:39 +00:00
|
|
|
- Configurable ssu2.mtu4 and ssu2.mtu6
|
2022-11-20 13:56:05 +00:00
|
|
|
### Changed
|
2023-01-03 18:16:34 +00:00
|
|
|
- SSU2 is enabled and SSU is disabled by default
|
2022-11-20 13:56:05 +00:00
|
|
|
- Separate network status and error
|
|
|
|
- Random selection between NTCP2 and SSU2 priority
|
|
|
|
- Added notbob.i2p to jump services
|
|
|
|
- Remove DoNotTrack flag from HTTP Request header
|
|
|
|
- Skip addresshelper page if destination was not changed
|
|
|
|
- SSU2 allow different ports from RelayReponse and HolePunch
|
|
|
|
- SSU2 resend PeerTest msg 1 and msg 2
|
|
|
|
- SSU2 Send Retry instead SessionCreated if clock skew detected
|
|
|
|
### Fixed
|
|
|
|
- Long HTTP headers for HTTP proxy and HTTP server tunnel
|
|
|
|
- SSU2 resends and resend limits
|
|
|
|
- Crash at startup if addressbook is disabled
|
|
|
|
- NTCP2 ipv6 connection through SOCKS5 proxy
|
|
|
|
- SSU2 SessionRequest with zero token
|
|
|
|
- SSU2 MTU less than 1280
|
|
|
|
- SSU2 port=1
|
|
|
|
- Incorrect addresses from network interfaces
|
2022-11-20 19:05:39 +00:00
|
|
|
- Definitions for Darwin PPC; do not use pthread_setname_np
|
2022-11-20 13:56:05 +00:00
|
|
|
|
2022-08-21 18:52:55 +00:00
|
|
|
## [2.43.0] - 2022-08-22
|
|
|
|
### Added
|
|
|
|
- Complete SSU2 implementation
|
|
|
|
- Localization to Chinese
|
|
|
|
- Send RouterInfo update for long live sessions
|
|
|
|
- Explicit ipv6 ranges of known tunnel brokers for MTU detection
|
2022-08-21 19:40:41 +00:00
|
|
|
- Always send "Connection: close" and strip out Keep-Alive for server HTTP tunnel
|
2022-08-21 18:52:55 +00:00
|
|
|
- Show ports for all transports in web console
|
2022-08-21 19:40:41 +00:00
|
|
|
- Translation of webconsole site title
|
|
|
|
- Support for Windows ProgramData path when running as service
|
2022-08-21 18:52:55 +00:00
|
|
|
- Ability to turn off address book
|
|
|
|
- Handle signals TSTP and CONT to stop and resume network
|
|
|
|
### Changed
|
|
|
|
- Case insensitive headers for server HTTP tunnel
|
2022-08-21 19:40:41 +00:00
|
|
|
- Do not show 'Address registration' line if LeaseSet is encrypted
|
2022-08-21 18:52:55 +00:00
|
|
|
- SSU2 transports have higher priority than SSU
|
2022-08-21 19:40:41 +00:00
|
|
|
- Disable ElGamal precalculated table if no SSU
|
2022-08-21 18:52:55 +00:00
|
|
|
- Deprecate limits.ntcpsoft, limits.ntcphard and limits.ntcpthreads config options
|
|
|
|
- SSU2 is enabled and SSU is disabled by default for new installations
|
|
|
|
### Fixed
|
2022-08-21 19:40:41 +00:00
|
|
|
- Typo with Referer header name in HTTP proxy
|
2022-08-21 18:52:55 +00:00
|
|
|
- Can't handle garlic message from an exploratory tunnel
|
|
|
|
- Incorrect encryption key for exploratory lookup reply
|
2022-08-21 19:40:41 +00:00
|
|
|
- Bound checks issues in LeaseSets code
|
2022-08-21 18:52:55 +00:00
|
|
|
- MTU detection on Windows
|
|
|
|
- Crash on stop of active server tunnel
|
|
|
|
- Send datagram to wrong destination in SAM
|
|
|
|
- Incorrect static key in RouterInfo if the keys were regenerated
|
|
|
|
- Duplicated sessions in BOB
|
|
|
|
|
2022-05-24 12:09:26 +00:00
|
|
|
## [2.42.1] - 2022-05-24
|
|
|
|
### Fixed
|
|
|
|
- Incorrect jump link in HTTP Proxy
|
|
|
|
|
2022-05-22 12:26:14 +00:00
|
|
|
## [2.42.0] - 2022-05-22
|
|
|
|
### Added
|
|
|
|
- Preliminary SSU2 implementation
|
|
|
|
- Tunnel length variance
|
|
|
|
- Localization to French
|
|
|
|
- Daily cleanup of obsolete peer profiles
|
|
|
|
- Ordered jump services list in HTTP proxy
|
|
|
|
- Win32 service
|
|
|
|
- Show port for local non-published SSU addresses in web console
|
|
|
|
### Changed
|
|
|
|
- Maximum RouterInfo length increased to 3K
|
|
|
|
- Skip unknown addresses in RouterInfo
|
2022-05-24 12:09:26 +00:00
|
|
|
- Don't pick own router for peer test
|
2022-05-22 12:26:14 +00:00
|
|
|
- Reseeds list
|
|
|
|
- Internal numeric id for families
|
|
|
|
- Use ipv6 preference only when netinet headers not used
|
2022-05-24 12:09:26 +00:00
|
|
|
- Close stream if delete requested
|
2022-05-22 12:26:14 +00:00
|
|
|
- Remove version from title in web console
|
|
|
|
- Drop MESHNET build option
|
|
|
|
- Set data path before initialization
|
2022-05-24 12:09:26 +00:00
|
|
|
- Don't show registration block in web console if token is not provided
|
2022-05-22 12:26:14 +00:00
|
|
|
### Fixed
|
|
|
|
- Encrypted LeaseSet for EdDSA signature
|
|
|
|
- Clients tunnels are not built if clock is not synced on start
|
|
|
|
- Incorrect processing of i2cp.dontPublishLeaseSet param
|
|
|
|
- UDP tunnels reload
|
|
|
|
- Build for LibreSSL 3.5.2
|
|
|
|
- Race condition in short tunnel build message
|
|
|
|
- Race condition in local RouterInfo buffer allocation
|
|
|
|
|
2022-02-20 11:29:44 +00:00
|
|
|
## [2.41.0] - 2022-02-20
|
2022-02-19 22:21:11 +00:00
|
|
|
### Added
|
|
|
|
- Clock syncronization through SSU
|
|
|
|
- Drop routers older than 6 months on start
|
|
|
|
- Localization to German
|
|
|
|
- Don't send streaming ack too frequently
|
|
|
|
- Select compatible outbound tunnel for I2CP messages
|
|
|
|
- Restart webconsole's acceptor in case of exception
|
|
|
|
### Changed
|
|
|
|
- Use builtin bitswap for endian on windows
|
2022-02-20 11:29:44 +00:00
|
|
|
- Send SessionCreated before connection close if clock skew
|
2022-02-19 22:21:11 +00:00
|
|
|
- Try another floodfill for publishing if no compatible tunnels found
|
|
|
|
- Reduce memory usage for RouterInfo structures
|
2022-02-20 11:29:44 +00:00
|
|
|
- Avoid duplicated addresses in RouterInfo. Check presence of netId and version
|
2022-02-19 22:21:11 +00:00
|
|
|
- Use TCP/IP sockets for I2CP on Android instead local sockets
|
|
|
|
- Return uptime as integer in I2PControl
|
|
|
|
- Reseed servers list/cerificates
|
2022-02-20 11:29:44 +00:00
|
|
|
- Webconsole's dark style colors
|
2022-02-19 22:21:11 +00:00
|
|
|
### Fixed
|
2022-02-20 11:29:44 +00:00
|
|
|
- Attempt to use Yggdrasil on start on Android
|
2022-02-19 22:21:11 +00:00
|
|
|
- Attempts to send peer tests to itself
|
2022-02-20 11:29:44 +00:00
|
|
|
- Severe packets drop in SSU
|
2022-02-19 22:21:11 +00:00
|
|
|
- Crash on tunnel tests
|
|
|
|
- Loading addressbook subscriptions from config
|
|
|
|
- Multiple I2CP session to the same destination
|
2022-02-20 11:29:44 +00:00
|
|
|
- Build on Apple Silicon
|
2022-02-19 22:21:11 +00:00
|
|
|
|
2021-11-27 23:01:13 +00:00
|
|
|
## [2.40.0] - 2021-11-29
|
|
|
|
### Added
|
|
|
|
- Keep alive parameter for client tunnels
|
|
|
|
- Support openssl 3.0.0
|
|
|
|
- Localization to Armenian
|
2021-11-28 00:46:53 +00:00
|
|
|
- Show git commit info in version
|
2021-11-27 23:01:13 +00:00
|
|
|
- Windows menu item for opening datadir
|
2021-11-28 00:46:53 +00:00
|
|
|
- Reseed if too few floodfills
|
2021-11-27 23:01:13 +00:00
|
|
|
- Don't publish old and replacing tunnel in LeaseSet
|
2021-11-28 01:26:44 +00:00
|
|
|
- Webconsole light/dark theme depending on system settings (via CSS)
|
2021-11-27 23:01:13 +00:00
|
|
|
### Changed
|
|
|
|
- Set gzip compression to false by default
|
|
|
|
- Build tunnel through ECIES routers only
|
|
|
|
- Removed ElGamal support for tunnels
|
2021-11-28 01:26:44 +00:00
|
|
|
- Moved webconsole resources to separate file
|
2021-11-27 23:01:13 +00:00
|
|
|
- Pick tunnels with compatible transport with another tunnel of floodfill
|
|
|
|
- Use common cleanup timer for all SSU sessions
|
|
|
|
- Reduced memory usage
|
|
|
|
- Reseed servers list
|
2021-11-28 00:46:53 +00:00
|
|
|
- i18n code called from ClientContext
|
2021-11-27 23:01:13 +00:00
|
|
|
### Fixed
|
|
|
|
- Tunnels reload
|
|
|
|
- Some typos in log messages
|
|
|
|
- Cleanup relay requests table
|
|
|
|
- Server tunnel is not published
|
|
|
|
- Build on GNU/Hurd. Disable pthread_setname_np
|
2021-11-28 00:46:53 +00:00
|
|
|
- Crash when incorrect sigtype used with blinding
|
2021-11-27 23:01:13 +00:00
|
|
|
|
2021-08-22 19:58:46 +00:00
|
|
|
## [2.39.0] - 2021-08-23
|
|
|
|
### Added
|
|
|
|
- Short tunnel build messages
|
|
|
|
- Localization. To: Russian, Ukrainian, Turkmen, Uzbek and Afrikaans
|
|
|
|
- Custom CSS styles for webconsole
|
|
|
|
- Avoid slow tunnels with more than 250 ms per hop
|
|
|
|
- Process DELAY_REQUESTED streaming option
|
|
|
|
- "certsdir" options for certificates location
|
|
|
|
- Keep own RouterInfo in NetBb
|
2021-08-22 20:36:08 +00:00
|
|
|
- Pick ECIES routers only for tunnels on non-x64
|
2021-08-22 19:58:46 +00:00
|
|
|
- NTP sync through ipv6
|
2021-08-22 20:36:08 +00:00
|
|
|
- Allow ipv6 addresses for UDP server tunnels
|
2021-08-22 19:58:46 +00:00
|
|
|
### Changed
|
|
|
|
- Rekey of all routers to ECIES
|
|
|
|
- Better distribution for random tunnel's peer selection
|
|
|
|
- Yggdrasil reseed for v0.4, added two more
|
2021-08-22 20:36:08 +00:00
|
|
|
- Encryption type 0,4 by default for server tunnels
|
2021-11-28 00:46:53 +00:00
|
|
|
- Handle i2cp.dontPublishLeaseSet param for all destinations
|
2021-08-22 19:58:46 +00:00
|
|
|
- reg.i2p for subscriptions
|
|
|
|
- LeaseSet type 3 by default
|
|
|
|
- Don't allocate payload buffer for every single ECIESx25519 message
|
2021-11-28 00:46:53 +00:00
|
|
|
- Prefer public ipv6 instead rfc4941
|
2021-08-22 19:58:46 +00:00
|
|
|
- Optimal padding for one-time ECIESx25519 message
|
|
|
|
- Don't send datetime block for one-time ECIESx25519 message with one-time key
|
|
|
|
- Router with expired introducer is still valid
|
|
|
|
- Don't disable floodfill if still reachable by ipv6
|
|
|
|
- Set minimal version for floodfill to 0.9.38
|
|
|
|
- Eliminate extra lookups for sequential fragments on tunnel endpoint
|
|
|
|
- Consistent path for explicit peers
|
2021-08-22 20:36:08 +00:00
|
|
|
- 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)
|
2021-08-22 19:58:46 +00:00
|
|
|
### Fixed
|
|
|
|
- Zero-hop tunnels
|
|
|
|
- Crash upon SAM session termination
|
2021-08-22 20:36:08 +00:00
|
|
|
- Build with boost < 1.55.0
|
2021-08-22 19:58:46 +00:00
|
|
|
- Address type for NTCP2 acceptors
|
|
|
|
- Check of ipv4/ipv6 address
|
2021-08-22 20:36:08 +00:00
|
|
|
- Request router to send to if not in NetDb
|
|
|
|
- Count outbound traffic for zero-hop tunnels
|
|
|
|
- URLdecode domain for registration string generator in webconsole
|
2021-08-22 19:58:46 +00:00
|
|
|
|
|
|
|
## [2.38.0] - 2021-05-17
|
2021-05-16 18:26:00 +00:00
|
|
|
### Added
|
|
|
|
- Publish ipv6 introducers
|
2021-11-28 00:46:53 +00:00
|
|
|
- Bind ipv6 or yggdrasil NTCP2 acceptor to specified address
|
2021-05-16 18:26:00 +00:00
|
|
|
- Support .b32.i2p addresses and hostnames for SAM STREAM CREATE
|
|
|
|
- ipv6 peer tests
|
|
|
|
- Publish iexp param for introducers
|
|
|
|
- Show ipv6 network status on the webconsole
|
|
|
|
- EdDSA signing keys can also be blinded
|
|
|
|
- Show router version on the webconsole
|
|
|
|
### Changed
|
|
|
|
- Rekey of all routers but floodfills to ECIES
|
|
|
|
- Increased number of precalculated x25519 keys to 15
|
|
|
|
- Don't publish LeaseSet without inbound tunnels
|
|
|
|
- Reseed from compatible address(ipv4 or ipv6)
|
|
|
|
- Recongnize v4 and v6 SSU addresses without host
|
|
|
|
- Inbound tunnel gateway must be ipv4 compatible
|
|
|
|
- Don't select next introducers from existing sessions
|
|
|
|
- Set X bandwidth for floodfill by default
|
|
|
|
### Fixed
|
|
|
|
- Incoming ECIES-x25519 session doesn't send updated LeaseSet
|
|
|
|
- Unique local address for server tunnels
|
|
|
|
- Race condition for LeaseSet creation in I2CP
|
|
|
|
- Relay tag for ipv6 introducer
|
|
|
|
- Already expired introducers
|
|
|
|
- Find connected router for first peer in tunnel
|
|
|
|
- Failed outgoing ECIES-x25519 session's tagset stays forever
|
|
|
|
- Yggdrasil address disappears if router becomes unreachable through ipv6
|
|
|
|
- Ignore SSU address/introducers if port is not specified
|
|
|
|
- Check identity and signature length for SSU SessionConfirmed
|
|
|
|
|
2021-03-15 12:30:04 +00:00
|
|
|
## [2.37.0] - 2021-03-15
|
|
|
|
### Added
|
|
|
|
- Address registration line for reg.i2p and stats.i2p through the web console
|
|
|
|
- "4" and "6" caps for addresses without published IP address
|
|
|
|
- Mesh and Proxy network statuses
|
|
|
|
- Symmetric NAT network status error
|
|
|
|
- Bind server tunnel connection to specified address
|
|
|
|
- lookuplocal BOB extended command
|
2021-11-28 00:46:53 +00:00
|
|
|
- address4 and address6 parameters to bind outgoing connections to
|
2021-03-15 12:30:04 +00:00
|
|
|
- Rekey of low-bandwidth routers to ECIES
|
|
|
|
- Popup notification windows when unable to parse config for Windows
|
|
|
|
### Changed
|
|
|
|
- Floodfills with "U" cap are not ignored anymore
|
2021-11-28 00:46:53 +00:00
|
|
|
- Check transports reachability between tunnel peers and between router and floodfill
|
2021-03-15 12:30:04 +00:00
|
|
|
- NTCP2 and reseed HTTP proxy support authorization now
|
|
|
|
- Show actual IP addresses for proxy connections
|
|
|
|
- Publish and handle SSU addreses without host
|
|
|
|
- Outbound tunnel endpoint must be ipv4 compatible
|
|
|
|
- Logging optimization
|
2021-03-15 13:00:25 +00:00
|
|
|
- Removed Windows service
|
2021-03-15 12:30:04 +00:00
|
|
|
### Fixed
|
|
|
|
- Incoming SSU session terminates after 5 seconds
|
|
|
|
- Outgoing NTCP2 ipv4 session even if ipv4 is disabled
|
|
|
|
- No incoming Yggdrasil connection if connected through NTCP2 proxy
|
|
|
|
- Race condition between tunnel build and floodfill requests decryption for ECIES routers
|
|
|
|
- Numeric bandwidth limitation
|
|
|
|
- Yggdrasil for Android
|
|
|
|
|
2021-02-15 12:57:17 +00:00
|
|
|
## [2.36.0] - 2021-02-15
|
|
|
|
### Added
|
|
|
|
- Encrypted lookup and publications to ECIES-x25519 floodfiils
|
|
|
|
- Yggdrasil transports and reseeds
|
|
|
|
- Dump addressbook in hosts.txt format
|
|
|
|
- Request RouterInfo through exploratory tunnels if direct connection to fllodfill is not possible
|
|
|
|
- Threads naming
|
2021-11-28 00:46:53 +00:00
|
|
|
- Check if public x25519 key is valid
|
2021-02-15 12:57:17 +00:00
|
|
|
- ECIES-X25519-AEAD-Ratchet for shared local destination
|
|
|
|
- LeaseSet creation timeout for I2CP session
|
|
|
|
- Resend RouterInfo after some interval for longer NTCP2 sessions
|
|
|
|
- Select reachable router of inbound tunnel gateway
|
2021-11-28 00:46:53 +00:00
|
|
|
- Reseed if no compatible routers in netdb
|
2021-02-15 12:57:17 +00:00
|
|
|
- Refresh on swipe in Android webconsole
|
|
|
|
### Changed
|
|
|
|
- reg.i2p for default addressbook instead inr.i2p
|
|
|
|
- ECIES-x25519 (crypto type 4) for new routers
|
|
|
|
- Try to connect to all compatible addresses from peer's RouterInfo
|
2021-11-28 00:46:53 +00:00
|
|
|
- Replace LeaseSet completely if store type changes
|
2021-02-15 12:57:17 +00:00
|
|
|
- Try ECIES-X25519-AEAD-Ratchet tag before ElGamal
|
|
|
|
- Don't detach ECIES-X25519-AEAD-Ratchet session from destination immediately
|
|
|
|
- Viewport and styles on error in HTTP proxy
|
2021-11-28 00:46:53 +00:00
|
|
|
- Don't create notification when Windows taskbar restarted
|
2021-02-15 12:57:17 +00:00
|
|
|
- Cumulative SSU ACK bitfields
|
|
|
|
- limit tunnel length to 8 hops
|
|
|
|
- Limit tunnels quantity to 16
|
|
|
|
### Fixed
|
|
|
|
- Handling chunked HTTP response in addressbook
|
|
|
|
- Missing ECIES-X25519-AEAD-Ratchet tags for multiple streams with the same destination
|
|
|
|
- Correct NAME for NAMING REPLY in SAM
|
|
|
|
- SSU crash on termination
|
|
|
|
- Offline signature length for stream close packet
|
|
|
|
- Don't send updated LeaseSet through a terminated session
|
|
|
|
- Decryption of follow-on ECIES-X25519-AEAD-Ratchet NSR messages
|
|
|
|
- Non-confirmed LeaseSet is resent too late for ECIES-X25519-AEAD-Ratchet session
|
|
|
|
|
2020-11-30 17:50:15 +00:00
|
|
|
## [2.35.0] - 2020-11-30
|
|
|
|
### Added
|
|
|
|
- ECIES-x25519 routers
|
|
|
|
- Random intro keys for SSU
|
|
|
|
- Graceful shutdown timer for windows
|
|
|
|
- Send queue for I2CP messages
|
|
|
|
- Update DSA router keys to EdDSA
|
|
|
|
- TCP_QUICKACK for NTCP2 sockets on Linux
|
|
|
|
### Changed
|
|
|
|
- Exclude floodfills with DSA signatures and < 0.9.28
|
|
|
|
- Random intervals between tunnel tests and manage for tunnel pools
|
|
|
|
- Don't replace an addressbook record by one with DSA signature
|
|
|
|
- Publish RouterInfo after update
|
|
|
|
- Create paired inbound tunnels if no inbound tunnels yet
|
|
|
|
- Reseed servers list
|
|
|
|
### Fixed
|
|
|
|
- Transient signature length, if different from identity
|
|
|
|
- Terminate I2CP session if destroyed
|
|
|
|
- RouterInfo publishing confirmation
|
2021-11-28 00:46:53 +00:00
|
|
|
- Check if ECIES-X25519-AEAD-Ratchet session expired before generating more tags
|
2020-11-30 17:50:15 +00:00
|
|
|
- Correct block size for delivery type local for ECIES-X25519-AEAD-Ratchet
|
|
|
|
|
2020-10-27 16:27:08 +00:00
|
|
|
## [2.34.0] - 2020-10-27
|
|
|
|
### Added
|
|
|
|
- Ping responses for streaming
|
|
|
|
- STREAM FORWARD for SAM
|
|
|
|
- Tunnels through ECIES-x25519 routers
|
|
|
|
- Single thread for I2CP
|
|
|
|
- Shared transient destination between proxies
|
|
|
|
- Database lookups from ECIES destinations with ratchets response
|
2021-11-28 00:46:53 +00:00
|
|
|
- Handle WebDAV HTTP methods
|
2020-10-27 16:27:08 +00:00
|
|
|
- Don't try to connect or build tunnels if offline
|
|
|
|
- Validate IP when trying connect to remote peer
|
|
|
|
- Handle ICMP responses and WinAPI errors for SSU
|
|
|
|
### Changed
|
|
|
|
- Removed NTCP
|
|
|
|
- Dropped gcc 4.7 support
|
|
|
|
- Encyption type 0,4 by default for client tunnels
|
|
|
|
- Stripped out some HTTP header for HTTP server response
|
|
|
|
- HTTP 1.1 addressbook requests
|
|
|
|
- Set LeaseSet type to 3 for ratchets if not specified
|
|
|
|
- Handle SSU v4 and v6 messages in one thread
|
|
|
|
- Eliminate DH keys thread
|
|
|
|
### Fixed
|
|
|
|
- Random crashes on I2CP session disconnect
|
|
|
|
- Stream through racthets hangs if first SYN was not acked
|
|
|
|
- Check "Last-Modified" instead "If-Modified-Since" for addressbook reponse
|
2021-11-28 00:46:53 +00:00
|
|
|
- Trim behind ECIESx25519 tags
|
2020-10-27 16:27:08 +00:00
|
|
|
- Few bugs with Android main activity
|
|
|
|
- QT visual and layout issues
|
|
|
|
|
2020-08-24 16:27:39 +00:00
|
|
|
## [2.33.0] - 2020-08-24
|
|
|
|
### Added
|
|
|
|
- Shared transient addresses
|
|
|
|
- crypto.ratchet.inboundTags paramater
|
|
|
|
- Multiple encryption keys through I2CP
|
|
|
|
- Pre-calculated x25519 ephemeral keys
|
|
|
|
- Change datagram routing path if nothing comes back in 10 seconds
|
2021-11-28 00:46:53 +00:00
|
|
|
- Shared routing path for datagram session
|
2020-08-24 16:27:39 +00:00
|
|
|
### Changed
|
|
|
|
- UDP tunnels send mix of repliable and raw datagrams in bulk
|
|
|
|
- Encrypt SSU packet again upon resend
|
2021-11-28 00:46:53 +00:00
|
|
|
- Start new tunnel message if remaining buffer is too small
|
2020-08-24 16:27:39 +00:00
|
|
|
- Use LeaseSet2 for ECIES-X25519-AEAD-Ratchet automatically
|
|
|
|
- Save new ECIES-X25519-AEAD-Ratchet session with NSR tagset
|
|
|
|
- Generate random padding lengths for ECIES-X25519-AEAD-Ratchet in bulk
|
|
|
|
- Webconsole layout
|
|
|
|
- Reseed servers list
|
|
|
|
### Fixed
|
|
|
|
- Don't connect through terminated SAM destination
|
2021-11-28 00:46:53 +00:00
|
|
|
- Differentiate UDP server sessions by port
|
2020-08-24 16:27:39 +00:00
|
|
|
- ECIES-X25519-AEAD-Ratchet through I2CP
|
|
|
|
- Don't save invalid address to AddressBook
|
2020-08-24 16:48:09 +00:00
|
|
|
- ECDSA signatures names in SAM
|
2021-11-28 00:46:53 +00:00
|
|
|
- AppArmor profile
|
2020-08-24 16:27:39 +00:00
|
|
|
|
2020-06-02 16:26:36 +00:00
|
|
|
## [2.32.1] - 2020-06-02
|
|
|
|
### Added
|
|
|
|
- Read explicit peers in tunnels config
|
|
|
|
### Fixed
|
|
|
|
- Generation of tags for detached sessions
|
|
|
|
- Non-updating LeaseSet1
|
|
|
|
- Start when deprecated websocket options present in i2pd.conf
|
|
|
|
|
2020-05-25 12:37:47 +00:00
|
|
|
## [2.32.0] - 2020-05-25
|
|
|
|
### Added
|
|
|
|
- Multiple encryption types for local destinations
|
|
|
|
- Next key and tagset for ECIES-X25519-AEAD-Ratchet
|
|
|
|
- NTCP2 through SOCKS proxy
|
|
|
|
- Throw error message if any port to bind is occupied
|
|
|
|
- gzip parameter for UDP tunnels
|
|
|
|
- Show ECIES-X25519-AEAD-Ratchet sessions and tags on the web console
|
|
|
|
- Simplified implementation of gzip for no compression mode
|
|
|
|
- Allow ECIES-X25519-AEAD-Ratchet session restart after 2 minutes
|
2020-05-25 13:06:11 +00:00
|
|
|
- Added logrotate config for rpm package
|
2020-05-25 12:37:47 +00:00
|
|
|
### Changed
|
|
|
|
- Select peers for client tunnels among routers >= 0.9.36
|
|
|
|
- Check ECIES flag for encrypted lookup reply
|
|
|
|
- Streaming MTU size 1812 for ECIES-X25519-AEAD-Ratchet
|
|
|
|
- Don't calculate checksum for Data message send through ECIES-X25519-AEAD-Ratchet
|
|
|
|
- Catch network connectivity status for Windows
|
|
|
|
- Stop as soon as no more transit tunnels during graceful shutdown for Android
|
|
|
|
- RouterInfo gzip compression level depends on size
|
|
|
|
- Send response to received datagram from ECIES-X25519-AEAD-Ratchet session
|
2020-05-25 13:06:11 +00:00
|
|
|
- Update webconsole functional
|
|
|
|
- Increased max transit tunnels limit
|
2020-05-25 12:37:47 +00:00
|
|
|
- Reseeds list
|
2020-05-25 13:06:11 +00:00
|
|
|
- Dropped windows support in cmake
|
2020-05-25 12:37:47 +00:00
|
|
|
### Fixed
|
2020-05-25 13:06:11 +00:00
|
|
|
- Correct timestamp check for LeaseSet2
|
|
|
|
- Encrypted leaseset without authentication
|
|
|
|
- Change SOCKS proxy connection response for clients without socks5h support (#1336)
|
2020-05-25 12:37:47 +00:00
|
|
|
|
2020-04-10 16:57:47 +00:00
|
|
|
## [2.31.0] - 2020-04-10
|
|
|
|
### Added
|
2020-04-10 17:33:54 +00:00
|
|
|
- NTCP2 through HTTP proxy
|
2020-04-10 16:57:47 +00:00
|
|
|
- Publish LeaseSet2 for I2CP destinations
|
|
|
|
- Show status page on main activity for android
|
|
|
|
- Handle ECIESFlag in DatabaseLookup at floodfill
|
|
|
|
- C++17 features for eligible compilers
|
|
|
|
### Changed
|
|
|
|
- Droped Websockets and Lua support
|
|
|
|
- Send DeliveryStatusMsg for LeaseSet for ECIES-X25519-AEAD-Ratchet
|
|
|
|
- Keep sending new session reply until established for ECIES-X25519-AEAD-Ratchet
|
|
|
|
- Updated SSU log messages
|
2020-04-10 17:33:54 +00:00
|
|
|
- Reopen SSU socket on exception
|
2020-04-10 16:57:47 +00:00
|
|
|
- Security hardening headers in web console
|
2020-04-10 17:33:54 +00:00
|
|
|
- Various web console changes
|
2020-04-10 16:57:47 +00:00
|
|
|
- Various QT changes
|
|
|
|
### Fixed
|
|
|
|
- NTCP2 socket descriptors leak
|
|
|
|
- Race condition with router's identity in transport sessions
|
|
|
|
- Not terminated streams remain forever
|
|
|
|
|
2020-02-25 16:15:30 +00:00
|
|
|
## [2.30.0] - 2020-02-25
|
|
|
|
### Added
|
|
|
|
- Single threaded SAM
|
|
|
|
- Experimental support of ECIES-X25519-AEAD-Ratchet crypto type
|
|
|
|
### Changed
|
|
|
|
- Minimal MTU size is 1280 for ipv6
|
|
|
|
- Use unordered_map instead map for destination's sessions and tags list
|
|
|
|
- Use std::shuffle instead std::random_shuffle
|
|
|
|
- SAM is single threaded by default
|
|
|
|
- Reseeds list
|
|
|
|
### Fixed
|
|
|
|
- Correct termination of streaming destination
|
|
|
|
- Extra ',' in RouterInfo response in I2PControl
|
|
|
|
- SAM crash on session termination
|
|
|
|
- Storage for Android 10
|
|
|
|
|
2019-10-21 15:50:59 +00:00
|
|
|
## [2.29.0] - 2019-10-21
|
|
|
|
### Added
|
|
|
|
- Client auth flag for b33 address
|
|
|
|
### Changed
|
2022-11-20 19:05:39 +00:00
|
|
|
- Remove incoming NTCP2 session from pending list when established
|
2019-10-21 15:50:59 +00:00
|
|
|
- Handle errors for NTCP2 SessionConfrimed send
|
|
|
|
### Fixed
|
|
|
|
- Failure to start on Windows XP
|
|
|
|
- SAM crash if invalid lookup address
|
2019-10-21 16:02:43 +00:00
|
|
|
- Possible crash when UPnP enabled on shutdown
|
2019-10-21 15:50:59 +00:00
|
|
|
|
2019-08-27 13:46:54 +00:00
|
|
|
## [2.28.0] - 2019-08-27
|
|
|
|
### Added
|
|
|
|
- RAW datagrams in SAM
|
|
|
|
- Publishing encrypted LeaseSet2 with DH or PSH authentication
|
|
|
|
- Ability to disable battery optimization for Android
|
|
|
|
- Transport Network ID Check
|
|
|
|
### Changed
|
|
|
|
- Set and handle published encrypted flag for LeaseSet2
|
|
|
|
### Fixed
|
|
|
|
- ReceiveID changes in the same stream
|
|
|
|
- "\r\n" command terminator in SAM
|
2019-08-27 14:17:32 +00:00
|
|
|
- Addressbook lines with signatures
|
2019-08-27 13:46:54 +00:00
|
|
|
|
2019-07-03 16:38:55 +00:00
|
|
|
## [2.27.0] - 2019-07-03
|
|
|
|
### Added
|
|
|
|
- Support of PSK and DH authentication for encrypted LeaseSet2
|
|
|
|
### Changed
|
|
|
|
- Uptime is based on monotonic timer
|
|
|
|
### Fixed
|
|
|
|
- BOB status command response
|
|
|
|
- Correct NTCP2 port if NTCP is disabled
|
|
|
|
- Flood encrypted LeaseSet2 with store hash
|
|
|
|
|
2019-06-07 14:04:57 +00:00
|
|
|
## [2.26.0] - 2019-06-07
|
|
|
|
### Added
|
2019-06-07 14:25:55 +00:00
|
|
|
- HTTP method "PROPFIND"
|
2019-06-07 14:04:57 +00:00
|
|
|
- Detection of external ipv6 address through the SSU
|
|
|
|
- NTCP2 publishing depends on network status
|
|
|
|
### Changed
|
|
|
|
- ntcp is disabled by default, ntcp2 is published by default
|
|
|
|
- Response to BOB's "list" command
|
|
|
|
- ipv6 address is not longer NTCP's local endpoint's address
|
|
|
|
- Reseeds list
|
2019-06-07 14:25:55 +00:00
|
|
|
- HTTP_REFERER stripping in httpproxy (#823)
|
2019-06-07 14:04:57 +00:00
|
|
|
### Fixed
|
|
|
|
- Check and handle incorrect BOB input
|
|
|
|
- Ignore introducers for NTCP or NTCP2 addresses
|
|
|
|
- RouterInfo check from NTCP2
|
|
|
|
|
2019-05-09 14:21:11 +00:00
|
|
|
## [2.25.0] - 2019-05-09
|
|
|
|
### Added
|
|
|
|
- Create, publish and handle encrypted LeaseSet2
|
2020-05-25 13:06:11 +00:00
|
|
|
- Support of b33 addresses
|
2019-05-09 14:21:11 +00:00
|
|
|
- RedDSA key blinding
|
|
|
|
- .b32.i2p addresses in jump links
|
|
|
|
- ntcp2.addressv6 parameter
|
|
|
|
### Changed
|
|
|
|
- Allow HTTP headers without value
|
|
|
|
- Set data directory from external storage path for Android
|
|
|
|
- addresshelper support is configurable per tunnel
|
|
|
|
- gradlew script for android build
|
|
|
|
### Fixed
|
|
|
|
- Deletion of expired encrypted LeaseSet2 on floodfills
|
|
|
|
- ipv6 fallback address
|
|
|
|
- SSU incoming packets routing
|
|
|
|
|
2019-03-21 14:58:59 +00:00
|
|
|
## [2.24.0] - 2019-03-21
|
|
|
|
### Added
|
|
|
|
- Support of transient keys for LeaseSet2
|
|
|
|
- Support of encrypted LeaseSet2
|
|
|
|
- Recognize signature type 11 (RedDSA)
|
|
|
|
- Support websocket connections over HTTP proxy
|
|
|
|
- Ability to disable full addressbook persist
|
|
|
|
### Changed
|
|
|
|
- Don't load peer profiles if non-persistant
|
|
|
|
- REUSE_ADDR for ipv6 acceptors
|
|
|
|
- Reset eTags if addressbook can't be loaded
|
|
|
|
### Fixed
|
|
|
|
- Build with boost 1.70
|
|
|
|
- Filter out unspecified addresses from RouterInfo
|
|
|
|
- Check floodfill status change
|
|
|
|
- Correct SAM response for invalid key
|
|
|
|
- SAM crash on termination for Windows
|
|
|
|
- Race condition for publishing
|
2020-05-25 13:06:11 +00:00
|
|
|
|
2019-01-21 15:33:22 +00:00
|
|
|
## [2.23.0] - 2019-01-21
|
|
|
|
### Added
|
|
|
|
- Standard LeaseSet2 support
|
|
|
|
- Ability to adjust timestamps through the NTP
|
|
|
|
- Ability to disable peer profile persist
|
|
|
|
- Request permission for android >= 6
|
|
|
|
- Initial addressbook to android assets
|
|
|
|
- Cancel graceful shutdown for android
|
|
|
|
- Russian translation for android
|
|
|
|
### Changed
|
|
|
|
- Chacha20 and Poly1305 implementation
|
|
|
|
- Eliminate extra copy of NTCP2 send buffers
|
2019-01-21 15:51:04 +00:00
|
|
|
- Extract content of tunnel.d from assets on android
|
2019-01-21 15:33:22 +00:00
|
|
|
- Removed name resolvers from transports
|
2019-01-21 15:51:04 +00:00
|
|
|
- Update reseed certificates
|
2019-01-21 15:33:22 +00:00
|
|
|
### Fixed
|
|
|
|
- LeaseSet published content verification
|
|
|
|
- Exclude invalid LeaseSets from the list on a floodfill
|
|
|
|
- Build for OpenWrt with openssl 1.1.1
|
|
|
|
|
2018-11-09 02:03:13 +00:00
|
|
|
## [2.22.0] - 2018-11-09
|
|
|
|
### Added
|
|
|
|
- Multiple tunnel config files from tunnels.d folder
|
|
|
|
### Changed
|
|
|
|
- Fetch own RouterInfo upon SessionRequest for NTCP2
|
|
|
|
- Faster XOR between AES blocks for non AVX capable CPUs
|
|
|
|
### Fixed
|
|
|
|
- Fixed NTCP2 termination send
|
|
|
|
|
2018-10-22 13:19:39 +00:00
|
|
|
## [2.21.1] - 2018-10-22
|
|
|
|
### Changed
|
|
|
|
- cost=13 for unpublished NTCP2 address
|
|
|
|
### Fixed
|
|
|
|
- Handle I2NP messages longer than 32K
|
|
|
|
|
2018-10-04 13:38:04 +00:00
|
|
|
## [2.21.0] - 2018-10-04
|
|
|
|
### Added
|
|
|
|
- EdDSA, x25519 and SipHash from openssl 1.1.1
|
|
|
|
- NTCP2 ipv6 incoming connections
|
|
|
|
- Show total number of destination's outgoing tags in the web console
|
|
|
|
### Changed
|
|
|
|
- Android build with openssl 1.1.1/boost 1.64
|
|
|
|
- Bandwidth classes 'P' and 'X' don't add 'O' anymore
|
|
|
|
### Fixed
|
|
|
|
- Update own RouterInfo if no SSU
|
|
|
|
- Recognize 'P' and 'X' routers as high bandwidth without 'O'
|
|
|
|
- NTCP address doesn't disappear if NTCP2 enabled
|
2018-10-04 13:46:10 +00:00
|
|
|
- Android with api 26+
|
2018-10-04 13:38:04 +00:00
|
|
|
|
2018-08-23 14:24:44 +00:00
|
|
|
## [2.20.0] - 2018-08-23
|
|
|
|
### Added
|
|
|
|
- Full implementation of NTCP2
|
|
|
|
- Assets for android
|
|
|
|
### Changed
|
|
|
|
- armeabi-v7a and x86 in one apk for android
|
|
|
|
- NTCP2 is enabled by default
|
|
|
|
- Show lease's expiration time in readable format in the web console
|
|
|
|
### Fixed
|
2020-05-25 13:06:11 +00:00
|
|
|
- Correct names for transports in the web console
|
2018-08-23 14:24:44 +00:00
|
|
|
|
2018-06-26 17:36:30 +00:00
|
|
|
## [2.19.0] - 2018-06-26
|
|
|
|
### Added
|
|
|
|
- ECIES support for RouterInfo
|
|
|
|
- HTTP outproxy authorization
|
|
|
|
- AVX/AESNI runtime detection
|
|
|
|
- Initial implementation of NTCP2
|
|
|
|
- I2CP session reconfigure
|
|
|
|
- I2CP method ClientServicesInfo
|
|
|
|
- Datagrams to websocks
|
|
|
|
### Changed
|
|
|
|
- RouterInfo uses EdDSA signature by default
|
|
|
|
- Remove stream bans
|
|
|
|
- Android build system changed to gradle
|
|
|
|
- Multiple changes in QT GUI
|
|
|
|
- Dockerfile
|
|
|
|
### Fixed
|
|
|
|
- zero tunnelID issue
|
|
|
|
- tunnels reload
|
|
|
|
- headers in webconsole
|
|
|
|
- XSS in webconsole from SAM session name
|
|
|
|
- build for gcc 8
|
|
|
|
- cmake build scripts
|
|
|
|
- systemd service files
|
|
|
|
- some netbsd issues
|
|
|
|
|
2018-01-30 15:41:35 +00:00
|
|
|
## [2.18.0] - 2018-01-30
|
|
|
|
### Added
|
|
|
|
- Show tunnel nicknames for I2CP destination in WebUI
|
|
|
|
- Re-create HTTP and SOCKS proxy by tunnel reload
|
|
|
|
- Graceful shutdown as soon as no more transit tunnels
|
|
|
|
### Changed
|
|
|
|
- Regenerate shared local destination by tunnel reload
|
|
|
|
- Use transient local destination by default if not specified
|
|
|
|
- Return correct code if pid file can't be created
|
|
|
|
- Timing and number of attempts for adressbook requests
|
|
|
|
- Certificates list
|
|
|
|
### Fixed
|
|
|
|
- Malformed addressbook subsctiption request
|
|
|
|
- Build with boost 1.66
|
|
|
|
- Few race conditions for SAM
|
|
|
|
- Check LeaseSet's signature before update
|
|
|
|
|
2017-12-04 18:05:04 +00:00
|
|
|
## [2.17.0] - 2017-12-04
|
|
|
|
### Added
|
|
|
|
- Reseed through HTTP and SOCKS proxy
|
|
|
|
- Show status of client services through web console
|
|
|
|
- Change log level through web connsole
|
|
|
|
- transient keys for tunnels
|
|
|
|
- i2p.streaming.initialAckDelay parameter
|
|
|
|
- CRYPTO_TYPE for SAM destination
|
|
|
|
- signature and crypto type for newkeys BOB command
|
|
|
|
### Changed
|
|
|
|
- Correct publication of ECIES destinations
|
|
|
|
- Disable RSA signatures completely
|
|
|
|
### Fixed
|
|
|
|
- CVE-2017-17066
|
|
|
|
- Possible buffer overflow for RSA-4096
|
|
|
|
- Shutdown from web console for Windows
|
|
|
|
- Web console page layout
|
2017-11-13 18:59:41 +00:00
|
|
|
## [2.16.0] - 2017-11-13
|
|
|
|
### Added
|
|
|
|
- https and "Connect" method for HTTP proxy
|
|
|
|
- outproxy for HTTP proxy
|
|
|
|
- initial support of ECIES crypto
|
|
|
|
- NTCP soft and hard descriptors limits
|
2017-11-13 19:09:55 +00:00
|
|
|
- Support full timestamps in logs
|
2017-11-13 18:59:41 +00:00
|
|
|
### Changed
|
2018-07-10 09:39:21 +00:00
|
|
|
- Faster implementation of GOST R 34.11 hash
|
2017-11-13 18:59:41 +00:00
|
|
|
- Reject routers with RSA signtures
|
|
|
|
- Reload config and shudown from Windows GUI
|
|
|
|
- Update tunnels address(destination) without restart
|
|
|
|
### Fixed
|
|
|
|
- BOB crashes if destination is not set
|
|
|
|
- Correct SAM tunnel name
|
|
|
|
- QT GUI issues
|
|
|
|
|
2017-08-17 18:09:16 +00:00
|
|
|
## [2.15.0] - 2017-08-17
|
|
|
|
### Added
|
2018-01-06 03:48:51 +00:00
|
|
|
- QT GUI
|
2017-08-17 18:09:16 +00:00
|
|
|
- Ability to add and remove I2P tunnels without restart
|
|
|
|
- Ability to disable SOCKS outproxy option
|
|
|
|
### Changed
|
|
|
|
- Strip-out Accept-* hedaers in HTTP proxy
|
|
|
|
- Don't run peer test if nat=false
|
|
|
|
- Separate output of NTCP and SSU sessions in Transports tab
|
|
|
|
### Fixed
|
|
|
|
- Handle lines with comments in hosts.txt file for address book
|
|
|
|
- Run router with empty netdb for testnet
|
|
|
|
- Skip expired introducers by iexp
|
|
|
|
|
2017-06-01 14:04:02 +00:00
|
|
|
## [2.14.0] - 2017-06-01
|
|
|
|
### Added
|
|
|
|
- Transit traffic bandwidth limitation
|
|
|
|
- NTCP connections through HTTP and SOCKS proxies
|
|
|
|
- Ability to disable address helper for HTTP proxy
|
|
|
|
### Changed
|
|
|
|
- Reseed servers list
|
|
|
|
- Minimal required version is 4.0 for Android
|
|
|
|
### Fixed
|
|
|
|
- Ignore comments in addressbook feed
|
|
|
|
|
2017-04-06 13:48:47 +00:00
|
|
|
## [2.13.0] - 2017-04-06
|
|
|
|
### Added
|
|
|
|
- Persist local destination's tags
|
|
|
|
- GOST signature types 9 and 10
|
|
|
|
- Exploratory tunnels configuration
|
|
|
|
### Changed
|
|
|
|
- Reseed servers list
|
|
|
|
- Inactive NTCP sockets get closed faster
|
|
|
|
- Some EdDSA speed up
|
|
|
|
### Fixed
|
|
|
|
- Multiple acceptors for SAM
|
|
|
|
- Follow on data after STREAM CREATE for SAM
|
|
|
|
- Memory leaks
|
|
|
|
|
2017-02-14 17:36:54 +00:00
|
|
|
## [2.12.0] - 2017-02-14
|
|
|
|
### Added
|
|
|
|
- Additional HTTP and SOCKS proxy tunnels
|
2017-02-14 17:39:59 +00:00
|
|
|
- Reseed from ZIP archive
|
2017-02-14 17:36:54 +00:00
|
|
|
- Some stats in a main window for Windows version
|
|
|
|
### Changed
|
|
|
|
- Reseed servers list
|
2018-01-06 03:48:51 +00:00
|
|
|
- MTU of 1488 for ipv6
|
2017-02-14 17:36:54 +00:00
|
|
|
- Android and Mac OS X versions use OpenSSL 1.1
|
|
|
|
- New logo for Android
|
|
|
|
### Fixed
|
|
|
|
- Multiple memory leaks
|
|
|
|
- Incomptibility of some EdDSA private keys with Java
|
|
|
|
- Clock skew for Windows XP
|
|
|
|
- Occasional crashes with I2PSnark
|
|
|
|
|
2016-12-18 23:07:06 +00:00
|
|
|
## [2.11.0] - 2016-12-18
|
|
|
|
### Added
|
|
|
|
- Websockets support
|
|
|
|
- Reseed through a floodfill
|
|
|
|
- Tunnel configuration for HTTP and SOCKS proxy
|
|
|
|
- Zero-hops tunnels for destinations
|
|
|
|
- Multiple acceptors for SAM
|
|
|
|
### Changed
|
|
|
|
- Reseed servers list
|
|
|
|
- DHT uses AVX if applicable
|
|
|
|
- New logo
|
|
|
|
- LeaseSet lookups
|
|
|
|
### Fixed
|
|
|
|
- HTTP Proxy connection reset for Windows
|
|
|
|
- Crash upon SAM session termination
|
|
|
|
- Can't connect to a destination for a longer time after restart
|
|
|
|
- Mass packet loss for UDP tunnels
|
|
|
|
|
2016-12-04 21:31:41 +00:00
|
|
|
## [2.10.2] - 2016-12-04
|
|
|
|
### Fixed
|
|
|
|
- Fixes UPnP discovery bug, producing excessive CPU usage
|
2018-01-06 03:48:51 +00:00
|
|
|
- Fixes sudden SSU thread stop for Windows.
|
2016-12-04 21:31:41 +00:00
|
|
|
|
2016-11-12 14:49:16 +00:00
|
|
|
## [2.10.1] - 2016-11-07
|
|
|
|
### Fixed
|
|
|
|
- Fixed some performance issues for Windows and Android
|
|
|
|
|
2016-10-26 00:00:00 +00:00
|
|
|
## [2.10.0] - 2016-10-17
|
|
|
|
### Added
|
|
|
|
- Datagram i2p tunnels
|
|
|
|
- Unique local addresses for server tunnels
|
2022-11-20 19:05:39 +00:00
|
|
|
- Configurable list of reseed servers and initial addressbook
|
2016-10-26 00:00:00 +00:00
|
|
|
- Configurable netid
|
|
|
|
- Initial iOS support
|
|
|
|
|
|
|
|
### Changed
|
2018-07-10 09:39:21 +00:00
|
|
|
- Reduced file descriptors usage
|
2016-10-26 00:00:00 +00:00
|
|
|
- Strict reseed checks enabled by default
|
|
|
|
|
|
|
|
## Fixed
|
|
|
|
- Multiple fixes in I2CP and BOB implementations
|
|
|
|
|
2016-08-12 19:19:45 +00:00
|
|
|
## [2.9.0] - 2016-08-12
|
2016-05-31 00:00:00 +00:00
|
|
|
### Changed
|
|
|
|
- Proxy refactoring & speedup
|
2016-08-12 19:19:45 +00:00
|
|
|
- Transmission-I2P support
|
|
|
|
- Graceful shutdown for Windows
|
|
|
|
- Android without QT
|
|
|
|
- Reduced number of timers in SSU
|
2016-08-12 19:21:55 +00:00
|
|
|
- ipv6 peer test support
|
|
|
|
- Reseed from SU3 file
|
2016-06-23 00:00:00 +00:00
|
|
|
|
|
|
|
## [2.8.0] - 2016-06-20
|
|
|
|
### Added
|
|
|
|
- Basic Android support
|
|
|
|
- I2CP implementation
|
|
|
|
- 'doxygen' target
|
|
|
|
|
|
|
|
### Changed
|
2016-05-31 00:00:00 +00:00
|
|
|
- I2PControl refactoring & fixes (proper jsonrpc responses on errors)
|
|
|
|
- boost::regex no more needed
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- initscripts: added openrc one, in sysv-ish make I2PD_PORT optional
|
2016-06-23 00:00:00 +00:00
|
|
|
- properly close NTCP sessions (memleak)
|
2016-05-31 00:00:00 +00:00
|
|
|
|
|
|
|
## [2.7.0] - 2016-05-18
|
|
|
|
### Added
|
|
|
|
- Precomputed El-Gamal/DH tables
|
|
|
|
- Configurable limit of transit tunnels
|
|
|
|
|
|
|
|
### Changed
|
2017-12-07 13:26:28 +00:00
|
|
|
- Speed-up of asymmetric crypto for non-x64 platforms
|
2016-05-31 00:00:00 +00:00
|
|
|
- Refactoring of web-console
|
|
|
|
|
|
|
|
## [2.6.0] - 2016-03-31
|
|
|
|
### Added
|
2017-12-07 13:26:28 +00:00
|
|
|
- Graceful shutdown on SIGINT
|
2016-05-31 00:00:00 +00:00
|
|
|
- Numeric bandwidth limits (was: by router class)
|
|
|
|
- Jumpservices in web-console
|
|
|
|
- Logging to syslog
|
|
|
|
- Tray icon for windows application
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Logs refactoring
|
|
|
|
- Improved statistics in web-console
|
|
|
|
|
|
|
|
### Deprecated:
|
|
|
|
- Renamed main/tunnels config files (will use old, if found, but emits warning)
|
|
|
|
|
|
|
|
## [2.5.1] - 2016-03-10
|
|
|
|
### Fixed
|
|
|
|
- Doesn't create ~/.i2pd dir if missing
|
|
|
|
|
|
|
|
## [2.5.0] - 2016-03-04
|
|
|
|
### Added
|
|
|
|
- IRC server tunnels
|
|
|
|
- SOCKS outproxy support
|
|
|
|
- Support for gzipped addressbook updates
|
|
|
|
- Support for router families
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Shared RTT/RTO between streams
|
|
|
|
- Filesystem work refactoring
|
|
|
|
|
|
|
|
## [2.4.0] - 2016-02-03
|
|
|
|
### Added
|
|
|
|
- X-I2P-* headers for server http-tunnels
|
|
|
|
- I2CP options for I2P tunnels
|
|
|
|
- Show I2P tunnels in webconsole
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Refactoring of cmdline/config parsing
|
|
|
|
|
|
|
|
## [2.3.0] - 2016-01-12
|
|
|
|
### Added
|
|
|
|
- Support for new router bandwidth class codes (P and X)
|
|
|
|
- I2PControl supports external webui
|
|
|
|
- Added --pidfile and --notransit parameters
|
|
|
|
- Ability to specify signature type for i2p tunnel
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Fixed multiple floodfill-related bugs
|
|
|
|
- New webconsole layout
|
|
|
|
|
|
|
|
## [2.2.0] - 2015-12-22
|
|
|
|
### Added
|
|
|
|
- Ability to connect to router without ip via introducer
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Persist temporary encryption keys for local destinations
|
|
|
|
- Performance improvements for EdDSA
|
|
|
|
- New addressbook structure
|
|
|
|
|
|
|
|
## [2.1.0] - 2015-11-12
|
|
|
|
### Added
|
|
|
|
- Implementation of EdDSA
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- EdDSA is default signature type for new RouterInfos
|