Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-30 | Core/Auth: Battle.net stuff | Shauren | |
2014-01-01 | Update copyright note for 2014. | Vincent_Michael | |
Happy new year. | |||
2013-12-01 | Core/Misc: Fix some static analysis issues | jackpoz | |
Fix some static analysis issues, mostly false positive about fields not initialized in the constructor. It's good practice anyway to always initialize them. | |||
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-08-18 | Fix BigNumber::AsByteArray function by returning Auto_Ptr. | QAston | |
Remove mutex from BigNumber class - it didn't do what it was advertised to do - consider using the "locked" array outside of the function in which it was "locked". | |||
2013-03-25 | Core/Misc: Minor optimizations (+code changes to reduce differences with ↵ | Spp | |
4.3.4 branch) Core/Logging: Create new logger type "Cheat". Will be used to log all cheat attempts | |||
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-03-04 | Core/Shared: Remove unused functions | leak | |
2012-01-24 | Core: Fix non-PCH build and remove a few warnings. | click | |
2012-01-01 | Update headers for 2012. HAPPY NEW YEAR!!! | kiper | |
2011-09-15 | [Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with ↵ | Spp | |
some exceptions) | |||
2011-01-01 | Update copyright note for 2011. | Machiavelli | |
Happy new year. | |||
2010-10-07 | Remove the accidental additions of CRLF-crap from the header updates | click | |
--HG-- branch : trunk | |||
2010-10-07 | Update copyright headers (following the same standard in all files = good) | click | |
--HG-- branch : trunk | |||
2010-06-07 | * Auth lib builds again. | Brian | |
--HG-- branch : trunk | |||
2010-06-06 | * Rename some cryptographic files. | XTZGZoReX | |
--HG-- branch : trunk |