summaryrefslogtreecommitdiffstats
path: root/source/cAuthenticator.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-274/+274
* Merged the composable_generator branch into the trunkmadmaxoft@gmail.com2012-05-251-1/+1
* Fixed *nix threading issue;madmaxoft@gmail.com2012-03-101-29/+29
* cClientHandles have a unique ID now to distinguish themfaketruth2012-03-091-16/+17
* Using own ASSERT() that logs to filefaketruth2012-02-201-1/+1
* Thread-safe chunk generation, storage and generator are queried for progress while initializing servermadmaxoft@gmail.com2012-02-181-2/+2
* Can use the 'restart' command again. cAuthenticator no longer asserts because it properly stops when the server is stopped.faketruth2012-02-151-3/+12
* Rewritten 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.com2012-02-131-0/+11
* Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients;madmaxoft@gmail.com2012-02-011-104/+157
* Removed a few duplicate includesmadmaxoft@gmail.com2012-02-011-3/+8
* VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com2012-01-291-2/+3
* Code improvementslapayo94@gmail.com2011-12-251-1/+1
* MCServer c++ source filesfaketruth2011-10-031-0/+194