I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  1. Jan 10, 2014
    • zzz's avatar
      I2CP: · 576984ba
      zzz authored
        - Add SessionID to HostLookup/Reply messages, for future
          use when we have multiple sessions
        - New SessionID constructor w/ value
        - Throw IAE on invalid SessionID values
        - Bump all comments from 0.9.10 to 0.9.11
      576984ba
  2. Dec 21, 2013
    • zzz's avatar
      I2CP: · 52197916
      zzz authored
        - Add support for b64 conversion in destLookup()
        - Catch invalid message length sooner
      I2Ping:
        - Extend I2PTunnelClientBase so non-shared-client,
          I2CP options, and other features will work
        - Fixes for fields and threading
      Streaming:
        - Send LS with ping (broken since 0.9.2)
        - Set the NO_ACK flag on pings and pongs
      52197916
    • zzz's avatar
      I2CP: · cc97a19d
      zzz authored
        - Add support for hostname lookups over I2CP with new
          HostLookup and HostReply messages.
        - Move username / password from CreateSession
          to GetDate for early authentication;
          this is an incompatible chage.
          Outside router context with authentication enabled,
          new clients will not work with old routers.
          Early authentication is not yet enforced, enable with
          i2cp.strictAuth=true. Will change default to true in a later release.
        - Block all actions before authentication.
        - Better disconnect messages to clients for diagnostics
        - Improve lookup command, add auth command in i2ptunnel CLI for testing
        - Don't start ClientWriterRunner thread in constructor
        - Don't flush in ClientWriterRunner unless necessary
        - Send GetDate even in SimpleSession outside of RouterContext
        - Improve SetDate wait logic to reduce locks and break out when
          Disconnect received
        - Add Disconnect handler to SimpleSession
        - I2Ping cleanups
        - Javadocs
      cc97a19d
  3. Dec 19, 2013
  4. Dec 15, 2013
  5. Dec 14, 2013
    • zzz's avatar
      NetDB: · efff25a8
      zzz authored
       - Just before midnight, flood to new location too so lookups
         don't fail after keyspace rotation (ticket #510)
       - Refactor RoutingKeyGenerator and UpdateRoutingKeyModifierJob
         in support of the above
       - Display next key on LS debug page
      efff25a8
  6. Dec 13, 2013
    • zzz's avatar
      NetDB: · 6e2583ad
      zzz authored
       - Increase new kad size to K=24, B=4
       - Fix router count by counting in the data store, not the kbuckets
       - Randomize the order we load router infos at startup so we
         don't bias the kbuckets
      6e2583ad
    • zzz's avatar
      i2ptunnel: · af84bcf9
      zzz authored
       - Show destination for persistent client key only if available;
         show b32 for the key as well
      af84bcf9
    • zzz's avatar
      use advanced setting to show LS debug · 3dc42941
      zzz authored
      3dc42941
    • zzz's avatar
      sort i2ptunnel CLI help for sanity · ec9dd256
      zzz authored
      ec9dd256
    • zzz's avatar
      comment out main · 2bda87d5
      zzz authored
      2bda87d5
  7. Dec 10, 2013
  8. Dec 09, 2013
  9. Dec 07, 2013
  10. Dec 06, 2013
  11. Dec 05, 2013
  12. Dec 04, 2013
  13. Dec 01, 2013
Loading