i2ptunnel: Change enc type defaults
ECIES (ratchet) introduced about 4 years ago, and we are still defaulting to both ECIES and ElG in most places. There are four cases: - New install: $I2P/i2ptunnel.config as shipped - New tunnel: i2ptunnel code sets default - Existing tunnel, no enc type config: i2ptunnel code sets default - Existing tunnel, config changed and saved via UI in last 4 years: Setting as in config file Changes: - New install: Change eepsite and IRC client to ECIES-only; shared clients remains both - New tunnel: Change from both to ECIES-only - Existing tunnel, no enc type config: Change servers to ECIES-only; clients remain both - Existing tunnel with enc type config: No defaults, no change
Showing
- apps/i2ptunnel/java/src/net/i2p/i2ptunnel/TunnelController.java 2 additions, 2 deletions...2ptunnel/java/src/net/i2p/i2ptunnel/TunnelController.java
- apps/i2ptunnel/java/src/net/i2p/i2ptunnel/ui/GeneralHelper.java 4 additions, 4 deletions...2ptunnel/java/src/net/i2p/i2ptunnel/ui/GeneralHelper.java
- apps/i2ptunnel/java/src/net/i2p/i2ptunnel/ui/TunnelConfig.java 2 additions, 2 deletions...i2ptunnel/java/src/net/i2p/i2ptunnel/ui/TunnelConfig.java
- installer/resources/i2ptunnel.config 2 additions, 2 deletionsinstaller/resources/i2ptunnel.config
Loading
Please register or sign in to comment