summaryrefslogtreecommitdiffstats
path: root/src/Authenticator.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-18Did some static analysis, fixed some bugs and optimized a lot of codejfhumann1-3/+4
2014-04-13Added Yggdrasil Authentication Systemdaniel09161-267/+0
2014-01-22Authenticator: Reduced logging levels.madmaxoft1-4/+4
2013-11-27Fixed some of tiger's derpyness.Alexander Harkness1-1/+1
2013-11-26ANOTHER compile fixTiger Wang1-1/+1
2013-11-26And another.Alexander Harkness1-1/+1
2013-11-24Attempt to fix compilationTiger Wang1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-04Autogeneration of settings.ini and webadmin.iniTiger Wang1-28/+8
2013-10-27Authenticator doesn't save the ini file.madmaxoft1-1/+0
2013-10-26Changed "cIniFile IniFile" to cIniFile & IniFile"STRWarrior1-2/+2
2013-10-26Both the LoadWorlds() function and cAuthenticator now use the cIniFile object from the Root::Start() function.STRWarrior1-9/+3
2013-10-25cIniFile doesn't store filename internally anymore.madmaxoft1-3/+3
2013-10-07Fixed authenticator thread restart.madmaxoft1-0/+10
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-3/+3
2012-09-23Source files cleanup: OSSupport-related files in a separate subfolder, renamed.madmaxoft@gmail.com1-1/+1
2012-09-06Added protocol-specific authentication, now works for both 1.2.5 and 1.3.2madmaxoft@gmail.com1-3/+3
2012-07-10Authentication should work now..lapayo94@gmail.com1-7/+8
2012-06-16Quick fix to support authentication.cedeel@gmail.com1-2/+11
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-274/+274
2012-05-25Merged the composable_generator branch into the trunkmadmaxoft@gmail.com1-1/+1
2012-03-10Fixed *nix threading issue;madmaxoft@gmail.com1-29/+29
2012-03-09cClientHandles have a unique ID now to distinguish themfaketruth1-16/+17
2012-02-20Using own ASSERT() that logs to filefaketruth1-1/+1
2012-02-18Thread-safe chunk generation, storage and generator are queried for progress while initializing servermadmaxoft@gmail.com1-2/+2
2012-02-15Can use the 'restart' command again. cAuthenticator no longer asserts because it properly stops when the server is stopped.faketruth1-3/+12
2012-02-13Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it.madmaxoft@gmail.com1-0/+11
2012-02-01Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients;madmaxoft@gmail.com1-104/+157
2012-02-01Removed a few duplicate includesmadmaxoft@gmail.com1-3/+8
2012-01-29VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com1-2/+3
2011-12-25Code improvementslapayo94@gmail.com1-1/+1
2011-10-03MCServer c++ source filesfaketruth1-0/+194