citra/src/web_service
Lioncash 38b9d1780f verify_login: Make VerifyLogin exceptionless
This function can be simplified by attempting to find the username
within the JSON object and then only accessing it if it does. There's no
need to blindly access the data itself.

This also eliminates the need to copy the string to a local as well,
since we already have the element itself, we can just compare against
it. For the failure case, it's the same if we were checking that the
provided username string is empty.
2018-03-28 21:34:21 -04:00
..
announce_room_json.cpp web_service: Migrate logging macros 2018-03-25 15:35:06 +08:00
announce_room_json.h fixup! fixup! Add a service to announce multiplayer rooms to web service; Add the abiltiy to receive a list of all announced rooms from web service 2017-12-14 12:36:37 +01:00
CMakeLists.txt Move WebServices to use LibreSSL + cpp-httplib (#3501) 2018-03-24 13:19:35 -06:00
json.h Fix build on platforms without std::string_view 2018-03-02 18:15:45 +02:00
telemetry_json.cpp fixup! fixup! Add a service to announce multiplayer rooms to web service; Add the abiltiy to receive a list of all announced rooms from web service 2017-12-14 12:36:37 +01:00
telemetry_json.h Fix build on platforms without std::string_view 2018-03-02 18:15:45 +02:00
verify_login.cpp verify_login: Make VerifyLogin exceptionless 2018-03-28 21:34:21 -04:00
verify_login.h WebService: Verify username and token (#2930) 2017-09-18 21:18:26 -04:00
web_backend.cpp web_service: Migrate logging macros 2018-03-25 15:35:06 +08:00
web_backend.h Add a service to announce multiplayer rooms to web service; Add the abiltiy to receive a list of all announced rooms from web service 2017-12-14 12:36:37 +01:00