Commit Graph

735 Commits

Author SHA1 Message Date
Xephi
d926d9ac83 Fix Exception 2014-01-10 01:38:46 +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
93a320c8ae Dev - 3.1.2-DEV-3
Developpement status actually
Some Fixes for the 1.7.2
Remove some Magic Values
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-06 17:54:50 +01:00
Xephi
aaeceae5d2 Correctly get the event inventory ! 2013-12-16 04:07:09 +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
Xephi
e6467eccf2 Add BungeeCord to library 2013-10-07 00:32:21 +02:00
Xephi
10584ff054 Update 2.9.4
//Changes 2.9.4://
* Fix AssertionError
* AuthMe automatically reconnect to MySQL if session timeout
* Optimize threads
* AuthMe now caching flying status
* AuthMe now apply a fake creative flying status temporary while the
player is not loging in ( force them to do not shake in the air ;) )
* You can now apply the survivalforce only after loging in
* You can now convert FlatFile to SQLite ( /authme flattosqlite )
* Fix Some inventories issues
* Fix some problems with Multiverse-Inventories and MultiInv
* Fix NullPointerExceptions reported
* Fix SaveQuitLocation do not send you to the right pos
* Fix Sessions for multi-servers
* Fix Sessions globally
* Fix maxRegistering
* Fix register API
* Fix DJANGO passwordhashing method ( PBKDF2 )
* Fix do not force registration method
* Add a config to display auto the /motd command from essentials before
the /login ( some bug with some servers )
2013-09-15 04:27:23 +02:00
Xephi
7e7afcbfd6 Update 2.9.3
* Fix BungeeCord again
* Remove useless part of api
* Fix register api method
* Always store cache with lowercase players name
* Remove some useless asynchronous part
* Fix some thread problems
* Add PBKDF2 method
* Fix SQLite problem (world duplicate column)
* Fix cannot measure distance between two different world
2013-08-26 18:35:28 +02:00
Xephi
2522357982 Update 2.9.2
* Add Register API
* Fix Captcha message
* Translate email commands
* Fix 'cannot measure distance' problem
* Fix some problem with connection manager
* Add DOUBLEMD5 password hashing md5(md5(password))
* Add pt_PT translate
* Add Korean translate
2013-08-10 13:50:05 +02:00
Xephi
f7f5ef0edb fix pom.xml 2013-08-07 21:53:40 +02:00
Xephi
d06a5f4e53 Update 2.9.1
* Fix some problem with re-register
* Add directly mail.jar in AuthMe Builds
we also do not need the mail.jar in the lib folder
2013-08-07 21:21:58 +02:00
Xephi
84d362196c Update 2.9
* Add a better MultiThreading support for database
* Fix some problem with assertion error
* Add WBB3 support
* Add SH512 support
* Add reg_email_msg in all messages.yml for diff visibility
* Fix Problem with DeOped players
* FIX BungeeCord support - Thanks to games647
2013-08-05 15:28:48 +02:00
Xephi
f81ae45f16 Update pom.xml to 1.6.2-R0.1 2013-07-10 16:12:03 +02:00
Xephi
d699f86cc7 Update 2.8
* Update to CB 1.5.2-R1.0
* Add multi-world support in databases
* Add multi-plugins spawns support : in this order :
BukkitWorldSpawn(default) < Multiverse-Core < EssentialsSpawn <
Authme(/authme setspawn)
* Add BCRYPT passwordhashing method
* Set the Email method to HTML ! you can now send html email correctly
:)
* Some fix with BungeeCord
* Some fix with inventory security ( i recommend you to disable
ProtectInventoryBeforeLogin if you encounter issues , all inventory
click method are now cancelled )
* Add a separate thread for /login command (enable multi-threading in
config file)
* Add a separate thead for /register command (enable multi-threading in
config file)
* Add isRegistered(String playerName) in the API
* Some other code reworks
* Some other debugs
* Re-Indent code
2013-06-20 02:15:27 +02:00
Xephi
0d47578323 BungeeCord fix ... again ... and again... 2013-05-29 23:07:56 +02:00
Xephi
d7f76c8cdf fix double email check - Add Italian Translate 2013-05-14 01:45:50 +02:00
Xephi
447d6633b2 Hook with SocialSpy(Essentials) - Fix OP removed 2013-05-14 01:28:45 +02:00
Xephi
bad44f3af7 Update 2.7.16 2013-05-06 03:49:32 +02:00
Xephi
2350a9e6d2 Resynchronize custom event 2013-04-14 15:34:01 +02:00
Xephi
1c2b585a6f Emergency Fix 2013-04-14 00:29:04 +02:00
Xephi
73c97a39e6 Update 2.7.14
* Add Slot Reservation system ( permission : authme.vip )
* Add ConsoleLogging in authme.log file ( disabled by default, check
config )
* Save the main thread by different database access and saves
* Perform login more quickly
* CleanUp the code entirely
* BungeeCord should be fixed :'(
* Fix the Flat To MySQL converter
* Teleport players correctly
2013-04-13 01:27:23 +02:00
Xephi
468aaa18a3 Add VIP Slots method 2013-04-03 03:21:33 +02:00
Xephi
6485acca53 Add SimplifiedChinese (zhcn) 2013-04-02 13:03:14 +02:00
Xephi
5dcfd31cc6 Update 2.7.13 2013-04-02 03:20:16 +02:00
Xephi
c18131408d Again Change BungeeCord hook with latest method 2013-03-25 13:11:44 +01:00
Xephi
96907d5a24 Forgot to Settings.bungee - Add TradChinese 2013-03-22 18:27:21 +01:00
Xephi
def5821e5c Fix BungeeCord player real IP - 2.7.12b1 2013-03-21 00:03:34 +01:00
Xephi
cedafe52a8 fix SessionExpireOnIpChange
Note for myself : Refresh Code T.T
2013-03-13 23:11:00 +01:00
Xephi
5462508357 2.7.11b2 2013-03-13 18:06:04 +01:00
Xephi
0dd048774e Update 2.7.11b1 2013-03-12 17:20:33 +01:00
Alexandre V.
01e8cfeb4e Use Snapshot version method 2013-03-10 01:34:57 +01:00
Alexandre V.
6a3dc273ed 2.7.10b2 2013-03-10 01:29:07 +01:00
Alexandre V.
f7e7b3e252 2.7.10b1 2013-03-09 03:55:50 +01:00
Alexandre V.
ba82d946c4 First Commit - 2.7.10b1 2013-03-09 03:42:17 +01:00