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
/
ProtocolRecognizer.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do protocol decryption in-place (with CryptoAPI on Windows) (#5145)
Tiger Wang
2021-03-08
1
-4
/
+7
*
MultiVersionProtocol: fix two crashes
Tiger Wang
2021-01-19
1
-9
/
+4
*
Delete duplicated status request handlers
Tiger Wang
2020-07-18
1
-17
/
+1
*
cProtocolRecognizer goes on a diet (#4770)
Tiger Wang
2020-07-17
1
-122
/
+54
*
Introduce recipe book functionality (#4493)
Tobias Wilken
2020-07-14
1
-0
/
+2
*
Improve entity position updates (#4701)
Tiger Wang
2020-05-04
1
-5
/
+3
*
Unify entity spawn packet sending
Tiger Wang
2020-05-01
1
-7
/
+1
*
Delet SpawnObject params
Tiger Wang
2020-04-20
1
-1
/
+1
*
Using Super.
Mattes D
2020-04-16
1
-1
/
+1
*
Initial resource pack support (#4622)
Mat
2020-04-07
1
-0
/
+1
*
Add protocol mob ID remapping (#4538)
Mat
2020-03-29
1
-1
/
+3
*
Remove 1.13 from supported protocol list
mathiascode
2020-02-24
1
-3
/
+3
*
ProtocolRecognizer: Updated to unique_ptr.
Mattes D
2020-01-07
1
-13
/
+7
*
Initial support for 1.13 clients
Tiger Wang
2019-09-16
1
-3
/
+4
*
Protocol: Use logical outgoing packet types.
Mattes D
2019-09-10
1
-6
/
+2
*
Store and pass entity effect duration as an int not a short. (#4293)
Alexander Harkness
2018-08-26
1
-6
/
+1
*
recover hotbar selected slot after reconnect (#4249)
changyong guo
2018-07-23
1
-0
/
+1
*
Add support for release 1.12.2 (#4041)
peterbell10
2017-09-21
1
-3
/
+4
*
Added assert to cProtocolRecognizer::GetPacketId. (#4001)
Lane Kolbly
2017-09-04
1
-3
/
+7
*
GetPacketID for protocol packet IDs (#3977)
Lane Kolbly
2017-09-02
1
-0
/
+3
*
Fully implemented leashes (#3798)
Pablo Beltrán
2017-08-21
1
-0
/
+2
*
Add support for 1.12.1 (#3908)
Bond-009
2017-08-17
1
-3
/
+4
*
Handle incomplete packets in cProtocolRecognizer
peterbell10
2017-07-26
1
-2
/
+3
*
Added support for protocol 1.12 (#3757)
Lukas Pioch
2017-06-14
1
-3
/
+4
*
Clang 5.0 fixes
Lukas Pioch
2017-05-21
1
-1
/
+1
*
Use FastWriter instead of StyledWriter
mathiascode
2017-05-16
1
-0
/
+1
*
Add 1.11.1/1.11.2 protocol (#3575)
mathiascode
2017-02-21
1
-2
/
+3
*
Initial support for the 1.11 protocol.
Mattes D
2016-12-16
1
-3
/
+4
*
Added SendMessageRaw for sending json string.
Lukas Pioch
2016-10-21
1
-0
/
+1
*
Spectators added (#2852)
bibo38
2016-10-12
1
-0
/
+1
*
Added support for the Minecraft 1.10 protocol(#210) (#3348)
bibo38
2016-09-02
1
-7
/
+8
*
Proper respawn packets on dimension travel
LogicParrot
2016-08-29
1
-1
/
+1
*
Dropped 1.7 support (#3253)
Mathias
2016-07-21
1
-4
/
+2
*
1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)
Pokechu22
2016-05-14
1
-3
/
+13
*
Bulk clearing of whitespace
LogicParrot
2016-02-05
1
-7
/
+7
*
Add enum for Sound and Particle Effects
Dave Tucker
2015-11-24
1
-1
/
+1
*
Refactored cProtocol Chat handling
tycho
2015-09-21
1
-8
/
+2
*
Unified the doxy-comment format.
Mattes D
2015-07-31
1
-7
/
+11
*
Silenced and fixed many warning messages across multiple files.
Samuel Barney
2015-07-29
1
-1
/
+1
*
Improved maps
Tiger Wang
2015-07-14
1
-3
/
+1
*
Added system and above action bar chat messages
jan64
2015-06-02
1
-0
/
+6
*
Merge pull request #1848 from scottwillmoore/ImplementTitleCommand
Mattes D
2015-05-26
1
-0
/
+7
|
\
|
*
Implement backend for /title command
Scott Moore
2015-04-13
1
-0
/
+7
*
|
Added support for additional data in the ParticleEffect Packet
tycho
2015-05-07
1
-0
/
+1
*
|
Updated MC versions in ProtocolRecognizer.h
wiseoldman95
2015-04-28
1
-1
/
+1
|
/
*
Unified cPacketizer across all protocols.
Mattes D
2015-03-22
1
-2
/
+5
*
Fixed signedness warnings in Protocol.
Mattes D
2015-03-21
1
-1
/
+1
*
Merge pull request #1502 from mc-server/furnaces
Tiger Wang
2014-10-18
1
-1
/
+1
|
\
|
*
Improved furnaces
Tiger Wang
2014-10-03
1
-1
/
+1
*
|
cClientHandle: Added protocol version knowledge.
Mattes D
2014-10-05
1
-1
/
+1
|
/
*
Dropped support for <1.7.x
Tiger Wang
2014-09-27
1
-30
/
+2
*
Fixed players custom name in 1.8
Howaner
2014-09-26
1
-1
/
+1
*
Updated README.md
Howaner
2014-09-22
1
-1
/
+1
*
Exported player list states to extra functions.
Howaner
2014-09-18
1
-70
/
+74
*
1.8: Fixed maps.
Howaner
2014-09-13
1
-2
/
+2
*
1.8: Added ParticleEffect packet.
Howaner
2014-09-11
1
-1
/
+1
*
Added the player list to the 1.8 protocol.
Howaner
2014-09-09
1
-1
/
+1
*
Started implementing of the 1.8 protocol.
Howaner
2014-09-04
1
-0
/
+1
*
Merge pull request #1339 from mc-server/Hooks
STRWarrior
2014-08-20
1
-1
/
+1
|
\
|
*
Added HOOK_SERVER_PING
Howaner
2014-08-20
1
-1
/
+1
*
|
Exported daylight cycle flag to the protocol.
Howaner
2014-08-11
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'origin/master' into portals
Tiger Wang
2014-07-22
1
-1
/
+1
|
\
|
*
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
2014-07-21
1
-1
/
+1
*
|
Fix failed merge and other issues
Tiger Wang
2014-07-18
1
-1
/
+1
*
|
Merge branch 'master' into portals
Tiger Wang
2014-07-18
1
-6
/
+6
|
\
|
|
*
Basic style fixes.
madmaxoft
2014-07-17
1
-1
/
+1
|
*
Normalized comments.
madmaxoft
2014-07-17
1
-2
/
+2
|
*
Changed BroadcastSoundEffect function to take floating pos.
Howaner
2014-07-13
1
-1
/
+1
|
*
Fixed respawning
Tiger Wang
2014-06-29
1
-1
/
+1
|
*
Added generic entity-collecting.
Mattes D
2014-06-27
1
-1
/
+1
|
*
Fixed deadlock when moving players to other worlds.
Mattes D
2014-06-08
1
-1
/
+1
*
|
Portals animate and delay correctly
Tiger Wang
2014-06-12
1
-1
/
+1
*
|
Implemented end and nether portals
Tiger Wang
2014-05-31
1
-1
/
+1
|
/
*
Statistic Manager
andrew
2014-05-11
1
-0
/
+1
*
Fixed warnings in ClientHandle.
madmaxoft
2014-05-01
1
-1
/
+1
*
Implemented the 1.7.6 protocol and authenticator.
madmaxoft
2014-04-14
1
-0
/
+1
*
Initial 1.7.6 protocol support.
madmaxoft
2014-04-14
1
-2
/
+3
*
Fixed some Clang warnings in protocols.
madmaxoft
2014-04-04
1
-1
/
+1
*
Warnings
Tycho
2014-03-07
1
-1
/
+1
*
Manual merge (Fixed conflicts)
andrew
2014-02-20
1
-0
/
+2
|
\
|
*
Implemented paintings, fixes #689
Tiger Wang
2014-02-18
1
-0
/
+1
|
*
Implemented cCompositeChat.
madmaxoft
2014-02-15
1
-0
/
+1
*
|
Map decorators; Map clients
andrew
2014-02-18
1
-0
/
+1
*
|
Implementation of in-game maps
andrew
2014-02-13
1
-0
/
+2
|
/
*
Added 1.7.4 to the list of supported protocols.
madmaxoft
2014-01-29
1
-1
/
+1
*
Merge branch 'master' of https://github.com/mc-server/MCServer
andrew
2014-01-21
1
-0
/
+1
|
\
|
*
Removed unneeded paramters
Tiger Wang
2014-01-19
1
-1
/
+1
|
*
Changed SendBlockEntity format slightly
Tiger Wang
2014-01-19
1
-2
/
+1
|
*
Improved command blocks
Tiger Wang
2014-01-19
1
-0
/
+2
*
|
Scoreboard protocol support
andrew
2014-01-21
1
-0
/
+3
|
/
*
Added cClientHandle::SendPluginMessage().
madmaxoft
2014-01-09
1
-0
/
+1
*
Implented BroadcastParticleEffect
STRWarrior
2013-12-22
1
-0
/
+1
*
Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison.
STRWarrior
2013-12-14
1
-0
/
+2
*
Renamed animation function
Tiger Wang
2013-12-07
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master' into foldermove2
Alexander Harkness
2013-11-26
1
-0
/
+1
*
Merge remote-tracking branch 'origin/master' into foldermove2
Alexander Harkness
2013-11-24
1
-0
/
+1
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+152