- 20 Feb, 2022 1 commit
-
-
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 2 commits
-
-
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.
-
Juliusz Chroboczek authored
Commit 993d66 addes support for displaying raised hands, but it failed to take into account the possibility that the hand is already raised when the user is first added.
-
- 27 Jan, 2022 1 commit
-
-
Juliusz Chroboczek authored
-
- 26 Jan, 2022 1 commit
-
-
Juliusz Chroboczek authored
We're already doing it in the receiver loop.
-
- 25 Jan, 2022 5 commits
-
-
Juliusz Chroboczek authored
Doing that at the sample level suffers from too much delay due to buffering in the samplebuilder.
-
Juliusz Chroboczek authored
This fixes an issue with out-of-order packet's start flag not being correctly set in all cases.
-
Juliusz Chroboczek authored
If the stream was very short, we may not have created a writer yet. Write out packets even in that case.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-