aboutsummaryrefslogtreecommitdiff
path: root/src/network/networkpacket.cpp
AgeCommit message (Expand)Author
2016-01-04Fix for commit 87dcee6 It uses the wrong variable and only covers some use ca...gregorycu
2016-01-03Prevent technically unsafe access with empty vectorgregorycu
2015-08-10Make NetworkPacket respect serialized string size limitskwolekr
2015-08-06Fix critical vulnerabilities and bugs with NetworkPacketkwolekr
2015-05-05Stop NetworkPacket methods from producing bloated packetsJay Arndt
2015-04-03Create PacketError exception and use it with ACTIVEOBJECT_REMOVE_ADD handler ...Loic Blot
2015-04-01NetworkPacket: reading outside packet is now clearer.Loic Blot
2015-03-31Connection::Receive(): receive Network Packet instead of SharedBuffer<u8>.Loic Blot
2015-03-30Use Buffer not SharedBuffer in NetworkPacket::oldForgePacketLoic Blot
2015-03-22Remove unused ConnectionCommand::sendToAll function. NetworkPacket::oldForgeP...Loic Blot
2015-02-16[Patch 2/4] Network rework: packet writing, sending and cleanupsLoic Blot
2015-02-10Network Layer 7 rework (Packet handling)Loic Blot