niantic have removed all munging from the network protocol, so update IITC to match

improvements could be made to our version handling (currently we just take their version string and assume it'll work, with no checks for changes - needs some thoughts on sensible handling)
This commit is contained in:
Jon Atkins
2014-05-30 22:42:00 +01:00
parent a05ac61cb4
commit a83688a4c2
7 changed files with 14 additions and 310 deletions

View File

@ -1,7 +1,7 @@
// ==UserScript==
// @id ingress-intel-total-conversion@jonatkins
// @name IITC: Ingress intel map total conversion
// @version 0.16.13.@@DATETIMEVERSION@@
// @version 0.17.1.@@DATETIMEVERSION@@
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @updateURL @@UPDATEURL@@
// @downloadURL @@DOWNLOADURL@@