Commit Graph

35 Commits

Author SHA1 Message Date
Xephi
8d8ce1c4eb Remove some warnings 2015-06-03 02:07:54 +02:00
Alexandre Vanhecke
b75adf6a98 Update CacheDataSource.java 2015-05-28 22:28:52 +02:00
Xephi
dc3a8c1f06 Change from HashMap to ConcurrentHashMap, need to be available from
other threads !
2015-05-28 18:56:57 +02:00
Xephi
c12643a138 Do not put a null world at respawn 2015-05-04 16:41:50 +02:00
Xephi
db27341832 Thread the cache 2015-05-04 16:07:05 +02:00
Xephi
c65fe5822f Let the data be corrupted ! 2015-04-21 21:08:46 +02:00
Xephi
0e93d502ef Optimize the cache, it will slow the server starting, but will be much
easier to get auths
2015-04-21 16:43:49 +02:00
Xephi
84cf1a6627 Re-ignore case for name, Security issues T.T 2015-04-21 16:22:12 +02:00
Alexandre Vanhecke
6deb174f9e Merge pull request #10 from Joriom/patch-2
Fix for phpBB3 support + bonus
2015-01-27 03:04:37 +01:00
Xephi59
1a499150c8 Push ! 2015-01-08 18:31:29 +01:00
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
Xephi
1fc6cdd40b Fix some exception/errors 2014-09-14 23:18:05 +02:00
Xephi
7e16be7f9e lower ... not lowest... need to sleep T.T 2014-09-05 19:41:20 +02:00
Xephi
38b3197356 Apply Case insentitive while getting a player through database only to
disable multi-accounts
2014-09-05 19:36:38 +02:00
Xephi
7596266d7c Fix NPE on startup with flatfile 2014-08-30 04:20:17 +02:00
Xephi
6e17b540f5 Fix the Cache 2014-08-30 04:05:22 +02:00
Xephi
907d70d60d Fix AuthMe not compiling 2014-08-30 03:28:33 +02:00
Xephi
c12735d2f4 Add sqltoflat converter type 2014-08-28 06:24:47 +02:00
Xephi
6cfd3f0a0b Remove Case dependance, auto-update name on join into database (care
forums users!)
2014-08-27 07:03:11 +02:00
Xephi
d7cb60c1fe Replace all '/' in path to File.separator - Code Refactor 2014-08-25 03:12:28 +02:00
Xephi
e5189283ed Rework cache system - Add Javadoc for AuthMe 2014-08-22 06:51:56 +02:00
Xephi
6a0dc0300f Add a message to prevent lower performance with File 2014-08-19 06:24:53 +02:00
Xephi
afc1ea9111 Code Refactor - Whitespace Refactor 2014-08-08 23:14:56 +02:00
Xephi
ec7ac60340 MultiThreading test finished, use them as default 2014-08-08 21:40:32 +02:00
Xephi
9001cd4ebc Add Converter command 2014-07-28 16:46:31 +02:00
Xephi
800ecb16a0 Fix for XenForo 2014-06-16 01:11:22 +02:00
Xephi
2c480738ef Get/Set XenForo password correctly 2014-06-14 23:50:44 +02:00
Xephi
2638007ada AuthMe 3.4 2014-06-13 05:56:59 +02:00
Xephi
8c3dc12658 Update 3.3.5
//Changes 3.3.5://
* Now Support our sponsor ipClean feature ( Get player real ip through
their servers )
* Now Cache correctly Item Custom Names and Lores
* Fix FlatToSQL converter
* Add /authme getip <playername> command, perm : authme.admin.getip
* Implement correctly XenForo Support
* Fix maxregperip
* Fix maxloginperip
* Preparation for next features, coming soon !
2014-04-01 10:32:27 +02:00
Xephi
b659d8968e Update 3.3.4
//Changes 3.3.4://
* Add an isLogged column in mySQL
* Add a maxLoginPerIp
* Add a maxJoinPerIp
* Add a way to force kick after register
* Add a way to force login after register
* Update session correctly
* Fix Change Email command
* Fix some perm problems
* Fix some problems with email sending
* Remove some dead code
* Add a way to control spawn priority, by default , in order, it is :
authme,essentials,multiverse,default
2014-03-08 00:16:14 +01:00
Xephi
4e7e9e6cb4 Update 3.3.3 2014-02-20 12:54:10 +01:00
Xephi
2e5da58aca Update 3.3 + fix permission error 2014-01-27 20:33:34 +01:00
Xephi
5127d5e70a Update 3.2
//Changes 3.2://
* Fix Password showed in console ( support for Log4J )
* Quit Location will be more precise ( now double instead of int )
* Force command after the /register too
* Close inventory when player try to open one unlogged
* Fix old password supports
* Remove some Magic Values ( 1.7.2+ )
* Fix threads not start correctly
* Add a recall email adding message
* Fix catpcha messages
* Add multilines messages ( add &n )
* Fix some inventory problem
* Fix some events problem
* Call login event after /register
2014-01-07 02:59:08 +01:00
Xephi
bc8d11ebd6 Update 3.1.1
//Changes 3.1.1://
* Do /login correctly in the correct thread
* Add a way to force some commands after /login
* Try a fix for bungeecord , let's see ...
* Fix Logout command ( pos + inventory )
* Fix PHPBB support + random salt
* Add a bypass antibot perm : authme.bypassantibot
* Translation file will automatically update now
* Some other fixes
2013-12-12 05:34:44 +01:00
Xephi
10b4eaeca7 AuthMe 3.0
//Changes 3.0://
* Repackaging from uk.org.whoami.authme to fr.xephi.authme, please
developpers, update!
* Rewrite some of parts of the plugin
* Some code was already perfect , also did not change it :p
* Full support for phpbb3
* Add full support for WordPress + passwordHash: WORDPRESS
* Completely rewrite Management system for inventories and tp issues,
Thanks to : [[http://dev.bukkit.org/profiles/Possible/|Possible]]
* Rework on /passpartu command
* Completely rewrite the password encryption method
* Add a way for developers to add their own Password Encryption Method
on AuthMe via event way (please see
fr.xephi.authme.events.PasswordEncryptionEvent)
* Add an auto purge with players.dat removing method and essentials
files removing ( if you want authme to hook with an another plugin let
me know )
* Complete Hook with BungeeCord by removing the /server command before
login
* message_lang.yml will never be overwritten with English Strings , but
correctly update the message_lang.yml when needed to
* Fix a lot of issues mentioned in tickets , commants , or by mp, Thanks
for all your reports!
2013-10-17 05:14:46 +02:00