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
10 years ago
Rossen Georgiev
5db7737c26
move steam2/3 coversions to seperate functions
10 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