index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
networkpacket.h
Age
Commit message (
Expand
)
Author
2019-11-19
Rework packet receiving in ServerThread
sfan5
2019-03-10
Fix serialization of std::time_t by casting to u64 first (#8353)
rubenwardy
2017-09-27
Add session_t typedef + remove unused functions (#6470)
Loïc Blot
2017-08-25
Network cleanup (#6310)
Loïc Blot
2017-08-24
Network cleanup (#6302)
Loïc Blot
2017-08-24
Fix OSX builds (closes #6289, fixes #6270) (#6306)
Pavel Puchkin
2017-08-19
Code modernization: subfolders (#6283)
Loïc Blot
2017-08-18
Add missing ctime include (#6269)
adrido
2017-08-17
C++ modernize: Pragma once (#6264)
Loïc Blot
2017-08-16
Cleanup various headers to reduce compilation times (#6255)
Loïc Blot
2017-07-16
Chat protocol rewrite (#5117)
Loïc Blot
2017-06-21
C++11 cleanup on constructors dir network (#6021)
Vincent Glize
2017-04-14
NetworkPacket: don't copy push std::string and std::wstring
Loic Blot
2017-01-18
Add particle animation, glow
sfan5
2016-11-12
Add control information to player interacts (#4685)
raymoo
2015-08-06
Fix critical vulnerabilities and bugs with NetworkPacket
kwolekr
2015-05-11
Make early protocol auth mechanism generic, and add SRP
est31
2015-05-05
Stop NetworkPacket methods from producing bloated packets
Jay Arndt
2015-04-01
NetworkPacket: reading outside packet is now clearer.
Loic Blot
2015-03-31
Connection::Receive(): receive Network Packet instead of SharedBuffer<u8>.
Loic Blot
2015-03-22
Remove unused ConnectionCommand::sendToAll function. NetworkPacket::oldForgeP...
Loic Blot
2015-02-16
[Patch 2/4] Network rework: packet writing, sending and cleanups
Loic Blot
2015-02-10
Network Layer 7 rework (Packet handling)
Loic Blot