302 Commits

Author SHA1 Message Date
dependabot[bot]
9237641fa6
Bump hosted-git-info from 2.8.4 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.4 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.4...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 11:19:25 +00:00
Alex Sosnovskiy
ff197defe0
Merge pull request #245 from peers/dependabot/npm_and_yarn/lodash-4.17.21
Bump lodash from 4.17.19 to 4.17.21
2021-05-10 12:28:24 +03:00
dependabot[bot]
74f2b662ce
Bump lodash from 4.17.19 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 08:57:52 +00:00
Alex Sosnovskiy
2490250b2d
Merge pull request #244 from peers/dependabot/npm_and_yarn/url-parse-1.5.1
Bump url-parse from 1.4.7 to 1.5.1
2021-05-10 11:09:38 +03:00
dependabot[bot]
c8d7739328
Bump url-parse from 1.4.7 to 1.5.1
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-09 02:45:25 +00:00
Alex Sosnovskiy
b5423aaab4
Merge pull request #231 from peers/dependabot/npm_and_yarn/ini-1.3.8
Bump ini from 1.3.5 to 1.3.8
2021-02-12 00:55:26 +03:00
Alex Sosnovskiy
e048e5ea89
Merge pull request #235 from Prashoon123/patch-1
Added installation method for yarn
2021-02-12 00:54:14 +03:00
PrashoonB
7160e9cc20
fix README.md 2021-01-23 21:45:12 +05:30
PrashoonB
0ae926b47b
Added installation method for yarn 2021-01-23 21:41:08 +05:30
dependabot[bot]
c946ffca20
Bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-12 03:39:49 +00:00
afrokick
460130a527 add more nodejs versions to travis-ci 2020-11-28 10:42:30 +03:00
afrokick
0b6b766226 Bump version to 0.6.1 2020-11-28 10:34:18 +03:00
afrokick
23a037c7d3 add test
fix ssl options #230
2020-11-28 10:33:44 +03:00
afrokick
3fbaa2c2c6 add Ctrl+c in changelog 2020-11-24 12:13:50 +03:00
afrokick
34589d9786 docker: stop PeerJS process on Ctrl+C #205 2020-11-24 12:05:02 +03:00
afrokick
faead27b98 Bump version to 0.6.0 2020-11-24 10:59:53 +03:00
afrokick
28f1b44640 update changelog
update ts to 4.1.2
2020-11-24 10:44:11 +03:00
Alex Sosnovskiy
cbc7cbf526
Merge pull request #226 from cashpipeplusplus/master
docs: Add instructions for Google App Engine deployment
2020-11-24 10:28:49 +03:00
Alex Sosnovskiy
86ba5ba1ed
Merge pull request #225 from brunobg/patch-2
Allows SNICallback instead of hardcoded key/cert
2020-11-24 10:27:56 +03:00
Joey Parrish
5f18c06ecf docs: Add instructions for Google App Engine deployment 2020-10-30 13:08:28 -07:00
brunobg
5e7f911431
Added SSL options docs 2020-10-14 16:04:01 -03:00
brunobg
24cb041082
Allows SNICallback instead of hardcoded key/cert
This updates the previous PR https://github.com/peers/peerjs-server/pull/219/ with the current code. It solves #209, allowing ssl options to use SNICallback instead of only a hardcoded key/cert pair. @afrokick I saw you accepted a few PRs this week, any chance this once can be included too? Thanks
2020-10-14 10:20:31 -03:00
afrokick
ef7e79f99f fix eslint errors 2020-10-10 14:19:56 +03:00
Alex Sosnovskiy
d6cb7d51ce
Merge pull request #197 from millette/host-option
Host option
2020-10-10 13:30:46 +03:00
Alex Sosnovskiy
b27afd8b7b
Merge pull request #214 from cashpipeplusplus/master
docs: Create a privacy policy for the PeerJS server
2020-10-10 13:28:56 +03:00
Alex Sosnovskiy
f4fefa382f
Merge pull request #206 from Nowaker/patch-1
README.md: Kubernetes
2020-10-10 13:28:13 +03:00
Alex Sosnovskiy
7116a721b8
Merge pull request #202 from peers/dependabot/npm_and_yarn/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19
2020-10-10 13:27:16 +03:00
cashpipeplusplus
7634a99e12 doc: Create a privacy policy for the PeerJS server
This adds a very simply privacy policy for PeerJS servers.

Closes peers/peerjs#649
2020-08-31 17:55:33 -07:00
Damian Nowak
d404004f37
README.md: Kubernetes 2020-07-26 20:15:25 -05:00
dependabot[bot]
5ba95e0b16
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-18 01:42:28 +00:00
Alex Sosnovskiy
12bd0f245e
Merge pull request #200 from md-adil/master
EventEmitter is not type fix
2020-07-11 20:20:53 +03:00
Md Adil
8536d24421 EventEmitter is not type fix 2020-07-07 21:27:21 +05:30
Robin Millette
99e45ec170 Add updated dist/. 2020-06-07 10:16:21 -04:00
Robin Millette
aa2be8063e Add host option. 2020-06-07 10:15:51 -04:00
Alex Sosnovskiy
4f530c6847
Merge pull request #191 from t49tran/doc-remove-non-exist-debug-option
doc: remove non exist debug option
2020-05-21 15:54:50 +03:00
t49tran
f2ad44a4cd doc: remove non exist debug option 2020-05-18 14:04:20 +10:00
afrokick
9599ed91ee add options for issue template 2020-05-11 22:00:08 +03:00
afrokick
411ab1e020 remove unused template for issue 2020-05-11 21:55:54 +03:00
Alex Sosnovskiy
8e4ff5478a Update issue templates 2020-05-11 21:55:11 +03:00
afrokick
a74596f2bf 0.5.3 2020-05-11 21:21:44 +03:00
afrokick
8bf8c337f1 update changelog 2020-05-11 21:20:15 +03:00
Alex Sosnovskiy
40092732fe
Merge pull request #190 from hobindar/fix/minimist
Remove dependence on outdated minimist
2020-05-11 21:14:10 +03:00
Darren Hobin
11dfde98c9 Update transitive dependencies on minimist
This change removes the last bit of dependence on a version of minimist
that has a known prototype pollution vulnerability.
2020-05-11 11:22:31 -04:00
Darren Hobin
cb0a72bf8a Replace optimist with yargs
Optimist is no longer maintained. It has not been updated since 2014,
even for basic security updates. Thus this change replaces it with its
spiritual successor, yargs, which is still actively maintained.

This is also a first step to removing peerjs' dependence on an outdated
version of minimist that has known security vulnerabilities.
2020-05-11 11:22:25 -04:00
afrokick
6618830802 Bump version to 0.5.2 2020-03-30 08:08:04 +03:00
afrokick
31ebb0dbc1 add meta info to package.json 2020-03-30 08:07:45 +03:00
afrokick
5f7a981390 update changelog 2020-03-30 08:02:58 +03:00
Alex Sosnovskiy
c53832e132
Merge pull request #171 from lqdchrm/ws-fix
fix for #170 windows paths
2020-03-30 08:00:54 +03:00
Robert Rößger
a72e4fc60e fix for #170 windows paths 2020-03-29 23:44:24 +02:00
afrokick
f853f438ba Bump version to 0.5.1 2020-03-23 19:58:31 +03:00