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

Skip to content
Snippets Groups Projects
  1. Jun 19, 2022
  2. Jun 17, 2022
    • zzz's avatar
      SusiDNS: Fix classloading on Java 11+ · c2edd7e9
      zzz authored
      Caused SusiDNS and addressbook to be in a different context
      addressbook config would be stored in base dir
      and subscriptions would not load because it couldn't find i2ptunnel
      Unverified
      c2edd7e9
    • zzz's avatar
      Util: ArraySet improvements · fa145ff7
      zzz authored
      Was never used; prep for actual usage
      Move from router to core
      Add Set constructors that are more efficient
      Add addUnique() method
      Allow size of set passed in constructors
      Prepare for extension
      javadocs
      Unverified
      fa145ff7
  3. Jun 16, 2022
    • zzz's avatar
      SSU2: Hole punch processing · 7610b384
      zzz authored
      Validate and process hole punch payload
      Send session request immediately after receiving hole punch
      Remove some unused code
      Log tweaks
      Unverified
      7610b384
    • zzz's avatar
      SSU2: Fixes · d812f82e
      zzz authored
      Fix conn ids on hole punch
      Fix min size on relay response
      Unverified
      d812f82e
  4. Jun 14, 2022
  5. Jun 12, 2022
    • zzz's avatar
      SSU2: Relay WIP part 15 · 22efde37
      zzz authored
      Fix sending charlie's address in relay response
      Fix sending session request after introduction
      Send 0-length endpoint in relay response on failure
      Log tweaks
      Unverified
      22efde37
    • zzz's avatar
      SSU2: Fix peer test msg 1 signature · c976b86b
      zzz authored
      Unverified
      c976b86b
    • zzz's avatar
      SSU2: Relay WIP part 14 · 3ef06f88
      zzz authored
      Fixes after testnet testing:
      Fix NPE in OES2 constructor
      Fix relay request signature
      Fix relay response signature verification bugs
      Fix unhandled state OB_STATE_INTRODUCED
      Refactor state handling to switch
      Remove dup copy in SSU2Util.sign()
      Log tweaks
      Unverified
      3ef06f88
  6. Jun 11, 2022
  7. Jun 10, 2022
  8. Jun 09, 2022
  9. Jun 08, 2022
  10. Jun 07, 2022
  11. Jun 06, 2022
  12. Jun 05, 2022
    • zzz's avatar
      SSU2: Relay WIP part 6 · 4a9f8240
      zzz authored
      Fix saving relay tag as Bob
      Select introducers by newest connection instead of random
      Ping introducers more often
      Check and set ping time when pinging introducers
      Remove unused nextCipherKey
      Debug: Prefer selecting SSU2 introducers
      Log tweaks
      Unverified
      4a9f8240
  13. Jun 03, 2022
  14. Jun 02, 2022
    • zzz's avatar
      SSU2: Relay WIP part 5 · af6722c5
      zzz authored
      Publish SSU2 introducers
      Unverified
      af6722c5
    • zzz's avatar
      SSU2: Relay WIP part 4 · 2ff0a139
      zzz authored
      Decrypt and handle hole punch as alice
      Unverified
      2ff0a139
    • zzz's avatar
      SSU2: Relay WIP part 3 · cfdc2203
      zzz authored
      Put alice hash in relay intro as Bob
      Fix relay intro/response generation and signing
      Add token to relay response as Charlie
      Store relay nonce as Bob
      Handle relay response as Bob and forward to Alice
      Stub out handling relay response as Alice
      Unverified
      cfdc2203
Loading