aboutsummaryrefslogtreecommitdiff
path: root/src/network/networkpacket.cpp
AgeCommit message (Expand)Author
2020-10-05Remove unused functions reported by cppcheck (#10463)SmallJoker
2019-11-19Rework packet receiving in ServerThreadsfan5
2019-03-10Fix serialization of std::time_t by casting to u64 first (#8353)rubenwardy
2019-03-06Fix incorrect string length check after castrubenwardy
2019-01-03Proselytize the network. Use IEEE F32 (#8030)SmallJoker
2017-12-22Fix undefined behaviour on getting pointer to data in empty vectornOOb3167
2017-10-10NetworkPacket::putRawPacket: resize m_data to datasize + memcpyLoic Blot
2017-09-27Add session_t typedef + remove unused functions (#6470)Loïc Blot
2017-08-25Network cleanup (#6310)Loïc Blot
2017-08-24Network cleanup (#6302)Loïc Blot
2017-08-16Cleanup various headers to reduce compilation times (#6255)Loïc Blot
2017-07-16Chat protocol rewrite (#5117)Loïc Blot
2017-06-21C++11 cleanup on constructors dir network (#6021)Vincent Glize
2017-04-14NetworkPacket: don't copy push std::string and std::wstringLoic Blot
2017-01-18Add particle animation, glowsfan5
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