citra/src/web_service
liushuyu af24f75c18
externals: update httplib and libressl ...
* In older `httplib`, SSL connections were not handled correctly and
  will have issues with proxy servers. Also, keep alive directives were
  not available back then, which is probably necessary to implement
  HTTP_C service correctly.
* Another reason being `httplib` now requires OpenSSL 1.1+ API while
  LibreSSL 2.x provided OpenSSL 1.0 compatible API.
* The bundled LibreSSL has been updated to 3.2.2 so it now provides
  OpenSSL 1.1 compatible API now.
* Also the path hint has been added so that it will find the correct
  path to the CA certs on *nix systems.
* An option is provided so that *nix system distributions/providers can
  use their own SSL implementations when compiling Yuzu/Citra to
  (hopefully) complies with their maintenance guidelines.
* LURLParse is also removed since `httplib` can handle
  `scheme:host:port` string itself now.
2022-01-13 19:32:50 -07:00
..
announce_room_json.cpp Resolve unused variable warnings 2020-12-06 15:59:13 -03:00
announce_room_json.h core, web_service: Check for error when registering rooms 2019-04-20 12:50:14 +08:00
CMakeLists.txt externals: update httplib and libressl ... 2022-01-13 19:32:50 -07:00
telemetry_json.cpp common/telemetry: Migrate namespace into the Common namespace 2021-01-04 05:17:13 +01:00
telemetry_json.h common/telemetry: Migrate namespace into the Common namespace 2021-01-04 05:17:13 +01:00
verify_login.cpp web_backend: Make Client use the PImpl idiom 2018-10-23 15:42:22 +02:00
verify_login.h web_service: Remove unnecessary inclusions 2019-04-07 18:27:14 +02:00
verify_user_jwt.cpp network, citra_qt: Give moderation permission to community mods 2018-12-15 20:28:03 +08:00
verify_user_jwt.h network, web_service: Add Verification backend and use new lobby API 2018-12-15 11:02:51 +08:00
web_backend.cpp externals: update httplib and libressl ... 2022-01-13 19:32:50 -07:00
web_backend.h citra_qt: Use the new verify backend; UI changes 2018-12-15 11:02:54 +08:00