Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to Bootstrap 5Arthur de Jong2021-11-073-7/+15
|
* Fix typos found by codespellArthur de Jong2021-08-101-5/+5
|
* Update some NPM packagesArthur de Jong2021-07-181-4/+0
|
* Remove navbarArthur de Jong2020-05-233-96/+1
|
* Add new videos as first videoArthur de Jong2020-05-231-1/+1
|
* Add some source code commentsArthur de Jong2020-05-232-0/+11
|
* Put the videos in a grid that adaptsArthur de Jong2020-05-233-9/+55
|
* Allow local ICE server configurationArthur de Jong2020-05-232-6/+31
|
* Close failed connections and remove videoArthur de Jong2020-05-232-1/+12
|
* Mirror my own videoArthur de Jong2020-05-233-3/+7
|
* Publish files under the GPLv3+Arthur de Jong2020-05-235-0/+68
|
* Add video steams as they come inArthur de Jong2020-04-294-17/+99
|
* Apply some bandwidth limitsArthur de Jong2020-04-292-1/+5
|
* StylingArthur de Jong2020-04-291-40/+48
|
* Move volume indicator to separate componentArthur de Jong2020-04-292-74/+117
|
* Use webrtc-adapterArthur de Jong2020-04-291-0/+1
| | | | This will hopefully ensure that more browsers are supported.
* Forward ICE messages across communication channelArthur de Jong2020-04-292-11/+54
| | | | This also allows adding streams.
* Split initial setup of RTCPeerConnections to separate moduleArthur de Jong2020-04-292-19/+79
| | | | | | This turns the protocol into an announce -> offer -> answer handshake to have a full mesh of peer connections established between all members of the channel.
* Implement encryption of channel trafficArthur de Jong2020-04-291-10/+133
| | | | | | | | | This also chooses a channel identifier based on the encryption key to avoid spamming unintelligible encrypted messages to all chat clients that are on a different channel. This makes the value in the hash of the URL both the encryption key and the means to identify the channel.
* Split socket handling into separate moduleArthur de Jong2020-04-292-14/+35
|
* Initial version of chat windowArthur de Jong2020-04-293-0/+67
|
* Initial commitArthur de Jong2020-03-283-0/+253