Commit graph

289 commits

Author SHA1 Message Date
dosse91 19c19ac088 Updated examples for better consistency 2019-09-24 14:11:57 +02:00
dosse91 9f4851dc8b Redesigned sharable image 2019-09-24 13:58:31 +02:00
dosse91 26009057f5 Changed ping estimation to match android app 2019-09-24 09:38:17 +02:00
dosse91 d5aed8e9b6 Updated examples with layout closer to the android app 2019-09-24 09:35:22 +02:00
dosse91 f059aa20d9 Updated README.md 2019-09-11 19:01:40 +02:00
dosse91 93a4410efa Fixed telemetry bug (yes, again) 2019-08-31 19:22:42 +02:00
dosse91 1f117a4c5c Fixed minor telemetry bugs 2019-08-29 21:22:26 +02:00
dosse91 c4d660440d MPOT examples updated to point to new Helsinki server 2019-08-29 07:52:59 +02:00
Sean Zhang 9b47e2d2f5 Add favicon.ico (#219) 2019-08-22 06:41:14 +02:00
dosse91 6cecacb61b Added privacy policy to examples with telemetry 2019-08-21 12:34:27 +02:00
Federico Dossena d18f21107a
Update .gitignore 2019-06-30 08:00:04 +02:00
dosse91 164e86e398 Fixed some typos 2019-06-30 07:55:09 +02:00
dosse91 32af3c59e7 Updated .gitignore 2019-06-30 07:14:49 +02:00
dosse91 c3e576ddba Major project restructuring and unification with mpot branch 2019-06-30 07:03:06 +02:00
dosse91 2729365619 telemetry/stats.php now also shows deobfuscated id 2019-06-19 06:52:51 +02:00
overclockedllama 4af26110e4 Create LICENSE (#208) 2019-05-21 07:22:01 +02:00
adolfintel 51d7e7f690 Clarified ipinfo 2019-04-25 09:40:02 +02:00
adolfintel 04eb7d02be Updated README.md 2019-04-23 17:37:01 +02:00
adolfintel 54605f0aa5 Release 4.7.2 2019-04-20 08:51:01 +02:00
adolfintel e33fe08431 getIP_ipInfo_apikey.php now optional 2019-04-20 08:47:50 +02:00
adolfintel 7f17622d5b You can now use ipinfo.io access token 2019-04-20 08:37:52 +02:00
adolfintel 91ddb8686d Minor improvement to ping test and quirks 2019-04-13 21:29:30 +02:00
adolfintel 520a2757d5 Updated quirks 2019-04-10 07:22:41 +02:00
adolfintel 7e3a1dc50e Improved performance of getIP.php 2019-03-15 08:42:37 +01:00
adolfintel 78c0190618 Changed and simplified ID obfuscation algoritm. Sorry about that 2019-02-14 17:04:01 +01:00
adolfintel 0c4dbe5ca4 More troubleshooting 2019-02-14 13:36:10 +01:00
adolfintel 22bcdb2251 Changed ID obfuscation algorithm because it sucked 2019-02-14 09:01:21 +01:00
adolfintel 8ac704066e Added try-catches in upload test for XHR headers 2019-02-12 18:45:27 +01:00
André Luiz dos Santos f7733a74ab Compatibility fix for Caddy web server
Add Content-Type: application/octet-stream for upload test.
This fixes a compatibility issue with Caddy web server
2019-02-12 18:43:18 +01:00
adolfintel 539a7f1f34 Added quirk for PS4 browser 2019-02-03 12:32:48 +01:00
adolfintel 1bcf6681fd Added quirk for PS4 browser 2019-02-03 12:31:59 +01:00
adolfintel 1ecadbdfab Updated .min.js 2019-01-31 12:44:13 +01:00
adolfintel 963778e4c7 Minor fix in telemetry 2019-01-31 12:43:45 +01:00
adolfintel 513ddc5905 Simplified IE11 upload test 2019-01-31 12:27:29 +01:00
adolfintel dc2dc1e5a1 Bumped version to 4.7.1 2019-01-30 19:11:03 +01:00
adolfintel 6561d168c6 Minor improvements to telemetry/stats.php 2019-01-30 17:10:27 +01:00
adolfintel c31ebe8fdf Added comment in idObfuscation.php 2019-01-30 12:39:13 +01:00
adolfintel 7d2d62b5ef Updated .min.js 2019-01-30 12:32:40 +01:00
adolfintel 2a4b5fa9f6 ID obfuscation: default off 2019-01-30 12:32:02 +01:00
adolfintel 565f3d1174 Updated doc.md 2019-01-30 12:30:59 +01:00
adolfintel c7a20897d4 Fixed a bug with working directory in idObfuscation.php 2019-01-30 10:47:45 +01:00
adolfintel 7545d2544c Implemented id obfuscation in telemetry/stats.php 2019-01-30 10:24:15 +01:00
adolfintel 7b1d8995e1 Implemented ID obfuscation in telemetry.php and results/index.php 2019-01-30 10:16:28 +01:00
adolfintel 5f978198bc Fixed a typo 2019-01-27 14:56:32 +01:00
adolfintel d08a863d83 Improved JS formatting 2019-01-25 09:17:32 +01:00
mildis eb390fd55e Detects IPv4 and IPv6 private networks (#192) 2019-01-14 16:14:57 +01:00
adolfintel 53ca58db03 Improved ISP detection code 2019-01-11 11:57:52 +01:00
adolfintel 1c80530805 Fixed a typo in results/index.php 2019-01-10 06:38:23 +01:00
adolfintel 01ec986f4f Updated copyright date 2018-12-31 15:31:20 +01:00
RaidAndFade fa56614440 Fixing improper localhost address reporting for ipv4 and v6 (#188)
Fixed improper reporting of IPV6 and IPV4 localhost addresses, more detailed explanation in comments of modified file.

Basically, 
 for ipv6: the only possible localhost ipv6 is ::1, not any string that contains ::1 like you were doing before.
 for ipv4: any ip in the 127/8 range (from 127.0.0.1 to 127.254.254.254), is a localhost ipv4 address. not just 127.0.0.1 like you were doing before.
2018-12-27 17:02:03 +01:00