-
Notifications
You must be signed in to change notification settings - Fork 444
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
dmadisetti
wants to merge
48
commits into
tejado:master
Choose a base branch
from
CyberSecurityUSC:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
632b7df
Rewrite of google/ptc auth in regard to refresh/access token and addes
tejado 9b31550
Update proto
wchill 5bdd8af
Merge pull request #1 from keyphact/fix-proto
keyphact 916a51f
Update Signature.proto
globeriz 972b892
Update Signature_pb2.py
globeriz b583558
Update Signature_pb2.py
globeriz 1dbf5a1
Update utilities.py
cheesynoob dbd0634
iOSActivity should be Activity
globeriz d3d84df
Merge pull request #3 from keyphact/cheesynoob-patch-1
cheesynoob 9938ae0
Update Signature.proto
globeriz f46e4bc
Update Signature_pb2.py
globeriz b7845a2
Fixed mistake in generateRequests
cheesynoob a5dcbde
Merge pull request #4 from keyphact/cheesynoob-patch-2
KevinCollmer 0eacfe6
Merge pull request #2 from keyphact/fix-proto-1
classyjakey 2c2b780
Quick fix to utilities functions
TalSk 8b7a003
Merge pull request #5 from keyphact/tal-patch1
JosiahWhite 3ecea0d
Added wrapper for signature encryption
tejado 917bff0
Merge pull request #6 from tejado/master
keyphact 91a700b
changed request altitude to int value
cheesynoob fd462be
Merge pull request #8 from keyphact/cheesynoob-patch-1
keyphact e206f4a
d2h fix and options for pokecli
dmadisetti b59cb1d
Merge res
dmadisetti 64d539d
It works now
dmadisetti 10d7cde
Works now
dmadisetti 9c070a7
Merge pull request #9 from dmadisetti/patch-1
wchill 75eba6b
Use six for chr() call for python3 compat, pep8 fixes
pbdeuchler 249d3be
Merge pull request #11 from catchemallio/python3
wchill 6b50289
Fix hex decoding on Python 3
Noctem 06eaef1
Merge pull request #23 from Noctem/hexdecode
wchill d809601
Merge in Keys and Conflict res
dmadisetti 691aff2
Added scripts\accept-tos.py (#30)
scottstamp 23be9dd
correctly return the new access_token after refresh
rbignon e489594
Add a sane API timeout.
edevil 8b1dca3
Fix index error on API endpoint (#63)
wchill 5b7c7c5
Merge pull request #54 from edevil/api_timeout
keyphact a2755eb
Merge pull request #49 from rbignon/master
keyphact 5e83cad
Allow using a proxy.
tschroeder-zendesk 842e80c
Merge proxy support
Noctem 39ea20d
Merge pull request #66 from Noctem/proxies
globeriz 915cfa8
Add auth service as an optional parameter
OurFlagIsMined dc1b222
Added future as a requirement
pengstrom 51ceb8a
Merge pull request #69 from OurFlagIsMined/patch-1
globeriz ef58322
Merge pull request #70 from pengstrom/pengstrom/add-future-requirement
globeriz 68575cc
Now reusing sessions (#73)
cheesynoob b4bf0e0
Fixed missing import (#74)
cheesynoob 7a0666f
Uses auth_info as seed when auth_ticket is unavailable (#74)
cheesynoob 60096cc
Fix proxies with reused sessions (#77)
Noctem d10968f
Merge branch 'master' of https://github.com/keyphact/pgoapi
dmadisetti File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ requests==2.10.0 | |
s2sphere==0.2.4 | ||
gpsoauth==0.3.0 | ||
six | ||
xxhash |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Totally preference, but properties are awesome http://docs.quantifiedcode.com/python-anti-patterns/correctness/implementing_java-style_getters_and_setters.html