Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-31 | chore: update project branding to citron | Zephyron | |
2023-09-03 | msvc: set warning level to /W4 globally | Danila Malyutin | |
And fix a bunch of warnings | |||
2023-04-19 | Run clang-format to fix all. | Aaron Roney | |
2023-04-19 | Fix formatting. | Aaron Roney | |
2023-04-19 | Allow passing `bind_address` to dedicated room. | Aaron Roney | |
2022-09-10 | dedicated_room: fix token padding ... | liushuyu | |
... 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. | |||
2022-09-09 | ldn: Initial implementation | FearlessTobi | |
2022-09-02 | Address review comments | FearlessTobi | |
2022-08-27 | dedicated_room: Correctly handle token decoding | FearlessTobi | |
Correctly handle token decoding when '=' has been trimmed by the backend server. Co-Authored-By: liushuyu <liushuyu011@gmail.com> | |||
2022-08-27 | yuzu_room: Remove dependency on core | FearlessTobi | |
2022-08-15 | core: network: Address review comments | german77 | |