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

Merge in (and fix) KeyPhact's U6 implementation #182

Open
wants to merge 48 commits into
base: master
Choose a base branch
from

Conversation

dmadisetti
Copy link
Contributor

We want to do this right?

tejado and others added 26 commits August 6, 2016 20:23
Put semicolons back so it compiles
Based on newest proto
Fixing path issues
Added functions to generate the hashes and hashArray required for u6
another line to change
update to reflect renaming in proto
forgot to pass in the authticket
Quick fix to utilities functions
Quick fix to utilities functions
Added wrapper for signature encryption
changed request altitude to int value
Alternatively rebase with https://github.com/tejado/pgoapi if he accepts my commit.
def activate_signature(self, lib_path):
self._signature_lib = lib_path

def get_signature_lib(self):
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wchill and others added 3 commits August 7, 2016 05:05
Python3 compatibility and Pep8 fixes
Use binascii's unhexlify (already imported) to decode the hex since
using `decode` results in an AttributeError in Python 3.
@Noctem
Copy link

Noctem commented Aug 7, 2016

For Python 3 compatibility, merge or cherry-pick pogodevorg/pgoapi@75eba6b and then pogodevorg/pgoapi@6b50289.

* added scripts\accept-tos.py

* tidied up accept-tos.py
@genIterator genIterator mentioned this pull request Aug 9, 2016
Add auth service as an optional parameter
globeriz and others added 5 commits August 9, 2016 21:49
* Uses auth_info as seed when auth_ticket is unavailable

This is what the client does too.

* combined if statements
The proxy code got left behind when sessions were moved to the PGoApi
object, so I applied it to the new sessions and simplified the code.
@peter-bonanni
Copy link

Is this going to get merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.