Commit Graph

2683 Commits

Author SHA1 Message Date
Xephi59 6aad66b731 Change how authme reload works, but don't forget ... 2015-07-06 18:02:44 +02:00
Maxetto cbb3aef7b4 Consistency Update
Just to uniform with the other messages.
2015-07-06 16:36:20 +02:00
Maxetto feac009e28 Was I sleeping? 2015-07-06 16:26:14 +02:00
Maxetto 8fae0d8698 Englishish
Better? Better!
2015-07-06 16:25:31 +02:00
Gabriele C 256336979a Fixed metrics 2015-07-06 16:09:56 +02:00
Gabriele C. 354c62358b Update AuthMe.java 2015-07-06 15:52:36 +02:00
Xephi59 e021a32f1f also change message 2015-07-06 02:43:51 +02:00
Xephi59 53590cf029 Change from flatfile to sqlite by default 2015-07-06 02:43:12 +02:00
Xephi59 6234f55b96 Fix it ? :/ 2015-07-06 00:47:05 +02:00
Alexandre Vanhecke 6bb4788769 Merge pull request #98 from sgdc3/master
Add more password error messages
2015-07-06 00:44:34 +02:00
Gabriele C 79dde2caf3 Fixed languages
Update messages_br.yml

Update messages_cz.yml

Update messages_de.yml

Update messages_es.yml

Update messages_fi.yml

Update messages_fr.yml

Update messages_gl.yml

Update messages_hu.yml

Update messages_it.yml

Update messages_ko.yml

Update messages_lt.yml

Update messages_nl.yml

Update messages_pl.yml

Update messages_pt.yml

Update messages_ru.yml

Update messages_sk.yml

Update messages_uk.yml

Update messages_zhcn.yml

Update messages_zhtw.yml

Update messages_zhtw.yml

Update messages_zhhk.yml
2015-07-05 19:06:15 +02:00
Xephi59 1beab7b40b Change password regex here too 2015-07-05 18:18:20 +02:00
Alexandre Vanhecke 8fffb8c489 Merge pull request #89 from Maxetto/master
Enhanced Password Regex
2015-07-05 18:16:04 +02:00
Xephi59 4ca92dda59 Do mail full async 2015-07-05 17:48:40 +02:00
Xephi59 017a55ae13 email fix 2015-07-05 17:03:05 +02:00
Gabriele C 3367f175d4 Fix syntax 2015-07-05 14:56:32 +02:00
Gabriele C. 60f4bd0ce1 Update AsyncronousRegister.java 2015-07-05 14:39:08 +02:00
Gabriele C. d222b2cbd4 Update ChangePasswordCommand.java 2015-07-05 14:33:40 +02:00
Gabriele C. 729e74b155 Update messages_en.yml 2015-07-05 14:26:40 +02:00
Gabriele C. b5ccc34412 Update messages_it.yml 2015-07-05 11:57:20 +02:00
Gabriele C. 58ac4e4d4a Update messages_it.yml 2015-07-05 11:50:07 +02:00
Gabriele C. 2d8fc73e98 Update messages_zhhk.yml 2015-07-05 11:31:06 +02:00
Maxetto a5952de237 Enhanced Password Regex
We are now allowing every ASCII character except for space (0x20 - 32). Those are the characters allowed in passwords.
2015-07-05 03:50:41 +02:00
Xephi59 618a5efe87 authme.admin.forcelogin and authme.canbeforced 2015-07-05 03:38:30 +02:00
Xephi59 a44481c33b Add a permission to disable some people to be forced 2015-07-05 03:35:32 +02:00
Xephi59 723ca59bb5 Change forcelogin only be performed by console 2015-07-05 03:29:19 +02:00
Xephi59 52c023b1f2 Add forcelogin command 2015-07-05 03:12:39 +02:00
Xephi59 1668cd191b Simplify how passpartu works 2015-07-05 02:58:45 +02:00
Alexandre Vanhecke e47dfb6184 Merge pull request #86 from Maxetto/master
Email recall at login, typo fix and ChangePassword Enhancements
2015-07-05 02:57:40 +02:00
Maxetto ac919d8314 Forgot AuthMe >=3.5 has a cache
There's no need to redefine name and email, then.
2015-07-04 23:11:02 +02:00
Maxetto 0b1490bd65 PW lenght and unsafe PW check to ChangePassword
I told you, you missed it! Also, unified "lowpass.equalsIgnoreCase(name)" to the previous group of checks.
This, however, still provides "Password doesn't match" error, instead of one proper error.
2015-07-04 22:57:43 +02:00
Maxetto f3c2967e83 Merge pull request #1 from Xephi/master
Syncing
2015-07-04 20:45:48 +02:00
Gabriele C. 9d378379f5 Update messages_it.yml 2015-07-03 13:16:18 +02:00
Xephi59 a63087b8fc Change Mail Sending 2015-07-01 14:31:27 +02:00
Gabriele C. ba32537670 Update plugin.yml 2015-06-30 14:39:44 +02:00
Xephi59 f4f1f76e25 Fix and performances improvements 2015-06-30 00:47:25 +02:00
Maxetto 6d1e75a731 Recall email at login if RecallEmail is active.
For somewhat reason email recalls didn't start from login and every 5 minutes.
2015-06-29 18:02:42 +02:00
Maxetto 6b70f32afb Typo fix + change to REGEX (matches)
This will deny also IP coming from the default IP 192.168.1.1
2015-06-29 17:29:52 +02:00
Xephi59 761b1feadb What the fuck was that shit 2015-06-29 03:25:23 +02:00
Xephi59 d84cd6549b HashMaps need to be Concurrent 2015-06-29 03:02:07 +02:00
Xephi59 108bb5c357 Surround with try/catch 2015-06-29 02:51:39 +02:00
Xephi59 487c91136c IN DEVELOPPEMENT !!!! Begin to increase performances 2015-06-29 01:35:08 +02:00
Xephi59 ac543df216 Duplicate Regexp check removed, and now we check if password different
from username
2015-06-28 02:06:51 +02:00
Xephi59 8e010d467c Enable Regexp in registration too 2015-06-28 01:59:10 +02:00
Xephi59 2aab1d67bb Check password regexp on change password... sorry for that old bug T.T 2015-06-28 01:50:27 +02:00
Xephi59 030e9b599e Dramastically increase performance
Maybe fix low tps :O
2015-06-27 04:19:59 +02:00
Xephi59 34a87689ed Temporary re-set to PlayerLoginEvent 2015-06-27 01:54:31 +02:00
Alexandre Vanhecke 0f6466d767 Merge pull request #75 from sgdc3/master
Fixed some maven issues + enabled Travis cache
2015-06-26 22:02:55 +02:00
Gabriele C. a9c03b686f Update plugin.yml 2015-06-26 16:06:56 +02:00
Xephi59 4e75fb76d0 Add reflection to support old version of Bukkit/Spigot 2015-06-23 01:02:00 +02:00