-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 #5734
Merged
Merged
Dev merge to master #5734
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit b8b7e6f.
Add a comma in NicknamePokemon task json example
Update configuration_files.md
remove pprint since it is not being used
Respond to possible name == None Added Nidoran M/F
Telegram egg fix /stardust removal
Uses a list of uniqueid strings instead of list of dicts. Unique id is an md5 hash of (pokemon_id, latitude, longitude and expiration)
Saves scrolling back up to find resume time
Add resume time to catch disabled notifications
[Sniper] Fix cache, and name matching tweak
Avoid task init if task is disabled
Fix the chat_handler class to allow the ordering by date (parameter _"dated"_) for those Telegram task: /top <num> <cp-or-iv-or-dated> /evolved <num> <cp-or-iv-or-dated> /hatched <num> <cp-or-iv-or-dated> /caught <num> <cp-or-iv-or-dated> /released <num> <cp-or-iv-or-dated> /vanished <num> <cp-or-iv-or-dated>
Telegram task : Ordering by date
…orking (#5570) * Task EvolvePokemon should give us a status updates so we know it is working * Task EvolvePokemon should give us a status updates so we know it is working * Task EvolvePokemon should give us a status updates so we know it is working * Task EvolvePokemon should give us a status updates so we know it is working * Task EvolvePokemon should give us a status updates so we know it is working
Parenthesis fix
…se, then the code will exit. When daily_spin_limit is reached and bypass_daily_limit is set to true, then the bot will continue its business. It will send a message every 2 minutes (default but can be changed) that the daily spin limit has been reached.
When daily spin limit is reached, let it continue working instead of …
Uses default values as no config is in memory
Revert "Avoid task init if task is disabled" (#5591)
Load CatchPokemon config in PokemonCatchWorker
Update the documentation with dated parameter
Documentation update
Telegram task : Ordering by date
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dev merge to master