ProtocolLib/ProtocolLib
Kristian S. Stangeland 476a918794 Dynamically add or remove injected hooks depending on the listeners.
This occurs whenever a listener is added or removed. A listener can
now specify whether or not it's listening for packets sent BEFORE
a player has logged in (every packet upto Packet1Login and a few more),
or AFTER. By default, listeners only receive notifcation of packets
sent and received after. 

ProtocolLib will now only hook NetLoginHandler if there's a login 
listener, and vice versa. Thus, the new login feature will only
tax the server if another plugin is using it. In addition, ProtocolLib
will not consume any resources when it's not serving any listeners.
2012-10-16 22:24:30 +02:00
..
.settings Massive update that adds support for intercepting packets during login. 2012-10-16 07:28:54 +02:00
src Dynamically add or remove injected hooks depending on the listeners. 2012-10-16 22:24:30 +02:00
.classpath Massive update that adds support for intercepting packets during login. 2012-10-16 07:28:54 +02:00
.gitignore Switching to Maven instead of Ant. 2012-10-10 21:35:55 +02:00
.project Massive update that adds support for intercepting packets during login. 2012-10-16 07:28:54 +02:00
dependency-reduced-pom.xml Massive update that adds support for intercepting packets during login. 2012-10-16 07:28:54 +02:00
pom.xml First test of the pre-login injector. 2012-10-15 00:31:55 +02:00