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

Skip to content
Snippets Groups Projects
history.txt 283 KiB
Newer Older
2009-08-20 zzz
    * Config files:
      - Add some path and encoding help
    * configclients.jsp: Add full path to config file
    * configpeer.jsp: Limit max displayed banned IPs
    * Console:
      - Don't display firewall warning unless it's real
      - Cleanups
    * DataHelper, I2PTunnel, Router:
      - Save config files in UTF-8 rather than the default encoding,
        since we read them in UTF-8!
    * eepsite_index_de.html: localhost -> 127.0.0.1
    * i2psnark: Add size total
    * I2PTunnel:
      - Make IRC Proxy non-shared, delayed-start, close-on-idle
        for new users, for the anonymity benefits (see "Shared Clients,
        Correlation and Collusion" http://zzz.i2p/topics/217 )
      - Remove "experimental" flag on new client options
    * Jetty build: More clean targets
    * jetty.xml: Change encoding to UTF-8
    * jobs.jsp: Cleanup
    * logs.jsp: Add system encoding
    * Ministreaming: Cleanups, deprecation, move demos out of the lib
    * netdb.jsp: Flags for leases
    * NTCP: Clean up clock skew shitlist message
    * profiles.jsp:
      - Rename the Failing column
      - Reduce the time cutoff again to 90m (was 2h)
    * readme*html: localhost -> 127.0.0.1
    * Router: Don't do some things when we are shutting down
    * Shitlist: Clean up expire message
    * Stats:
      - Fix BufferedStatsLog so it works at all
      - Don't instantiate BufferedStatsLog unless stats.logFilters
        property is defined (restart now required to enable logging)
        This eliminates the StatLogWriter thread and a decent
        amount of memory.
      - Move two CLI classes out of the lib
      - Commment out places where getStatLog() isn't checked for null
      - Cleanups
    * Transports: Lower conn limit factor to 50 (was 60)
    * Update:
      - Fix problems where a requested unsigned update would actually
        kick off a signed update
      - Fix problem when policy set to notify, and clicking
        check for update, incorrectly causing unsigned update download
        and bad messages
      - Verify zip integrity of unsigned updates
      - Move zip files to router dir, not base dir
      - More tweaks and cleanup
    * VMCommSystem fixups
    * WorkingDir: Ensure modified files are processed with UTF-8 encoding
    * XmlPull: Remove, unused.

2009-08-19 sponge
    * Java code to set Router Console password for dr|z3d

2009-08-18 dr|z3d
    * Fixes for sidepanel
    * Overhauled classic theme for i2ptunnels
    * First stage of code validation to fix broken and "illegal" code
    * Multifarious other UI tweaks and fiddles.

sponge's avatar
sponge committed
2009-08-15 sponge
    * Merge in dr|z3d and my own html fixes for router console java and jsp
      files so that Opera (and now IE?) doesn't puke anymore on the missing 
      and misplaced HTML tags.
    * Optimized all jsp files so that they are shorter to save space, which
      is then used to fix the broken HTML. We should break even space-wise.
    * Bump to -13.

sponge's avatar
sponge committed
2009-08-11 sponge
    * Code Janitor time! Many fixes and documenting fixes that should be
      done in the future. for the most part, this is a general code cleanup.
    * On smaller/embedded systems, the "final" keyword cleanups will have
      more of an impact than on larger systems.
    * Document missing hashCode() methods.
    * Unhide more variables to make code easier to read.

2009-08-11 zzz
    * Android:
      - Merge in the branch
      - Build instructions in the android/ dir
      - Rename HMac to I2PHMac to avoid android lib conflicts
      - Configurable number of PRNG buffers in AsyncFortunaStandalone
        (router.prng.buffers=16) to control memory use - these
        are 256KB each.
      - Configurable size of the DecayingBloomFilters
        (router.decayingBloomFilterM=23) to control memory use - there
        are 4 pairs of these (8 total), each 2**(M-3) bytes,
        or 8MB total for M=23.
      - There's at least two unsolved fatal problems:
        1) Most of the routerinfo signature verifications fail,
           including our own
        2) It randomly dies after a while
    * Console:
      - Rename the shitlist and the blocklist
      - Try to reduce servlet problems on iframe
      - Select server or client icon for local dests
    * EepHead: New
    * Move StatsGenerator from router to routerconsole
    * Move the unused AdminManager from router to the apps directory
    * NetDb stats: Hide part. tunnel total events, effective next release
    * Router: Comment out dead oldconsole code
    * Updater:
      - Add new unsigned update option, triggered by
        last-modified date, using the new EepHead.
        Buttons still are not hidden after download complete.
      - Make the .sud updater use the temp dir when proxied
      - Several cleanups

z3d's avatar
z3d committed
2009-08-11 dr|z3d
    * Extensive sidepanel overhaul
      - Ensure all sidepanel headings link to pertinent pages
      - First stage of enhanced Local Destinations sub-panel presentation
      - Move Configuration, Help, and I2PTunnel manager links to headings
      - Add tooltips to all linked content; table content next in line
z3d's avatar
z3d committed

2009-08-07 dr|z3d
    * summarynoframe.jsp
      - Main content now tabulated for better presentation
      - Headings now more prominent
      - Pruning where necessary of text strings
    * Console themes (light/dark/classic)
      - Ensure functionality with new sidepanel layout
      - Custom hacks for IE/classic
      - Enhanced form/button presentation    

zzz's avatar
-8  
zzz committed
2009-08-07 zzz
    * build.xml:
      - Try to automate the release process
      - Take jetty back out of the updater after 4 releases
    * Console:
      - Add a custom error page
      - Don't count ourselves in known peers
      - Hide update button when shutting down
      - Increase skew warning threshold to 3s (was 100ms)
      - Remove UTC time from summary bar
      - Truncate long dest names
      - Try to reduce servlet problems on index page
    * Core:
      - Catch unzip fd leaks on error
      - Move 2 test classes out of the lib
    * Eepsite:
      - Quote the jetty.xml path in clients.config,
        and adjust the migration function, to fix the
        eepsite-won't-start bug on windows
    * HTTP Proxy:
      - Restore the localhost error message
      - Catch 127.0.0.1:xxxx addresses too
    * I2PTunnel:
      - Move the privkey files from the app dir to the
        config dir, in preparation for splitting the two
        dirs by default
    * Ministreaming:
      - Make getInt() static
      - Move the big TestSwarm class out of the lib
    * NetDb stats: Post-release cleanup
    * PersistentKeyRing: Fix broken storage of keys in config file
    * Router: Move the WorkingDir class from i2p.jar to router.jar
    * Streaming: New option i2p.streaming.answerPings (default true)
    * Timestamper: Don't start thread if not enabled
    * Wrapper:
      - Extend timeout to 20s (was 5s)
      - Shorten ping interval to 5m (was 10m)

2009-08-03 dr|z3d
    * Extensive update to the Classic theme; custom css hacks for IE.

2009-08-02 dr|z3d
    * Better support for Internet Explorer/classic theme.
    * Incremental improvements to classic theme.
    * More UI tweaks and fiddles. 
z3d's avatar
z3d committed
    * Fixes for I2PSnark UI; more to come.
    
2009-07-31 dr|z3d
    * Resolve anomalous buttons and text fields in console ui. 
    * Enhance presentation of data in /peers.jsp.
    * Fix themes issue with horizontal width of radio/checkbox icons.
    * Other cosmetic UI enhancements.

zzz's avatar
zzz committed
* 2009-07-31  0.7.6 released

2009-07-31 zzz
    * Update versions, package release
    * Fix snark.css link
    * Revert graph antialias enable
    * Remove <center> from iframe head
    * Fix tunnels.jsp HTML
    * Prevent linux-only installer screen from displaying on windows

zzz's avatar
zzz committed
2009-07-28 zzz
    * Add new reseed URL (thanks eche|on!)

2009-07-27 zzz
    * Add flag dimensions to speed up profiles.jsp rendering
    * Catch i2psnark create torrent with no data entered error
      http://forum.i2p/viewtopic.php?t=3763
    * Fix typos in proxy error files

Loading
Loading full blame...