February 17th, 2012· Fix shutdown issue raised during validation
January 25th, 2012· Almost complete re-write
· New better looking panel for results
· Shows the actual IP address used for connection
· Also displays DNS lookup information (for every domain contacted to load a page)
· Completely event-driven, no more polling loop
· New icons to indicate pages loaded from cache
January 25th, 2012· Almost complete re-write
· New better looking panel for results
· Shows the actual IP address used for connection
· Also displays DNS lookup information (for every domain contacted to load a page)
· Completely event-driven, no more polling loop
· New icons to indicate pages loaded from cache
November 17th, 2011· Compatibility with Firefox 8
· Change way ChromeWorker is loaded
· Change interface for passing data into the dns worker
August 26th, 2011· Added check for if domain is in network.dns.ipv4OnlyDomains list, and display warning if so (and never show green icon for these sites)
· Added check for if network.dns.disableIPv6 is set and display warning/never use blue/green icon if so (still use orange icon if our own resolver detects v6 records)
· Add seamonkey support (2.2+)
· Add Russian localisation (thanks to Roman Azarenko for this!)
· Fix upgrade functionality, e.g. don't delete prefs if doing an upgrade
· Dynamic loglevel setting for dns_worker
· Implement Windows-specific resolver method for use by XP x86
· Add working Linux support
· Fix Windows ctypes support so that it always returns remote v6 results, even when no v6 addresses are configured locally
· Add option to show/hide non-global IP addresses (on by default)
· Use native (inet_ntop/WSAAddressToString) methods for IP address formatting
· Lots of code cleanup