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

Skip to content
Snippets Groups Projects
history.txt 369 KiB
Newer Older
2011-05-22 zzz
    * GeoIP: Read countries.txt in UTF-8
    * Jetty: Fix build error that omitted local jetty patches from org.mortbay.jetty.jar;
             affected 0.8.4 and 0.8.6 installers. Include jar in the updater for the next release.

2011-05-21 sponge
    * mbuild.sh document and fixes
    * mbuild-all.sh add cpu types

zzz's avatar
zzz committed
2011-05-20 zzz
    * Certificate: Fix creation bug; improve router cert generation
    * DataHelper:
      - Undeprecate fromProperties() and toProperties()
      - Undeprecate BOOLEAN_FALSE and BOOLEAN_TRUE
      - Fix fromProperties() and toProperties() to correctly throw DataFormatExceptions
      - Add sort option
      - Efficiency improvements in writeProperties(), toProperties(), storeProps(), and toString()
      - Fix encoding issues (ticket #436)
    * i2ptunnel: Fix server-side stripping of X-Accept-encoding
    * Jbigi / JCPUID:
      - Remove nativeDoubleValue(), update jbigi README
      - Unbundle jbigi.jar, create at build time
      - Add support for new Intel family/model names.
      - Add proper support for using Core2 machines as P4.
      - Add support for identifying SSE 3/4.1/4.2/4A support on CPU.
      - Rewrite cpuid.c so it builds with PIC (source only, binary not updated yet)
    * LogManager: Try to prevent out-of-order logging at shutdown
    * Naming Services, Addressbook, and SusiDNS:
      - Add new API for Naming Services to support modifications
      - Redesign HostsTxt NS as an interface to three
        SingleFile NSs, one for each text file
      - Add locking to SingleFile NS
      - Redesign SusiDNS and addressbook to interface to the API
        instead of accessing files directly
      - SusiDNS requests addressbook update via the NS API
      - Redesign addressbook to reduce memory usage when processing subscriptions
      - Redesign SusiDNS to use much less memory by not loading in the whole
        addressbook where possible
      - Add new Blockfile NS for an on-disk database of hosts
        Based on the BlockFile database:
        http://www.metanotion.net/software/sandbox/block.html
        with substantial enhancements to lower memory usage
        and improve exception handling
      - Remove old unused AddressDB NS, FilesystemAddress NS, and PetName NS.
      - Restructure Dummy NS and Meta NS
      - Redesign NS caching to use an LRU map
      - SusiDNS checks for invalid host names
      - SusiDNS IDN conversion and better support for non-ASCII host names
      - Add b32 links in SusiDNS
      - HTML fixes and cleanups in SusiDNS
      - SusiDNS message and tagging cleanups
      - SusiDNS new details page
    * Stats and Graphs:
      - Update to JRobin 1.5.9.1
      - Major rework required for 1.5.9 API
      - Disable graphs in JVMs that crash with 1.5.9 (gij, JamVM, Harmony)
      - Make graph data persistent (3 month RRD on disk),
        with option to disable
      - Improve error handling
      - Disable graph page refresh when appropriate
      - Fix HTML errors
      - Add restart marker on graphs
      - Restore zh text on graphs
      - Improve form save messages
      - Add expires directive to graphs
      - Refactor handling of required stats
      - Clean up / shorten description for required stats
      - Change bw.sendBps and bw.receiveBps from KBps to Bps

zzz's avatar
zzz committed
* 2011-05-16  0.8.6 released

2011-05-13 zzz
    * Increase min floodfills; decrease min routerinfo expiration

2011-05-11 zzz
    * Use partitions of fast tier for various hops of client tunnels

zzz's avatar
zzz committed
2011-05-06 zzz
    * Tunnels and profiles:
      - Increase max fast and high-cap tier sizes
      - Slow profile eval cycle after sufficient uptime
      - Fix bug which started a new build after a successful build
      - Misc. cleanups

zzz's avatar
-1  
zzz committed
2011-04-28 zzz
    * Console: Try to prevent cascaded IllegalStateExceptions in .jsp code;
      add logging for original error
    * peers.jsp: Tag UPnP strings
    * UPnP: Strip trailing nulls from incoming XML to prevent
      "content not allowed in trailing section" exceptions

zzz's avatar
zzz committed
* 2011-04-18  0.8.5 released

2011-04-11 zzz
    * Console: Hide iframe on mobile browsers
    * DataHelper: Speed up eq() (Ticket #437)
    * HTTPServer: Strip inbound X-Accept-Encoding header
    * netdb.jsp: HTML fixes
    * Plugins: Log error when console server not found
    * Reseed: Log tweak

m1xxy's avatar
m1xxy committed
2011-04-02 m1xxy
    * routerconsole, i2psnark, ...  I2P ahora también en español: ¡Bienvenidos los hispanohablantes!
      - routerconsole, i2ptunnel, i2psnark, SusiDNS, Susimail fully translated into Spanish
        (thx to PunkiBastardo and user)
    * routerconsole, i2psnark, ...  
      - French translations completed by magma
      
zzz's avatar
-8  
zzz committed
2011-03-22 zzz
    * Handle GNU JRE returning Long.MAX_VALUE for max memory
    * i2ptunnel: HTML fixes

2011-03-20 zzz
    * Console: Remove cache directives
    * i2psnark: Fix peers stuck at uninteresting after metainfo fetch
    * i2ptunnel: Change all clients to 3 hops by default (new installs only)
    * Profiles:
      - Nicer profile dump
      - More efficient profile lookup for display
      - Fix dumpprofile NPE
      - Change file suffix from .dat to .txt.gz
      - Set firstHeardAbout on creation
    * Rate: Fix equals()
    * Recognize links and links2 as text browsers

zzz's avatar
-6  
zzz committed
2011-03-12 zzz
    * Blocklist: Add bogons since they won't change any more
    * BuildHandler: Loop double-check
    * Console:
      - Fix HTML errors in form message box,
        logs.jsp, netdb.jsp, profiles.jsp, stats.jsp,
        configpeer.jsp, configtunnels.jsp, configupdate.jsp
      - ngettext cleanups
    * LogWriter: Prevent NPE after permissions fail

duck's avatar
duck committed
2011-03-11 duck
    * Susimail: translation support, including dutch translation.

zzz's avatar
zzz committed
2011-03-10 zzz
    * configclients.jsp: Split form up, fix HTML warnings
    * configui.jsp: Fix lang setting broken by previous nonce change
    * Console: Consolidate nonce handling
    * eepget: Don't send X-Accept-Encoding header to proxy (ticket #422)
    * logs.jsp: Fix NPE (ticket #430)
    * netdb.jsp: Fix table alignment
    * Tunnel Preprocessor: Use entropy for padding more efficiently

zzz's avatar
zzz committed
2011-03-08 zzz
zzz's avatar
zzz committed
    * Clock: Cleanups and javadocs
zzz's avatar
zzz committed
    * Console:
      - Parameterize download button tags (ticket #425)
      - Clean up summary bar HTML warnings
      - Just display a summary bar link for text browsers
      - Move welcome div from the readme files to index.jsp
      - Require a nonce to change language
zzz's avatar
zzz committed
    * EepGet: Cleanups and javadocs
zzz's avatar
zzz committed
    * i2psnark:
      - More efficient metainfo handling, reduce instantiations
      - Improved handling of storage errors
      - Improved handling of duplicate file names
      - More metainfo sanity checks
      - Metadata transfer error handling improvements
      - Code cleanup, remove dead and duplicated code
zzz's avatar
zzz committed
    * Reseed: Use the reseeder as a clock source
zzz's avatar
zzz committed

zzz's avatar
zzz committed
2011-03-02 zzz
    * BuildHandler:
      - Limit request queue size
      - Concurrent request queue
zzz's avatar
zzz committed
      - Remove dead code for queued reply handling
zzz's avatar
zzz committed
    * OutNetMessage: Remove dead code
    * Tunnel cleanups, final, javadoc

zzz's avatar
zzz committed
* 2011-03-02  0.8.4 released

zzz's avatar
zzz committed
2011-02-27 zzz
    * Console:
      - Fix numerous readme HTML errors
      - Fix flag locations in readmes
      - desktopgui.enable now defaults to false; run systray if false
      - Start icon app before console
      - Restore systray form in configservice.jsp
      - Only save lang when clicking on flags if desktopgui is running
      - Only allow two-letter lang code from cgi parameter
    * Reseed: Disable HTTPS until we have enough working hosts again

zzz's avatar
zzz committed
2011-02-24 zzz
    * i2psnark:
      - Fix delete and remove buttons for Opera and w3m
      - Stop torrent if no valid trackers
      - Fix war build dependencies

zzz's avatar
zzz committed
2011-02-23 zzz
    * BuildHandler:
      - Lower participating throttler max limit
      - Cleanups and loop checks
    * Console: Fix summary bar HTML error
zzz's avatar
zzz committed

2011-02-22 zzz
    * BuildHandler: Prelmiinary participating tunnel throttler
Loading
Loading full blame...