minetest/src/network
red-001 d5d8fb629b
Simplify TOSERVER_INIT and TOCLIENT_HELLO
- Network compression support was never added.
- Client hasn't used the returned playername since at least 0.4-stable.
2024-09-02 21:50:43 +02:00
..
mtp Mark a bunch of classes as final 2024-09-02 21:50:13 +02:00
address.cpp Extend capabilities of Address class 2024-01-07 21:49:05 +01:00
address.h Extend capabilities of Address class 2024-01-07 21:49:05 +01:00
clientopcodes.cpp Clean up client and server command sending / tables 2024-01-27 10:33:32 +01:00
clientopcodes.h Revert class forward declaration in {client,server}opcodes.h 2024-01-30 17:04:12 +01:00
clientpackethandler.cpp Simplify TOSERVER_INIT and TOCLIENT_HELLO 2024-09-02 21:50:43 +02:00
CMakeLists.txt Move network protocol implementation behind an interface 2024-08-21 21:40:58 +02:00
connection.cpp Move network protocol implementation behind an interface 2024-08-21 21:40:58 +02:00
connection.h connection: Remove unused timeout feature 2024-08-31 20:46:27 +02:00
networkexceptions.h connection: Remove unused timeout feature 2024-08-31 20:46:27 +02:00
networkpacket.cpp Introduce std::string_view into wider use (#14368) 2024-02-17 15:35:33 +01:00
networkpacket.h Introduce std::string_view into wider use (#14368) 2024-02-17 15:35:33 +01:00
networkprotocol.h Simplify TOSERVER_INIT and TOCLIENT_HELLO 2024-09-02 21:50:43 +02:00
peerhandler.h Reduce include count in headers 2024-09-02 16:09:32 +02:00
serveropcodes.cpp Clean up client and server command sending / tables 2024-01-27 10:33:32 +01:00
serveropcodes.h Reduce include count in headers 2024-09-02 16:09:32 +02:00
serverpackethandler.cpp Simplify TOSERVER_INIT and TOCLIENT_HELLO 2024-09-02 21:50:43 +02:00
socket.cpp Migrate UDPSocket to use poll() 2024-01-17 20:06:11 +01:00
socket.h Some minor cleanups for UDPSocket class 2024-01-07 21:49:05 +01:00