pyCraft/minecraft/networking
joo 73728957e7 Allow reconnection from within exception handlers
This implements the changes suggested in
<https://github.com/ammaraskar/pyCraft/issues/146#issuecomment-738914064>,
i.e.:

1. `minecraft.networking.Connection.disconnect' now correctly terminates the
   new networking thread if it is still waiting to replace the old one, and

2. `minecraft.networking.Connectoin._handle_exception' no longer calls
   `disconnect' if any exception handler has initiated a new connection.
2020-12-07 23:47:48 +01:00
..
packets Fix: non-monotonic protocol versions are not correctly handled 2020-12-02 15:11:39 +01:00
types Fix: non-monotonic protocol versions are not correctly handled 2020-12-02 15:11:39 +01:00
__init__.py Things look slightly more legit... 2015-04-06 15:27:42 +02:00
connection.py Allow reconnection from within exception handlers 2020-12-07 23:47:48 +01:00
encryption.py Add full connection tests with encryption enabled. 2018-05-27 03:30:43 +01:00