Commit graph

273 commits

Author SHA1 Message Date
Joachim Bauch 9820580621
Merge pull request #7 from gary-kim/enh/noid/docker
Add Docker resources
2020-07-21 11:46:24 +02:00
Joachim Bauch 5bd525eae0
Add "reason" field to disinvite message.
This is required so clients can differentiate between no longer being
invited or the room being deleted. Fixes #25.
2020-07-07 09:54:26 +02:00
Joachim Bauch 3d73ab48db
Merge pull request #16 from strukturag/stats-api
Add basic stats API.
2020-06-30 17:01:48 +02:00
Joachim Bauch b22d9076a3
Unregister subscriber if "joinRoom" reconnect didn't work.
This will cause a new subscriber object to be created/connected if the client
retries the request.
2020-06-30 16:20:30 +02:00
Joachim Bauch 3e11bf772e
Merge pull request #13 from morph027/11-logfile-credentials
remove credentials from log, fixes #11
2020-06-30 16:03:21 +02:00
Gary Kim e65b570419
Add Docker support
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-05-29 14:57:51 +08:00
Joachim Bauch 6455e70f15
Add basic stats API.
Can be used to query number of sessions, rooms and (if Janus is configured),
overall MCU clients and publishers.
2020-05-28 16:02:04 +02:00
Joachim Bauch 4ef06867dd
Move processing of deferred method to dedicated DeferredExecutor.
This fixes an issue where re-joining a room after error stopped the
internal processing of deferred functions.
2020-05-28 10:11:43 +02:00
morph027 fbbb8315ac
remove credentials from log, fixes #11 2020-05-26 07:06:46 +02:00
Joachim Bauch 563658bf59
Merge pull request #10 from stweil/master
Fix some typos in comments and error messages (found by codespell)
2020-05-25 08:40:45 +02:00
Stefan Weil 859ba9ec2c Fix some typos in comments and error messages (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2020-05-23 09:35:00 +02:00
n-connect 8d9c9cc1cd
FreeBSD updates (#2)
* FreeBSD update

1. run the build with gmake build on FreeBSD
2. Using env instead of direct interpreter call in head of python script - more flexible use of python scripts (there's no default symlink like python2 or python3 in FreeBSD)
3. removing full path before of 'curl' to be able to run it by the script for dependency downloads

* FreeBSD Update

Change script header using env instead of direct Bash shell call (full path of 'env' is '/usr/bin/env')

* Update README.md

* Fixed update to work on FreeBSD too

After applying the meta-package it is more widely usable
2020-05-20 08:42:22 +02:00
Joachim Bauch bffa2eb01a
Merge pull request #6 from kesselb/patch-1
Add working link for signaling api
2020-05-20 08:40:03 +02:00
Joachim Bauch b856e65615
Merge pull request #5 from morph027/reverse-proxies
add caddy server to reverse proxy examples
2020-05-20 08:39:39 +02:00
kesselb b5123f5a87
Add working link for signaling api 2020-05-19 20:08:06 +02:00
morph027 1cd85dc179
add caddy server to reverse proxy examples 2020-05-19 19:50:42 +02:00
Joachim Bauch 4447078bbb
Merge pull request #3 from morph027/systemd-daemon
add systemd to docs
2020-05-19 16:29:44 +02:00
morph027 08c181760f
add systemd to docs 2020-05-19 15:37:36 +02:00
Joachim Bauch c48581b22b
Merge pull request #1 from strukturag/ci-integration
CI: Add Travis integration
2020-05-12 10:24:01 +02:00
Joachim Bauch 70ee3d9726
Add Travis build status. 2020-05-12 10:09:29 +02:00
Joachim Bauch 9eb4fb1a47
CI: Add Travis integration. 2020-05-12 10:06:00 +02:00
Joachim Bauch 6b61789c36
Fix dependencies to work in clean go1.6/1.7 environments. 2020-05-12 10:06:00 +02:00
Joachim Bauch 5dcfeda1e9
Initial commit of the OpenSource version.
This corresponds to nextcloud-spreed-signaling 0.0.13
2020-05-12 09:46:20 +02:00