index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
cAuthenticator.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Using own ASSERT() that logs to file
faketruth
2012-02-20
1
-1
/
+1
*
Thread-safe chunk generation, storage and generator are queried for progress while initializing server
madmaxoft@gmail.com
2012-02-18
1
-2
/
+2
*
Can use the 'restart' command again. cAuthenticator no longer asserts because it properly stops when the server is stopped.
faketruth
2012-02-15
1
-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.com
2012-02-13
1
-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.com
2012-02-01
1
-104
/
+157
*
Removed a few duplicate includes
madmaxoft@gmail.com
2012-02-01
1
-3
/
+8
*
VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.
madmaxoft@gmail.com
2012-01-29
1
-2
/
+3
*
Code improvements
lapayo94@gmail.com
2011-12-25
1
-1
/
+1
*
MCServer c++ source files
faketruth
2011-10-03
1
-0
/
+194