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

Skip to content
Snippets Groups Projects
  1. Feb 07, 2014
    • zzz's avatar
      * UpdateManager: · ef3a12f0
      zzz authored
         - Convert to RouterApp and remove update hooks from context
           (ticket #1185)
      ef3a12f0
  2. Jan 31, 2014
  3. Jan 30, 2014
  4. Jan 29, 2014
  5. Jan 28, 2014
  6. Jan 27, 2014
  7. Jan 25, 2014
  8. Jan 24, 2014
  9. Jan 22, 2014
  10. Jan 21, 2014
  11. Jan 20, 2014
  12. Jan 12, 2014
  13. Jan 11, 2014
  14. Jan 10, 2014
    • str4d's avatar
      BOB: Implement ClientApp interface (ticket #347) · 32b095ef
      str4d authored
      32b095ef
    • 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
  15. Jan 09, 2014
  16. Jan 08, 2014
  17. Jan 06, 2014
    • zzz's avatar
      Remove outproxy hook in context, use ClientAppManager: · 0bc6c23a
      zzz authored
        - Add clientAppManager() to I2PAppContext so it can be used there
        - Add routerAppManager() to RouterContext for convenience inside router
      
      Start of SSL support in I2PTunnelHTTPClient
        - Add initialSocketData support back to I2PTunnelOutproxyRunner
        - Works for orchid (and in-net?)
        - TODO Doesn't work for in-net proxy
        - Need separate config for SSL proxy
      0bc6c23a
  18. Jan 04, 2014
    • zzz's avatar
      bump · b91b242a
      zzz authored
      b91b242a
    • zzz's avatar
      TunnelPoolSettings: · 38186c8f
      zzz authored
        Split out the defaults for expl/client IB/OB.
        Client default now 3 hops.
        Expl default still 2 hops, with OB Expl + 0-1,
        en route to 3+0.
      38186c8f
    • zzz's avatar
      PeerManager: Remove small same-country bonus · 1b3aefbb
      zzz authored
       This was done back when we were desperate for
       build improvement but it's bad for anonymity
       and probably a little slow also
      1b3aefbb
    • dg2-new's avatar
      bump for testing · e98b9d0a
      dg2-new authored
      e98b9d0a
  19. Dec 21, 2013
    • 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
  20. Dec 19, 2013
  21. 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
  22. 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
      comment out main · 2bda87d5
      zzz authored
      2bda87d5
  23. Dec 10, 2013
  24. Dec 07, 2013
Loading