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
afrokick
42ffc54d9f
edit changelog
2020-03-23 19:57:56 +03:00
afrokick
b3f223c51f
fix ExpressPeerServer when mount on custom path
2020-03-23 19:51:18 +03:00
Jairo
e22e6acce4
Update README.md
2020-03-23 13:35:02 +01:00
afrokick
873a4a6fc2
Bump version to 0.5.0
2020-03-23 15:09:44 +03:00
afrokick
b9dbb6d678
fix issue #165
2020-03-23 15:09:37 +03:00
afrokick
0a296aba07
add README for HTTP API
2020-03-22 00:28:50 +03:00
afrokick
2bcb27d20b
npm build
2020-03-20 04:25:02 +03:00
afrokick
86c2c65db7
change defaultConfig - set path to /
...
fix declaration file
2020-03-20 04:24:33 +03:00
afrokick
3a1604d155
add declaration file
2020-03-20 04:19:33 +03:00
afrokick
8c2cc1d5d7
add badges for node version and deps
2020-03-20 03:40:53 +03:00
afrokick
b147268774
change nodejs version in TravisCI to 12
2020-03-20 03:29:06 +03:00
afrokick
27ee6dd495
remove github/workflows
2020-03-20 03:24:37 +03:00
afrokick
5f6462cc32
update deps
2020-03-20 03:24:10 +03:00
afrokick
a88d88c6f2
change Dockerfile - npm install with production flag
2020-03-20 02:24:44 +03:00
afrokick
1887a5a955
Bump version to 0.4.0
2020-03-20 02:18:19 +03:00
afrokick
8e5ba48f6c
include only 'bin' and 'dist' folders into package
2020-03-20 02:13:56 +03:00
afrokick
4759ef055f
add description for 'generateClientId' option to README
2020-03-20 02:02:34 +03:00