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

Skip to content
Snippets Groups Projects
  1. Dec 12, 2015
  2. Dec 10, 2015
    • zzz's avatar
      Router: · 7e872088
      zzz authored
        - Change addCapabilities() to getCapabilities()
        - Add netdb family sign/verify utility (ticket #1510)
          (verify not yet used)
      RouterInfo:
        - Remove addCapability() and delCapability()
      StatPublisher:
        - Remove Service interface, not required
        - Consolidate getCapabilities() and network ID here
        - Add family signatures
        - Remove unused coreVersion and stat_uptime (as of 0.9.24)
      7e872088
  3. Nov 12, 2015
  4. Nov 08, 2015
  5. Oct 17, 2015
  6. Sep 27, 2015
  7. Jul 12, 2015
  8. Jun 08, 2015
  9. May 27, 2015
    • zzz's avatar
      Banlist: Ban all-zero hash · fba03723
      zzz authored
      NetDb: Drop all-zero lookups and stores, add stats
      SSU:
       - Fix debug logging of dumped packets
       - Drop sessions with bad clock skew, banlist peer, add stats
       - Drop sessions with corrupt DSM, banlist peer, add stats
      Log tweaks
      fba03723
    • zzz's avatar
      remove cast · 716bff41
      zzz authored
      716bff41
  10. May 12, 2015
  11. May 03, 2015
  12. Apr 11, 2015
    • zzz's avatar
      Updates after review: · dd265bbd
      zzz authored
      Remove meeh.i2p as update host (ticket #1515)
      Re-add 193.xxx https reseed
      Fix SocketManagerFactory property handling
      Restore UPnP locale fix lost in the merge
      i2ptunnel finals
      I2NP unique id fixes
      duplicate done() in ReseedChecker
      bigger langbox in CSS
      reformatting
      Javadocs
      dd265bbd
  13. Apr 04, 2015
  14. Apr 03, 2015
  15. Mar 16, 2015
  16. Mar 13, 2015
  17. Jan 28, 2015
  18. Jan 05, 2015
  19. Dec 02, 2014
  20. Nov 15, 2014
    • zzz's avatar
      I2NP: · 5044f3e5
      zzz authored
      Move some data structures away from ByteArray; offsets were always zero
        - New BuildRequestRecord constructors
        - BuildRequestRecord field becomes final byte[222]
        - IV becomes byte[16]
        - Build record becomes EncryptedBuildRecord
      Remove extra copy in BuildRequestRecord.encryptRecord()
      Remove unused BuildRequestRecord.readOurIdentityMatches()
      5044f3e5
    • zzz's avatar
      I2NP: · 279e102d
      zzz authored
      - Set lookup type flags even if no reply tunnel specified
      - Reduce object churn when writing some messages
      279e102d
  21. Nov 08, 2014
  22. Oct 28, 2014
  23. Oct 14, 2014
  24. Sep 15, 2014
    • zzz's avatar
      RoutingKeyGenerator: · c1e8ea0e
      zzz authored
        - Move from core to RouterKeyGenerator in router.jar
        - Leave RoutingKeyGenerator as a simple abstract class
        - DatabaseEntry now uses timestamp instead of mod data
          to determine if mod data has changed. Don't expose
          mod data to DatabaseEntry any more.
        - I2PAppContext.routingKeyGenerator() now returns null;
          you must be in RouterContext to get a generator.
      c1e8ea0e
  25. Sep 04, 2014
  26. Aug 26, 2014
    • zzz's avatar
      I2CP: · ed4fe56e
      zzz authored
       - Verify crypto key pair in LS
       - Verfiy same dest as before in LS
      Router: Don't try to use an unavailable sig type for the router,
         even if it's the default
      RouterInfo: Work around unsupported raw signatures for
         RI Ed25519 sig type
      ed4fe56e
  27. Aug 25, 2014
  28. Aug 24, 2014
    • zzz's avatar
      PrivateKeyFile: New constructor with padding · 30892344
      zzz authored
      Router:
       - Use eepPriv.dat format for router keys file (thx orignal)
       - Consolidate router keys readin code
       - Update killKeys file list
      RouterPrivateKeyFile: New extension to add getRouterIdentity()
      30892344
  29. Aug 23, 2014
    • zzz's avatar
      Router: Prep for RI sig types: · 593779b5
      zzz authored
       - New router.sigType config
       - Generate / regenerate router keys based on config
       - New router.keys2 file format for sig types and padding
       - Fix RouterInfo.readBytes() signature verification with sig types
       - Catch unset padding in KeysAndCert.writeBytes()
       - Catch key errors in ReadRouterJob
       - Show RI sig type on /netdb in console
       - Move some things from Router to startup classes
       - Startup classes package private
       - Buffer readin of key files
       - Remove configurability of router.info and router.keys file locations
      593779b5
  30. Aug 21, 2014
  31. Jun 15, 2014
    • zzz's avatar
      Findbugs all over: · 8845ce6e
      zzz authored
       - Serializable
       - hashCode()
       - Make DataStructureImpl Serializable (removed from DataStructure in 2005)
      8845ce6e
  32. Mar 28, 2014
    • zzz's avatar
      * i2ptunnel.config: Remove irc.freshcoffee.i2p · 2d85b98c
      zzz authored
       * NetDbRenderer: Adjust debug floodfill estimate
       * StatManager: Don't start thread for an empty config
       * StatisticsManager: Don't publish client tunnel stats
       * Log tweaks
      2d85b98c
  33. Mar 06, 2014
  34. Mar 01, 2014
  35. Feb 27, 2014
Loading