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

Skip to content
Snippets Groups Projects
history.txt 349 KiB
Newer Older
zzz's avatar
zzz committed
2010-12-12 zzz
    * i2psnark:
      - Fix end-game deadlock
      - Fix last-modified check for multifile torrents, causing
        apparent loss of data after abnormal exit
      - Tweaks

zzz's avatar
zzz committed
2010-12-11 zzz
    * Build: Fix 'ant distclean poupdate' again
    * I2CP: Change a log error to a warning (ticket #353)
zzz's avatar
zzz committed
    * i2psnark:
      - Restore text (ticket #273)
      - Fix several HTML errors (ticket #273)
      - Fix HTML error causing info links to be unclickable in dillo (tiicket #273)
      - Fix alt text duplicated or looking bad in text browsers (ticket #273)
      - Fix Opera button errors (ticket #332)
      - Fix POST resubmission errors (ticket #334)
      - Catch FetchAndAdd copy error (ticket #352)
      - Set permissions on downloaded torrent files
      - Hide some columns when not running
      - Lots of spacing cleanups
      - Rename images so users don't end up with unused files
      - Remove ~15 unused images
      - Clean up theme selection speed-coding exercise
      - Indent fixes
    * Log: Don't double-timestamp CRITS in wrapper.log
    * News: XML fixes (ticket #350)
    * Plugins: Better handling of signing keys (Ticket #351)
    * TunnelPoolManager: Fix rare startup NPE (http://forum.i2p/viewtopic.php?t=5192)

2010-12-10 Mathiasdm
    * I2PTunnel: Fixed up security fix.
2010-12-07 Mathiasdm
    * I2PTunnel: Security fix: change server reply
      to return 'I2PServer' instead of the actual servername.
z3d's avatar
z3d committed

z3d's avatar
z3d committed
2010-12-06 dr|z3d
    * I2PSnark: 
      - Resolve table header wrapping issue.
      - Phase 2 of UI overhaul, now with 100% more universality!
      - Vanilla/Ubergine theme enhancements.
      
zzz's avatar
zzz committed
2010-12-05 zzz
    * DataHelper: Have readLong() and readString() throw an
      EOFException instead of a DataFormatException on EOF,
      which should lower the log severity in I2CP and I2NP
      when a client or peer disconnects.

zzz's avatar
zzz committed
    * Console: Format console refresh time
    * I2NP: Allow message to be written more than once,
            instead of throwing an IllegalStateException
zzz's avatar
zzz committed
    * i2psnark: Fix extension messages
    * Streaming: Restore I2PSocketManagerFull as public
                 (broke jwebcahe ticket #345)
    * Transport: Hamachi address block 5/8 assigned by IANA

z3d's avatar
z3d committed
2010-12-01 dr|z3d
    * Console: 
      - Extensive reworking of ieshim.css for classic theme/Internet Explorer.
      - Additional console_big.css files for other themes to enhance doublebyte glyph support.
    * I2PSnark: 
      - Make show/hide peers and stop/start all torrent buttons more obvious.
      - Rework Vanilla icons to bring in line with color scheme.

zzz's avatar
zzz committed
2010-11-30 zzz
    * I2CP: Try to hide Pipe closed messages (several tickets)
    * i2psnark: Move PeerCheckerTask from Timer to SimpleTimer2
                to save some threads
    * Logging:
      - Limit buffer size; block and wakeup writer when full
      - Limit errors written to system log
      - Add method to force a log below the current level
      - Try to fix log flushing error
zzz's avatar
zzz committed
    * Streaming: Change some logged errors to warnings
                 (tickets 76, 341 and others)

z3d's avatar
z3d committed
2010-11-29 dr|z3d
z3d's avatar
z3d committed
    * Updated console theme "light".

zzz's avatar
zzz committed
2010-11-29 zzz
    * i2psnark:
      - Don't timeout queued piece messages
    * Logging:
      - Use System locale and time zone for default date/time format,
        so it matches the wrapper log time (we can't set the wrapper log time zone).
        (existing installs must remove logger.dateFormat line
         in logger.config to get system default format)
      - Force RuntimeExceptions to CRIT level
      - Don't have log() count buffer size
    * Streaming: Make all classes outside the API package private
zzz's avatar
zzz committed
    * UDP:
      - Fix bug causing PacketPusher to loop quickly instead of sleeping
      - Fix udp.sendCycleTime stat
      - Fix speed values on peers.jsp
      - Try to fix rare NPE (ticket 298)

zzz's avatar
zzz committed
2010-11-28 zzz
    * Build: Move all dependencies to top-level build.xml,
             so each sub-build.xml is only executed once
    * i2psnark:
      - Fix NPE and other partials bugs
      - More extension message stubbing
      - Log tweaks
    * I2PTunnel: Deprecate destFromName()

zzz's avatar
zzz committed
2010-11-27 zzz
    * Build:
      - Add man pages to package
      - New updaterWithJavadoc target
    * configstats.jsp: Fix NPE
    * Console:
      - Linkify "plugin installed and started" message
      - Add link to javadocs if installed
    * i2psnark:
      - Drop queued outbound requests when choked
      - Redo some data structures and locking to hopefully prevent deadlock
      - Memory reduction part 3: Return partial pieces to PeerCoordinator when choked
    * Streaming: Fix race NPE at stream close

z3d's avatar
z3d committed
2010-11-27 dr|z3d
z3d's avatar
z3d committed
   * I2PSnark: New alternative theme: "Vanilla". 
z3d's avatar
z3d committed
   * Big thanks to sponge for implementing the theme changer!    

sponge's avatar
sponge committed
2010-11-27 sponge
   * Plugin: ticket 336 fix NPE

2010-11-27 sponge
   * Slackware: bump i2p-base version, so that it can be upgraded with the new
	base code fixes.

2010-11-26 sponge
   * i2psnark: Don't save theme parameter if it has not changed.

2010-11-26 sponge
   * i2psnark: Add theme change and theme selection storage abilities.

zzz's avatar
-9  
zzz committed
2010-11-26 zzz
    * Console: Split initialNews.xml into a file for each language
               don't copy to config dir at install.
    * i2psnark: Clean up and enhance the PeerCoordinator's partial piece handling,
                in preparation for more improvements
    * LogManager: When not in router context, delay creating log file until required
    * NetDb: Lower RouterInfo expiration time again
    * Router: Prevent NCDFE after unzipping update file
zzz's avatar
-9  
zzz committed
    * Transports: Round time to prevent clock bias, also adjust for RTT in UDP
z3d's avatar
-8  
z3d committed
2010-11-26 dr|z3d
z3d's avatar
z3d committed
    * Readme: Overhaul (English) layout and text.
z3d's avatar
-8  
z3d committed

z3d's avatar
-7  
z3d committed
2010-11-25 dr|z3d
    * Console themes: Classic and Dark theme refresh.
    * Fix langbox overflow issue in all themes.

zzz's avatar
-6  
zzz committed
2010-11-24 zzz
    * configui: Add .pt
    * configtunnels: Log cleanup
    * graphs: Synch to conserve memory; cleanup
    * i2psnark:
      - Prevent dup requests during end game
        (ticket 331 - thanks sponge and Oct!)
      - POST parameter tweaks
      - Message cleanup
    * logs: Add trac login hint
    * Router:
      - Save some info to config file when installing or updating
      - Remove global lock on accessing config
      - Add global lock on reading/writing config file
    * SimpleDataStructure: Fix problem in fromBase64() that
      manifested itself as a configtunnels.jsp bug

2010-11-24 sponge
    * Slackware, fix rc.i2p, bad logic.

2010-11-24 sponge
    * Plugin: ticket 104 Fix webapp isRunning to check ALL webapps.
      The only defecency is that if one is running, that it considers the
      entire pliugin to be running. I'm not sure if that is a good thing
      or a bad thing, but the other code checks threads that way.

zzz's avatar
-4  
zzz committed
2010-11-22 zzz
    * Addressbook: Fix rename error on Windows (tkt 323 - thanks RN!)
    * build.xml: Cleanup, fix distclean error in older ants.
    * Console:
      - Convert GraphHelper to a FormHandler
      - Require POST for all forms
      - Change the way we store the Writer to prevent problems
      - Fix bonus setting on configpeer.jsp
      - More ".jsp" removal
    * i2psnark:
      - Defer piece loading until required
      - Stub out Extension message support
      - Convert GET to POST, require POST
    * NTCP: Log tweak
    * SSLEepGet, Reseeder:
      - Implement additional CA loading
      - Provide facility to reuse SSL state for speed
      - Provide facility to store previously untrusted certificates
      - Add www.cacert.org cert to the installer and updater so
Loading
Loading full blame...