| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
I think we need to specify a hash here. That way we can control what revision of the api everyone is using. |
Sorry, something went wrong.
Merge changes
* Added Auto-refresh - Initial New Pokemons being pushed to the map each 10 seconds. Old Pokemons being removed from the map during push. * Update app.py * Merge fix bug * Update map.js * Update map.html * Update app.py * stamp param fix * Update map.html
…#1235) * Support loading proxies from file Allows defining proxyfile with the list of proxies (cli or config). Disable proxy check result output if more the 10 proxies configured. Move all proxy checking from 'runserver.py' to 'proxy.py'. * Support for periodical proxy refresh Allows to define the periodical proxy reloading (-pxr/--proxy-refresh) from file and rechecking their live status. File can be independently updated from the outside of PoGoMap. Reloading is done in parallel with main search loop and do not stall it at all. * Fix to code style requirements * Fix code style requirements #2 * Support proxy rotation Added posibility to enable proxy rotation (before one proxy was binded to one search thread forever). Modes are fixed (as before), round-robin (cyclic rotation) and random (random assignment). Also --proxyfile changed to --proxy-file (as if pull request is still pending) for style compatibility with other proxy options. * Fix code style requirements * Multi-thread execution issue fixed * Fix issue with proxy_checking in #1285 Fix hanging proxy checking from #1285 Display 403 check error in a regular way. * Fix code style requirements * Extended proxy checking information message "Proxy check completed. Working: %d, banned: %d, timeout: %d, other fails: %d of total %d configured'." As promised. :) * Fix to code style requirements * Account switching on nothing found Additional option -me/-max-empty to switch account when nothing found for some consecutive tries. Usually it means that IP is soft banned. Off by default. Reasonable to use with proxies, otherwise no reason to switch anything: the IP will remain unchanged. * Switch account for bad proxy If proxy disappears from live list after background check - thread will be switched to the new account. Active one goes back to account_queue without being frozen. * Fix output format for gim locations * Doc update for max-failures/max-empty * Feed the travis... * Duplicated code line fix
…RocketMap#1235) * Support loading proxies from file Allows defining proxyfile with the list of proxies (cli or config). Disable proxy check result output if more the 10 proxies configured. Move all proxy checking from 'runserver.py' to 'proxy.py'. * Support for periodical proxy refresh Allows to define the periodical proxy reloading (-pxr/--proxy-refresh) from file and rechecking their live status. File can be independently updated from the outside of PoGoMap. Reloading is done in parallel with main search loop and do not stall it at all. * Fix to code style requirements * Fix code style requirements RocketMap#2 * Support proxy rotation Added posibility to enable proxy rotation (before one proxy was binded to one search thread forever). Modes are fixed (as before), round-robin (cyclic rotation) and random (random assignment). Also --proxyfile changed to --proxy-file (as if pull request is still pending) for style compatibility with other proxy options. * Fix code style requirements * Multi-thread execution issue fixed * Fix issue with proxy_checking in RocketMap#1285 Fix hanging proxy checking from RocketMap#1285 Display 403 check error in a regular way. * Fix code style requirements * Extended proxy checking information message "Proxy check completed. Working: %d, banned: %d, timeout: %d, other fails: %d of total %d configured'." As promised. :) * Fix to code style requirements * Account switching on nothing found Additional option -me/-max-empty to switch account when nothing found for some consecutive tries. Usually it means that IP is soft banned. Off by default. Reasonable to use with proxies, otherwise no reason to switch anything: the IP will remain unchanged. * Switch account for bad proxy If proxy disappears from live list after background check - thread will be switched to the new account. Active one goes back to account_queue without being frozen. * Fix output format for gim locations * Doc update for max-failures/max-empty * Feed the travis... * Duplicated code line fix
Add some more fields, fix running raid icons
* Add new proxy check * Make travis happy * Update using @aRengo approach, way cleaner * Fix * fix RocketMap#2 * fix RocketMap#3 * Update proxy.py Code optimization and cleanup * Update proxy.py Fix & Travis * Requested changes
* Add "dark" style to pokemon map. * Add dark style to Pokestop map * Add dark style to gym map * Update pokemon.maps.js * Add PoGo Style to gym page * Add PoGo Style to Pokemon map * Add PoGo Style to Pokestop map * Fix error * fix error * fix error RocketMap#3 * This makes me crazy #1 Files are to different :D * This makes me crazy #2 * Add style files * Update pokemon.maps.js * Update gym.maps.js * Update pokestops.maps.js * Update gym.maps.js * Scrutinizer #1 * Scrutinizer #2 * Scrutinizer RocketMap#3 * Codestyle#1 * codestyle#2 * codestyle#3 * Codestyle#4 * Codestyle#4 * Codestyle#5 * Last fix now... FU Scrutiny * Add google as global... * Add google as global...#2
Reintroduce Spawnpoint scanning
| Back | FazBrowse Home | New Git URL |
Description
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: