summaryrefslogtreecommitdiff
path: root/src/dedicated_room (follow)
Commit message (Collapse)AuthorAgeFilesLines
* msvc: set warning level to /W4 globallyGravatar Danila Malyutin2023-09-031-3/+3
| | | | And fix a bunch of warnings
* Run clang-format to fix all.Gravatar Aaron Roney2023-04-191-1/+2
|
* Fix formatting.Gravatar Aaron Roney2023-04-191-2/+2
|
* Allow passing `bind_address` to dedicated room.Gravatar Aaron Roney2023-04-191-2/+11
|
* cmake: move find-modules to root cmake dirGravatar Alexandre Bouvier2023-01-021-2/+0
|
* CMake: Consolidate common PCH headersGravatar ameerj2022-11-301-7/+1
|
* CMake: Use precompiled headersGravatar ameerj2022-11-292-0/+17
|
* Merge pull request #8944 from Tachi107/patch-2Gravatar bunnei2022-10-061-1/+1
|\ | | | | build(room): simplify yuzu-room installation
| * build(room): simplify yuzu-room installationGravatar Andrea Pappacoda2022-09-221-1/+1
| | | | | | | | | | CMake is able to automatically install binaries in the correct location. Also see my older patch, https://github.com/yuzu-emu/yuzu/commit/af94bf4a594b6a3599fae1d78e5d283b9f602032 Cc: @FearlessTobi
* | dedicated_room: fix token padding ...Gravatar liushuyu2022-09-101-2/+12
| | | | | | | | | | | | | | ... mebedtls' base64 routine has a strange behavioral issue where if the input is invalid, it will not report it as invalid, but rather returning a bunch of garbage data. This new round-tripping padding method should eliminate such issue.
* | ldn: Initial implementationGravatar FearlessTobi2022-09-091-1/+2
|/
* CMake: explicitly link mbedcrypto for yuzu-roomGravatar Kyle Kienapfel2022-09-081-1/+1
| | | | | | | | | | | | | | | Doesn't appear to effect anything regular, but in both Linux and Windows builds it looks like our project has all the libraries available for linking. If this feature is turned off, there is only one thing that quit working, when linking yuzu-room it couldn't find a function called mbedtls_base64_decode mbedtls is split into three libraries for some reason: mbedtls mbedx509 mbedcrypto mbedtls_base64_decode is in mbedcrypto
* Address review commentsGravatar FearlessTobi2022-09-021-6/+1
|
* dedicated_room: Correctly handle token decodingGravatar FearlessTobi2022-08-271-0/+12
| | | | | | Correctly handle token decoding when '=' has been trimmed by the backend server. Co-Authored-By: liushuyu <liushuyu011@gmail.com>
* yuzu_room: Remove dependency on coreGravatar FearlessTobi2022-08-272-2/+2
|
* core: network: Address review commentsGravatar german772022-08-153-2/+2
|
* core, yuzu: Address first part of review commentsGravatar FearlessTobi2022-08-151-50/+50
|
* Make copyright headers SPDX-compliantGravatar FearlessTobi2022-08-153-3/+8
|
* dedicated_room: Initial implementationGravatar FearlessTobi2022-08-153-0/+417