Commit graph

  • 0052c45f69
    Merge pull request #39 from strukturag/nacks-lost-reporting Joachim Bauch 2020-08-13 13:05:56 +0200
  • 178006faba
    Update "janus-go" dependency to handle changed slowlink message. #39 Joachim Bauch 2020-08-12 16:43:17 +0200
  • acbb47a100
    Add callback on received RTT. Joachim Bauch 2020-08-07 11:39:52 +0200
  • f4d4d5fb4d
    Add callbacks for when MCU connection is established/list. Joachim Bauch 2020-08-07 10:23:47 +0200
  • 5a553fcc2d
    Move some signaling-specific functions of client to hub to allow reuse. Joachim Bauch 2020-08-07 10:22:27 +0200
  • e14ba2f39f
    Merge pull request #35 from strukturag/process-nats Joachim Bauch 2020-08-03 14:35:31 +0200
  • d23a392a1b
    Process NATS messages directly without passing to channel in client. #35 Joachim Bauch 2020-08-03 14:28:00 +0200
  • 2278a5ffba
    Merge pull request #33 from strukturag/lint-cleanup Joachim Bauch 2020-07-31 15:38:03 +0200
  • 68477474f8
    Don't use "select" with a single case that reads from a channel but read channel directly. #33 Joachim Bauch 2020-07-31 15:32:42 +0200
  • 7d874ac1a7
    Don't cast bytes to string but use "String()" method. Joachim Bauch 2020-07-31 15:26:18 +0200
  • 6ffed30ddc
    Remove unused error result (was always "nil"). Joachim Bauch 2020-07-31 15:23:41 +0200
  • 5964a98218
    Remove unnecessary assignment to "err". Joachim Bauch 2020-07-31 15:22:18 +0200
  • efc232fb9c
    Don't call "Fatal" from inside a goroutine. Joachim Bauch 2020-07-31 15:19:11 +0200
  • 67c5bebdcb
    Remove unused members. Joachim Bauch 2020-07-31 15:00:39 +0200
  • 3f4693dca4
    Remove unnecessary sub-loop. Joachim Bauch 2020-07-31 14:58:23 +0200
  • b8c9e816b3
    Remove unnecessary assignments to the blank identifier. Joachim Bauch 2020-07-31 14:57:04 +0200
  • 023f2715f5
    Merge pull request #28 from strukturag/multiple-backends Joachim Bauch 2020-07-31 14:43:01 +0200
  • 1ef50ea18c
    Update wording. #28 Joachim Bauch 2020-07-31 11:24:54 +0200
  • 30877d01a1
    Fix behaviour if "allowall" is configured. Joachim Bauch 2020-07-31 11:23:32 +0200
  • 0198599a64
    Fix test message. Joachim Bauch 2020-07-31 11:20:57 +0200
  • eb6deff32b
    Add support for multiple Nextcloud backends. Joachim Bauch 2020-07-07 09:44:02 +0200
  • 2d21c98928
    Merge pull request #31 from strukturag/ci-flaky-fixes Joachim Bauch 2020-07-31 14:03:10 +0200
  • 8772ea83fd
    Add sleep between joining multiple clients to the same room. #31 Joachim Bauch 2020-07-31 13:55:50 +0200
  • b165c44080
    Reuse existing "WaitForUsersJoined" for test. Joachim Bauch 2020-07-31 13:50:15 +0200
  • a3718a4664
    Allow passing number of tests runs through "COUNT" parameter. Joachim Bauch 2020-07-31 13:49:52 +0200
  • 75abe6d653
    Allow one millisecond less delay to account for time variance on CI runners. Joachim Bauch 2020-07-31 13:44:43 +0200
  • 5e55ce8ea9
    Merge pull request #30 from strukturag/ci-github-actions Joachim Bauch 2020-07-31 13:02:42 +0200
  • 13def3d2dc
    CI: Switch to GitHub Actions. #30 Joachim Bauch 2020-07-31 12:25:24 +0200
  • 3d2bcce9bf
    Merge pull request #29 from strukturag/keep-continentmap Joachim Bauch 2020-07-31 12:24:39 +0200
  • 7f92d105e5
    Keep the continent map in the repository to avoid download on build. #29 Joachim Bauch 2020-07-31 11:41:40 +0200
  • 60be36c02c
    Merge pull request #26 from strukturag/disinvite-reason Joachim Bauch 2020-07-29 08:39:31 +0200
  • 9563c55b2c
    Add note on build requirements (fixes #12). Joachim Bauch 2020-07-21 11:54:35 +0200
  • 9820580621
    Merge pull request #7 from gary-kim/enh/noid/docker Joachim Bauch 2020-07-21 11:46:24 +0200
  • 5bd525eae0
    Add "reason" field to disinvite message. #26 Joachim Bauch 2020-07-07 09:54:26 +0200
  • 3d73ab48db
    Merge pull request #16 from strukturag/stats-api Joachim Bauch 2020-06-30 17:01:48 +0200
  • b22d9076a3
    Unregister subscriber if "joinRoom" reconnect didn't work. #15 Joachim Bauch 2020-06-30 16:20:30 +0200
  • 3e11bf772e
    Merge pull request #13 from morph027/11-logfile-credentials Joachim Bauch 2020-06-30 16:03:21 +0200
  • e056d595e4
    📝 Add GitHub templates for issues and PR #17 mathieu.brunot 2020-06-01 16:12:46 +0200
  • e65b570419
    Add Docker support #7 Gary Kim 2020-05-19 21:38:38 +0800
  • 6455e70f15
    Add basic stats API. #16 Joachim Bauch 2020-05-28 16:02:04 +0200
  • 4ef06867dd
    Move processing of deferred method to dedicated DeferredExecutor. Joachim Bauch 2020-04-22 18:13:30 +0200
  • 5d5df71aca
    add docker build to README, fixes #12 #14 morph027 2020-05-26 07:14:25 +0200
  • fbbb8315ac
    remove credentials from log, fixes #11 #13 morph027 2020-05-26 07:06:46 +0200
  • 563658bf59
    Merge pull request #10 from stweil/master Joachim Bauch 2020-05-25 08:40:45 +0200
  • 859ba9ec2c Fix some typos in comments and error messages (found by codespell) #10 Stefan Weil 2020-05-23 09:35:00 +0200
  • 8d9c9cc1cd
    FreeBSD updates (#2) n-connect 2020-05-20 08:42:22 +0200
  • bffa2eb01a
    Merge pull request #6 from kesselb/patch-1 Joachim Bauch 2020-05-20 08:40:03 +0200
  • b856e65615
    Merge pull request #5 from morph027/reverse-proxies Joachim Bauch 2020-05-20 08:39:39 +0200
  • b5123f5a87
    Add working link for signaling api #6 kesselb 2020-05-19 20:08:06 +0200
  • 41b84e8af8
    Fixed update to work on FreeBSD too #2 n-connect 2020-05-19 19:52:02 +0200
  • 1cd85dc179
    add caddy server to reverse proxy examples #5 morph027 2020-05-19 18:25:36 +0200
  • 4447078bbb
    Merge pull request #3 from morph027/systemd-daemon Joachim Bauch 2020-05-19 16:29:44 +0200
  • 08c181760f
    add systemd to docs #3 morph027 2020-05-19 15:37:36 +0200
  • 29cd5b8c59
    Merge pull request #1 from n-connect/FreeBSD n-connect 2020-05-14 01:14:20 +0200
  • 08775f62eb
    Update README.md n-connect 2020-05-14 01:00:07 +0200
  • 29526586ef
    FreeBSD Update n-connect 2020-05-14 00:59:06 +0200
  • d493365afb
    FreeBSD update n-connect 2020-05-14 00:50:52 +0200
  • c48581b22b
    Merge pull request #1 from strukturag/ci-integration Joachim Bauch 2020-05-12 10:24:01 +0200
  • 70ee3d9726
    Add Travis build status. #1 Joachim Bauch 2020-05-12 10:09:29 +0200
  • 9eb4fb1a47
    CI: Add Travis integration. Joachim Bauch 2020-05-12 09:58:05 +0200
  • 6b61789c36
    Fix dependencies to work in clean go1.6/1.7 environments. Joachim Bauch 2020-05-12 10:05:50 +0200
  • 5dcfeda1e9
    Initial commit of the OpenSource version. v0.0.13 Joachim Bauch 2020-05-12 09:46:20 +0200