Rossen Georgiev
764f979865
added game_played method to SteamClient
9 years ago
Rossen Georgiev
7d76a375e2
basic SteamClient implementation
9 years ago
Rossen Georgiev
017e85c8f8
fix emit variable overwite
9 years ago
Rossen Georgiev
45c0918251
added way to listen for any event
9 years ago
Rossen Georgiev
823e2bd6f5
remove __str__ override in SteamIntEnum
9 years ago
Rossen Georgiev
584e9df9c3
implemented EventEmitter; used in CMClient
9 years ago
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
0c7c194aad
remove unneeded dep in tox.init
10 years ago
Rossen Georgiev
0fe3c555ea
test with travis + tox
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
32b506e924
removed wheel build
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
4a89ac9372
added scrutinizer badge in README
10 years ago
Rossen Georgiev
6e9a8da0fd
Merge branch 'dev', v0.5.3
b9d30a3
- bump to v0.5.3
fcf34b1
- Conditionally installs enum34 only if < Python 3.4
3247b6d
- add scrutinizer config for coverage
676d79a
- set stream arg to false for all requests
f79d35b
- updated README
10 years ago
Rossen Georgiev
b9d30a39f3
bump to v0.5.3
10 years ago
Ryan Verner
fcf34b18c0
Conditionally installs enum34 only if < Python 3.4
10 years ago
Rossen Georgiev
3247b6dc64
add scrutinizer config for coverage
10 years ago
Rossen Georgiev
676d79a348
set stream arg to false for all requests
10 years ago
Rossen Georgiev
f79d35b6cd
updated README
10 years ago
Rossen Georgiev
1d50e7278b
Merge branch 'dev', v0.5.2
Adding the test suite has been holding the release too long
bfc41e5
- bump to v0.5.2
24ac0da
- added http_timeout parameter
816c5f7
- remove doc() call when building docstrings
7f57b8e
- param name being shortened on non-array parms
5b79abd
- rm py3.2 in travis; dropped support in coverage
b07f059
- fix #4 ; method failing when format=vdf
ba30094
- reorginized the code in webapi
1063165
- setup vcr cassette for webapi test suite
2d24284
- add test suite for SteamID + enabled travis/cover
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
5b79abd7a4
rm py3.2 in travis; dropped support in coverage
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
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
Rossen Georgiev
0b72a75232
Merge branch 'dev', v0.5.1
9897c59
- WebAPI: fix set concatenation in python3
4aa9200
- version bump v0.5.1
8fd391c
- fix setup.py install fail when missing dependecies
cbde28a
- WebAPI: fix regression w/ required param check
f5d6bc8
- WebAPI: moved doc() to __doc__; doc() now prints
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
8fd391c5c7
fix setup.py install fail when missing dependecies
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