]> git.lizzy.rs Git - dragonfireclient.git/history - src/network/networkpacket.h
Merge branch 'master' of https://github.com/minetest/minetest
[dragonfireclient.git] / src / network / networkpacket.h
2021-02-10 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-02-02 sfan5Encode high codepoints as surrogates to safely transpor...
2020-11-28 Elias FleckensteinMerged Minetest
2020-10-05 SmallJokerRemove unused functions reported by cppcheck (#10463)
2019-11-19 sfan5Rework packet receiving in ServerThread
2019-03-10 rubenwardyFix serialization of std::time_t by casting to u64...
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-24 Pavel PuchkinFix OSX builds (closes #6289, fixes #6270) (#6306)
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-08-18 adridoAdd missing ctime include (#6269)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
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-11-12 raymooAdd control information to player interacts (#4685)
2015-08-06 kwolekrFix critical vulnerabilities and bugs with NetworkPacket
2015-05-11 est31Make early protocol auth mechanism generic, and add SRP
2015-05-04 Jay ArndtStop NetworkPacket methods from producing bloated packets
2015-04-01 Loic BlotNetworkPacket: reading outside packet is now clearer.
2015-03-31 Loic BlotConnection::Receive(): receive Network Packet instead...
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)