32 Commits (898c8b87c4b3ac843c92ad0c7f034a2554c2d8e2)

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
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 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 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 35136d9389 Add debug logging for sent packets 4 years ago
Gabriel Huber a453675fea Add support for info challenges and rewrite everything 4 years ago
nereg 3dda4b8d35 Fix missing self parameter in async code. Fixes #14. 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 7daa948fe3 Fix GoldSrc support 5 years ago
Gabriel Huber 1a3817056f Add retry counter to work around implementations repeatedly sending challenge responses 5 years ago
Gabriel Huber ac53699495 Use a dataclasses-like module for responses and some other fixes 5 years ago
Gabriel Huber 5c916c71df Little safety margin for receive buffer 5 years ago
Gabriel Huber cec3571dc9 Initial commit 5 years ago