aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/Authentication
AgeCommit message (Collapse)Author
2014-11-10Core: Nuke authserverDDuarte
It has been replaced by bnetserver since grunt was deprecated
2014-10-12Core/Authserver: Removed battle.net authresult enum from authserverShauren
2014-06-20Auth/Battle.net: Corrected some battle.net auth response enum valuesSubv
2014-06-08Merge branch 'battle.net' into 4.3.4Shauren
2014-06-08Core/Battle.net: Additional checksShauren
* Force grunt login for versions < 15595 * Force bn login if supported and game account is linked to bn account
2014-06-01Core/Authserver: Added game account flagsShauren
2014-05-17Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4Shauren
2014-05-15Fix various warnings. The core, the scripts and the tools now compile ↵Praetonus
without warnings with -Wall -Wextra -pedantic. -Fix warnings from -Woverflow on implicit constant conversion. -Fix warnings from -pedantic. -Fix warnings from -pedantic. -Fix warnings from -Wformat. Two minor changes in addition : -Replace a defined value equal to 2^31 - 1 by std::numeric_limits<int>::max(). -Remove useless null-check on pointer returned by new. New doesn't returns nullptr on failure, it throws std::bad_alloc.
2014-05-04Core/Battle.netShauren
* Extended AuthResult enum * Implemented WriteString in BitStream * Fixed HexStrToByteArray in reverse mode
2014-05-03Core/Auth: Add support for build 13930 of chinaAokromes
By phoenixfight closes #11978
2014-05-02Core/Battle.netShauren
* Fixed AuthResult codes * Fixed BitStream::WriteBytes size check * Fixed comparison operator for packet header * Fixed channel for client packets without channel * Implemented loading modules from database
2014-04-30Core/Auth: Battle.net stuffShauren
2014-03-19Authserver: Fix typoGacko
2014-01-01Update copyright note for 2014.Vincent_Michael
Happy new year.
2013-08-25Core&Tools: Fix warnings and non-pch buildNay
2013-08-25Core/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>
2013-05-18support 1.12.3 (build 6141)wowpsp
2013-03-22Core/Auth: Updated AuthResult enumShauren
2013-03-09Core: Remove unnecessary commasWyldePointer
Last element of enumerator does not need comma after it's value. Closes #9367
2013-01-01Update copyright note for 2013.Vincent_Michael
Happy new year.
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-08-28Core/Quests: Fix quest honor rewardNay
Based on the patch of Tassader Closes #1356
2012-08-28Core/Authserver: Improved realmlist for multiple realms with different ↵Shauren
versions, idea from MaNGOS and allow 4.0.6a, 4.2.2 and 4.3.4 clients to use the authserver (no world connections)
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-12-20Core/Misc: Remove an overdue copyright.Cron
2011-12-19Core/AuthServer: Add a missing header block.Kapoeira
2011-01-01Update copyright note for 2011.Machiavelli
Happy new year.
2010-12-27Core/Authserver: Significant cleanup in preparation for a rewrite.silinoron
Dropped support for running as a service on windows; it may be back in some form later. Otherwise there should be no functional changes. --HG-- branch : trunk
2010-12-04Core/Authserver: Cleanup.silinoron
--HG-- branch : trunk
2010-10-07REALLY fix the CRLF-crap...click
--HG-- branch : trunk
2010-10-07Update copyright headers (following the same standard in all files = good)click
--HG-- branch : trunk
2010-06-30* Update for 3.3.5aBrian
--HG-- branch : trunk
2010-06-30* Fix expected client buildBrian
--HG-- branch : trunk
2010-06-06* Restructuring authserver and worldserver.XTZGZoReX
--HG-- branch : trunk