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
/
Protocol
/
Authenticator.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-29
Force all headers other than "Globals.h" to be included with relative paths (#4269)
peterbell10
1
-1
/
+1
2018-07-22
cIsThread: Reset m_ShouldTerminate after the thread has stopped (#4258)
peterbell10
1
-2
/
+1
2017-08-30
Update mbedtls to 2.5.1 (#3964)
peterbell10
1
-1
/
+1
2017-08-25
Add cUUID class (#3871)
peterbell10
1
-4
/
+9
2016-02-05
Bulk clearing of whitespace
LogicParrot
1
-1
/
+1
2015-09-25
Compile.sh namechange to cuberite
Safwat Halaby
1
-2
/
+2
2015-09-25
Namechange to Cuberite
Mattes D
1
-2
/
+2
2015-05-21
Added Equifax root CA.
Mattes D
1
-0
/
+8
2015-05-16
Initial implementation of IniFile overloading
tycho
1
-6
/
+6
2014-10-23
Merged IniFile into main MCS sources.
Mattes D
1
-1
/
+1
2014-08-03
cMojangAPI: Added UUID-to-Name lookup.
madmaxoft
1
-2
/
+2
2014-07-30
MojangAPI: Implemented UUID shortening and dashing.
madmaxoft
1
-10
/
+1
2014-07-30
Added a cMojangAPI class for PlayerName -> UUID lookups, with cache.
madmaxoft
1
-211
/
+5
2014-07-28
cAuthenticator: Added GetUUIDsFromPlayerNames().
madmaxoft
1
-3
/
+96
2014-07-19
Authenticator.cpp: Killed a global destructor warning
archshift
1
-53
/
+56
2014-07-17
Basic style fixes.
madmaxoft
1
-1
/
+1
2014-07-16
Function rename
Tiger Wang
1
-2
/
+2
2014-07-16
Unified functions
Tiger Wang
1
-28
/
+23
2014-07-16
Store properties as Json::Value
Tiger Wang
1
-5
/
+10
2014-07-14
Player properties are now retrieved
Tiger Wang
1
-101
/
+180
2014-07-07
Implemented trapped chests & others
Tiger Wang
1
-2
/
+2
2014-05-03
Hotfixed Chunked transfer encoding in Yggdrasil.
madmaxoft
1
-1
/
+1
2014-04-30
Removed the unused cBlockingTCPLink class.
madmaxoft
1
-1
/
+0
2014-04-29
Removed unneeded #includes.
madmaxoft
1
-6
/
+0
2014-04-28
Added the G1 root cert.
madmaxoft
1
-2
/
+29
2014-04-27
Rewritten cAuthenticator to use the new PolarSSL++ wrapper classes.
madmaxoft
1
-91
/
+45
2014-04-26
Fixes resource leaks in the yggdrasil authenticator. (CID 43617)
jfhumann
1
-0
/
+33
2014-04-24
Authenticator uses some C++ SSL objects.
madmaxoft
1
-19
/
+40
2014-04-14
Implemented the 1.7.6 protocol and authenticator.
madmaxoft
1
-80
/
+67
2014-04-13
Fixed mistake
daniel0916
1
-1
/
+1
2014-04-13
Fixed Error?
daniel0916
1
-2
/
+2
2014-04-13
Code Update
daniel0916
1
-4
/
+5
2014-04-13
Added Yggdrasil Authentication System
daniel0916
1
-0
/
+325