minetest/src/network
Muhammad Rifqi Priyo Susanto 792752997c Add confirmation on new player registration (#6849)
* Attempt to add registration confirmation

Using SRP auth mechanism, if server sent AUTH_MECHANISM_FIRST_SRP that means the player isn't exist.
Also tell player about the server and chosen username.
Local game has localhost as IP address of the server.
Add RenderingEngine::draw_menu_scene() to draw GUI and clouds background.
aborted -> connection_aborted

* Rewrite information message text

Client::promptConfirmRegister() -> Client::promptConfirmRegistration()
2018-01-13 12:07:16 +01:00
..
CMakeLists.txt Initial Haiku support (#6568) 2017-10-30 08:17:43 +01:00
address.cpp Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
address.h Fix compile error in openbsd (#6430) 2017-09-20 23:29:47 +02:00
clientopcodes.cpp Implement mod communication channels (#6351) 2017-09-26 00:11:20 +02:00
clientopcodes.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
clientpackethandler.cpp Add confirmation on new player registration (#6849) 2018-01-13 12:07:16 +01:00
connection.cpp Add session_t typedef + remove unused functions (#6470) 2017-09-27 19:47:36 +02:00
connection.h Add session_t typedef + remove unused functions (#6470) 2017-09-27 19:47:36 +02:00
connectionthreads.cpp Add session_t typedef + remove unused functions (#6470) 2017-09-27 19:47:36 +02:00
connectionthreads.h Move files to subdirectories (#6599) 2017-11-08 23:56:20 +01:00
networkexceptions.h Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
networkpacket.cpp Fix undefined behaviour on getting pointer to data in empty vector 2017-12-22 10:39:25 +00:00
networkpacket.h Add session_t typedef + remove unused functions (#6470) 2017-09-27 19:47:36 +02:00
networkprotocol.h Connected Nodeboxes: Add `disconnected` boxes 2018-01-03 04:05:21 +00:00
peerhandler.h Travis: Update clang from 4.0 to 5.0 (#6467) 2017-10-09 11:32:06 +02:00
serveropcodes.cpp Implement mod communication channels (#6351) 2017-09-26 00:11:20 +02:00
serveropcodes.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
serverpackethandler.cpp Inventory: Restrict access from too far away 2017-11-24 05:39:47 +00:00
socket.cpp Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
socket.h Network cleanup (#6302) 2017-08-24 08:28:54 +02:00