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
/
src
/
Authenticator.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-04-18
Did some static analysis, fixed some bugs and optimized a lot of code
jfhumann
1
-3
/
+4
2014-04-13
Added Yggdrasil Authentication System
daniel0916
1
-267
/
+0
2014-01-22
Authenticator: Reduced logging levels.
madmaxoft
1
-4
/
+4
2013-11-27
Fixed some of tiger's derpyness.
Alexander Harkness
1
-1
/
+1
2013-11-26
ANOTHER compile fix
Tiger Wang
1
-1
/
+1
2013-11-26
And another.
Alexander Harkness
1
-1
/
+1
2013-11-24
Attempt to fix compilation
Tiger Wang
1
-1
/
+1
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-11-04
Autogeneration of settings.ini and webadmin.ini
Tiger Wang
1
-28
/
+8
2013-10-27
Authenticator doesn't save the ini file.
madmaxoft
1
-1
/
+0
2013-10-26
Changed "cIniFile IniFile" to cIniFile & IniFile"
STRWarrior
1
-2
/
+2
2013-10-26
Both the LoadWorlds() function and cAuthenticator now use the cIniFile object from the Root::Start() function.
STRWarrior
1
-9
/
+3
2013-10-25
cIniFile doesn't store filename internally anymore.
madmaxoft
1
-3
/
+3
2013-10-07
Fixed authenticator thread restart.
madmaxoft
1
-0
/
+10
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
1
-3
/
+3
2012-09-23
Source files cleanup: OSSupport-related files in a separate subfolder, renamed.
madmaxoft@gmail.com
1
-1
/
+1
2012-09-06
Added protocol-specific authentication, now works for both 1.2.5 and 1.3.2
madmaxoft@gmail.com
1
-3
/
+3
2012-07-10
Authentication should work now..
lapayo94@gmail.com
1
-7
/
+8
2012-06-16
Quick fix to support authentication.
cedeel@gmail.com
1
-2
/
+11
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-274
/
+274
2012-05-25
Merged the composable_generator branch into the trunk
madmaxoft@gmail.com
1
-1
/
+1
2012-03-10
Fixed *nix threading issue;
madmaxoft@gmail.com
1
-29
/
+29
2012-03-09
cClientHandles have a unique ID now to distinguish them
faketruth
1
-16
/
+17
2012-02-20
Using own ASSERT() that logs to file
faketruth
1
-1
/
+1
2012-02-18
Thread-safe chunk generation, storage and generator are queried for progress while initializing server
madmaxoft@gmail.com
1
-2
/
+2
2012-02-15
Can use the 'restart' command again. cAuthenticator no longer asserts because it properly stops when the server is stopped.
faketruth
1
-3
/
+12
2012-02-13
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
1
-0
/
+11
2012-02-01
Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients;
madmaxoft@gmail.com
1
-104
/
+157
2012-02-01
Removed a few duplicate includes
madmaxoft@gmail.com
1
-3
/
+8
2012-01-29
VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.
madmaxoft@gmail.com
1
-2
/
+3
2011-12-25
Code improvements
lapayo94@gmail.com
1
-1
/
+1
2011-10-03
MCServer c++ source files
faketruth
1
-0
/
+194