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

Telegram fix #5398

Merged
merged 17 commits into from
Sep 12, 2016
Merged

Telegram fix #5398

merged 17 commits into from
Sep 12, 2016

Commits on Sep 6, 2016

  1. Merge pull request #5244 from PokemonGoF/dev

    Dev merge to master
    solderzzc authored Sep 6, 2016
    Configuration menu
    Copy the full SHA
    d4addb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2016

  1. Update README.md (#5277)

    solderzzc committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    11123a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2016

  1. Configuration menu
    Copy the full SHA
    a63a929 View commit details
    Browse the repository at this point in the history
  2. cgm

    javajohnHub committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    9915d97 View commit details
    Browse the repository at this point in the history
  3. my addition

    javajohnHub committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    dd95d70 View commit details
    Browse the repository at this point in the history
  4. fix for issue #5358

    fix for issue #5358
    javajohnHub committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    d294b3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d585da View commit details
    Browse the repository at this point in the history
  6. Revert

    javajohnHub committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    9eb5e7e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2016

  1. The underscores in <event_name> were preventing /start and /help to f…

    …unction. refactored using camelCase.
    javajohnHub committed Sep 11, 2016
    Configuration menu
    Copy the full SHA
    347fa89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1744446 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab316a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    268b30f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7022b36 View commit details
    Browse the repository at this point in the history
  6. Fixed telegram

    a couple of tweaks to get telegram working correctly
    javajohnHub committed Sep 11, 2016
    Configuration menu
    Copy the full SHA
    b0e2077 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    11faf09 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b88846a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2016

  1. 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 committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    422422e View commit details
    Browse the repository at this point in the history