-
- Downloads
* I2CP:
- Append I2CP Version information to the Get/Set Date Messages, so that both the router and client are aware of the other side's version, and future protocol changes will be easier to implement. Previously, router version information was not available to the client, so when router and client were in different JVMs, old clients would work with new routers but new clients would not work with old routers. After this change, we can design future changes so that new clients will work with old routers. This is an enhancement to the old protocol version byte sent by the client, which we have never changed and probably never will. - Prevent a client from setting the router's clock - Javadocs
Showing
- core/java/src/net/i2p/client/I2PSession.java 6 additions, 1 deletioncore/java/src/net/i2p/client/I2PSession.java
- core/java/src/net/i2p/client/I2PSessionImpl.java 2 additions, 1 deletioncore/java/src/net/i2p/client/I2PSessionImpl.java
- core/java/src/net/i2p/client/I2PSessionListener.java 18 additions, 0 deletionscore/java/src/net/i2p/client/I2PSessionListener.java
- core/java/src/net/i2p/client/I2PSessionMuxedListener.java 24 additions, 2 deletionscore/java/src/net/i2p/client/I2PSessionMuxedListener.java
- core/java/src/net/i2p/client/SetDateMessageHandler.java 1 addition, 0 deletionscore/java/src/net/i2p/client/SetDateMessageHandler.java
- core/java/src/net/i2p/data/i2cp/GetDateMessage.java 48 additions, 6 deletionscore/java/src/net/i2p/data/i2cp/GetDateMessage.java
- core/java/src/net/i2p/data/i2cp/SetDateMessage.java 33 additions, 4 deletionscore/java/src/net/i2p/data/i2cp/SetDateMessage.java
- history.txt 18 additions, 0 deletionshistory.txt
- router/java/src/net/i2p/router/RouterVersion.java 1 addition, 1 deletionrouter/java/src/net/i2p/router/RouterVersion.java
- router/java/src/net/i2p/router/client/ClientMessageEventListener.java 12 additions, 3 deletions...src/net/i2p/router/client/ClientMessageEventListener.java
Loading
Please register or sign in to comment