Jon Atkins
|
6fd11aee16
|
fix detecting version string
|
2015-09-12 10:54:25 +01:00 |
|
Jon Atkins
|
bb29578c78
|
more updates chasing reprated Niantic updates
debug function to dump out the details of each zoom level tile parameters
change tile params 'noPortals' to 'hasPortals'
|
2015-06-25 23:05:04 +01:00 |
|
Jon Atkins
|
58a512823f
|
quick-n-dirty display of min link length instead of portal level for zoom levels <= 14
fix detection of tiles per edge params - array was shorter than before
|
2015-06-25 20:31:00 +01:00 |
|
Jon Atkins
|
238bef037b
|
fix for niantic site update 2015-05-27 - botguard has been removed!
|
2015-05-27 07:08:43 +01:00 |
|
Jon Atkins
|
2e906b41f0
|
as well as 9000 and 36000, allow the interbediate 18000 when detecting map tile params
this value was live for a short period of time, and they may revert back to it
|
2015-04-03 22:35:05 +01:00 |
|
Jon Atkins
|
3e7724afe6
|
first pass at changing map tile params for latest site update
|
2015-04-03 20:50:10 +01:00 |
|
Jon Atkins
|
96190be481
|
extract TILES_PER_EDGE and ZOOM_TO_LEVEL from stock intel
Niantic have been tweaking the values after server overload during Shonin - I expect them to change again...
|
2015-03-28 18:27:06 +00:00 |
|
fkloft
|
57fc2295b3
|
Fix error in botguard detection
access to top.opener would throw a SecurityError if opened from intel link.
|
2015-02-07 18:25:40 +01:00 |
|
Jon Atkins
|
7cc8480467
|
botguard groups: rather than emulating the now removed group_a_methods array, we create an object containing the a/b flag
this way, if a method isn't found - we correctly fail to send a request, rather than falling back to assuming it's group-b
|
2015-02-06 21:53:56 +00:00 |
|
fkloft
|
f619911a98
|
first try at cathcing up with latest stock changes
|
2015-02-06 21:33:18 +01:00 |
|
Jon Atkins
|
b784da3b0f
|
fix RE used to match minified names - they can include $
change botguard-related group names to match stock site change
|
2015-01-30 00:45:08 +00:00 |
|
Jon Atkins
|
e2e2f09e94
|
quick hack fix, done right
niantic removed the list of protected methods - all methods are protected
there's still a short list of group-a protected, with the rest being group-b
|
2014-11-07 20:33:47 +00:00 |
|
fkloft
|
e457cbbfe3
|
[core] quick fix - remove check for empty group_a array.
It seems like Niantic removed that array.
|
2014-11-07 20:17:02 +01:00 |
|
Jon Atkins
|
5f778ad05a
|
formatting/comment changes
|
2014-09-17 17:25:20 +01:00 |
|
Jon Atkins
|
92aae954a8
|
botguard: first pass at full implementation. fingers crossed...
|
2014-09-15 20:50:58 +01:00 |
|
Jon Atkins
|
2579536f78
|
work in progress: intel site 'botguard' interface.
not yet complete. initialisation is probably right - but need to check/complete the request param creation, and implement the response processing
|
2014-09-14 05:15:07 +01:00 |
|
Jon Atkins
|
f481287f84
|
version code extraction: rather than hard-coded function name, iterate through all munged (i.e. 1 or 2 letter) functions, then the munged functions within the prototype
this should, in theory, be reasonably robust against Niantic site updates.
|
2014-08-15 00:43:51 +01:00 |
|
Jon Atkins
|
9ab6bea90d
|
first pass at extracting version code from the minified javascript
still needs some work, but will get something working in the test builds for now...
|
2014-08-14 23:54:36 +01:00 |
|