minetest/src/network
Loïc Blot c7160cb629 Network cleanup (#6302)
* Cleanup network headers

* Move peerhandler to a specific header to reduce compilation times
* Move socket.cpp/h to network folder

* More work

* Network code cleanups

* Move socket.{cpp,h} to network folder
* Move Address object to network/address.{cpp,h}
* Move network exceptions to network/networkexceptions.h
* Client: use unique_ptr for Connection
* Server/ClientIface: use shared_ptr for Connection

* Format fixes

* Remove socket.cpp socket.h from clang-format whitelist

* Also fix NetworkPacket code style & make it under clang-format
2017-08-24 08:28:54 +02:00
..
CMakeLists.txt Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
address.cpp Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
address.h Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
clientopcodes.cpp [CSM] Add flavour limits controlled by server (#5930) 2017-07-18 21:39:55 +02:00
clientopcodes.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
clientpackethandler.cpp Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
connection.cpp Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
connection.h Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
networkexceptions.h Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
networkpacket.cpp Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
networkpacket.h Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
networkprotocol.h Step height: Add as a player object property 2017-08-09 11:06:22 +01:00
peerhandler.h Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
serveropcodes.cpp [CSM] Add flavour limits controlled by server (#5930) 2017-07-18 21:39:55 +02:00
serveropcodes.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
serverpackethandler.cpp Network cleanup (#6302) 2017-08-24 08:28:54 +02: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