- 21 Feb, 2022 4 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
We had two functions with the same name.
-
- 20 Feb, 2022 5 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
This avoids the need to pass the username in the URL without requiring the client to parse tokens.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 19 Feb, 2022 3 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Now that we support external auth, the permissions list is open-ended. Make it a list for simplicity.
-
Juliusz Chroboczek authored
-
- 18 Feb, 2022 7 commits
-
-
Juliusz Chroboczek authored
It is now possible to autojoin by going to a URL such as https://galene.example.org/group/test?username=jch&token=...
-
Juliusz Chroboczek authored
This makes it possible to use token authentication without an authentication server.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 16 Feb, 2022 6 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 07 Feb, 2022 1 commit
-
-
Juliusz Chroboczek authored
Nice DTLS fixes in pion/dtls v2.1.2.
-
- 05 Feb, 2022 1 commit
-
-
Juliusz Chroboczek authored
This was broken when we renamed status to data. Thanks to Sylvie Tissot.
-
- 01 Feb, 2022 8 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
This fixes an issue with non-simulcast tracks being discarded when bundled with simulcast tracks.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
More explicit data structures, better error handling.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Firefox implements the spec correctly by encapsulatings received data in a blob by default. Handle both blobs and ArrayBuffers. Also improve error handling.
-
- 30 Jan, 2022 3 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 29 Jan, 2022 1 commit
-
-
Juliusz Chroboczek authored
We now distinguish between status, which is maintained by the server, and data, which is provided by the client. In addition to client data, we now support group data.
-
- 28 Jan, 2022 1 commit
-
-
Juliusz Chroboczek authored
Setting the status after joining (using the "setstatus" action) may cause multiple "user" messages to be sent to clients. Add the ability to set the initial status at join time.
-