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

Skip to content
Snippets Groups Projects
  1. Jun 25, 2009
  2. Jun 23, 2009
  3. Jun 22, 2009
  4. Jun 21, 2009
  5. Jun 19, 2009
    • zzz's avatar
      * News Fetcher: · 1eb4473e
      zzz authored
            - Change default news URL, use it instead of the old one even if
              the old one is saved in the configuration, to assist in the transition
      1eb4473e
  6. Jun 17, 2009
    • mathiasdm's avatar
      * desktopgui: · 22c28297
      mathiasdm authored
            - Added client and server tunnel view
              (saving does not work yet)
      22c28297
    • zzz's avatar
      * PeerSelector: · c89fb9ad
      zzz authored
            - Limit exploratory tunnels to connected peers when over
              half the connection limit (was 80%)
            - Have the high capacity tier fall back to a new connected tier
              before moving on to the not failing tier
              so that tunnel build success doesn't collapse
          * PeerTestJob:
            - Limit to connected peers
      c89fb9ad
  7. Jun 12, 2009
  8. Jun 11, 2009
    • zzz's avatar
      * Installer: · 821dcddd
      zzz authored
            - Change the wrapper.config classpath to one line: lib/*.jar
              This means we lose control of classpath load order, so move the windows installer
              jars copy.jar, delete.jar, and exec.jar to a new installer/ directory so
              these jars won't be in the classpath or potentially conflict, since
              copy.jar and delete.jar include FileUtil.class, and we don't want to have
              to remember to add them to the updater if we ever change FileUtil.class.
              Delete the installer/ directory in postinstall.sh since it is windows-only.
      821dcddd
    • zzz's avatar
      * Console: · d9cb4e26
      zzz authored
            - Move the console css from default.css in the .war to docs/themes/console/console.css,
              and support console themes in the main console with routerconsole.theme=foo
      d9cb4e26
    • zzz's avatar
      Remove unused NoticeHelper · 11ad98e7
      zzz authored
      11ad98e7
    • zzz's avatar
      Upgrade to izpack 4.3.0 and add a short script to fix Vista install problems. · ce50a9ca
      zzz authored
      (previous izpack was 3.7.2 from 2005-04-22)
      
      izpack 4.3.0 from :
      http://dist.codehaus.org/izpack/releases/4.3.0/IzPack-install-4.3.0.jar
      SHA1 f06da6b26ac2c68fed64ab38980352989b8d8841
      (no signatures or sha1sums found on website, and the jar is unsigned)
      License: Apache 2.0
      
      upack izpack:
      java -jar IzPack-install-4.3.0.jar
      or
      java -jar IzPack-install-4.3.0.jar -console
      
      get the standalone-compiler.jar from the installation lib/ directory:
      SHA1 6d2b4a5657bfb864a333b1c4b1c0f8223aa57d80
      (no signatures or sha1sums found on website, and the jar is unsigned)
      
      This fixes the bug with the install windows centered in all the
      workspaces, not the current workspace. And who knows what other
      bugs in the last 4 years.
      
      To fix Vista (and presumably Windows 7) permissiom problems,
      add a run-privileged flag for those, and run the new fixperms.bat
      which calls icacls to add the privileges to the install directory.
      
      Add support for 6 more language packs found in the new release.
      Change from ISO3 codes to native language names.
      
      Disable creation of the i2p.tar.bz2 file in build.xml
      (distributed as i2pheadless-0.7.x.tar.bz2), as izpack 4.3.0 now
      supports headless installation with java -jar i2pinstall.exe -console.
      Update INSTALL.txt and INSTALL-headless.txt accordingly.
      ce50a9ca
    • zzz's avatar
  9. Jun 09, 2009
  10. Jun 08, 2009
    • sponge's avatar
      2009-06-08 sponge · be52b593
      sponge authored
          * Last commit for this cycle. All debugging except for WARN removed.
            I can use the visit command to debug now anyway.
      be52b593
    • sponge's avatar
      2009-06-08 sponge · 03821203
      sponge authored
          * Removed BOB debugging as-per zzz
      03821203
    • sponge's avatar
      2009-06-08 sponge · 7151590a
      sponge authored
          * Fixed NPE and some other goofups in BOB.
          * BOB bump version
      7151590a
  11. Jun 07, 2009
  12. Jun 06, 2009
Loading