minetest/src/network
est31 ccc09abc2d Protocol 25: wstring -> string for custom access denial reasons
Also fix std::logic_error when server::DenyAccess() is used with only two arguments.
2015-04-22 14:10:39 +02:00
..
CMakeLists.txt Clean up and tweak build system 2015-03-27 15:00:48 -04:00
clientopcodes.cpp Prepare Protocol v25 init & authentication. 2015-03-13 20:23:03 +01:00
clientopcodes.h [Patch 2/4] Network rework: packet writing, sending and cleanups 2015-02-16 11:00:55 +01:00
clientpackethandler.cpp Protocol 25: wstring -> string for custom access denial reasons 2015-04-22 14:10:39 +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 Create PacketError exception and use it with ACTIVEOBJECT_REMOVE_ADD handler which can be unreliable 2015-04-03 08:53:31 +02:00
networkpacket.h NetworkPacket: reading outside packet is now clearer. 2015-04-01 14:47:46 +02:00
networkprotocol.h Make comments consistent with TOSERVER_INIT -> TOSERVER_INIT_LEGACY rename 2015-04-07 00:15:15 +02:00
serveropcodes.cpp Prepare Protocol v25 init & authentication. 2015-03-13 20:23:03 +01:00
serveropcodes.h [Patch 2/4] Network rework: packet writing, sending and cleanups 2015-02-16 11:00:55 +01:00
serverpackethandler.cpp Protocol 25: wstring -> string for custom access denial reasons 2015-04-22 14:10:39 +02:00