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

Skip to content
Snippets Groups Projects
  • zzz's avatar
    0cfbe9c2
    * IPV6/localhost: · 0cfbe9c2
    zzz authored
          - Enable IPv6 stack in the JVM, hopefully won't break anything
          - Patch Jetty to support binding to IPv6 addresses
          - Allow multiple bind addresses for the router console
            in the clients.config file; for new installs the
            default is now "127.0.0.1,::1"
          - Change most instances of "localhost" to "127.0.0.1"
            throughout the code
        * Router:
          - Move some classes to private static inner
    0cfbe9c2
    History
    * IPV6/localhost:
    zzz authored
          - Enable IPv6 stack in the JVM, hopefully won't break anything
          - Patch Jetty to support binding to IPv6 addresses
          - Allow multiple bind addresses for the router console
            in the clients.config file; for new installs the
            default is now "127.0.0.1,::1"
          - Change most instances of "localhost" to "127.0.0.1"
            throughout the code
        * Router:
          - Move some classes to private static inner