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

Skip to content
Snippets Groups Projects
  1. Dec 26, 2022
  2. Dec 23, 2022
  3. Dec 22, 2022
  4. Dec 21, 2022
  5. Dec 20, 2022
  6. Dec 19, 2022
    • zzz's avatar
      CLI: Add NewsHandler CLI to fetch news from servers · 72e21619
      zzz authored
      72e21619
    • zzz's avatar
    • zzz's avatar
      Router: Time initialization fixes and cleanups · 6092e35b
      zzz authored
      Most changes are relevant only if NTP is disabled or failed at startup.
      
      - Require two peers that agree for transports to initialize time
      - Briefly ban skewed peer when not initialized, so another peer will be the second sample
      - Allow SSU2 to initialize time even for large skews
      - Do not allow NTCP2 inbound to initialize time for large skews
      - Disable SSU1 time initialization when SSU2 is enabled
      - When SSU2 is disabled, allow SSU1 time initialization even for large skews
      - Don't adjust to large inbound NTCP2 skews when not initialized
      - Round time sent in NTCP2 DateTime block
      - Adjust SSU2 skew for RTT
      - Don't sort by absolute skew on SSU /peers tab so we can find median
      - Only call System.currentTimeMillis() once in RouterClock.setOffset()
      - Log tweaks
      6092e35b
  7. Dec 18, 2022
    • zzz's avatar
      SSU2: Compress and bundle Alice RI with relay intro · 51d567ec
      zzz authored
      as Bob, to send to Charlie, if it fits.
      Otherwise, delay sending relay intro, so the RI DSM gets there first.
      This makes relay faster and more reliable.
      Periodically clean _nonceToAlice
      Log tweaks
      51d567ec
  8. Dec 17, 2022
  9. Dec 16, 2022
Loading