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

Skip to content
Snippets Groups Projects
  1. Aug 20, 2012
  2. May 30, 2012
    • zzz's avatar
      * Timestamper: · f14ff31a
      zzz authored
         - Move from core to router, leave stub in core
           so it doesn't break compatibility. This removes a
           thread in app context and prevents any app context from
           running NTP; external clients must use the time
           received from the router.
         - Increase query interval
      f14ff31a
  3. Mar 26, 2012
  4. Mar 02, 2012
  5. Jan 27, 2012
  6. Nov 30, 2011
    • zzz's avatar
      * Console: · 080cc962
      zzz authored
          - Split up config network page
          - CSS tweaks and cleanups
          - Change some form notices to errors
          - Spiff up the buttons
      
          new silk icons: See licenses/LICENSE-SilkIcons.txt
          new toopie icon: Shrunk from existing one
      080cc962
  7. Nov 28, 2011
  8. Oct 11, 2011
  9. Jan 06, 2011
  10. Dec 26, 2010
  11. May 10, 2010
  12. Jan 02, 2010
  13. Oct 29, 2009
  14. Oct 26, 2009
    • zzz's avatar
      * Console: · a2d90eeb
      zzz authored
            - Don't save config when checking for updates on configupdate.jsp
            - Rework ConfigRestartBean and tag
            - More tag fixups
            - Add lang=xx for testing
            - Add file for additional tagged strings
      a2d90eeb
  15. Aug 15, 2009
  16. Jul 01, 2009
  17. May 29, 2009
  18. May 06, 2009
    • zzz's avatar
      - Simplify config.jsp some more · 0b7fb212
      zzz authored
      - No longer use i2np.udp.forceIntroducers
      - Tweak UDP port qualification
      - Fix allowing low ports again
      - Add option to completely disable NTCP, for those behind nasty firewalls
      - Use SSU reachability rather than global reachability for determining NTCP reachability,
        since we are now reporting NTCP reachability too
      0b7fb212
  19. May 02, 2009
    • zzz's avatar
      - UPnP defaults to on - I didn't do all this for nothing · d41afc0c
      zzz authored
      - Set Status to OK for local public addresses or UPnP port open
      - Allow UDP address changes after we transition to firewalled
      - Have NTCP start reporting reachability status, this will
        get OK on the console more often and mask UDP problems,
        which might be good or bad...
      - Fix UDP port configuration
      - Reword and rearrange configuration options again
      - Rearrange configuration help
      - More right-alignment on config
      - Prevent Concurrent modification exception in UPnP
      - UPnP HTML output tweaks - remove "plugin" references
      - Move UDP message failed log from WARN to INFO
      - Short-circuit message history call in UDP
      d41afc0c
  20. May 01, 2009
  21. Apr 30, 2009
  22. Apr 29, 2009
  23. Apr 28, 2009
  24. Apr 26, 2009
    • zzz's avatar
      * NTCP: · e15b4698
      zzz authored
        - Correct the meanings of the i2np.ntcp.autoip and i2np.ntcp.autoport
          advanced config. If you have one of these set but not the other, you
          will have to adjust your configuration on config.jsp.
      e15b4698
  25. Jan 29, 2009
    • zzz's avatar
      * Routerconsole: · 69e63934
      zzz authored
            - Move common methods to new HelperBase class
            - Make reseed link a button
      69e63934
  26. Jan 10, 2009
  27. Dec 03, 2008
    • zzz's avatar
      * Transport: · 85cebc79
      zzz authored
            - Fixes and cleanups when NTCP and/or UDP transports disabled
            - More TCP removal cleanup
            - Clean up bandwidth limiting, centralize defaults
            - Force burst to be >= limit
            - Increase default bw to 48/24, burst 64/32
      85cebc79
  28. Jul 16, 2008
  29. Feb 21, 2008
  30. Jul 07, 2007
    • zzz's avatar
      2007-07-07 zzz · d4a1bcf2
      zzz authored and zzz's avatar zzz committed
          * Add auto-detect IP/Port to NTCP. When enabled on config.jsp,
            SSU will notify/restart NTCP when the external address changes.
            Now you can enable inbound TCP without a static IP or dyndns service.
      d4a1bcf2
  31. Jul 04, 2007
    • zzz's avatar
      2007-07-04 zzz · 409b71de
      zzz authored and zzz's avatar zzz committed
          * Display calculated share bandwidth and remove load testing
            on config.jsp
      409b71de
  32. Oct 09, 2006
  33. Jul 04, 2006
    • jrandom's avatar
      2006-07-04 jrandom · 208634e5
      jrandom authored and zzz's avatar zzz committed
          * New NIO-based tcp transport (NTCP), enabled by default for outbound
            connections only.  Those who configure their NAT/firewall to allow
            inbound connections and specify the external host and port
            (dyndns/etc is ok) on /config.jsp can receive inbound connections.
            SSU is still enabled for use by default for all users as a fallback.
          * Substantial bugfix to the tunnel gateway processing to transfer
            messages sequentially instead of interleaved
          * Renamed GNU/crypto classes to avoid name clashes with kaffe and other
            GNU/Classpath based JVMs
          * Adjust the Fortuna PRNG's pooling system to reduce contention on
            refill with a background thread to refill the output buffer
          * Add per-transport support for the shitlist
          * Add a new async pumped tunnel gateway to reduce tunnel dispatcher
            contention
      208634e5
  34. Feb 16, 2006
    • jrandom's avatar
      2006-02-16 jrandom · 9e00dbaa
      jrandom authored and zzz's avatar zzz committed
          * Add a new toggle to the web config to enable/disable the load testing
      9e00dbaa
  35. Feb 15, 2006
    • jrandom's avatar
      2006-02-15 jrandom · 113fbc1d
      jrandom authored and zzz's avatar zzz committed
          * Merged in the i2p_0_6_1_10_PRE branch to the trunk, so CVS HEAD is no
            longer backwards compatible (and should not be used until 0.6.1.1 is
            out)
      113fbc1d
Loading