70 lines
2.5 KiB
Plaintext
70 lines
2.5 KiB
Plaintext
* 2019-08-21 1.2.2-0.6
|
|
- Overhaul front-end to use full html output and a default light theme
|
|
- Enable GeoIP lookups for nodes to permit display of flags
|
|
- Add country code lookups for nodes and display on tooltip
|
|
- Mitigate logging output issues caused by html output
|
|
- Set useMicroDescriptors to FALSE so additional node information can
|
|
be presented in the UI, if enough memory available
|
|
- Allow 2nd parameter in extra-info-digest when pulling full descriptors
|
|
- Display platform, observed bandwidth and uptime on circuit node tooltips
|
|
- Add hints and notes to config section, and include missing options
|
|
- Change maxCircuitDirtiness to Tor default of 10 minutes
|
|
- Update dizum dirauth IP
|
|
|
|
* 2019-06-24 1.2.2-0.5
|
|
- Remove unused XMLRPC Transport and related libs
|
|
- Reduce max descriptor age
|
|
- Enforce max certificates file age
|
|
|
|
* 2019-01-16 1.2.2-0.4
|
|
- Remove restrictive SSL cipher list which caused nothing to work (ticket #2079)
|
|
|
|
* 2018-04-15 1.2.2-0.3
|
|
- Reduce max consensus age again (ticket #1220)
|
|
- Don't load a cached-microdesc from disk that is too old (ticket #1937)
|
|
- Update dirauths (ticket #2079)
|
|
- Fix spurious errors at shutdown (ticket #2079)
|
|
- Fix for new certificate types in tor-spec 4.2 (ticket #2079)
|
|
|
|
* 2016-08-14 1.2.2-0.2
|
|
- Add Stream.isClosed()
|
|
- Implement more methods in TorStreamSocket
|
|
- Escape HTML on status page
|
|
- Fix HTML error on status page
|
|
|
|
* 2016-08-05 1.2.2-0.1
|
|
- Don't load a consensus from disk that is too old
|
|
(ticket #1220, orchid issue #24, bitcoinj issue #1064)
|
|
- Fix reopening HS circuit after close (ticket #1251)
|
|
- Delay registration until initialization complete
|
|
- HTTPConnection.getHost() fix
|
|
|
|
* 2016-08-03 1.2.1-0.1 (unreleased)
|
|
- Merge of bitcoinj changes, including deadlock fixes (ticket #1207),
|
|
NPE fix (ticket #1221), and configuration rewrite
|
|
- ConfigNodeFilter.createIdentityFilter() fix
|
|
|
|
* 2016-07-30 1.0.0-0.5
|
|
- Update hardcoded dirauths
|
|
- Add su3 plugin build support
|
|
|
|
* 2014-03-01 1.0.0-0.4
|
|
- Catch policy exception to correctly set failed state (ticket #1201)
|
|
- Hopefully fix deadlock (ticket #1207)
|
|
|
|
* 2014-01-10 1.0.0-0.3
|
|
- Better logging of startup errors
|
|
- Add config file support
|
|
- Add circuit status to servlet
|
|
|
|
* 2014-01-08 1.0.0-0.2
|
|
- Change from jsp to java servlet
|
|
- Start controller from servlet, not clients.config, to avoid class loader issues
|
|
- Fix webapps.config location
|
|
- Fix console link
|
|
- Fix classpath issues
|
|
- Add status info using TorConfig
|
|
|
|
* 2014-01-04 1.0.0-0.1
|
|
- Initial checkin
|