Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev merge to master #5060

Merged
merged 64 commits into from
Sep 1, 2016
Merged

Dev merge to master #5060

merged 64 commits into from
Sep 1, 2016

Commits on Aug 30, 2016

  1. Update merge (#1)

    * Expand simple logging options (#4832)
    
    * Fix bot crash at start on permaban
    
    * Expanded logging options
    
    Added "logging" section to config, with options "color",
    "show_datetime", "show_process_name" and "show_log_level"
    
    * Added warning about deprecated logging_color arg
    
    * Display log message moved
    
    No point trying to use the logger before it's been initialised. Moved to
    init_config.
    
    * Remove milliseconds from datetime
    
    Because really, do we need that?
    
    * Reversed condition order for clarity
    
    First check: "if not in config", OR
    Second check: "is in config AND set to true"
    
    If either condition matches, the logging detail will be displayed.
    
    * Documented new log options
    
    * Modified conditions again
    
    Removed unnecessary second check for config values and slightly modified
    parentheses as per suggestion from @mjmadsen
    
    * Changed ) to } (#4845)
    
    Fixed an faulty character
    
    * fix incubator logic (#4848)
    
    * corrected logic to respect snipe = true
    
    * Update configuration_files.md (#4854)
    
    * corrected logic to respect snipe = true (#4855)
    
    * Revert "corrected logic to respect snipe = true" (#4857)
    
    * dont forget to update the docs when adding config changes... (#4856)
    
    * dont forget to update the docs when adding config changes...
    
    * reflect config changes....
    
    * please keep this as is (#4859)
    
    Add stuff in the right order.
    
    * Clarify Max_distance for Sniping (#4858)
    
    * Clarify Max_distance
    
    * Added distance unit and updated configuration_files.md
    
    * - debug improvements for MoveToMap (#4860)
    
    - fix for Telegram to accept "@username" as "master", too, along with numeric  IDs
    
    * Fixes catch rates. (#4863)
    
    * Implemented more granularity in the "alert_catch" parameter for Telegram
    alerts.
    
    * Add exceptions to json file read/writes (#4877)
    
    * Fix bot crash at start on permaban
    
    * Expanded logging options
    
    Added "logging" section to config, with options "color",
    "show_datetime", "show_process_name" and "show_log_level"
    
    * Added warning about deprecated logging_color arg
    
    * Display log message moved
    
    No point trying to use the logger before it's been initialised. Moved to
    init_config.
    
    * Remove milliseconds from datetime
    
    Because really, do we need that?
    
    * Reversed condition order for clarity
    
    First check: "if not in config", OR
    Second check: "is in config AND set to true"
    
    If either condition matches, the logging detail will be displayed.
    
    * Documented new log options
    
    * Modified conditions again
    
    Removed unnecessary second check for config values and slightly modified
    parentheses as per suggestion from @mjmadsen
    
    * Add exception handling to json file read/write ops
    
    * Removed API call in update live stats
    
    Instead of making a new api call, utilise stats already contained in
    metrics.
    
    * Incubate eggs fix (#4881)
    
    * Fixed incubator_eggs wrong print
    
    * Fixed pokemon hatched from eggs not added to cached inventory
    
    * Fix
    
    * Fixed not using breakable incubators
    
    * Fixed error adding pokemon to cached inventory
    
    * Moved remove egg and add Pokemon to _hatch_eggs
    
    * add some sanitycheck (#4891)
    
    * execute setup.sh -u if there is a need to (#4870)
    
    * execute setup.sh -u if there is a need to
    
    * ask the user whether to run setup.sh -u or not
    
    * fix grammatical error
    
    * Add PokemonGo bot version to docker image (#4886)
    
    * fix pep8
    
    * Add PokemonGo bot version to docker image
    
    * Use https://api.github.com/repos/PokemonGoF/PokemonGo-Bot/commits{/sha} API
    
    * Fix remove pyc, pyo files
    
    * Call level_up_rewards on exp changes/Some pep-8 (#4896)
    
    * Call level_up_rewards on exp changes.
    
    * Cleanup
    
    * Improvements to evolve + config md updates (#4900)
    
    * Better do not evolve handling
    
    * Edit config
    
    * Update config
    
    * Edit config
    
    * Edit config
    
    * Edit config
    
    * Update config.json.path.example
    
    * Update config.json.map.example
    
    * Update config.json.example
    
    * Update config.json.cluster.example
    
    * Updated configuration_files.md
    
    * Add extra tests
    
    * Update config
    
    * Update config
    
    * Update config
    
    * Update config
    
    * Update config.json.pokemon.example
    
    * Update config.json.cluster.example
    
    * Begin fixing configuration_files.md
    
    * Small fix
    
    * Small fix
    
    * Bit for of config updated
    
    * Bit more on config
    
    * A few more to config md
    
    * Bit more of of an update
    
    * 2000 pokestop in 24h limit (#4906)
    
    * 2000 pokestop in 24h limit
    
    * 2000 pokestop in 24h limit
    
    * add config variable
    
    * config update
    
    * Update readme.md + Improve FollowPath & SleepSchedule messages (#4911)
    
    * Use logger for follow path loiter message
    
    * Update readme.md
    
    * Improve sleep message
    
    * Allow follow_path to use config's distance unit
    
    * Allow follow_path to use config's distance unit
    
    * Reduce API calls (#4916)
    
    * Fix bot crash at start on permaban
    
    * Expanded logging options
    
    Added "logging" section to config, with options "color",
    "show_datetime", "show_process_name" and "show_log_level"
    
    * Added warning about deprecated logging_color arg
    
    * Display log message moved
    
    No point trying to use the logger before it's been initialised. Moved to
    init_config.
    
    * Remove milliseconds from datetime
    
    Because really, do we need that?
    
    * Reversed condition order for clarity
    
    First check: "if not in config", OR
    Second check: "is in config AND set to true"
    
    If either condition matches, the logging detail will be displayed.
    
    * Documented new log options
    
    * Modified conditions again
    
    Removed unnecessary second check for config values and slightly modified
    parentheses as per suggestion from @mjmadsen
    
    * Add exception handling to json file read/write ops
    
    * Removed API call in update live stats
    
    Instead of making a new api call, utilise stats already contained in
    metrics.
    
    * Update player data in web from metrics
    
    Uses existing metrics instead of waiting on liveupdate
    
    * Implemented more granularity in the "alert_catch" parameter for Telegram
    alerts.
    
    * Improvements to evolve + config md updates (#4900)
    
    * Better do not evolve handling
    
    * Edit config
    
    * Update config
    
    * Edit config
    
    * Edit config
    
    * Edit config
    
    * Update config.json.path.example
    
    * Update config.json.map.example
    
    * Update config.json.example
    
    * Update config.json.cluster.example
    
    * Updated configuration_files.md
    
    * Add extra tests
    
    * Update config
    
    * Update config
    
    * Update config
    
    * Update config
    
    * Update config.json.pokemon.example
    
    * Update config.json.cluster.example
    
    * Begin fixing configuration_files.md
    
    * Small fix
    
    * Small fix
    
    * Bit for of config updated
    
    * Bit more on config
    
    * A few more to config md
    
    * Bit more of of an update
    
    * Incubate eggs fix (#4881)
    
    * Fixed incubator_eggs wrong print
    
    * Fixed pokemon hatched from eggs not added to cached inventory
    
    * Fix
    
    * Fixed not using breakable incubators
    
    * Fixed error adding pokemon to cached inventory
    
    * Moved remove egg and add Pokemon to _hatch_eggs
    
    * Call level_up_rewards on exp changes/Some pep-8 (#4896)
    
    * Call level_up_rewards on exp changes.
    
    * Cleanup
    
    * add some sanitycheck (#4891)
    
    * execute setup.sh -u if there is a need to (#4870)
    
    * execute setup.sh -u if there is a need to
    
    * ask the user whether to run setup.sh -u or not
    
    * fix grammatical error
    
    * Add PokemonGo bot version to docker image (#4886)
    
    * fix pep8
    
    * Add PokemonGo bot version to docker image
    
    * Use https://api.github.com/repos/PokemonGoF/PokemonGo-Bot/commits{/sha} API
    
    * Fix remove pyc, pyo files
    
    * Refactoring to share inventory and reduce api calls
    
    Modifications to share cached inventory and reduce overall required api
    calls from 4 to 1. Only remaining api call comes from heartbeat which
    updates the cached inventory for sanity reasons.
    
    * Remove import of UpdateWebPlayerdata
    
    Decided there was a better way to go with this, since both
    UpdateWebInventory and UpdateWebPlayerdata share the same inventory
    input/output, just different sections. Combined into UpdateWebInventory.
    
    * Fixed conflict
    
    * Import inventory added to metrics
    
    Allows metrics to use the cached inventory to retrieve player stats
    instead of making another api call
    
    * Removed api call from incubate_eggs
    
    Cached inventory should be accurate enough for this
    
    * Swap auth and config position (#4909)
    
    * add telegram check messages interval (#4919)
    
    * add telegram check messages interval
    
    * config changed
    
    * fix config
    
    * telegram doc update
    
    * Add documentation (#4921)
    
    See documentation for full list of new features
    
    * documented docker for the auth.json use case (#4922)
    
    add instructions for the docker run command for the multiple config files use case.
    
    * Fix for #4718 (#4924)
    
    * Add except variable
    
    * Add except variable
    
    * Fix filter (#4925)
    
    * improve docker pull speed (#4899)
    
    * Update inventory.py (#4928)
    
    FIX: #4926
    
    * fixed a runtime error caused by incorrect imports (#4931)
    
    * Catch exception telegram.error.NetworkError.
    Fixs some pylint complain.
    
    * More config parameters for MoveToMap (#4937)
    
    * fixed a runtime error caused by incorrect imports
    
    * Moving module-level constants (snipe parameters) into config file
    
    * Add experimental pokemon upgrade (power-up) logic (#4938)
    
    Add upgrade cost data file
    Add last pokemon level.
    
    * Set default value of skip_rounds to 30 since many people just use the default value.
    30 will behave close to human.
    
    * Add exception handling for cached forts (#4943)
    
    * Add exception handling for cached forts
    
    * whitespace fix
    
    * telegram to thread
    
    * config update
    
    * doc update
    
    * update web repo to have better web ui contribute.
    
    * Using $TIMEZONE environment variable to set timezone
    
    * fix errors
    
    * fix errors
    
    * Fixing clean run issues.
    
    * During startup, no bot object.
    
    * Added option PokemonGo-Bot-Configurator
    
    Smoothed some things up
    Added option to run PokemonGo-Bot-Configurator at the end of the
    installation.
    
    * Hotfix for EvolvePokemon (#4960)
    
    * Compatiable with old protocol define in map-chat.
    DBa2016 authored Aug 30, 2016
    Configuration menu
    Copy the full SHA
    88b4006 View commit details
    Browse the repository at this point in the history
  2. Update merge (#2)

    * Expand simple logging options (#4832)
    
    * Fix bot crash at start on permaban
    
    * Expanded logging options
    
    Added "logging" section to config, with options "color",
    "show_datetime", "show_process_name" and "show_log_level"
    
    * Added warning about deprecated logging_color arg
    
    * Display log message moved
    
    No point trying to use the logger before it's been initialised. Moved to
    init_config.
    
    * Remove milliseconds from datetime
    
    Because really, do we need that?
    
    * Reversed condition order for clarity
    
    First check: "if not in config", OR
    Second check: "is in config AND set to true"
    
    If either condition matches, the logging detail will be displayed.
    
    * Documented new log options
    
    * Modified conditions again
    
    Removed unnecessary second check for config values and slightly modified
    parentheses as per suggestion from @mjmadsen
    
    * Changed ) to } (#4845)
    
    Fixed an faulty character
    
    * fix incubator logic (#4848)
    
    * corrected logic to respect snipe = true
    
    * Update configuration_files.md (#4854)
    
    * corrected logic to respect snipe = true (#4855)
    
    * Revert "corrected logic to respect snipe = true" (#4857)
    
    * dont forget to update the docs when adding config changes... (#4856)
    
    * dont forget to update the docs when adding config changes...
    
    * reflect config changes....
    
    * please keep this as is (#4859)
    
    Add stuff in the right order.
    
    * Clarify Max_distance for Sniping (#4858)
    
    * Clarify Max_distance
    
    * Added distance unit and updated configuration_files.md
    
    * - debug improvements for MoveToMap (#4860)
    
    - fix for Telegram to accept "@username" as "master", too, along with numeric  IDs
    
    * Fixes catch rates. (#4863)
    
    * Implemented more granularity in the "alert_catch" parameter for Telegram
    alerts.
    
    * Add exceptions to json file read/writes (#4877)
    
    * Fix bot crash at start on permaban
    
    * Expanded logging options
    
    Added "logging" section to config, with options "color",
    "show_datetime", "show_process_name" and "show_log_level"
    
    * Added warning about deprecated logging_color arg
    
    * Display log message moved
    
    No point trying to use the logger before it's been initialised. Moved to
    init_config.
    
    * Remove milliseconds from datetime
    
    Because really, do we need that?
    
    * Reversed condition order for clarity
    
    First check: "if not in config", OR
    Second check: "is in config AND set to true"
    
    If either condition matches, the logging detail will be displayed.
    
    * Documented new log options
    
    * Modified conditions again
    
    Removed unnecessary second check for config values and slightly modified
    parentheses as per suggestion from @mjmadsen
    
    * Add exception handling to json file read/write ops
    
    * Removed API call in update live stats
    
    Instead of making a new api call, utilise stats already contained in
    metrics.
    
    * Incubate eggs fix (#4881)
    
    * Fixed incubator_eggs wrong print
    
    * Fixed pokemon hatched from eggs not added to cached inventory
    
    * Fix
    
    * Fixed not using breakable incubators
    
    * Fixed error adding pokemon to cached inventory
    
    * Moved remove egg and add Pokemon to _hatch_eggs
    
    * add some sanitycheck (#4891)
    
    * execute setup.sh -u if there is a need to (#4870)
    
    * execute setup.sh -u if there is a need to
    
    * ask the user whether to run setup.sh -u or not
    
    * fix grammatical error
    
    * Add PokemonGo bot version to docker image (#4886)
    
    * fix pep8
    
    * Add PokemonGo bot version to docker image
    
    * Use https://api.github.com/repos/PokemonGoF/PokemonGo-Bot/commits{/sha} API
    
    * Fix remove pyc, pyo files
    
    * Call level_up_rewards on exp changes/Some pep-8 (#4896)
    
    * Call level_up_rewards on exp changes.
    
    * Cleanup
    
    * Improvements to evolve + config md updates (#4900)
    
    * Better do not evolve handling
    
    * Edit config
    
    * Update config
    
    * Edit config
    
    * Edit config
    
    * Edit config
    
    * Update config.json.path.example
    
    * Update config.json.map.example
    
    * Update config.json.example
    
    * Update config.json.cluster.example
    
    * Updated configuration_files.md
    
    * Add extra tests
    
    * Update config
    
    * Update config
    
    * Update config
    
    * Update config
    
    * Update config.json.pokemon.example
    
    * Update config.json.cluster.example
    
    * Begin fixing configuration_files.md
    
    * Small fix
    
    * Small fix
    
    * Bit for of config updated
    
    * Bit more on config
    
    * A few more to config md
    
    * Bit more of of an update
    
    * 2000 pokestop in 24h limit (#4906)
    
    * 2000 pokestop in 24h limit
    
    * 2000 pokestop in 24h limit
    
    * add config variable
    
    * config update
    
    * Update readme.md + Improve FollowPath & SleepSchedule messages (#4911)
    
    * Use logger for follow path loiter message
    
    * Update readme.md
    
    * Improve sleep message
    
    * Allow follow_path to use config's distance unit
    
    * Allow follow_path to use config's distance unit
    
    * Reduce API calls (#4916)
    
    * Fix bot crash at start on permaban
    
    * Expanded logging options
    
    Added "logging" section to config, with options "color",
    "show_datetime", "show_process_name" and "show_log_level"
    
    * Added warning about deprecated logging_color arg
    
    * Display log message moved
    
    No point trying to use the logger before it's been initialised. Moved to
    init_config.
    
    * Remove milliseconds from datetime
    
    Because really, do we need that?
    
    * Reversed condition order for clarity
    
    First check: "if not in config", OR
    Second check: "is in config AND set to true"
    
    If either condition matches, the logging detail will be displayed.
    
    * Documented new log options
    
    * Modified conditions again
    
    Removed unnecessary second check for config values and slightly modified
    parentheses as per suggestion from @mjmadsen
    
    * Add exception handling to json file read/write ops
    
    * Removed API call in update live stats
    
    Instead of making a new api call, utilise stats already contained in
    metrics.
    
    * Update player data in web from metrics
    
    Uses existing metrics instead of waiting on liveupdate
    
    * Implemented more granularity in the "alert_catch" parameter for Telegram
    alerts.
    
    * Improvements to evolve + config md updates (#4900)
    
    * Better do not evolve handling
    
    * Edit config
    
    * Update config
    
    * Edit config
    
    * Edit config
    
    * Edit config
    
    * Update config.json.path.example
    
    * Update config.json.map.example
    
    * Update config.json.example
    
    * Update config.json.cluster.example
    
    * Updated configuration_files.md
    
    * Add extra tests
    
    * Update config
    
    * Update config
    
    * Update config
    
    * Update config
    
    * Update config.json.pokemon.example
    
    * Update config.json.cluster.example
    
    * Begin fixing configuration_files.md
    
    * Small fix
    
    * Small fix
    
    * Bit for of config updated
    
    * Bit more on config
    
    * A few more to config md
    
    * Bit more of of an update
    
    * Incubate eggs fix (#4881)
    
    * Fixed incubator_eggs wrong print
    
    * Fixed pokemon hatched from eggs not added to cached inventory
    
    * Fix
    
    * Fixed not using breakable incubators
    
    * Fixed error adding pokemon to cached inventory
    
    * Moved remove egg and add Pokemon to _hatch_eggs
    
    * Call level_up_rewards on exp changes/Some pep-8 (#4896)
    
    * Call level_up_rewards on exp changes.
    
    * Cleanup
    
    * add some sanitycheck (#4891)
    
    * execute setup.sh -u if there is a need to (#4870)
    
    * execute setup.sh -u if there is a need to
    
    * ask the user whether to run setup.sh -u or not
    
    * fix grammatical error
    
    * Add PokemonGo bot version to docker image (#4886)
    
    * fix pep8
    
    * Add PokemonGo bot version to docker image
    
    * Use https://api.github.com/repos/PokemonGoF/PokemonGo-Bot/commits{/sha} API
    
    * Fix remove pyc, pyo files
    
    * Refactoring to share inventory and reduce api calls
    
    Modifications to share cached inventory and reduce overall required api
    calls from 4 to 1. Only remaining api call comes from heartbeat which
    updates the cached inventory for sanity reasons.
    
    * Remove import of UpdateWebPlayerdata
    
    Decided there was a better way to go with this, since both
    UpdateWebInventory and UpdateWebPlayerdata share the same inventory
    input/output, just different sections. Combined into UpdateWebInventory.
    
    * Fixed conflict
    
    * Import inventory added to metrics
    
    Allows metrics to use the cached inventory to retrieve player stats
    instead of making another api call
    
    * Removed api call from incubate_eggs
    
    Cached inventory should be accurate enough for this
    
    * Swap auth and config position (#4909)
    
    * add telegram check messages interval (#4919)
    
    * add telegram check messages interval
    
    * config changed
    
    * fix config
    
    * telegram doc update
    
    * Add documentation (#4921)
    
    See documentation for full list of new features
    
    * documented docker for the auth.json use case (#4922)
    
    add instructions for the docker run command for the multiple config files use case.
    
    * Fix for #4718 (#4924)
    
    * Add except variable
    
    * Add except variable
    
    * Fix filter (#4925)
    
    * improve docker pull speed (#4899)
    
    * Update inventory.py (#4928)
    
    FIX: #4926
    
    * fixed a runtime error caused by incorrect imports (#4931)
    
    * Catch exception telegram.error.NetworkError.
    Fixs some pylint complain.
    
    * More config parameters for MoveToMap (#4937)
    
    * fixed a runtime error caused by incorrect imports
    
    * Moving module-level constants (snipe parameters) into config file
    
    * Add experimental pokemon upgrade (power-up) logic (#4938)
    
    Add upgrade cost data file
    Add last pokemon level.
    
    * Set default value of skip_rounds to 30 since many people just use the default value.
    30 will behave close to human.
    
    * Add exception handling for cached forts (#4943)
    
    * Add exception handling for cached forts
    
    * whitespace fix
    
    * telegram to thread
    
    * config update
    
    * doc update
    
    * update web repo to have better web ui contribute.
    
    * Using $TIMEZONE environment variable to set timezone
    
    * fix errors
    
    * fix errors
    
    * Fixing clean run issues.
    
    * During startup, no bot object.
    
    * Added option PokemonGo-Bot-Configurator
    
    Smoothed some things up
    Added option to run PokemonGo-Bot-Configurator at the end of the
    installation.
    
    * Hotfix for EvolvePokemon (#4960)
    
    * Compatiable with old protocol define in map-chat.
    DBa2016 authored Aug 30, 2016
    Configuration menu
    Copy the full SHA
    8e8b4ab View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from PokemonGoF/master

    Update merge
    DBa2016 authored Aug 30, 2016
    Configuration menu
    Copy the full SHA
    55e208a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from PokemonGoF/dev

    Dev update
    DBa2016 authored Aug 30, 2016
    Configuration menu
    Copy the full SHA
    6e8fddc View commit details
    Browse the repository at this point in the history
  5. Updated docs for MoveToMap

    DBa2016 authored Aug 30, 2016
    Configuration menu
    Copy the full SHA
    1bdfc1b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2016

  1. Configuration menu
    Copy the full SHA
    8ff373a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df66a23 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4978 from Jasperrr91/dev

    Split max_distance into max_sniping_distance and max_walking_distance
    solderzzc authored Aug 31, 2016
    Configuration menu
    Copy the full SHA
    4cce548 View commit details
    Browse the repository at this point in the history
  4. more debugging

    askovpen committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    eada9c7 View commit details
    Browse the repository at this point in the history
  5. more debugging config

    askovpen committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    b2abba0 View commit details
    Browse the repository at this point in the history
  6. more debugging doc

    askovpen committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    285e84e View commit details
    Browse the repository at this point in the history
  7. Add upgrade_level parameter

    Fix a mistake in upgrade cost
    Some refactoring
    Top default to 0 = all
    julienlavergne committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    755be7e View commit details
    Browse the repository at this point in the history
  8. Merge branch 'dev' into dev

    DBa2016 authored Aug 31, 2016
    Configuration menu
    Copy the full SHA
    4b460a0 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4969 from DBa2016/dev

    Updated docs for MoveToMap
    Jasperrr91 authored Aug 31, 2016
    Configuration menu
    Copy the full SHA
    a44235b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #5 from PokemonGoF/dev

    Dev
    DBa2016 authored Aug 31, 2016
    Configuration menu
    Copy the full SHA
    7384da3 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #6 from Anakin5/po

    Merge from Anakin5
    DBa2016 authored Aug 31, 2016
    Configuration menu
    Copy the full SHA
    612c9a6 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4982 from Anakin5/po

    Upgrade improvements
    solderzzc authored Aug 31, 2016
    Configuration menu
    Copy the full SHA
    50320ec View commit details
    Browse the repository at this point in the history
  13. Merge pull request #4988 from askovpen/dev

    Add thread name to logging (default off)
    solderzzc authored Aug 31, 2016
    Configuration menu
    Copy the full SHA
    2bafce1 View commit details
    Browse the repository at this point in the history
  14. Update installation.md

    walkerlee committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    75c1739 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #4998 from walkerlee/dev

    Update installation.md
    solderzzc authored Aug 31, 2016
    Configuration menu
    Copy the full SHA
    a674b26 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #7 from PokemonGoF/dev

    Dev
    DBa2016 authored Aug 31, 2016
    Configuration menu
    Copy the full SHA
    6b2bd26 View commit details
    Browse the repository at this point in the history
  17. recent_forts sanity check

    rawgni committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    99bdd37 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #5005 from rawgni/p1

    recent_forts sanity check
    solderzzc authored Aug 31, 2016
    Configuration menu
    Copy the full SHA
    30b8f16 View commit details
    Browse the repository at this point in the history
  19. 1 Configuration menu
    Copy the full SHA
    f9875b6 View commit details
    Browse the repository at this point in the history
  20. pretty print awarded item (#5016)

    rawgni authored and alexyaoyang committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    9390e14 View commit details
    Browse the repository at this point in the history
  21. Update config.json.map.example (#5015)

    max_sniping_distance
    sohje authored and alexyaoyang committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    a7fb0ed View commit details
    Browse the repository at this point in the history
  22. Nickname delay

    Alex Yao committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    99c6380 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0e02ee9 View commit details
    Browse the repository at this point in the history
  24. fix self._level

    rawgni committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    6c6ec2f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6676182 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    16e80ad View commit details
    Browse the repository at this point in the history
  27. Merge pull request #5022 from PokemonGoF/catch_limit_notify_to_telegram

    Catch limit notify to telegram
    solderzzc authored Aug 31, 2016
    Configuration menu
    Copy the full SHA
    ab56f49 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #5018 from alexyaoyang/dev

    Nickname delay
    solderzzc authored Aug 31, 2016
    Configuration menu
    Copy the full SHA
    f870584 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #5013 from rawgni/p2

    fix inventory, only call level_up_reward api when needed, up-to-date …
    solderzzc authored Aug 31, 2016
    Configuration menu
    Copy the full SHA
    f168e91 View commit details
    Browse the repository at this point in the history
  30. Update installation.md

    Fixed `VOLUME` mapping for running OpenPoGoBotWeb.
    flavioheleno authored Aug 31, 2016
    Configuration menu
    Copy the full SHA
    130e323 View commit details
    Browse the repository at this point in the history
  31. Merge pull request #8 from PokemonGoF/dev

    Dev
    DBa2016 authored Aug 31, 2016
    Configuration menu
    Copy the full SHA
    b539a5f View commit details
    Browse the repository at this point in the history
  32. Merge pull request #5023 from flavioheleno/patch-1

    Update installation.md
    solderzzc authored Aug 31, 2016
    Configuration menu
    Copy the full SHA
    3cd30b6 View commit details
    Browse the repository at this point in the history
  33. Provided a default for max_walking_distance and max_sniping_distance in

    order to avoid unhandled exceptions
    DBa2016 committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    9989632 View commit details
    Browse the repository at this point in the history
  34. Added protection from exception:

    PokemonGo-Bot/pokemongo_bot/cell_workers/collect_level_up_reward.py", line 70, in _collect_level_reward
        'items': ', '.join(["{}x {}".format(data[x], x) for x in data])
    TypeError: list indices must be integers, not dict
    solderzzc committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    a761780 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    f73455c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2016

  1. Configuration menu
    Copy the full SHA
    53785ca View commit details
    Browse the repository at this point in the history
  2. Fixed spelling error in installation.md

    The word was "saver", when I believe in context it should be "safer"
    gabewert authored Sep 1, 2016
    Configuration menu
    Copy the full SHA
    624235e View commit details
    Browse the repository at this point in the history
  3. Fix nickname (#5031)

    * Update merge (#1)
    
    * Expand simple logging options (#4832)
    
    * Fix bot crash at start on permaban
    
    * Expanded logging options
    
    Added "logging" section to config, with options "color",
    "show_datetime", "show_process_name" and "show_log_level"
    
    * Added warning about deprecated logging_color arg
    
    * Display log message moved
    
    No point trying to use the logger before it's been initialised. Moved to
    init_config.
    
    * Remove milliseconds from datetime
    
    Because really, do we need that?
    
    * Reversed condition order for clarity
    
    First check: "if not in config", OR
    Second check: "is in config AND set to true"
    
    If either condition matches, the logging detail will be displayed.
    
    * Documented new log options
    
    * Modified conditions again
    
    Removed unnecessary second check for config values and slightly modified
    parentheses as per suggestion from @mjmadsen
    
    * Changed ) to } (#4845)
    
    Fixed an faulty character
    
    * fix incubator logic (#4848)
    
    * corrected logic to respect snipe = true
    
    * Update configuration_files.md (#4854)
    
    * corrected logic to respect snipe = true (#4855)
    
    * Revert "corrected logic to respect snipe = true" (#4857)
    
    * dont forget to update the docs when adding config changes... (#4856)
    
    * dont forget to update the docs when adding config changes...
    
    * reflect config changes....
    
    * please keep this as is (#4859)
    
    Add stuff in the right order.
    
    * Clarify Max_distance for Sniping (#4858)
    
    * Clarify Max_distance
    
    * Added distance unit and updated configuration_files.md
    
    * - debug improvements for MoveToMap (#4860)
    
    - fix for Telegram to accept "@username" as "master", too, along with numeric  IDs
    
    * Fixes catch rates. (#4863)
    
    * Implemented more granularity in the "alert_catch" parameter for Telegram
    alerts.
    
    * Add exceptions to json file read/writes (#4877)
    
    * Fix bot crash at start on permaban
    
    * Expanded logging options
    
    Added "logging" section to config, with options "color",
    "show_datetime", "show_process_name" and "show_log_level"
    
    * Added warning about deprecated logging_color arg
    
    * Display log message moved
    
    No point trying to use the logger before it's been initialised. Moved to
    init_config.
    
    * Remove milliseconds from datetime
    
    Because really, do we need that?
    
    * Reversed condition order for clarity
    
    First check: "if not in config", OR
    Second check: "is in config AND set to true"
    
    If either condition matches, the logging detail will be displayed.
    
    * Documented new log options
    
    * Modified conditions again
    
    Removed unnecessary second check for config values and slightly modified
    parentheses as per suggestion from @mjmadsen
    
    * Add exception handling to json file read/write ops
    
    * Removed API call in update live stats
    
    Instead of making a new api call, utilise stats already contained in
    metrics.
    
    * Incubate eggs fix (#4881)
    
    * Fixed incubator_eggs wrong print
    
    * Fixed pokemon hatched from eggs not added to cached inventory
    
    * Fix
    
    * Fixed not using breakable incubators
    
    * Fixed error adding pokemon to cached inventory
    
    * Moved remove egg and add Pokemon to _hatch_eggs
    
    * add some sanitycheck (#4891)
    
    * execute setup.sh -u if there is a need to (#4870)
    
    * execute setup.sh -u if there is a need to
    
    * ask the user whether to run setup.sh -u or not
    
    * fix grammatical error
    
    * Add PokemonGo bot version to docker image (#4886)
    
    * fix pep8
    
    * Add PokemonGo bot version to docker image
    
    * Use https://api.github.com/repos/PokemonGoF/PokemonGo-Bot/commits{/sha} API
    
    * Fix remove pyc, pyo files
    
    * Call level_up_rewards on exp changes/Some pep-8 (#4896)
    
    * Call level_up_rewards on exp changes.
    
    * Cleanup
    
    * Improvements to evolve + config md updates (#4900)
    
    * Better do not evolve handling
    
    * Edit config
    
    * Update config
    
    * Edit config
    
    * Edit config
    
    * Edit config
    
    * Update config.json.path.example
    
    * Update config.json.map.example
    
    * Update config.json.example
    
    * Update config.json.cluster.example
    
    * Updated configuration_files.md
    
    * Add extra tests
    
    * Update config
    
    * Update config
    
    * Update config
    
    * Update config
    
    * Update config.json.pokemon.example
    
    * Update config.json.cluster.example
    
    * Begin fixing configuration_files.md
    
    * Small fix
    
    * Small fix
    
    * Bit for of config updated
    
    * Bit more on config
    
    * A few more to config md
    
    * Bit more of of an update
    
    * 2000 pokestop in 24h limit (#4906)
    
    * 2000 pokestop in 24h limit
    
    * 2000 pokestop in 24h limit
    
    * add config variable
    
    * config update
    
    * Update readme.md + Improve FollowPath & SleepSchedule messages (#4911)
    
    * Use logger for follow path loiter message
    
    * Update readme.md
    
    * Improve sleep message
    
    * Allow follow_path to use config's distance unit
    
    * Allow follow_path to use config's distance unit
    
    * Reduce API calls (#4916)
    
    * Fix bot crash at start on permaban
    
    * Expanded logging options
    
    Added "logging" section to config, with options "color",
    "show_datetime", "show_process_name" and "show_log_level"
    
    * Added warning about deprecated logging_color arg
    
    * Display log message moved
    
    No point trying to use the logger before it's been initialised. Moved to
    init_config.
    
    * Remove milliseconds from datetime
    
    Because really, do we need that?
    
    * Reversed condition order for clarity
    
    First check: "if not in config", OR
    Second check: "is in config AND set to true"
    
    If either condition matches, the logging detail will be displayed.
    
    * Documented new log options
    
    * Modified conditions again
    
    Removed unnecessary second check for config values and slightly modified
    parentheses as per suggestion from @mjmadsen
    
    * Add exception handling to json file read/write ops
    
    * Removed API call in update live stats
    
    Instead of making a new api call, utilise stats already contained in
    metrics.
    
    * Update player data in web from metrics
    
    Uses existing metrics instead of waiting on liveupdate
    
    * Implemented more granularity in the "alert_catch" parameter for Telegram
    alerts.
    
    * Improvements to evolve + config md updates (#4900)
    
    * Better do not evolve handling
    
    * Edit config
    
    * Update config
    
    * Edit config
    
    * Edit config
    
    * Edit config
    
    * Update config.json.path.example
    
    * Update config.json.map.example
    
    * Update config.json.example
    
    * Update config.json.cluster.example
    
    * Updated configuration_files.md
    
    * Add extra tests
    
    * Update config
    
    * Update config
    
    * Update config
    
    * Update config
    
    * Update config.json.pokemon.example
    
    * Update config.json.cluster.example
    
    * Begin fixing configuration_files.md
    
    * Small fix
    
    * Small fix
    
    * Bit for of config updated
    
    * Bit more on config
    
    * A few more to config md
    
    * Bit more of of an update
    
    * Incubate eggs fix (#4881)
    
    * Fixed incubator_eggs wrong print
    
    * Fixed pokemon hatched from eggs not added to cached inventory
    
    * Fix
    
    * Fixed not using breakable incubators
    
    * Fixed error adding pokemon to cached inventory
    
    * Moved remove egg and add Pokemon to _hatch_eggs
    
    * Call level_up_rewards on exp changes/Some pep-8 (#4896)
    
    * Call level_up_rewards on exp changes.
    
    * Cleanup
    
    * add some sanitycheck (#4891)
    
    * execute setup.sh -u if there is a need to (#4870)
    
    * execute setup.sh -u if there is a need to
    
    * ask the user whether to run setup.sh -u or not
    
    * fix grammatical error
    
    * Add PokemonGo bot version to docker image (#4886)
    
    * fix pep8
    
    * Add PokemonGo bot version to docker image
    
    * Use https://api.github.com/repos/PokemonGoF/PokemonGo-Bot/commits{/sha} API
    
    * Fix remove pyc, pyo files
    
    * Refactoring to share inventory and reduce api calls
    
    Modifications to share cached inventory and reduce overall required api
    calls from 4 to 1. Only remaining api call comes from heartbeat which
    updates the cached inventory for sanity reasons.
    
    * Remove import of UpdateWebPlayerdata
    
    Decided there was a better way to go with this, since both
    UpdateWebInventory and UpdateWebPlayerdata share the same inventory
    input/output, just different sections. Combined into UpdateWebInventory.
    
    * Fixed conflict
    
    * Import inventory added to metrics
    
    Allows metrics to use the cached inventory to retrieve player stats
    instead of making another api call
    
    * Removed api call from incubate_eggs
    
    Cached inventory should be accurate enough for this
    
    * Swap auth and config position (#4909)
    
    * add telegram check messages interval (#4919)
    
    * add telegram check messages interval
    
    * config changed
    
    * fix config
    
    * telegram doc update
    
    * Add documentation (#4921)
    
    See documentation for full list of new features
    
    * documented docker for the auth.json use case (#4922)
    
    add instructions for the docker run command for the multiple config files use case.
    
    * Fix for #4718 (#4924)
    
    * Add except variable
    
    * Add except variable
    
    * Fix filter (#4925)
    
    * improve docker pull speed (#4899)
    
    * Update inventory.py (#4928)
    
    FIX: #4926
    
    * fixed a runtime error caused by incorrect imports (#4931)
    
    * Catch exception telegram.error.NetworkError.
    Fixs some pylint complain.
    
    * More config parameters for MoveToMap (#4937)
    
    * fixed a runtime error caused by incorrect imports
    
    * Moving module-level constants (snipe parameters) into config file
    
    * Add experimental pokemon upgrade (power-up) logic (#4938)
    
    Add upgrade cost data file
    Add last pokemon level.
    
    * Set default value of skip_rounds to 30 since many people just use the default value.
    30 will behave close to human.
    
    * Add exception handling for cached forts (#4943)
    
    * Add exception handling for cached forts
    
    * whitespace fix
    
    * telegram to thread
    
    * config update
    
    * doc update
    
    * update web repo to have better web ui contribute.
    
    * Using $TIMEZONE environment variable to set timezone
    
    * fix errors
    
    * fix errors
    
    * Fixing clean run issues.
    
    * During startup, no bot object.
    
    * Added option PokemonGo-Bot-Configurator
    
    Smoothed some things up
    Added option to run PokemonGo-Bot-Configurator at the end of the
    installation.
    
    * Hotfix for EvolvePokemon (#4960)
    
    * Compatiable with old protocol define in map-chat.
    
    * Update merge (#2)
    
    * Expand simple logging options (#4832)
    
    * Fix bot crash at start on permaban
    
    * Expanded logging options
    
    Added "logging" section to config, with options "color",
    "show_datetime", "show_process_name" and "show_log_level"
    
    * Added warning about deprecated logging_color arg
    
    * Display log message moved
    
    No point trying to use the logger before it's been initialised. Moved to
    init_config.
    
    * Remove milliseconds from datetime
    
    Because really, do we need that?
    
    * Reversed condition order for clarity
    
    First check: "if not in config", OR
    Second check: "is in config AND set to true"
    
    If either condition matches, the logging detail will be displayed.
    
    * Documented new log options
    
    * Modified conditions again
    
    Removed unnecessary second check for config values and slightly modified
    parentheses as per suggestion from @mjmadsen
    
    * Changed ) to } (#4845)
    
    Fixed an faulty character
    
    * fix incubator logic (#4848)
    
    * corrected logic to respect snipe = true
    
    * Update configuration_files.md (#4854)
    
    * corrected logic to respect snipe = true (#4855)
    
    * Revert "corrected logic to respect snipe = true" (#4857)
    
    * dont forget to update the docs when adding config changes... (#4856)
    
    * dont forget to update the docs when adding config changes...
    
    * reflect config changes....
    
    * please keep this as is (#4859)
    
    Add stuff in the right order.
    
    * Clarify Max_distance for Sniping (#4858)
    
    * Clarify Max_distance
    
    * Added distance unit and updated configuration_files.md
    
    * - debug improvements for MoveToMap (#4860)
    
    - fix for Telegram to accept "@username" as "master", too, along with numeric  IDs
    
    * Fixes catch rates. (#4863)
    
    * Implemented more granularity in the "alert_catch" parameter for Telegram
    alerts.
    
    * Add exceptions to json file read/writes (#4877)
    
    * Fix bot crash at start on permaban
    
    * Expanded logging options
    
    Added "logging" section to config, with options "color",
    "show_datetime", "show_process_name" and "show_log_level"
    
    * Added warning about deprecated logging_color arg
    
    * Display log message moved
    
    No point trying to use the logger before it's been initialised. Moved to
    init_config.
    
    * Remove milliseconds from datetime
    
    Because really, do we need that?
    
    * Reversed condition order for clarity
    
    First check: "if not in config", OR
    Second check: "is in config AND set to true"
    
    If either condition matches, the logging detail will be displayed.
    
    * Documented new log options
    
    * Modified conditions again
    
    Removed unnecessary second check for config values and slightly modified
    parentheses as per suggestion from @mjmadsen
    
    * Add exception handling to json file read/write ops
    
    * Removed API call in update live stats
    
    Instead of making a new api call, utilise stats already contained in
    metrics.
    
    * Incubate eggs fix (#4881)
    
    * Fixed incubator_eggs wrong print
    
    * Fixed pokemon hatched from eggs not added to cached inventory
    
    * Fix
    
    * Fixed not using breakable incubators
    
    * Fixed error adding pokemon to cached inventory
    
    * Moved remove egg and add Pokemon to _hatch_eggs
    
    * add some sanitycheck (#4891)
    
    * execute setup.sh -u if there is a need to (#4870)
    
    * execute setup.sh -u if there is a need to
    
    * ask the user whether to run setup.sh -u or not
    
    * fix grammatical error
    
    * Add PokemonGo bot version to docker image (#4886)
    
    * fix pep8
    
    * Add PokemonGo bot version to docker image
    
    * Use https://api.github.com/repos/PokemonGoF/PokemonGo-Bot/commits{/sha} API
    
    * Fix remove pyc, pyo files
    
    * Call level_up_rewards on exp changes/Some pep-8 (#4896)
    
    * Call level_up_rewards on exp changes.
    
    * Cleanup
    
    * Improvements to evolve + config md updates (#4900)
    
    * Better do not evolve handling
    
    * Edit config
    
    * Update config
    
    * Edit config
    
    * Edit config
    
    * Edit config
    
    * Update config.json.path.example
    
    * Update config.json.map.example
    
    * Update config.json.example
    
    * Update config.json.cluster.example
    
    * Updated configuration_files.md
    
    * Add extra tests
    
    * Update config
    
    * Update config
    
    * Update config
    
    * Update config
    
    * Update config.json.pokemon.example
    
    * Update config.json.cluster.example
    
    * Begin fixing configuration_files.md
    
    * Small fix
    
    * Small fix
    
    * Bit for of config updated
    
    * Bit more on config
    
    * A few more to config md
    
    * Bit more of of an update
    
    * 2000 pokestop in 24h limit (#4906)
    
    * 2000 pokestop in 24h limit
    
    * 2000 pokestop in 24h limit
    
    * add config variable
    
    * config update
    
    * Update readme.md + Improve FollowPath & SleepSchedule messages (#4911)
    
    * Use logger for follow path loiter message
    
    * Update readme.md
    
    * Improve sleep message
    
    * Allow follow_path to use config's distance unit
    
    * Allow follow_path to use config's distance unit
    
    * Reduce API calls (#4916)
    
    * Fix bot crash at start on permaban
    
    * Expanded logging options
    
    Added "logging" section to config, with options "color",
    "show_datetime", "show_process_name" and "show_log_level"
    
    * Added warning about deprecated logging_color arg
    
    * Display log message moved
    
    No point trying to use the logger before it's been initialised. Moved to
    init_config.
    
    * Remove milliseconds from datetime
    
    Because really, do we need that?
    
    * Reversed condition order for clarity
    
    First check: "if not in config", OR
    Second check: "is in config AND set to true"
    
    If either condition matches, the logging detail will be displayed.
    
    * Documented new log options
    
    * Modified conditions again
    
    Removed unnecessary second check for config values and slightly modified
    parentheses as per suggestion from @mjmadsen
    
    * Add exception handling to json file read/write ops
    
    * Removed API call in update live stats
    
    Instead of making a new api call, utilise stats already contained in
    metrics.
    
    * Update player data in web from metrics
    
    Uses existing metrics instead of waiting on liveupdate
    
    * Implemented more granularity in the "alert_catch" parameter for Telegram
    alerts.
    
    * Improvements to evolve + config md updates (#4900)
    
    * Better do not evolve handling
    
    * Edit config
    
    * Update config
    
    * Edit config
    
    * Edit config
    
    * Edit config
    
    * Update config.json.path.example
    
    * Update config.json.map.example
    
    * Update config.json.example
    
    * Update config.json.cluster.example
    
    * Updated configuration_files.md
    
    * Add extra tests
    
    * Update config
    
    * Update config
    
    * Update config
    
    * Update config
    
    * Update config.json.pokemon.example
    
    * Update config.json.cluster.example
    
    * Begin fixing configuration_files.md
    
    * Small fix
    
    * Small fix
    
    * Bit for of config updated
    
    * Bit more on config
    
    * A few more to config md
    
    * Bit more of of an update
    
    * Incubate eggs fix (#4881)
    
    * Fixed incubator_eggs wrong print
    
    * Fixed pokemon hatched from eggs not added to cached inventory
    
    * Fix
    
    * Fixed not using breakable incubators
    
    * Fixed error adding pokemon to cached inventory
    
    * Moved remove egg and add Pokemon to _hatch_eggs
    
    * Call level_up_rewards on exp changes/Some pep-8 (#4896)
    
    * Call level_up_rewards on exp changes.
    
    * Cleanup
    
    * add some sanitycheck (#4891)
    
    * execute setup.sh -u if there is a need to (#4870)
    
    * execute setup.sh -u if there is a need to
    
    * ask the user whether to run setup.sh -u or not
    
    * fix grammatical error
    
    * Add PokemonGo bot version to docker image (#4886)
    
    * fix pep8
    
    * Add PokemonGo bot version to docker image
    
    * Use https://api.github.com/repos/PokemonGoF/PokemonGo-Bot/commits{/sha} API
    
    * Fix remove pyc, pyo files
    
    * Refactoring to share inventory and reduce api calls
    
    Modifications to share cached inventory and reduce overall required api
    calls from 4 to 1. Only remaining api call comes from heartbeat which
    updates the cached inventory for sanity reasons.
    
    * Remove import of UpdateWebPlayerdata
    
    Decided there was a better way to go with this, since both
    UpdateWebInventory and UpdateWebPlayerdata share the same inventory
    input/output, just different sections. Combined into UpdateWebInventory.
    
    * Fixed conflict
    
    * Import inventory added to metrics
    
    Allows metrics to use the cached inventory to retrieve player stats
    instead of making another api call
    
    * Removed api call from incubate_eggs
    
    Cached inventory should be accurate enough for this
    
    * Swap auth and config position (#4909)
    
    * add telegram check messages interval (#4919)
    
    * add telegram check messages interval
    
    * config changed
    
    * fix config
    
    * telegram doc update
    
    * Add documentation (#4921)
    
    See documentation for full list of new features
    
    * documented docker for the auth.json use case (#4922)
    
    add instructions for the docker run command for the multiple config files use case.
    
    * Fix for #4718 (#4924)
    
    * Add except variable
    
    * Add except variable
    
    * Fix filter (#4925)
    
    * improve docker pull speed (#4899)
    
    * Update inventory.py (#4928)
    
    FIX: #4926
    
    * fixed a runtime error caused by incorrect imports (#4931)
    
    * Catch exception telegram.error.NetworkError.
    Fixs some pylint complain.
    
    * More config parameters for MoveToMap (#4937)
    
    * fixed a runtime error caused by incorrect imports
    
    * Moving module-level constants (snipe parameters) into config file
    
    * Add experimental pokemon upgrade (power-up) logic (#4938)
    
    Add upgrade cost data file
    Add last pokemon level.
    
    * Set default value of skip_rounds to 30 since many people just use the default value.
    30 will behave close to human.
    
    * Add exception handling for cached forts (#4943)
    
    * Add exception handling for cached forts
    
    * whitespace fix
    
    * telegram to thread
    
    * config update
    
    * doc update
    
    * update web repo to have better web ui contribute.
    
    * Using $TIMEZONE environment variable to set timezone
    
    * fix errors
    
    * fix errors
    
    * Fixing clean run issues.
    
    * During startup, no bot object.
    
    * Added option PokemonGo-Bot-Configurator
    
    Smoothed some things up
    Added option to run PokemonGo-Bot-Configurator at the end of the
    installation.
    
    * Hotfix for EvolvePokemon (#4960)
    
    * Compatiable with old protocol define in map-chat.
    
    * Provided a default for max_walking_distance and max_sniping_distance in
    order to avoid unhandled exceptions
    
    * Made sure nicknaming only waits if real api-relevant action was taken.
    DBa2016 authored and alexyaoyang committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    643c745 View commit details
    Browse the repository at this point in the history
  4. hatch egg update player exp

    rawgni committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    b2041fa View commit details
    Browse the repository at this point in the history
  5. fix #5019

    rawgni committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    2efc899 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5026 from th3w4y/issue#5020

    Polyline handle  Google Directions API request  exception  without raise
    solderzzc authored Sep 1, 2016
    Configuration menu
    Copy the full SHA
    897a274 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5027 from DBa2016/fix_distance

    Fix distance parameters (introduced defaults)
    solderzzc authored Sep 1, 2016
    Configuration menu
    Copy the full SHA
    da47ad8 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5030 from gabewert/patch-2

    Fixed spelling error in installation.md
    solderzzc authored Sep 1, 2016
    Configuration menu
    Copy the full SHA
    a6f1f72 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #5034 from rawgni/hatching_egg_get_xp_too

    hatch egg update player exp
    solderzzc authored Sep 1, 2016
    Configuration menu
    Copy the full SHA
    1c27516 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7c6393b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2e6bddc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bace0b4 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #5040 from PokemonGoF/add_forts_event

    Added debug event 'forts_found'
    oralunal authored Sep 1, 2016
    Configuration menu
    Copy the full SHA
    d5059ed View commit details
    Browse the repository at this point in the history
  14. PokemonGo-Bot-Configurator update

    Added config.json choice
    LuckyMe4Evers committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    4b0ad4f View commit details
    Browse the repository at this point in the history
  15. Add xp earned to player xp

    Clarify doc about evolution priority over upgrade
    Fix doc: ncp was a string instead of numeric value
    julienlavergne committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    23772ba View commit details
    Browse the repository at this point in the history
  16. Default empty sorting

    julienlavergne committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    6f4a7e0 View commit details
    Browse the repository at this point in the history
  17. Update pokecli.py

    Check pgoapi version on startup
    sohje authored Sep 1, 2016
    Configuration menu
    Copy the full SHA
    83a1584 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6202733 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #5044 from LuckyMe4Evers/dev

    PokemonGo-Bot-Configurator update
    solderzzc authored Sep 1, 2016
    Configuration menu
    Copy the full SHA
    41f1a91 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #5048 from Anakin5/po

    Add xp earned to player xp + doc fix
    solderzzc authored Sep 1, 2016
    Configuration menu
    Copy the full SHA
    6d84d89 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #5049 from sohje/patch-4

    Update pokecli.py
    solderzzc authored Sep 1, 2016
    Configuration menu
    Copy the full SHA
    e30b359 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    79469dc View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    67c3b85 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #5059 from PokemonGoF/change_subscribe_to_on_conne…

    …ct_mqtt
    
    Move subscribe into on_connect.
    solderzzc authored Sep 1, 2016
    Configuration menu
    Copy the full SHA
    7f53d65 View commit details
    Browse the repository at this point in the history