Add 2 configuration options to get a finer control for whether to enable encryption for a particular session
Fix NullPointerException on login while encryption isn't being enabled
Remove mapping to Guava 10 for Bukkit plugins
Add build directory to build class path
Fix build class path missing source directory
Remove TransformerExclusions
Change package
Change package
Update plugin description
Correct description words
Add Bukkit plugin metadata
Fix typos
Fix getting empty configuration value in tsauth.sh
Convert plugin.yml format to JSON
Update copyright year in COPYING
Improve implementation of reading configuration file from tsauth.sh
Cleanup comments
Use Gson instead, since it is already used by Minecraft
Try to maximize default world border limitation on enabling plugin to allow any previous border configuration being effective
Minor fix of error message; cleanup
Cleanup
No need for path name expansion in tsauth.sh
Disable JRE InetAddress cache as it would otherwise preventing Mojang authentication from working reliably
Support Minecraft 1.16
Remove warning
Adjust monospace unicode font rendering offset; cleanup
Support unicode font
Rewrite for Minecraft 1.13+ with ModLauncher
Rewrite for Minecraft 1.13+ with ModLauncher
Rewrite for Minecraft 1.13+ with ModLauncher
Avoid preparing SQL statement on every single query
Avoid preparing SQL statement for every query
Rewrite for Minecraft 1.13+ with ModLauncher
Add animal breed statistics
Fix preparing SQL statement waits last query thus blocking server thread
Fix preparing SQL statement waits last query thus blocking server thread
Add regular expression anchoring marks for matching method descriptors
Cleanup
Add animal breed statistics
Add entity interaction and kill statistics
Cleanup
Add block interaction statistics; change license
Remove TransformerExclusions
Cleanup imports
Add block place and break statistics
Add block place and break statistics
Add item pick up and drop statistics
Implement sell item statistics
Add crafting and trading statistics
Update table schema to add some more columns used by 'pstat' mod
Remove some debug messages
Check instruction array length
Remove TransformerExclusions
Remove TransformerExclusions
Remove TransformerExclusions
Remove TransformerExclusions
Remove TransformerExclusions
Remove TransformerExclusions
Remove TransformerExclusions
Remove TransformerExclusions
Remove TransformerExclusions
Remove TransformerExclusions
Update tables schema
Update table schema
Add META-INF/MANIFEST.MF for built-in class path
Implement break item statistics
Implement use item statistics
Implement use item statistics
Implement item statistics
Add statistics for 'give' command
Add a customized 'give' command
Fix 'Unparseable date' due to a different DateFormat was used in the 'lastlogin' plugin
Optionally run $HOME/login-throttle.sh from tsauth.sh
Support Mojang authentication with the customized version of ProtocolSupport
Support Mojang authentication when using the customized version of ProtocolSupport
Fully works
Remove debug messages
Fix 'Unparseable date' due to a different DateFormat was used in the 'lastlogin' plugin