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 maste #5472

Merged
merged 177 commits into from
Sep 16, 2016
Merged

Dev merge to maste #5472

merged 177 commits into from
Sep 16, 2016

Commits on Sep 6, 2016

  1. Configuration menu
    Copy the full SHA
    6939cd0 View commit details
    Browse the repository at this point in the history
  2. Cleanup social_handler.py

    sohje committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    ccd7441 View commit details
    Browse the repository at this point in the history
  3. CampFort - Check pokeballs before camping (#5177)

    * CampFort - Check pokeballs before camping
    
    I noticed that the bot doesn't move when camping at a lure, but had run
    out of pokeballs. This will first check IF we have any pokeballs left.
    If we have no pokeballs left, abandon the lure (to move to a fort to get
    more pokeballs) when we got some pokeballs again, will move back to the
    lure.
    
    * Moved check down, added announce once
    
    As suggested, moved the check a bit down
    Solved the message spam with a switch to announce or not
    
    * Adjusted code based on advise by Anakin5
    
    Now the worker will set a time to walk away from the lures.
    After the time has passed, the worker will check again if we have some
    Pokeballs. If we have enough, we will search for a lure again (the old
    one could be finished)
    
    * For get the old location
    davidakachaos authored and solderzzc committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    d8c0997 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcb011c View commit details
    Browse the repository at this point in the history
  5. poke opt stardust count fix (#5230)

    rawgni authored and solderzzc committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    abb2f73 View commit details
    Browse the repository at this point in the history
  6. Dynamic subscriptions and password-based authentication with Telegram (

    …#5238)
    
    * Implemented username to UID conversion persistence
    
    * removed debug code
    
    * fixed bugs
    
    * New dynamic TelegramTask notifications
    
    * Update telegramtask.md
    
    * Update configuration_files.md
    
    * some more error handling
    DBa2016 authored and solderzzc committed Sep 6, 2016
    1 Configuration menu
    Copy the full SHA
    1e62ec4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ccb8aa2 View commit details
    Browse the repository at this point in the history
  8. Fix TypeError: object of type 'NoneType' has no len() on telegram eve…

    …nt handler initialization (#5252)
    rbusquet authored and solderzzc committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    3d65681 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8273ca0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c7de003 View commit details
    Browse the repository at this point in the history
  11. Hot fix for stardust

    Alex Yao committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    53c25bb View commit details
    Browse the repository at this point in the history
  12. Merge pull request #5254 from alexyaoyang/dev

    Temp fix for stardust
    Gobberwart authored Sep 6, 2016
    Configuration menu
    Copy the full SHA
    0d82f68 View commit details
    Browse the repository at this point in the history
  13. Strip all whitespace from pokemon names in evolve

    Fixes issue with Nidoran M/F
    Gobberwart committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    d512d01 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    656112d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    810963f View commit details
    Browse the repository at this point in the history
  16. Some useful prints

    sohje committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    031ec54 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2b1d5ce View commit details
    Browse the repository at this point in the history
  18. Merge pull request #5245 from sohje/impr-social

    Cleanup social_handler.py
    sohje authored Sep 6, 2016
    Configuration menu
    Copy the full SHA
    e9d1df6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b5d335d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2016

  1. Merge pull request #5256 from Gobberwart/dev_evolvefix

    EvolvePokemon strip spaces from Nidoran M/F
    Gobberwart authored Sep 7, 2016
    Configuration menu
    Copy the full SHA
    aa1a4ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83432eb View commit details
    Browse the repository at this point in the history
  3. Update the web folder.

    solderzzc committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    79340c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dd8b2b View commit details
    Browse the repository at this point in the history
  5. Improved responses to commands (#5257)

    - /help wasn't working due to underscore in "/sub" line (breaking
    markdown?)
    - Respond to /sub and /unsub commands
    - Respond to logout command
    Gobberwart authored and solderzzc committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    1029d3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf314c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    254cdbd View commit details
    Browse the repository at this point in the history
  8. Removed extraneous comma

    Gobberwart committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    ba1315d View commit details
    Browse the repository at this point in the history
  9. Heartbeat decoupled from tasks. (#5243)

    * Heartbeat decoupled from tasks.
    
    * Lock heartbeat on snip location change
    sohje authored and solderzzc committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    01d965a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ff40720 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f27a3c2 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #5258 from Gobberwart/dev_unicodeerror

    Fix unicode decode error in logging handlers
    Gobberwart authored Sep 7, 2016
    Configuration menu
    Copy the full SHA
    55c145b View commit details
    Browse the repository at this point in the history
  13. one log handler (#5228)

    rawgni authored and solderzzc committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    1b8cf13 View commit details
    Browse the repository at this point in the history
  14. Improve walkers

    julienlavergne committed Sep 7, 2016
    1 Configuration menu
    Copy the full SHA
    755ef56 View commit details
    Browse the repository at this point in the history
  15. Wait less than 1 sec if we can.

    Fix an encoding error.
    julienlavergne committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    dfcbedc View commit details
    Browse the repository at this point in the history
  16. Better altitude calculations

    th3w4y committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    93d5150 View commit details
    Browse the repository at this point in the history
  17. remove prints from testcases

    th3w4y committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    1ff5568 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    71ddf93 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ee5e88d View commit details
    Browse the repository at this point in the history
  20. Remove requirement

    julienlavergne committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    acfb7d6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c278fd9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    93cb180 View commit details
    Browse the repository at this point in the history
  23. Better altitude ?

    julienlavergne committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    db03ea8 View commit details
    Browse the repository at this point in the history
  24. Better altitude ?

    julienlavergne committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    314101a View commit details
    Browse the repository at this point in the history
  25. Better altitude ?

    julienlavergne committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    0bfd561 View commit details
    Browse the repository at this point in the history
  26. Handle no elevations returned

    th3w4y committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    e1c399b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0f10e5c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6514daf View commit details
    Browse the repository at this point in the history
  29. gitattributes .pickle binary

    th3w4y committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    ea53112 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2016

  1. Merge pull request #7 from th3w4y/test

    Handle no elevations returned
    anakin5 authored Sep 8, 2016
    Configuration menu
    Copy the full SHA
    d27f6c3 View commit details
    Browse the repository at this point in the history
  2. Adjust precision of expection location in one test.

    Use again projection for get_alt.
    julienlavergne committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    5caf16b View commit details
    Browse the repository at this point in the history
  3. Update README.md (#5277)

    solderzzc authored Sep 8, 2016
    Configuration menu
    Copy the full SHA
    eb81ef0 View commit details
    Browse the repository at this point in the history
  4. Update_live_stats.py remove some globals, cleanup, fix level stats, p…

    …ep8 (#5267)
    
    * Update_live_stats.py remove some globals, cleanup, fix level stats
    
    * Tests update
    
    * Fix test metrics
    
    * Some additional exception check
    
    * cleanup
    sohje authored and solderzzc committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    9a6ebfe View commit details
    Browse the repository at this point in the history
  5. Fix bot crash on telegram egghatch (#5270)

    * Removed extraneous comma
    
    Extra comma in "forts cached" event emit. Removed.
    
    * Fixed crash on egg_hatch event for telegram
    
    * Corrected invalid keys
    
    Data["iv"] not valid, replaced with "ivcp" and "iv_ads" as per log
    message
    Gobberwart authored and solderzzc committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    3e33e6d View commit details
    Browse the repository at this point in the history
  6. Reduce "waiting near fort..." spam (#5276)

    * Remove "waiting near fort" spam
    
    Once logged, shut up until something changes.
    
    * Fixed logic
    
    * Send alert every minute
    
    Better than no alerts at all or alerts every couple of seconds.
    
    * Corrected dodgy indent
    
    Surprised this worked but fixing it anyway
    Gobberwart authored and solderzzc committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    282494a View commit details
    Browse the repository at this point in the history
  7. Refactored, improved and fixed SleepSchedule (#5278)

    * Add sleep reminder
    
    * Fix tests
    
    * Refactored and fixed SleepSchedule
    
    * Improved _time_fmt, modifed test to use it with isinstance
    
    * Added 'enabled' key, improved tests if keys are present in config, fixed behaviour if no entries or all entries are disabled
    
    * Added warning if SleepSchedule is disabled
    
    * Added quotes in warning/error messages for better understanding
    
    * Revert reminder feature
    
    * Update config examples
    
    * Ditry changes
    
    * Updated configuration_files.md
    
    * Updated example configs
    
    * Updated configuration_files.md
    
    * Updated example in sleep_schedule.py
    
    * Updated tests with new config
    cmezh authored and solderzzc committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    3c4e92d View commit details
    Browse the repository at this point in the history
  8. pokecli.py wait_time not defined (#5282)

    * wait_time not defined
    
    * Share wait_time between exceptions
    
    * Defined too low. Moved up above "try" block
    
    * Fixed indents
    Gobberwart authored and mjmadsen committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    ef60e88 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b66fc88 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eb3861e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6aea15f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ded7e2a View commit details
    Browse the repository at this point in the history
  13. Merge pull request #5295 from Anakin5/walker

    Fix #5291 and all tasks that recreate walkers and walk too fast
    th3w4y authored Sep 8, 2016
    Configuration menu
    Copy the full SHA
    b0b1e0f View commit details
    Browse the repository at this point in the history
  14. Should fix #5290 (#5300)

    anakin5 authored and solderzzc committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    fcccb0f View commit details
    Browse the repository at this point in the history
  15. Snipping improvements (PR #5247) (#5303)

    * Non-social information (url) are now validated against expiration (exists). This also allows other crowd-based applications/sites to work this bot (https://github.com/YvesHenri/PokemonGo-Bot).
    Teleporting to target log is now yellow.
    
    * Fixes issue #5290
    Yves Henri authored and solderzzc committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    e92cb8b View commit details
    Browse the repository at this point in the history
  16. Discord support (#5253)

    * simple discord support
    
    * simple discord support config
    
    * remove format
    
    * remove unneeded
    
    * add docs
    
    * up req
    
    * fix
    askovpen authored and solderzzc committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    895382d View commit details
    Browse the repository at this point in the history
  17. added /top command to Telegram interface (#5274)

    * - added "/top" command
    
    * Update telegramtask.md
    DBa2016 authored and solderzzc committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    6e30f76 View commit details
    Browse the repository at this point in the history
  18. PokemonGo-Bot-Install (#5289)

    changed path so requirements install from right path
    updated installation manual
    LuckyMe4Evers authored and solderzzc committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    d19e3d4 View commit details
    Browse the repository at this point in the history
  19. Decouple hb from step walker (#5292)

    sohje authored and solderzzc committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    815862a View commit details
    Browse the repository at this point in the history
  20. SleepSchedule location handling (#5294)

    * Use bot functions to handle wake location
    
    * Made wake_up_at_location work on bot start
    
    * Update alt handling
    
    * Update event message
    
    * Fix tests
    
    * Update configuration_files.md
    cmezh authored and solderzzc committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    770ef92 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    33284d8 View commit details
    Browse the repository at this point in the history
  22. Fix encoding issues (#5297)

    anakin5 authored and solderzzc committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    658b121 View commit details
    Browse the repository at this point in the history
  23. Telegram tweaks

    - Increase connection pool (remove pool is full errors)
    - Remove json read for player_stats
    - Replaced "spin up" with "start"
    Gobberwart committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    ed9dc84 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f5f7dfc View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2016

  1. Removed unneeded variable

    Gobberwart committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    9eac01d View commit details
    Browse the repository at this point in the history
  2. Catch UnicodeDecodeError

    Gobberwart committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    91d5b99 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5307 from Gobberwart/dev_telegram

    Telegram Connection pool is full (and other tweaks)
    Gobberwart authored Sep 9, 2016
    Configuration menu
    Copy the full SHA
    8ed3445 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aec586d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5312 from Gobberwart/dev_unicodeerror

    UnicodeDecodeError catch
    Gobberwart authored Sep 9, 2016
    Configuration menu
    Copy the full SHA
    732463c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56665a2 View commit details
    Browse the repository at this point in the history
  7. Fix #5268 + Pokemon bag print ordered by cp (#5316)

    * Fixed 5268
    
    * Sort pokemons by cp when printing all pokemon in bag
    DeXtroTip authored and solderzzc committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    de39997 View commit details
    Browse the repository at this point in the history
  8. req use exact version

    rawgni committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    5ac59f2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    638d2d2 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #5327 from Anakin5/encoding

    Fix encoding issues with piped output
    anakin5 authored Sep 9, 2016
    Configuration menu
    Copy the full SHA
    122a788 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f87fc96 View commit details
    Browse the repository at this point in the history
  12. cache pip wheels also!

    th3w4y committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    b0ffe46 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #5324 from th3w4y/travis_speedup

    travis build time improvements
    th3w4y authored Sep 9, 2016
    Configuration menu
    Copy the full SHA
    b2115fc View commit details
    Browse the repository at this point in the history
  14. Merge pull request #5320 from rawgni/fix_requirements.txt

    requirements.txt use exact version of discord_simple package
    cmezh authored Sep 9, 2016
    Configuration menu
    Copy the full SHA
    aa36a30 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2426de1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    527cc0a View commit details
    Browse the repository at this point in the history
  17. Add the required source line and fix spelling mistakes (#5326)

    Nelson Yeung authored and alexyaoyang committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    f5098b2 View commit details
    Browse the repository at this point in the history
  18. Improvements Pokemon Optimizer (#5308)

    * Reduce logging when there is nothing to do. Update doc.
    
    * fix
    anakin5 authored and alexyaoyang committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    7a6a5f0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b772eda View commit details
    Browse the repository at this point in the history
  20. Code impr

    sohje committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    7ea7030 View commit details
    Browse the repository at this point in the history
  21. Typo

    cmezh committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    619e420 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #5341 from cmezh/sleepsched

    Typo
    cmezh authored Sep 9, 2016
    Configuration menu
    Copy the full SHA
    2c4b705 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    22ba045 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    da711ad View commit details
    Browse the repository at this point in the history
  25. Pep8 (#5346)

    mjmadsen authored and alexyaoyang committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    efbb466 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8d1be2a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    cf5624b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    946163f View commit details
    Browse the repository at this point in the history
  29. Merge pull request #5340 from sohje/imp-snip

    Move_to_map_pokemon improved
    sohje authored Sep 9, 2016
    Configuration menu
    Copy the full SHA
    455b147 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    7d78d63 View commit details
    Browse the repository at this point in the history
  31. Moved refresh_inventory from heartbeat to tick

    Now should be synchronous
    Gobberwart committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    2335a48 View commit details
    Browse the repository at this point in the history
  32. Revert "Bandaid for crash on inventory.add"

    This reverts commit 7d78d63.
    Gobberwart committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    21e739e View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    a5b96e1 View commit details
    Browse the repository at this point in the history
  34. Merge pull request #5347 from Gobberwart/dev_inventory_add

    Fix heartbeat inventory add crash
    Gobberwart authored Sep 9, 2016
    Configuration menu
    Copy the full SHA
    793ca30 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    8f77dd4 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    5bc01b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2016

  1. Configuration menu
    Copy the full SHA
    1061ef0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5352 from sohje/fix-spawnpoints

    Fix: spawnpoint in gathered data
    sohje authored Sep 10, 2016
    Configuration menu
    Copy the full SHA
    58257d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e5f742 View commit details
    Browse the repository at this point in the history
  4. Some debug on exceptions

    sohje committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    58563b9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5353 from sohje/fix-social

    Fix mqtt connection initialization
    sohje authored Sep 10, 2016
    Configuration menu
    Copy the full SHA
    2dc8054 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    303b302 View commit details
    Browse the repository at this point in the history
  7. update web.

    solderzzc committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    3bda6a9 View commit details
    Browse the repository at this point in the history
  8. setup_logging before starting bot (#5355)

    * setup_logging before starting bot
    
    * cleanup unused import
    rawgni authored and solderzzc committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    f02ce43 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2016

  1. Enhanced telegram functionality (#5371)

    * Update README.md (#5277)
    
    * cgm
    
    * my addition
    
    * fix for issue #5358
    
    fix for issue #5358
    
    * Refactor possible solution.
    
    * Revert
    
    * The underscores in <event_name> were preventing /start and /help to function. refactored using camelCase.
    javajohnHub authored and solderzzc committed Sep 11, 2016
    Configuration menu
    Copy the full SHA
    669ae22 View commit details
    Browse the repository at this point in the history
  2. Update web.

    solderzzc committed Sep 11, 2016
    Configuration menu
    Copy the full SHA
    5a4e484 View commit details
    Browse the repository at this point in the history
  3. exit the bot if unable to login (#5386)

    rawgni authored and solderzzc committed Sep 11, 2016
    Configuration menu
    Copy the full SHA
    cb9ebb3 View commit details
    Browse the repository at this point in the history
  4. Stop moving to lures if no lures active anymore (#5395)

    * Stop moving to lures if no lures active anymore
    
    * Small layout of code fix
    davidakachaos authored and solderzzc committed Sep 11, 2016
    Configuration menu
    Copy the full SHA
    a286094 View commit details
    Browse the repository at this point in the history
  5. Min pokemon to trigger evolve (#5394)

    * Add the config to set minimum no of pokemon to trigger evolve
    
    * Update evolve_pokemon.py
    developerllazy authored and solderzzc committed Sep 11, 2016
    Configuration menu
    Copy the full SHA
    9b507db View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2016

  1. Telegram fix (#5398)

    * Update README.md (#5277)
    
    * cgm
    
    * my addition
    
    * fix for issue #5358
    
    fix for issue #5358
    
    * Refactor possible solution.
    
    * Revert
    
    * The underscores in <event_name> were preventing /start and /help to function. refactored using camelCase.
    
    * Fixed telegram
    
    a couple of tweaks to get telegram working correctly
    
    * Changed formatted output for /top telegram command
    
    * Changed the formatting of some output to become telegram friendly
    
    not working:
    rename_pokemon
    forts_found
    player_data
    pokemon_vanished
    
    working:
    pokemon_appeared
    pokemon_evolved
    show_best_pokemon
    pokemon_release
    lured_pokemon_found
    item_discarded
    next_force_recycle
    next_egg_incubates
    cached_fort
    bot_start
    bot_exit
    level_up_reward
    log_stats
    moving_to_fort
    next_random_alive_pause
    next_random_pause
    bot_random_pause
    show_inventory
    use_incense
    bot_random_alive_pause
    spun_pokestop
    force_recycle
    threw_berry
    debug
    threw_pokeball
    next_sleep
    level_up
    vip_pokemon
    badges
    pokemon_capture_failed
    gained_candy
    arrived_at_fort
    future_pokemon_release
    pokemon_catch_rate
    bot_interrupted
    
    unknown:
    spun_fort
    moving_to_pokemon_throught_fort
    enough_ultraballs
    softban_fix
    keep_best_release
    polyline_request
    move_to_map_pokemon_teleport_back
    incubate_try
    location_found
    egg_hatched
    no_cached_forts
    pokemon_upgraded
    item_discard_fail
    used_lucky_egg
    move_to_map_pokemon_encounter
    pokestop_searching_too_often
    ignore_candy_above_thresold
    pokemon_nickname_invalid
    lucky_egg_error
    move_to_map_pokemon_fail
    inventory_full
    load_cached_location
    loaded_cached_forts
    found_cluster
    login_log
    catch_limit
    evolve_log
    login_successful
    unknown_spin_result
    transfer_log
    set_start_location
    softban_log
    move_to_map_pokemon_move_towards
    api_error
    move_to_map_pokemon_teleport_to
    vanish_limit_reached
    pokestop_on_cooldown
    unset_pokemon_nickname
    no_pokeballs
    location_cache_ignored
    spin_limit
    pokestop_out_of_range
    location_cache_error
    pokestop_log
    moving_to_lured_fort
    move_to_map_pokemon_updated_map
    pokemon_inventory_full
    softban_fix_done
    threw_berry_failed
    incubator_already_used
    skip_evolve
    bot_sleep
    item_discard_skipped
    move_to_map_pokemon
    config_error
    catch_log
    egg_hatched_fail
    eggs_hatched_log
    pokemon_not_in_range
    login_failed
    vanish_log
    incubate
    arrived_at_cluster
    pokestop_empty
    error_caching_forts
    path_lap_end
    path_lap_update
    egg_already_incubating
    softban
    pokemon_caught
    catchable_pokemon
    position_update
    javajohnHub authored and solderzzc committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    ccee7e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a00253 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c688ec5 View commit details
    Browse the repository at this point in the history
  4. Fix walkers.

    No need for speed in Polyline.
    One elevation every 3 meters.
    julienlavergne committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    3c1b0f5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5365 from Anakin5/po

    Pokemon Optimizer enhancements
    anakin5 authored Sep 12, 2016
    Configuration menu
    Copy the full SHA
    917fbaf View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5382 from Anakin5/fix_movers

    Bug fix on FollowPath, MoveToFort and PolylineGenerator
    anakin5 authored Sep 12, 2016
    Configuration menu
    Copy the full SHA
    8b2eb8c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    07d9b58 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ee559b View commit details
    Browse the repository at this point in the history
  9. Incense bugfixing (#5364)

    * Added catching of Pokemon from incense
    
    Added documentation and new function
    Solving issue #5151 - part 1
    
    * Checking if there is already an incense applied
    
    If there is already an incense applied, skip the worker
    
    * Fixed typos
    
    * Another typo
    
    * tmp
    
    * Small fixes
    
    * Get incensed pokemon correct
    
    * Dont assign type to something...
    davidakachaos authored and solderzzc committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    02390dc View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2016

  1. Configuration menu
    Copy the full SHA
    371b39b View commit details
    Browse the repository at this point in the history
  2. Revert "Hot fix for pokemon optimizer (#5415)"

    This reverts commit 0ee559b.
    julienlavergne committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    e7b24d9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5420 from Anakin5/revert

    Revert "Hot fix for pokemon optimizer (#5415)"
    anakin5 authored Sep 13, 2016
    Configuration menu
    Copy the full SHA
    2383f74 View commit details
    Browse the repository at this point in the history
  4. Update to latest api (#5421)

    * Update README.md (#5277)
    
    * updated to latest pgoapi from master branch
    joelgreen authored Sep 13, 2016
    Configuration menu
    Copy the full SHA
    a630689 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a337e5 View commit details
    Browse the repository at this point in the history
  6. Campfort events

    javajohnHub committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    c96e8e1 View commit details
    Browse the repository at this point in the history
  7. forgot to erase logger

    javajohnHub committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    9b2ce30 View commit details
    Browse the repository at this point in the history
  8. Fixed an error

    javajohnHub committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    491c433 View commit details
    Browse the repository at this point in the history
  9. fk

    javajohnHub committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    1f88a1a View commit details
    Browse the repository at this point in the history
  10. Removed default telegram events to prevent duplicate spam

    users can /sub all or choose individually
    javajohnHub committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    9bd18f1 View commit details
    Browse the repository at this point in the history
  11. mistake

    javajohnHub committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    f2b6c9d View commit details
    Browse the repository at this point in the history
  12. Merge pull request #5433 from javajohnHub/master

    Campfort events
    javajohnHub authored Sep 13, 2016
    Configuration menu
    Copy the full SHA
    815abd7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    548b775 View commit details
    Browse the repository at this point in the history
  14. Rename pokemon now works in Telegram

    also fix for #5404
    javajohnHub committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    6e4783c View commit details
    Browse the repository at this point in the history
  15. Merge pull request #5438 from javajohnHub/master

    #5404 fix and rname_pokemon telegram fix
    javajohnHub authored Sep 13, 2016
    Configuration menu
    Copy the full SHA
    a8aed9c View commit details
    Browse the repository at this point in the history
  16. Pokemon Hunter (#5426)

    * Add PokemonHunter task
    
    * Config example
    anakin5 authored and solderzzc committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    fbe0507 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2016

  1. update web to the latest.

    solderzzc committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    6ef9e9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb26d19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f0778e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from javajohnHub/master

    Telegram
    javajohnHub authored Sep 14, 2016
    Configuration menu
    Copy the full SHA
    3d1a8b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81cbfd4 View commit details
    Browse the repository at this point in the history
  6. quotes

    javajohnHub committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    c420dbf View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4 from javajohnHub/master

    quotes
    javajohnHub authored Sep 14, 2016
    Configuration menu
    Copy the full SHA
    a443126 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e71ec6b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    200c2a1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    768813a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    00f7ec2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7042a1f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1767b7e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b3cf8c7 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #14 from Anakin5/po

    Add missing attack/defense_perfection to Pokemon Optimizer
    Jasperrr91 authored Sep 14, 2016
    Configuration menu
    Copy the full SHA
    0e8a03a View commit details
    Browse the repository at this point in the history
  16. corrected the order of parameters of pokemon_evolved event used in po…

    …kemon_optimizer.py and evolve_pokemon.py
    gengstah committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    b104249 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #19 from gengstah/dev

    corrected the order of parameters of pokemon_evolved event
    javajohnHub authored Sep 14, 2016
    Configuration menu
    Copy the full SHA
    991b6fc View commit details
    Browse the repository at this point in the history
  18. Merge pull request #7 from luiscoms/fix/docker-compose

    Fix/docker compose
    solderzzc authored Sep 14, 2016
    Configuration menu
    Copy the full SHA
    9e96419 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2016

  1. Configuration menu
    Copy the full SHA
    495f933 View commit details
    Browse the repository at this point in the history
  2. Test

    testing my github skills
    javajohnHub committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    eb34e7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b74577d View commit details
    Browse the repository at this point in the history
  4. Catch max cp, catch certain moves (#5437)

    * Revert "Update to latest api"
    
    * * added option to specify max CP for Pokemons to catch
    * added option to specify desired fast/charged moves for Pokemons to
    * catch
    
    * - added example for charged_attack
    
    * Revert "Revert "Update to latest api""
    
    This reverts commit 15193e1.
    
    * Revert "Update to latest api (#5421)"
    
    This reverts commit a630689.
    
    * Revert "Revert "Update to latest api (#5421)""
    
    This reverts commit 82ec8e6.
    
    * fixes on catch_below_cp logic
    
    * Update pokemon_catch_worker.py
    DBa2016 authored and solderzzc committed Sep 15, 2016
    5 Configuration menu
    Copy the full SHA
    a45943e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5445 from javajohnHub/master

    Telegram optimization
    javajohnHub authored Sep 15, 2016
    Configuration menu
    Copy the full SHA
    abacee9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92519d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2016

  1. Improve performance of cluster computation in CampFort task (#5454)

    Improve performance of cluster computation in CampFort task
    anakin5 authored Sep 16, 2016
    Configuration menu
    Copy the full SHA
    b51bca6 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    2814ec5 View commit details
    Browse the repository at this point in the history
  3. Fixed "log logged in" typo

    Gobberwart committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    edbb70e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5467 from Gobberwart/dev_typo

    Fixed "log logged in" typo
    Gobberwart authored Sep 16, 2016
    Configuration menu
    Copy the full SHA
    1dbbdf6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5465 from Gobberwart/dev_release_ivcp

    Added release_below_ivcp and keep_best_ivcp
    Gobberwart authored Sep 16, 2016
    Configuration menu
    Copy the full SHA
    17dac41 View commit details
    Browse the repository at this point in the history
  6. Added PR tutorial in readme (#5463)

    * Add PR tutorial
    
    * Fix Typo
    alexyaoyang authored Sep 16, 2016
    Configuration menu
    Copy the full SHA
    0edbed4 View commit details
    Browse the repository at this point in the history
  7. Format links (#5470)

    alexyaoyang authored Sep 16, 2016
    Configuration menu
    Copy the full SHA
    7d68e7d View commit details
    Browse the repository at this point in the history