summaryrefslogtreecommitdiff
path: root/src/dedicated_room/yuzu_room.cpp (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
|
* 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
|
* 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-271-1/+1
|
* core: network: Address review commentsGravatar german772022-08-151-0/+375