Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/src/comm.js
Commit message (Collapse)AuthorAgeFilesLines
* Allow local ICE server configurationArthur de Jong2020-05-231-4/+30
|
* Publish files under the GPLv3+Arthur de Jong2020-05-231-0/+10
|
* 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-291-0/+24