Skip to content

Commit

Permalink
Changed: i2pd 2.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diva.exchange committed Jun 14, 2023
1 parent f5e410b commit 1cfdc7c
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 6 deletions.
6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# for this file format description,
# see https://github.com/olivierlacan/keep-a-changelog

## [2.48.0] - 2023-06-14
### Changed
- I2Pd v2.48.0 (see ChangeLog-i2pd)

## [2.47.0] - 2023-03-12
### Changed
- I2Pd v2.46.1 (see ChangeLog-i2pd)
- I2Pd v2.47.0 (see ChangeLog-i2pd)

## [2.46.1] - 2023-02-20
### Changed
Expand Down
29 changes: 29 additions & 0 deletions ChangeLog-i2pd
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
# for this file format description,
# see https://github.com/olivierlacan/keep-a-changelog

## [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
- 'critical' log level
- Print b32 on webconsole destination page
- Webconsole button to drop a remote LeaseSet
- 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
- Incomplete HTTP headers in I2P tunnels
- SSU2 socket network exceptions on Windows
- Use of 'server' type tunnel port as inport (#1936)

## [2.47.0] - 2023-03-11
### Added
- Congestion caps
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-i2pd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2020, The PurpleI2P Project
Copyright (c) 2013-2023, The PurpleI2P Project

All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion bin/build-using-binary.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Author/Maintainer: konrad@diva.exchange
# Author/Maintainer: DIVA.EXCHANGE Association, https://diva.exchange
#

# -e Exit immediately if a simple command exits with a non-zero status
Expand Down
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Author/Maintainer: konrad@diva.exchange
# Author/Maintainer: DIVA.EXCHANGE Association, https://diva.exchange
#

# -e Exit immediately if a simple command exits with a non-zero status
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
# Author/Maintainer: Konrad Bächler <konrad@diva.exchange>
# Author/Maintainer: DIVA.EXCHANGE Association, https://diva.exchange
#

# -e Exit immediately if a simple command exits with a non-zero status
Expand Down
2 changes: 1 addition & 1 deletion i2p-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
# Author/Maintainer: Konrad Bächler <konrad@diva.exchange>
# Author/Maintainer: DIVA.EXCHANGE Association, https://diva.exchange
#

version: "3.7"
Expand Down

0 comments on commit 1cfdc7c

Please sign in to comment.