0
Commit Graph

5 Commits

Author SHA1 Message Date
Nicolas F
19042a7669 rcon: fix for python 3
We need to encode the payload since rcon is a binary protocol.

Also, add some more error checking.

Fixes #1605.
2019-07-09 13:44:43 +02:00
Nicolas F
94d6772266 rcon: code style fixes 2017-03-16 18:25:55 +01:00
Nicolas F
8f08b3b69f rcon: Throw more helpful exception if proto error
Addresses #1273.
2016-01-30 15:25:45 +01:00
Nicolas F
c7f8cfee8c rcon: Wait for buffer to fill
We should wait for the buffer to fill up to 12 bytes instead of
simply assuming it will.

Possible fix for #1273.
2016-01-30 13:58:36 +01:00
Nicolas F
c6830a35db Added RCon Observer
It does the rcons! And the observings!
2014-10-06 21:40:09 +02:00