FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Link fix by BaIthamel · Pull Request #2 · RocketMap/RocketMap · GitHub

Link fix - #2

Merged
JZ6 merged 1 commit into
RocketMap:developfrom
BaIthamel:develop
Aug 7, 2016
Merged

Link fix#2
JZ6 merged 1 commit into
RocketMap:developfrom
BaIthamel:develop

Conversation

Copy link
Copy Markdown
Contributor

Description

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

JZ6 merged commit 9b0a64b into RocketMap:develop Aug 7, 2016

Copy link
Copy Markdown
Contributor

I think we need to specify a hash here. That way we can control what revision of the api everyone is using.

raspus referenced this pull request in raspus/PokemonGo-Map Aug 13, 2016
ghost mentioned this pull request Aug 18, 2016
iwes added a commit to iwes/PokemonGo-Map that referenced this pull request Aug 25, 2016
djv2 mentioned this pull request Aug 29, 2016
6 tasks
creatingwake pushed a commit to creatingwake/PokemonGo-Map that referenced this pull request Sep 5, 2016
creatingwake pushed a commit to creatingwake/PokemonGo-Map that referenced this pull request Sep 5, 2016
* 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
creatingwake pushed a commit to creatingwake/PokemonGo-Map that referenced this pull request Sep 5, 2016
creatingwake pushed a commit to creatingwake/PokemonGo-Map that referenced this pull request Sep 5, 2016
creatingwake pushed a commit to creatingwake/PokemonGo-Map that referenced this pull request Sep 5, 2016
creatingwake pushed a commit to creatingwake/PokemonGo-Map that referenced this pull request Sep 5, 2016
wobblybobz pushed a commit to wobblybobz/PokemonGo-Map that referenced this pull request Sep 29, 2016
wobblybobz pushed a commit to wobblybobz/PokemonGo-Map that referenced this pull request Sep 29, 2016
FrostTheFox pushed a commit that referenced this pull request Dec 8, 2016
…#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
sebastienvercammen mentioned this pull request Dec 19, 2016
6 tasks
dev042 pushed a commit to dev042/RocketMap that referenced this pull request Feb 20, 2017
…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
codename-art pushed a commit to codename-art/RocketMap that referenced this pull request Jun 5, 2017
friscoMad pushed a commit to friscoMad/RocketMap that referenced this pull request Jun 29, 2017
Add some more fields, fix running raid icons
sebastienvercammen pushed a commit that referenced this pull request Jul 5, 2017
* Add new proxy check

* Make travis happy

* Update using @aRengo approach, way cleaner

* Fix

* fix #2

* fix #3

* Update proxy.py

Code optimization and cleanup

* Update proxy.py

Fix & Travis

* Requested changes
codename-art pushed a commit to codename-art/RocketMap that referenced this pull request Jul 7, 2017
* 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
123FLO321 referenced this pull request in 123FLO321/RocketMap Oct 9, 2017
123FLO321 referenced this pull request in 123FLO321/RocketMap Oct 9, 2017
* 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
friscoMad mentioned this pull request Jan 8, 2018
5 tasks
KartulUdus pushed a commit to KartulUdus/RocketMap that referenced this pull request Jan 25, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL