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
/
Protocol125.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Source files cleanup: UI files renamed
madmaxoft@gmail.com
2012-09-23
1
-1
/
+1
*
Tweaked logging.
madmaxoft@gmail.com
2012-09-23
1
-7
/
+0
*
Refactored windows.
madmaxoft@gmail.com
2012-09-20
1
-8
/
+19
*
Merged in a patch for sounds by l0udPL
madmaxoft@gmail.com
2012-09-11
1
-0
/
+10
*
Fixed slot parsing in 1.2.5 causing weird behavior ( http://forum.mc-server.org/showthread.php?tid=551&pid=4413#pid4413 )
madmaxoft@gmail.com
2012-09-06
1
-1
/
+1
*
Added protocol-specific authentication, now works for both 1.2.5 and 1.3.2
madmaxoft@gmail.com
2012-09-06
1
-0
/
+11
*
Added the possibility of reserved player slots by implementing the HandleHandshake hook!
faketruth
2012-09-05
1
-3
/
+2
*
Fixed a possible race condition in cClientHandle's packet sending code; prepared for moving cSocket out of cClientHandle's ownership.
madmaxoft@gmail.com
2012-09-04
1
-1
/
+1
*
Next iteration on the 1.3.2 protocol. Still no good, but sometimes it just gets through. For your testing pleasures ;)
madmaxoft@gmail.com
2012-09-02
1
-1
/
+2
*
Progress on the 1.3.2 protocol.
madmaxoft@gmail.com
2012-08-31
1
-61
/
+63
*
Added a basic protocol recognizer and the base for 1.3.2 protocol.
madmaxoft@gmail.com
2012-08-30
1
-3
/
+3
*
cProtocol handles the initial handshake up to player login
madmaxoft@gmail.com
2012-08-30
1
-1
/
+45
*
Gotten completely rid of all cPackets. The cProtocol125 class now does all the parsing and writing by itself.
madmaxoft@gmail.com
2012-08-29
1
-156
/
+241
*
Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.
madmaxoft@gmail.com
2012-08-28
1
-303
/
+434
*
Cut out all packet handling to a separate cProtocol descendant
madmaxoft@gmail.com
2012-08-27
1
-0
/
+1104