Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-10 | Core: Nuke authserver | DDuarte | |
It has been replaced by bnetserver since grunt was deprecated | |||
2014-01-01 | Update copyright note for 2014. | Vincent_Michael | |
Happy new year. | |||
2013-08-25 | Core&Tools: Fix warnings and non-pch build | Nay | |
2013-08-25 | Core/Auth: Implement time-based token for user login as described in RFC 6238. | raczman | |
New column in account table is a base32 of token key bytes, coincidentally it is the same format Google's Authenticator Android app uses. If you want that to work, set system time on server correctly and use ntpd. Closes #10527 Signed-off-by: Nay <dnpd.dd@gmail.com> |