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

Skip to content
Snippets Groups Projects
  1. Jun 14, 2009
    • zzz's avatar
      * ReseedHandler: · 4d4954c5
      zzz authored
            - check for upper case HREF to be compatible with apache indexes
      4d4954c5
    • zzz's avatar
      * news.xml: · 17751ffd
      zzz authored
            - move from base to router dir
      17751ffd
    • zzz's avatar
      fix NPE for non-router invocations · e8773f6a
      zzz authored
      e8773f6a
    • zzz's avatar
      * jbigi, cpuid: · 112ddc71
      zzz authored
            - Extract files from jar to temp dir, load from that dir, then
              copy to the base dir if we have permissions (and failing silently
              if we don't), so we have optimized libs and no complaints
              when we have a read-only base dir.
      112ddc71
  2. Jun 13, 2009
    • zzz's avatar
      * ConsoleRunner: · e5ec72b0
      zzz authored
            - Fix webapps file path
          * SusiDNS:
            - Fix addressbook file path
          * Systray:
            - Fix NPE if no config file
            - Fix config file path
          * WorkingDir:
            - Modify clients.config so jetty can find the jetty.xml file
            - Rip out all the existing-installation migration code
            - Rip out migration code now done by izpack parsable
            - Fix copy of empty directories
      e5ec72b0
    • zzz's avatar
      * i2prouter: · 24daf006
      zzz authored
            - Don't cd to script location, no longer required
          * RouterLaunch:
            - If no wrapper, put wrapper.log in system temp dir
              unless specified with -Dwrapper.logfile=/path/to/wrapper.log
              or it already exists in CWD (for backward compatibility)
            - Append rather than replace wrapper.log
            - Pass wrapper log location to router as a property, so that logs.jsp can find it
          * logs.jsp:
            - Get wrapper log location from a property too
          * runplain.sh:
            - Add path substitution to runplain.sh on install
            - Pass I2P base dir to the router as a property
          * wrapper.config:
            - Put wrapper.log in system temp dir for new installs
            - Pass I2P base dir to the router as a property
          * WorkingDir:
            - Don't migrate an existing install by default
            - Never migrate the data (too hard)
      24daf006
    • zzz's avatar
      propagate from branch 'i2p.i2p.zzz.dir' (head a871493662f67163f823576ba26e98322d3f896f) · 71837541
      zzz authored
                  to branch 'i2p.i2p.zzz.test' (head 1168ac4132d737382bf24ba8458a53a9db002ffa)
      71837541
    • zzz's avatar
      pid dir defaults to system temp dir · a16bcf8e
      zzz authored
      a16bcf8e
    • zzz's avatar
      add install path to eepget · 5c281253
      zzz authored
      5c281253
    • zzz's avatar
      post-0.7.4 cleanup · 937de87d
      zzz authored
      937de87d
    • zzz's avatar
      back to updaterWithJettyFixes · cadbe2c2
      zzz authored
      cadbe2c2
  3. Jun 12, 2009
    • zzz's avatar
      * Installer: · daf078d4
      zzz authored
            - Add install and temp path substitution to wrapper.config and
              i2prouter on install
      daf078d4
  4. 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
      fix typo · 290af4c1
      zzz authored
      290af4c1
    • 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
  5. Jun 07, 2009
  6. Jun 06, 2009
  7. Jun 05, 2009
  8. Jun 04, 2009
    • zzz's avatar
      Big directory rework. · 524a25eb
      zzz authored
      Eliminate all uses of the current working directory, and
      set up multiple directories specified by absolute paths for various uses.
      
      Add a WorkingDir class to create a user config directory and
      migrate files to it for new installs.
      The directory will be $HOME/.i2p on linux and %APPDIR%\I2P on Windows,
      or as specified in the system property -Di2p.dir.config=/path/to/i2pdir
      All files except for the base install and temp files will be
      in the config directory by default.
      Temp files will be in a i2p-xxxxx subdirectory of the system temp directory
      specified by the system property java.io.tmpdir.
      
      Convert all file opens in the code to be relative to a specific directory,
      as specified in the context. Code and applications should never open
      files relative to the current working directory (e.g. new File("foo")).
      All files should be accessed in the appropriate context directory,
      e.g. new File(_context.getAppDir(), "foo").
      
      The router.config file location may be specified as a system property on ...
      524a25eb
    • zzz's avatar
      Update geoip files from the June 3 release · 8ff27242
      zzz authored
      8ff27242
    • zzz's avatar
      -11 · a9a2d2de
      zzz authored
      a9a2d2de
    • zzz's avatar
      propagate from branch 'i2p.i2p.zzz.test' (head be1a2452acf68a8a0137f98f5aeb797055321d6e) · 0070abc0
      zzz authored
                  to branch 'i2p.i2p' (head bd6b02d1ae8a99afcea7fdffedf699a6e5c85fbf)
      0070abc0
    • zzz's avatar
      watchdog logging tweaks, allow disable by property · 936a338e
      zzz authored
      936a338e
    • zzz's avatar
      Add standby indication to i2ptunnel page · 6c349d0e
      zzz authored
      6c349d0e
    • zzz's avatar
      * I2PTunnel: · 7e1e3c3c
      zzz authored
            - Fix bug where delayed-open and close-on-idle tunnels would
              use a different tunnel pool instead of building their own
      7e1e3c3c
    • zzz's avatar
      ce23d76c
Loading