minetest/src/network
red-001 4bb41a19dc Mitigate formspec exploits by verifying that the formspec was shown to the user by the server. (#6878)
This doesn't check the fields in anyway whatsoever so it should only be seen as a way to mitigate exploits, a last line of defense to make it harder to exploit bugs in mods, not as a reason to not do all the usually checks.
2018-02-18 22:33:42 +01:00
..
CMakeLists.txt Initial Haiku support (#6568) 2017-10-30 08:17:43 +01:00
address.cpp Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
address.h Fix compile error in openbsd (#6430) 2017-09-20 23:29:47 +02:00
clientopcodes.cpp Remove legacy chat network code. (#6954) 2018-02-17 19:23:21 +01:00
clientopcodes.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
clientpackethandler.cpp Remove legacy chat network code. (#6954) 2018-02-17 19:23:21 +01:00
connection.cpp Add session_t typedef + remove unused functions (#6470) 2017-09-27 19:47:36 +02:00
connection.h Add session_t typedef + remove unused functions (#6470) 2017-09-27 19:47:36 +02:00
connectionthreads.cpp Add session_t typedef + remove unused functions (#6470) 2017-09-27 19:47:36 +02:00
connectionthreads.h Move files to subdirectories (#6599) 2017-11-08 23:56:20 +01:00
networkexceptions.h Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
networkpacket.cpp Fix undefined behaviour on getting pointer to data in empty vector 2017-12-22 10:39:25 +00:00
networkpacket.h Add session_t typedef + remove unused functions (#6470) 2017-09-27 19:47:36 +02:00
networkprotocol.h Connected Nodeboxes: Add `disconnected` boxes 2018-01-03 04:05:21 +00:00
peerhandler.h Travis: Update clang from 4.0 to 5.0 (#6467) 2017-10-09 11:32:06 +02:00
serveropcodes.cpp Implement mod communication channels (#6351) 2017-09-26 00:11:20 +02:00
serveropcodes.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
serverpackethandler.cpp Mitigate formspec exploits by verifying that the formspec was shown to the user by the server. (#6878) 2018-02-18 22:33:42 +01:00
socket.cpp Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
socket.h Network cleanup (#6302) 2017-08-24 08:28:54 +02:00