minetest/src/network
est31 e13d2bafc6 Deny empty username early in the protocol
Thanks to @UltimateNate for pointing this out :)
2015-05-22 20:24:39 +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 Finalize init packets and enable protocol v25 2015-05-16 21:17:28 +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 Finalize init packets and enable protocol v25 2015-05-16 21:17:28 +02:00
serveropcodes.cpp Finalize init packets and enable protocol v25 2015-05-16 21:17:28 +02:00
serveropcodes.h [Patch 2/4] Network rework: packet writing, sending and cleanups 2015-02-16 11:00:55 +01:00
serverpackethandler.cpp Deny empty username early in the protocol 2015-05-22 20:24:39 +02:00