Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-10 | Core: Nuke authserver | DDuarte | |
It has been replaced by bnetserver since grunt was deprecated | |||
2014-10-12 | Core/Authserver: Removed battle.net authresult enum from authserver | Shauren | |
2014-06-20 | Auth/Battle.net: Corrected some battle.net auth response enum values | Subv | |
2014-06-08 | Merge branch 'battle.net' into 4.3.4 | Shauren | |
2014-06-08 | Core/Battle.net: Additional checks | Shauren | |
* Force grunt login for versions < 15595 * Force bn login if supported and game account is linked to bn account | |||
2014-06-01 | Core/Authserver: Added game account flags | Shauren | |
2014-05-17 | Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4 | Shauren | |
2014-05-15 | Fix 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-04 | Core/Battle.net | Shauren | |
* Extended AuthResult enum * Implemented WriteString in BitStream * Fixed HexStrToByteArray in reverse mode | |||
2014-05-03 | Core/Auth: Add support for build 13930 of china | Aokromes | |
By phoenixfight closes #11978 | |||
2014-05-02 | Core/Battle.net | Shauren | |
* 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-30 | Core/Auth: Battle.net stuff | Shauren | |
2014-03-19 | Authserver: Fix typo | Gacko | |
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> | |||
2013-05-18 | support 1.12.3 (build 6141) | wowpsp | |
2013-03-22 | Core/Auth: Updated AuthResult enum | Shauren | |
2013-03-09 | Core: Remove unnecessary commas | WyldePointer | |
Last element of enumerator does not need comma after it's value. Closes #9367 | |||
2013-01-01 | Update copyright note for 2013. | Vincent_Michael | |
Happy new year. | |||
2012-11-27 | Core/Misc: Set mode 0644 for files | Spp | |
2012-08-28 | Core/Quests: Fix quest honor reward | Nay | |
Based on the patch of Tassader Closes #1356 | |||
2012-08-28 | Core/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-01 | Update headers for 2012. HAPPY NEW YEAR!!! | kiper | |
2011-12-20 | Core/Misc: Remove an overdue copyright. | Cron | |
2011-12-19 | Core/AuthServer: Add a missing header block. | Kapoeira | |
2011-01-01 | Update copyright note for 2011. | Machiavelli | |
Happy new year. | |||
2010-12-27 | Core/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-04 | Core/Authserver: Cleanup. | silinoron | |
--HG-- branch : trunk | |||
2010-10-07 | REALLY fix the CRLF-crap... | click | |
--HG-- branch : trunk | |||
2010-10-07 | Update copyright headers (following the same standard in all files = good) | click | |
--HG-- branch : trunk | |||
2010-06-30 | * Update for 3.3.5a | Brian | |
--HG-- branch : trunk | |||
2010-06-30 | * Fix expected client build | Brian | |
--HG-- branch : trunk | |||
2010-06-06 | * Restructuring authserver and worldserver. | XTZGZoReX | |
--HG-- branch : trunk |