Translated using Weblate (Chinese (Simplified))
[oweals/minetest.git] / src / network / networkpacket.cpp
2019-11-19 sfan5Rework packet receiving in ServerThread
2019-03-10 rubenwardyFix serialization of std::time_t by casting to u64...
2019-03-06 rubenwardyFix incorrect string length check after cast
2019-01-03 SmallJokerProselytize the network. Use IEEE F32 (#8030)
2017-12-22 nOOb3167Fix undefined behaviour on getting pointer to data...
2017-10-09 Loic BlotNetworkPacket::putRawPacket: resize m_data to datasize...
2017-09-27 Loïc BlotAdd session_t typedef + remove unused functions (#6470)
2017-08-25 Loïc BlotNetwork cleanup (#6310)
2017-08-24 Loïc BlotNetwork cleanup (#6302)
2017-08-16 Loïc BlotCleanup various headers to reduce compilation times...
2017-07-16 Loïc BlotChat protocol rewrite (#5117)
2017-06-21 Vincent GlizeC++11 cleanup on constructors dir network (#6021)
2017-04-14 Loic BlotNetworkPacket: don't copy push std::string and std...
2017-01-18 sfan5Add particle animation, glow
2016-01-04 gregorycuFix for commit 87dcee6 It uses the wrong variable and...
2016-01-03 gregorycuPrevent technically unsafe access with empty vector
2015-08-10 kwolekrMake NetworkPacket respect serialized string size limits
2015-08-06 kwolekrFix critical vulnerabilities and bugs with NetworkPacket
2015-05-04 Jay ArndtStop NetworkPacket methods from producing bloated packets
2015-04-03 Loic BlotCreate PacketError exception and use it with ACTIVEOBJE...
2015-04-01 Loic BlotNetworkPacket: reading outside packet is now clearer.
2015-03-31 Loic BlotConnection::Receive(): receive Network Packet instead...
2015-03-30 Loic BlotUse Buffer not SharedBuffer in NetworkPacket::oldForgeP...
2015-03-22 Loic BlotRemove unused ConnectionCommand::sendToAll function...
2015-02-16 Loic Blot[Patch 2/4] Network rework: packet writing, sending...
2015-02-10 Loic BlotNetwork Layer 7 rework (Packet handling)