57 Commits (typing)
 

Author SHA1 Message Date
Gabriel Huber 898c8b87c4 Remove TypeAlias because it is not available in Python 3.7 2 years ago
Gabriel Huber af7f7cf9d0 Improve accuracy of type hints 2 years ago
Gabriel Huber 1ddf149e50
Merge pull request #43 from AbstractUmbra/master 2 years ago
Alex Nørgaard 6ee45b6e47
workflow should always run 2 years ago
Alex Nørgaard 5a5448d0c3
remove __all__ from unneeded files 2 years ago
Alex Nørgaard 9d8c37eaf5
fix wrong type in base class 2 years ago
Alex Nørgaard c761c29747
fix `__init__` imports 2 years ago
Alex Nørgaard a8278f2b6d
switch to a base type for the a2s protocols 2 years ago
Alex Nørgaard 03d7ff54ca
change workflow to only check on py3.7 2 years ago
Alex Nørgaard 5d781735e9
remove `__slots__` 2 years ago
Alex Nørgaard e755db61ea
Switch to `Any` return types as requested 2 years ago
Alex Nørgaard e5954d860c
switch to using `__all__` imports over the explicit exporting 2 years ago
Alex Nørgaard 2f22696151
remove `Literal` string types for struct (un)pack 2 years ago
Alex Nørgaard 3a9be1410c
set line length back to 79 instead of 125 2 years ago
Alex Nørgaard 561ceaf845
push latest changes 2 years ago
Alex Nørgaard 61caa24e67
try fixing more metadata 2 years ago
Alex Nørgaard e162c7b72e
add dunders to classes 2 years ago
Alex Nørgaard 56febc93c7
remove pyi files 2 years ago
Alex Nørgaard 458b090290
add license header and fix metadata 2 years ago
Alex Nørgaard 43150c1336
complete typing 2 years ago
Gabriel Huber c09ff09f06 Update example server 3 years ago
Gabriel Huber dda54b6ce3 Add a note that the example server may be down. 3 years ago
Gabriel Huber 9d43f53eee Add OSError to list of possible exceptions 4 years ago
Gabriel Huber 85e61c2fc7 Add note about ISteamApps/GetServersAtAddress 4 years ago
Gabriel Huber 35136d9389 Add debug logging for sent packets 4 years ago
Gabriel Huber 81bfd5d8e5 Add note about rate limiting 4 years ago
Gabriel Huber a453675fea Add support for info challenges and rewrite everything 4 years ago
Gabriel Huber 490888c0a7 Bump version to 1.2.1 5 years ago
trppe 646ccf2c56 Update README.md 5 years ago
Gabriel Huber 4b421f822d Implement readme improvements proposed in #13 and #15. 5 years ago
nereg 3dda4b8d35 Fix missing self parameter in async code. Fixes #14. 5 years ago
Gabriel Huber aa418c9e8d Add notes section to inform about common problems. 5 years ago
Gabriel Huber dd8212b71f
Merge pull request #10 from Yepoleb/async 5 years ago
Gabriel Huber 859060f5e3 Update readme and setup files 5 years ago
Gabriel Huber ffd705d3ab Fix all the bugs 5 years ago
Gabriel Huber f6120952a3 Implement async requests 5 years ago
Gabriel Huber 191e8c7018 Async a2s protocol implementation 5 years ago
Gabriel Huber d26c05875c Fix boolean decoding 5 years ago
Gabriel Huber 7887814324 Add logging to a2sstream 5 years ago
Gabriel Huber 80b2d690b1 Fix missing default value for edf 5 years ago
Gabriel Huber 191528b8e6 Fix missing exception import 5 years ago
Gabriel Huber daf690799f Workaround for parsing GoldSource mod responses without a mod section 5 years ago
Gabriel Huber 99286d1a9a Link demo application 5 years ago
Gabriel Huber 4b73d4036e Bump version to 1.1.1 5 years ago
Gabriel Huber 7daa948fe3 Fix GoldSrc support 5 years ago
Gabriel Huber 7e4a4c7cc0 Add install instructions to Readme 5 years ago
Gabriel Huber 8bf5c46b76 Bump version to 1.1.0 5 years ago
Gabriel Huber bc2e011541 Test more games 5 years ago
Gabriel Huber 1a3817056f Add retry counter to work around implementations repeatedly sending challenge responses 5 years ago
Gabriel Huber 2fbd78ad0b Create setup file 5 years ago