]> git.lizzy.rs Git - dragonfireclient.git/history - src/network/networkpacket.cpp
Chat protocol rewrite (#5117)
[dragonfireclient.git] / src / network / networkpacket.cpp
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)