minetest/src/network
est31 82e35edff5 Make early protocol auth mechanism generic, and add SRP
Adds everything needed for SRP (and everything works too),
but still deactivated, as protocol v25 init packets aren't final yet.
Can be activated by changing the LATEST_PROTOCOL_VERSION header to 25
inside networkprotocol.h.
2015-05-11 18:40:27 +02:00
..
CMakeLists.txt Clean up and tweak build system 2015-03-27 15:00:48 -04:00
clientopcodes.cpp Make early protocol auth mechanism generic, and add SRP 2015-05-11 18:40:27 +02:00
clientopcodes.h [Patch 2/4] Network rework: packet writing, sending and cleanups 2015-02-16 11:00:55 +01:00
clientpackethandler.cpp Make early protocol auth mechanism generic, and add SRP 2015-05-11 18:40:27 +02:00
connection.cpp Move globals from main.cpp to more sane locations 2015-04-01 23:04:25 +10:00
connection.h Fix uninitialized variabled in ConnectionEvent 2015-04-05 11:13:30 +02:00
networkpacket.cpp Stop NetworkPacket methods from producing bloated packets 2015-05-05 01:47:41 +02:00
networkpacket.h Make early protocol auth mechanism generic, and add SRP 2015-05-11 18:40:27 +02:00
networkprotocol.h Make early protocol auth mechanism generic, and add SRP 2015-05-11 18:40:27 +02:00
serveropcodes.cpp Make early protocol auth mechanism generic, and add SRP 2015-05-11 18:40:27 +02:00
serveropcodes.h [Patch 2/4] Network rework: packet writing, sending and cleanups 2015-02-16 11:00:55 +01:00
serverpackethandler.cpp Make early protocol auth mechanism generic, and add SRP 2015-05-11 18:40:27 +02:00