minetest/src/network
est31 f0a1379e5a Refactor around translatePassword
Change types for passed password from wstring to string, which removes converting
back and forth in most cases. Move the narrow_to_wide conversion, where its neccessary,
closer to irrlicht. Remove trailing spaces in guiPasswordChange.cpp. Make parameters for
translatePassword passed as const reference.
2015-04-17 06:10:30 +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 TOCLIENT_ACTIVE_OBJECT_REMOVE_ADD can be unreliable, catch PacketError exception. 2015-04-05 11:39:38 +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 Refactor around translatePassword 2015-04-17 06:10:30 +02:00