Rossen Georgiev
22bdb2e687
move everything from client to core
9 years ago
Rossen Georgiev
8e244e00dc
CMClient reconnects always, until disconnect
9 years ago
Rossen Georgiev
961512be26
set steam/session id for outgoing msgs
9 years ago
Rossen Georgiev
e785d77382
updated common enums
9 years ago
Rossen Georgiev
f65cb46261
message debug; nozip multi fix
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
e29e576cff
enums now inherit from int and split enum.py
9 years ago
Rossen Georgiev
c5885dfa05
updated protobufs
9 years ago
Rossen Georgiev
92eb3ae7ea
basic CM client implementation
9 years ago
Rossen Georgiev
057e4f7c49
added steam client protobufs
9 years ago
Rossen Georgiev
458027a60f
added EMsg enum
9 years ago
Rossen Georgiev
b416c6c163
implemented crypto module for client
9 years ago
Rossen Georgiev
83f7a35940
fixed correctly recognizing str in SteamID init
9 years ago
Rossen Georgiev
e30f2cd25e
bump to v0.5.4
10 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
03c8ab233d
make SteamID comperable & hashable
10 years ago
Rossen Georgiev
28cb3d8eb3
added methods for resolving community urls
10 years ago
Rossen Georgiev
b9d30a39f3
bump to v0.5.3
10 years ago
Rossen Georgiev
676d79a348
set stream arg to false for all requests
10 years ago
Rossen Georgiev
bfc41e5397
bump to v0.5.2
10 years ago
Rossen Georgiev
24ac0da96d
added http_timeout parameter
10 years ago
Rossen Georgiev
816c5f7731
remove doc() call when building docstrings
10 years ago
Rossen Georgiev
7f57b8e6b7
param name being shortened on non-array parms
10 years ago
Rossen Georgiev
b07f059f6a
fix #4 ; method failing when format=vdf
10 years ago
Rossen Georgiev
ba300941ec
reorginized the code in webapi
10 years ago
Rossen Georgiev
2d24284e85
add test suite for SteamID + enabled travis/cover
fix #2
10 years ago
Rossen Georgiev
9897c592e6
WebAPI: fix set concatenation in python3
10 years ago
Rossen Georgiev
4aa92007af
version bump v0.5.1
10 years ago
Rossen Georgiev
cbde28afea
WebAPI: fix regression w/ required param check
fix #1
10 years ago
Rossen Georgiev
f5d6bc848c
WebAPI: moved doc() to __doc__; doc() now prints
10 years ago
Rossen Georgiev
e686fb4035
version bump to v0.5
10 years ago
Rossen Georgiev
121605fb88
SteamID can now init with steam2 id
10 years ago
Rossen Georgiev
73fbf290b3
added 'last_response' attribute to WebAPIMethod
the attribute is a instance of `requests.Response` and it will
hold a reference to the last response for the particular method.
This could be useful for debuging, or reading the body, which may
hold reason information, when http status code is not 200.
10 years ago
Rossen Georgiev
5f6b65a5e2
fixed SteamID.__str__() not returning a str
10 years ago
Rossen Georgiev
5380594122
added HTTP method to method .doc()
10 years ago
Rossen Georgiev
b43b2cd6fc
steamid.community_url is now https
10 years ago
Rossen Georgiev
1c9235c1e9
WebAPI: added version specific method endpoints
10 years ago
Rossen Georgiev
c8df3adb7d
version bump; v0.3
10 years ago
Rossen Georgiev
2cc0102334
adjust SteamID format properties
10 years ago
Rossen Georgiev
b35b6e27b4
moved enums to seperate module
10 years ago
Rossen Georgiev
2964911e6c
added raw, format parameters to WebAPI
10 years ago
Rossen Georgiev
ff954fbd64
str(SteamID) now returns steamid64
10 years ago
Rossen Georgiev
6fe2ab93d6
added WebAPI; v0.2
10 years ago
Rossen Georgiev
0c5b2937a3
added SteamID outputs to README
10 years ago
Rossen Georgiev
52247faa6f
added SteamID class
10 years ago
Rossen Georgiev
b814fd152b
empty README and setup.py
10 years ago