Rossen Georgiev
92c5107c7c
fix #259 : not validating input for uint64 in make_steam64
5 years ago
Rossen Georgiev
a01bfe374f
fix #271 : code bugs detected by sonarcloud
5 years ago
Rossen Georgiev
e1ea9d2494
drop py3.4 support
close #268
5 years ago
Rossen Georgiev
58f51a94f9
move proto related util functions to steam.utils.proto
5 years ago
Rossen Georgiev
7df7bfcfc9
re-record VCRs; fix SteamID.from_url for groups
Closes #188
5 years ago
Rossen
04a392753b
Add s.team invite codes to SteamID ( #218 )
* add invite_code and invite_url properties to SteamID
* steam64_from_url now handles invite codes (they redirect to profiles)
* invite_code_to_tuple for parsing invite code (as link, or alone)
* add a few tests to cover the obvious cases for invite codes
5 years ago
int3l
46e4cdf1b6
Fix unhandled exception for invalid numeric SteamIDs ( #248 )
Too big integers or numeric strings raise TypeError in make_steam64 instead of returning valid SteamID object with the invalid flag set.
Examples:
SteamID(111111111111111111111111111111111111111)
SteamID('11111111111111111111111111111111111111')
5 years ago
Rossen Georgiev
f3a21174a9
add support for password proected branches
6 years ago
Rossen Georgiev
6cd718e2f9
Improve CM server bootstrap discovery ( #168 )
* remove builtin cm list
* add bootstrap_from_dns to resolve cm0.steampowered.com
* add error and logging when cm server list is empty
* add auto_discovery flag; true by default
* when CMServerList is empty it will try to bootstrap from webapi, with dns fallback
* rework SteamClient CM server persistance logic
* move discovery logic from CMServerList to CMClient
* propagate connect() return through all login methods
* detect stale persisted cm list and update
6 years ago
Rossen Georgiev
b9855f12d8
fix failing WebAuth test
6 years ago
Rossen Georgiev
b31354f53a
replace cryptography with pycryptodomex
6 years ago
Rossen Georgiev
defcea5dfe
update SteamID
* better SteamID validation
* handling for chat SteamIDs
* improve .as_steam3 representation
* more tests
Fix #117
7 years ago
Rossen Georgiev
3bb4937c6b
fix #101 ; refactor steamid.steam64_from_url
8 years ago
Rossen Georgiev
7e44f139b8
disabled tests for generate_session_key()
Due to changes in `cryptography` package, it is no longer possible
to control the source of randomness for test suite
8 years ago
Rossen Georgiev
9d6f170823
SteamID: correct steam2 universe handling
- Added additional tests
- fixed code for parsing/outputing steam2 variants
8 years ago
Rossen Georgiev
17eac0cca3
refactor proto_fill_from_dict & proto_to_dict; #56
* added tests for both function
* both function now support py3 iterators types like map, range, filter
* proto_fill_from_dict will correctly overwrite lists when clear=False
8 years ago
Rossen Georgiev
7c59f6917a
fix #38 : genenerate_twofactor_code parameter order
9 years ago
Rossen Georgiev
f1350db2a4
fix webauth test VCRs
9 years ago
Rossen Georgiev
1a69623fee
intial version of guard module; #32
* currently includes totp related functions
9 years ago
Rossen Georgiev
793a200edd
WebAuth: rework how cookies are set on all domains
9 years ago
Rossen Georgiev
4ee1fef63f
WebAPI: apihost param; get/post shortcuts
* tweaks to WebAPI user guide section
* can now specify hostname for API
* added post/get function as shortcuts for calling endpoints
9 years ago
Rossen Georgiev
70c0b207d5
webapi: reworked & added tests #3
9 years ago
Rossen Georgiev
8ccd5a2441
added tests for WebAuth #25
9 years ago
Rossen Georgiev
45f41314fa
steamid: fix exception handling and http_timeout
9 years ago
Rossen Georgiev
c4ecb58d2a
SteamID: added from_url to class + cleanup
* added http_timeout param
* from_url is now available as a static method on SteamID
* added nocache query param when resolving steamid
* recorded new vcr for steamid tests
9 years ago
Rossen Georgiev
c16ed4c773
migrate from PyCrypto to cryptograhy #17
9 years ago
Rossen Georgiev
47bb0ad7bc
added tests for CMClient
9 years ago
Rossen Georgiev
74550391cb
renamed util test file for consistency
9 years ago
Rossen Georgiev
cd6a344546
added tests for steam.util
9 years ago
Rossen Georgiev
452975590d
fix #19 ; use long as base for SteamID under py2
9 years ago
Rossen Georgiev
ddb2fa3261
SteamID: updated steam2 format
* as_steam2 will now return the new format
* added as_steam2_zero format for goldsrc and orange box
* updated tests and docs
9 years ago
Rossen Georgiev
dc97d34881
fix test_webapi
9 years ago
Rossen Georgiev
85477617f9
made crypto module py3 compatible
9 years ago
Rossen Georgiev
30c34dbb67
added tests for crypto
9 years ago
Rossen Georgiev
68faaf9218
SteamID inherits from int now
* can be assigned to anything that accepts int
* can be serialized
* easier to work with instead of explicitly asking for int value
9 years ago
Rossen Georgiev
83f7a35940
fixed correctly recognizing str in SteamID init
9 years ago
Rossen Georgiev
ed87854cc8
implemented rich comparison on SteamID
9 years ago
Rossen Georgiev
5db7737c26
move steam2/3 coversions to seperate functions
9 years ago
Rossen Georgiev
28cb3d8eb3
added methods for resolving community urls
10 years ago
Rossen Georgiev
ba300941ec
reorginized the code in webapi
10 years ago
Rossen Georgiev
1063165d3d
setup vcr cassette for webapi test suite
10 years ago
Rossen Georgiev
2d24284e85
add test suite for SteamID + enabled travis/cover
fix #2
10 years ago