Kristian S. Stangeland
b901f029d2
[TinyProtocol] Adding to Maven repository under version 0.1.0
2014-08-22 14:32:03 +02:00
Kristian S. Stangeland
0375ad5391
[TinyProtocol] Fix NULL player in the packet interception methods.
2014-06-19 15:28:27 +02:00
Kristian S. Stangeland
1141c0ba71
Ignore NuSuchElementExceptions when removing channel handlers.
2014-05-21 23:04:29 +02:00
Kristian S. Stangeland
d3e37df343
Added the ability to toggle whether or not a given player is injected.
...
We also ensure we can run multiple instances of TinyProtocol without
requiring implementers to override getHandlerName().
Also fixed a potential memory leak, as the channel map was set to
weakKeys() instead of the correct weakValues().
2014-05-17 17:10:17 +02:00
Kristian S. Stangeland
4dea26b847
[TinyProtocol] Add support for intercepting login and status packets.
2014-04-10 01:37:56 +02:00
Kristian S. Stangeland
be238f6ac6
Don't remove channel handlers in the main thread - can case deadlock.
2014-04-09 02:57:52 +02:00
Kristian S. Stangeland
4e650ec7bf
Quote replacement string.
2014-02-11 13:44:56 +01:00
Kristian S. Stangeland
752807fa5f
Split up TinyProtocol and its built-in reflection system.
2014-02-01 16:38:24 +01:00
Kristian S. Stangeland
fb07a91fb0
Updating TinyProtocol significantly.
...
Added the ability to send and recieve packets, along with a more
powerful reflection system. You can now retireve Minecraft classes
by name.
2014-01-28 00:58:57 +01:00
Kristian S. Stangeland
5267e73311
Adding TinyProtocol to the example directory.
2013-12-21 19:37:02 +01:00