Gabriele C
ed3ea344f4
Update docs
2018-08-02 21:12:50 +02:00
iStrqfingRD
bbcc9d5fcc
Update messages_es.yml ( #1608 )
2018-07-28 21:10:42 +02:00
DNx
f0cd775d7c
Pass the ip check into player join event
...
if AuthMe still cannot get the ip address.
2018-07-22 13:03:58 +07:00
Melih Budak
8c88136812
Update messages_tr.yml ( #1604 )
...
Fixed a very small wrong. And it was checked again.
2018-07-19 21:14:11 +02:00
Melih Budak
f00bf2e8b5
Update message_tr.yml ( #1603 )
2018-07-19 09:41:58 +02:00
ljacqu
c420255ad7
Merge pull request #1547 from AuthMe/ip-check
...
[Discussion] Skip IP check for API registration
2018-07-16 19:24:14 +02:00
Gabriele C
b1c322c60c
Add #1591 debug code ( #1599 )
2018-07-16 14:49:35 +02:00
Gabriele C
38711a9913
1.13 compatible
2018-07-16 13:57:14 +02:00
Gabriele C
1a1ba31bf1
Merge branch 'master' into ip-check
2018-07-16 13:35:03 +02:00
Gabriele C
d4bcec1db4
Test 1.13 build
2018-07-15 04:58:25 +02:00
DNx
6a219c3fc4
this one not get committed
2018-07-08 02:26:50 +07:00
DNx
1fd4f0e1a7
Improve previous commit
2018-07-08 02:24:58 +07:00
DNx
1d118afd17
Fix #1587
...
AsyncPlayerPreLoginEvent#getAddress() sometimes return null if it unresolved.
In that case we should pass it to PlayerLoginEvent to do the join verification process.
2018-07-07 20:54:38 +07:00
Pavel Leshchev
4c640fddd9
Add come translations ( #1596 )
2018-07-04 02:05:51 +02:00
games647
0227cb3f74
Add IPv6 support for isLocal checks ( #1592 )
...
* Add IPv6 support for isLocal checks
* Replace magic values like 127.0.0.1 and use our utility
* Support for IPv6 local adresses in IPv6 only or dual stack environments
* Loopback [::1]
* Site-Local fc00::/7
* Link-local fe80::/10
* Introduce extra method for loopback addresses
* Use public IP for passMaxLogin check
* Use non-local IP addresses in test after change in verification
2018-07-04 02:05:17 +02:00
ljacqu
fc07ad3df1
Update translations page
2018-06-25 21:54:42 +02:00
Gabriele C
38fd133e82
Update libraries
2018-06-19 18:44:32 +02:00
games647
0a3b66bc7d
Start a reading instance after downloading (Related #1581 )
2018-06-03 13:34:51 +02:00
games647
135e323358
Set the downloading flag in order to mark it as successful (Related #1581 )
2018-06-03 09:47:52 +02:00
games647
f39141ed53
Fix race condition starting multiple database downloads (Related #1581 )
2018-06-02 21:50:43 +02:00
games647
5058747b10
Download database only if there is a newer one uploaded ( Fixes #1581 )
2018-06-02 21:50:02 +02:00
Gabriele C
14d3d1ad91
Update dependencies
2018-05-29 00:51:25 +02:00
ljacqu
fecd79fd28
Merge pull request #1577 from AuthMe/1417-chat-before-login-with-permission
...
#1417 Add permission node to allow chat before login
2018-05-22 19:51:15 +02:00
ljacqu
b9943675ba
#1557 Disallow player from using /email setpassword more than once
2018-05-21 13:29:34 +02:00
ljacqu
768ef9179a
Update datasource columns version
...
- Fixes #1551 Bad closing of resources in case of an exception
- Facilitates initialization of SQL handler implementation
2018-05-21 13:07:13 +02:00
ljacqu
68b896cfc3
Move salt column configuration to the other column configs
2018-05-21 09:10:27 +02:00
ljacqu
c4b02d74b7
Fix generic type in PlayerAuth matcher
2018-05-21 09:01:00 +02:00
ljacqu
6142042996
#1417 Add permission node to allow chat before login
2018-05-21 08:45:18 +02:00
ljacqu
8e4288f911
Minor code householding
2018-05-20 13:10:26 +02:00
RikoDEV
80dce1a92f
Update messages_pl.yml ( #1571 )
...
* Update messages_pl.yml
2018-05-14 21:08:20 +02:00
Maxetto
3c0caf2ac3
[Messages_IT] Add 2FA messages
2018-05-14 00:53:46 +02:00
rafael59r2
54feb1097e
Update messages_pt.yml ( #1570 )
2018-05-13 22:56:25 +02:00
ljacqu
c96e28f726
Add debug logging for teleports (relates to #1521 )
2018-05-13 22:52:41 +02:00
ljacqu
b5c028301b
Merge master into '1141-optional-additional-2fa-auth'
2018-05-13 18:54:19 +02:00
ljacqu
729c567dd5
#1141 Check that user is logged in before changing TOTP key
...
- Use PlayerCache to check that user is logged in where appropriate
- Add log statements
2018-05-13 18:49:40 +02:00
rafael59r2
4f9a869a46
Translation messages_pt.yml ( #1569 )
2018-05-13 15:15:01 +02:00
ljacqu
6f2f7a73af
Merge branch 'master' of https://github.com/AuthMe/AuthMeReloaded into 1141-optional-additional-2fa-auth
2018-05-01 22:49:23 +02:00
ljacqu
1e3ed795c1
#1141 2FA implementation fixes
...
- Merge TotpService into TotpAuthenticator
- Add missing tests
- Migrate old 2fa enabled key to new one
2018-05-01 22:49:07 +02:00
games647
b69767c705
Upgrade jacoco dependency to fix Java 10 compatibilty and CircleCI tests
2018-05-01 13:39:19 +02:00
ljacqu
d55b4bb3b5
#1561 Fix timing attacks by comparing hashes in constant time ( #1563 )
...
* #1561 Fix timing attacks by comparing hashes in constant time
* #1561 Fix timing attacks in phpBB fallback hashes
- As noted by @games647
2018-04-22 21:27:38 +02:00
ljacqu
ecdcaf2479
Fix failing tests
2018-04-22 13:26:51 +02:00
ljacqu
cff456c285
Help message updater: specify the name of the updated file
2018-04-22 12:51:41 +02:00
ljacqu
ecaffbabfc
Small cleanups / changes amassed over time
...
- Small javadoc fixes
- Simplifications
- Move logException method from StringUtils to ExceptionUtils
2018-04-22 12:45:34 +02:00
ljacqu
29ac3a7022
#1141 Fixes to TOTP implementation
...
- Revert back to SHA1 as HMAC hash function so that it works with Google authenticator
- Add message to user to tell him to run /2fa confirm to add a TOTP code
2018-04-22 11:13:27 +02:00
ljacqu
de0e588cf3
Merge branch 'master' of https://github.com/AuthMe/AuthMeReloaded into 1141-optional-additional-2fa-auth
2018-04-22 07:14:05 +02:00
Gabriele C
baec034909
#1555 Add RegisterEvent and AuthMeAsyncPreRegisterEvent ( #1559 )
...
* #1555 Add RegisterEvent and AuthMeAsyncPreRegisterEvent
* Add missing javadoc
2018-04-21 13:02:14 +02:00
RikoDEV
5194f76f39
Update of the Polish translation by RikoDEV ( #1560 )
2018-04-21 02:24:27 +02:00
Gabriele C
65ad91372e
Fix JDK 10 surefire plugin, use batch mode in circleci
2018-04-19 12:32:50 +02:00
Gabriele C
8722a3dbab
Improve circle configuration file
2018-04-19 12:29:30 +02:00
Gabriele C
65a1438c47
Fix circleci config format
2018-04-19 12:19:59 +02:00