The best authentication plugin for the Bukkit/Spigot API!
Go to file
Joriom 542dc7a800 Fix for phpBB3 support + bonus
username_clean
PhpBB3 requires second column (username_clen) with username as table primary key. Yet, config value "mySQLOtherUsernameColumns" is not an option as this value needs to be formated with phpBB custom utf8_clean_string() function which brings letters to lower case, merges nearby spaces and removes invalid UTF8 chatacters.
Due to characters already being limited both in config and in minecraft itself I believe toLowerCaste() will suffice for now.

num_users
Increment users count not to loose those nice statistics!
2014-09-30 20:43:00 +02:00
lib Add CraftBukkit libraries on systemPath due to some missconnection with 2014-09-17 17:14:53 +02:00
src/main Fix for phpBB3 support + bonus 2014-09-30 20:43:00 +02:00
.gitignore Move Javadoc 2014-08-22 07:06:09 +02:00
.travis.yml Fix build 2014-09-17 17:55:43 +02:00
LICENSE.txt Add License 2014-09-17 20:20:45 +02:00
pom.xml Add CraftBukkit libraries on systemPath due to some missconnection with 2014-09-17 17:14:53 +02:00
README.md Update readme 2014-08-08 21:26:04 +02:00

AuthMeReloaded-Jenkins

AuthMeReloaded Maven project