Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dedicated_room: fix token padding ... | liushuyu | 2022-09-11 | 1 | -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 implementation | FearlessTobi | 2022-09-09 | 1 | -1/+2 |
| | |||||
* | Address review comments | FearlessTobi | 2022-09-02 | 1 | -6/+1 |
| | |||||
* | dedicated_room: Correctly handle token decoding | FearlessTobi | 2022-08-27 | 1 | -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 core | FearlessTobi | 2022-08-27 | 1 | -1/+1 |
| | |||||
* | core: network: Address review comments | german77 | 2022-08-15 | 1 | -0/+375 |