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

Skip to content
Snippets Groups Projects
history.txt 333 KiB
Newer Older
sponge's avatar
sponge committed
2010-10-22 sponge
    * Fix rc.i2p for slackware package

sponge's avatar
sponge committed
2010-10-10 sponge
    * Fulfill Request for name resolving in BOB

2010-09-15 dr|z3d
    * I2PSnark: Overhaul UI, implement new theme.
zzz's avatar
zzz committed
* 2010-07-12  0.8 released

2010-07-08 zzz
    * I2PTunnel: More error propagation fixes

2010-07-07 duck
    * RouterConsole: Add Help & FAQ link, minor label improvements.
2010-07-05 zzz
    * i2psnark: Fix transition to end game
    * I2PTunnelIRCClient: Filter PART messages like we do for QUIT

2010-07-04 duck
    * RouterConsole: Dutch translation (thanks to monkeybrains)

2010-07-03 zzz
    * Build: Fix poupdate dependencies
    * I2PTunnel: More error propagation fixes
    * I2PTunnelHTTPClient: Don't use BufferedReader

2010-07-01 zzz
    * EventDispatcher: Minor cleanups and comments
    * I2PTunnel: Don't start a tunnel if no valid destinations;
      cleanups, logging, and error propagation fixes
    * Transport: Fix NTCP address generation when host is specified but port is auto

2010-06-29 sponge
    * 25%-50% cpu savings in BOB. The remainder of the fix is in streaming
      lib, which aparently keeps running and does not sleep according to
      profiling.

2010-06-29 zzz
    * CapacityCalculator: Cleanup
    * I2PTunnel: Add default HTTPS outproxy
    * Jetty: Disable TRACE and OPTIONS in console and eepsite
    * RouterInfo: Add main() to dump RI files
    * Scale prng.buffers based on max memory, reduce default from 16 to 9
    * SOCKS: Better HTTP error message

2010-06-26 zzz
    * I2PTunnel:
     - Move connection profile and delay connect to advanced config section
     - Add persistent client key support to SOCKS IRC
     - Fix display of interactive setting
    * jbigi, jcpuid: Suppress log messages when not in router context
    * jetty.xml: Add info on how to configure for following symlinks
    * logs.jsp: Add more JVM version info so we can distinguish OpenJDK from Sun

2010-06-16 zzz
    * Console: Sort countries with selected locale
    * FileUtil: Try to handle lack of unpack200 support more gracefully
    * Update: Select old update URL if no unpack200 available

zzz's avatar
zzz committed
2010-06-13 zzz
    * Console: Add some divs for languages to news and readmes
    * HTTP Proxy: Pass different User Agent to outproxy
    * i2psnark:
      - Move config to separate page
      - Icon tweaks
    * Translation: zh fix

dev's avatar
dev committed
2010-06-12 welterde
    * fixed possible race-condition and improved code style in ObjectCounter utility class

zzz's avatar
zzz committed
* 2010-06-07  0.7.14 released

2010-06-07 zzz
    * Misc tweaks after code review

zzz's avatar
zzz committed
2010-06-05 zzz
    * Netdb:
      - Use new receivedAsReply flag in LeaseSet to mark
        those received as response to a query
      - Mark which methods in FloodfillPeerSelector may return
        our own hash
      - Redefine selectNearest() so it may return our own hash,
        so it can be used for closeness measurement
      - Redefine findNearestRouters() to return Hashes
        instead of RouterInfos
      - Fix LeaseSet response decisions for floodfills, based
        on partial keyspace and closeness measurements
      - List only count of published leasesets in netdb

2010-06-03 zzz
    * NewsFetcher: Delay a minimum amount at startup
    * Update: Fix multiple updates after manually
      starting update - caused by refreshing summary bar
      (thx 'backup'!)

2010-06-02 zzz
    * graphs.jsp: Tag some more
    * Translation: Set xgettext add-comments option
    * UDP: Fix a bug from a blank i2np.udp.host config
      causing frequent RouterInfo updates and incorrect
      addition of introducers, caused by config.jsp handling
    * Update: Change default update URLs to .su2 for pack200

2010-06-01 zzz
    * i2psnark:
      - More listing fixes
      - Revert choker change
zzz's avatar
zzz committed
      - Start end game a little sooner
    * Installer: Disable pack200 in updater again, doesn't work
      on Java 1.5
    * Remove jetty from updater - it's been in for a few
      releases, and i2psnark now has its own listHTML method

2010-05-27 zzz
    * Translate: Add GNU ngettext (plurals) support

2010-05-26 zzz
    * i2psnark: Listing fixes and cleanups;
      icons on front page; tweak bw choker again

zzz's avatar
zzz committed
2010-05-24 zzz
    * i2psnark: Listing icons and cleanups

dev's avatar
dev committed
2010-05-23 welterde
    * core:
      - fixed major security hole in DatagramDissector
dev's avatar
dev committed
    * I2PTunnelServer: Implemented WEBIRC support in IRC server tunnel

zzz's avatar
zzz committed
2010-05-23 zzz
    * i2psnark:
      - Choke slower when at bandwidth limit
      - Fix completion % for small files
      - Use Random from context
    * NewsFetcher:
      - Add backup URL
      - Change to 0 retries (was 2)

zzz's avatar
-9  
zzz committed
2010-05-21 zzz
    * i2psnark:
      - Spiff up dir listings
      - Urlify some messages
      - Only go into end game at the end

zzz's avatar
zzz committed
2010-05-19 zzz
    * Data: Remove lots of unnecessary initializers
    * susidns: More validatation when adding entry
zzz's avatar
zzz committed

zzz's avatar
zzz committed
2010-05-15 zzz
    * Console:
      - Tag text in graphs
      - Move SummaryRenderer to its own file
    * Eepsite: Set no-cache in redirecting page
    * Hash: Move caching XOR methods only used by KBucket
      into netdb
    * i2psnark: CSS tweaks
    * Log: Translate priority

2010-05-13 zzz
    * netdb.jsp debug tweaks
    * Plugins: Try to prevent ZipErrors after upgrade

zzz's avatar
zzz committed
2010-05-10 zzz
    * Console:
      - Summary bar tweaks
      - Add monthly bw estimate
    * DataHelper: Deprecate inefficient eq() methods
    * i2psnark:
      - Add tunnel config dropdowns
      - Comment out old proxy stuff
    * NetDB:
      - Handle old and duplicate stores more efficiently
      - Have DataStore put() return success
      - Move getDistance() to its own class
    * Router: Add router.forceBandwidthClass advanced config for testing
    * Streaming: Add support for connection throttling
    * TunnelPoolManager: Concurrent
    * UDP: To help limit connections, don't offer to introduce
      when floodfill

2010-05-10 sponge
     * PluginStarter: If there is some delay, there may be a really good reason for it.
       Loading a class would be one of them!
       So we do a quick check first, If it bombs out, we delay and try again.
       If it bombs after that, then we throw the ClassNotFoundException.

zzz's avatar
zzz committed
2010-05-05 zzz
    * build.xml: Create packed sud in release
    * Console:
      - Print stack trace if exception on startup
      - IllegalStateException rather than NPE if no context
    * EepGet: Limit max times to fail completely even if numRetries is higher
    * i2psnark: Skip 'the' when sorting snarks
    * I2PTunnelHTTPClient: Reject 192.168.*
    * Plugins:
      - Set classpath for specific client only, not for the whole JVM
      - Use ConfigDir() not AppDir()
    * Replace size() <= 0 with isEmpty() everywhere, ditto > 0 -> !isEmpty()
Loading
Loading full blame...