69 Commits

Author SHA1 Message Date
Maxetto
d4c37b2fc2 Coding without Eclipse is hard!
But that should do the trick.
2015-07-10 23:03:09 +02:00
Maxetto
e8a6ce6e75 Compilation Fixes 2015-07-10 22:59:01 +02:00
Maxetto
34c15a5746 Revert sgdc3 fix here. 2015-07-10 22:44:14 +02:00
Gabriele C
b87768478d fixed conflict 2015-07-10 22:28:43 +02:00
Maxetto
aa871e2dcf Remember to sync before pushing! 2015-07-10 17:04:03 +02:00
Maxetto
91a4afb41f Remember to sync before pushing! 2015-07-10 17:02:57 +02:00
Maxetto
5cdd2e1189 Sometimes I'm sleeping 2015-07-10 16:33:55 +02:00
Maxetto
63497269f2 Admin Commands rework
//TODO: Still needs to block output if doesn't have the permission for "Usage:" messages.
//TODO: Add a way to replicate the "/authme" command when "/authme args[0]" is not in the list.
2015-07-10 16:23:09 +02:00
Maxetto
11785c6547 Easing out code 2015-07-10 16:16:42 +02:00
Xephi59
36632bbb58 Fix the instance of database 2015-07-09 21:02:37 +02:00
Xephi59
5fe8ece0b3 Forgot a change 2015-07-09 01:00:48 +02:00
Xephi59
d6e0ef4553 Drop Spout/Notification support, they are not updated anymore 2015-07-09 00:59:23 +02:00
Xephi59
b5dcc64ce8 Fix email recovery 2015-07-08 16:39:54 +02:00
Xephi59
6aad66b731 Change how authme reload works, but don't forget ... 2015-07-06 18:02:44 +02:00
Gabriele C
3367f175d4 Fix syntax 2015-07-05 14:56:32 +02:00
Gabriele C.
d222b2cbd4 Update ChangePasswordCommand.java 2015-07-05 14:33:40 +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
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
Xephi59
f4f1f76e25 Fix and performances improvements 2015-06-30 00:47:25 +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
2aab1d67bb Check password regexp on change password... sorry for that old bug T.T 2015-06-28 01:50:27 +02:00
Xephi59
de2961b754 Check password strengh in ChangePasswordCommand too 2015-06-11 01:13:53 +02:00
Xephi
8d8ce1c4eb Remove some warnings 2015-06-03 02:07:54 +02:00
Xephi
140a807a59 u_U 2015-06-03 01:41:43 +02:00
Xephi
5f2feedebb PseudoRandom 2015-05-28 20:09:14 +02:00
Xephi
9ba90bfb97 Replace m._ by a method call m.send, Java 8 in comming ... 2015-05-26 13:03:45 +02:00
Xephi
a8795abc23 Try to synchronise these task to avoid some problems 2015-04-23 16:10:09 +02:00
Xephi
84cf1a6627 Re-ignore case for name, Security issues T.T 2015-04-21 16:22:12 +02:00
vanhec_a
7a19a1ce78 Add Logout Event 2014-10-23 10:56:40 +02:00
Xephi
c5fbdb96b7 Fix Logout fly error 2014-10-09 23:09:36 +02:00
Xephi
78cecb27d7 Fix Converter command 2014-09-21 00:04:22 +02:00
Xephi
7dc9238288 Remove unused imports 2014-09-04 16:27:52 +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
a947198c8e /logout now reset timestamp in case session, to enable the /login after
a d/c
2014-08-27 06:03:45 +02:00
Xephi
655a6a1a71 Correctly de-op on /logout 2014-08-25 04:34:06 +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
e9032d1739 Begin rework of Cache 2014-08-20 06:05:35 +02:00
Xephi
9704abc386 Do not send error if player do not exist while unregister 2014-08-14 17:49:14 +02:00
Xephi
afc1ea9111 Code Refactor - Whitespace Refactor 2014-08-08 23:14:56 +02:00
Xephi
b8fbd30bfe Add Support to 1.7.9/1.7.10 (remove lag spikes) 2014-08-08 21:24:17 +02:00
Xephi
0b55e48b85 Add /authme resetposition <playername> 2014-08-08 15:54:26 +02:00
Xephi
7e9bde1d7a Fix for emailBlackList domain 2014-08-06 18:07:25 +02:00
Xephi
5c3f97f6c7 Add emailBlackList domain 2014-08-06 18:03:32 +02:00
Xephi
9001cd4ebc Add Converter command 2014-07-28 16:46:31 +02:00