1
0
mirror of https://github.com/coturn/coturn.git synced 2025-10-30 22:40:59 +01:00

1502 Commits

Author SHA1 Message Date
Mészáros Mihály
c55331dad2
Merge pull request #679 from rubo77/patch-1
Readme.turnserver: how to run server as a daemon
2021-03-23 09:45:34 +01:00
Mészáros Mihály
97c93725af
Merge pull request #704 from hills/configure-exit
Packaging scripts can miss out on these errors
2021-03-23 09:41:28 +01:00
Mészáros Mihály
27cd04194e
Merge pull request #717 from marcoschum/patch-1
Update turnserver.conf
2021-03-23 09:35:42 +01:00
Mészáros Mihály
31c936d51d
Merge pull request #721 from KangLin/cmake
Add to support cmake
2021-03-23 09:31:59 +01:00
Mészáros Mihály
7340bf8e50
Merge pull request #727 from JoKoT3/master
Support older mysql client version in configure
2021-03-23 09:28:06 +01:00
Mészáros Mihály
6a5d067d7c
Merge pull request #703 from hills/no-stdout-log
Restore no_stdout_log behaviour
2021-03-23 09:18:17 +01:00
Mészáros Mihály
2204778ce1 Replace keep-address-family with allocation-default-address-family 2021-03-12 23:05:18 +01:00
Mészáros Mihály
e2c99c6803 Remove extra new line in error 2021-03-11 22:15:22 +01:00
Jonathan GIBERT
6994972726 Support older mysql client version in configure 2021-03-04 17:54:51 +01:00
KangLin
677e5dc5d3 Add cmake 2021-02-26 09:02:50 +08:00
release-it
33aa2e6ec5 mongoc version 1.17.4 2021-02-24 19:09:46 +01:00
marcoschum
cfb03bb934
Update turnserver.conf
fixed typo mor --> more
2021-02-24 09:19:03 +01:00
Mark Hills
a7dcdc6da9 Packaging scripts can miss out on these errors
This script looks like it's designed to use a portable subset of
sh; I'm not aware of any portability problems of this patch.
2021-01-25 15:08:55 +00:00
Mark Hills
9bcc898b05 Restore no_stdout_log behaviour
In commit 599a61ee this was removed, by accident it could seem.
2021-01-25 09:31:47 +00:00
Ruben Barkow-Kuder
5bb25dbfaf
Update README.turnserver 2021-01-22 06:20:20 +01:00
Mészáros Mihály
b58166cc90
Fixes #692 2021-01-18 10:31:25 +01:00
Mészáros Mihály
907f1ec9a8 Add changelog PR #687 2021-01-14 21:18:35 +01:00
Mészáros Mihály
7abc3541e4
Merge pull request #687 from wuelcas/improve-doc-for-long-term-credentials-with-redis
Add hash algorithm for key value to redis userdb schema docs
2021-01-14 20:44:45 +01:00
Wuelber Castillo
a767115055 Add hash algorithm for key value to redis userdb schema 2021-01-14 09:57:10 -06:00
Mészáros Mihály
e5d4e62dec Fix typo "finsihed" reported by Felipe Cecagno 2021-01-14 15:14:53 +01:00
Mészáros Mihály
cc637d2db9 Uneccessary semicolon 2021-01-14 15:06:53 +01:00
Mészáros Mihály
57180ab60a
Merge pull request #684 from brevilo/brevilo-define-missing-v111
Define OPENSSL_VERSION_1_1_1 on systems where it doesn't (yet) exist
2021-01-13 10:07:46 +01:00
brevilo
a52df6cafb
Define OPENSSL_VERSION_1_1_1 on systems where it doesn't (yet) exist
Otherwise preprocessor logic will fail and cause incompatible pointer type issues (by using wrong callback API)
2021-01-13 01:54:25 +01:00
Mészáros Mihály
060bf18787 Changelog for CVE-2020-26262 4.5.2 2021-01-10 20:59:55 +01:00
Mészáros Mihály
abfe1fd08d Merge branch 'advisory-fix-1' CVE-2020-26262 2021-01-10 20:59:14 +01:00
Mészáros Mihály
104ab83f09 Automatically notify systemd if compiled 2021-01-10 20:57:43 +01:00
Mészáros Mihály
a66e5cd286 Remove pid handling from systemd service files 2021-01-10 20:57:06 +01:00
Mészáros Mihály
e367fabb0e Fix typo 2021-01-10 17:20:40 +01:00
Mészáros Mihály
fe3ed44089 Update date in ChangeLog 2021-01-10 17:19:25 +01:00
Mészáros Mihály
0c9e6f9bff Bump version in rpm 2021-01-10 10:43:49 +01:00
Mészáros Mihály
c1437902e2 Remove earlier deleted function definitions 2021-01-10 10:43:36 +01:00
Mészáros Mihály
bca1c9a97d Travis changes 2021-01-10 08:27:15 +00:00
Mészáros Mihály
f1d946c1b4 Refactoring Prometheus
* Fix c++ support
* Simplify: Remove session id/allocation
2021-01-10 00:32:49 +00:00
Mészáros Mihály
a8bd1c50d3 Fix typo 2021-01-08 09:45:20 +00:00
Mészáros Mihály
c6347d4c84 Fix typo 2021-01-08 09:44:03 +00:00
Mészáros Mihály
a28fee8cde Fix typo in acme 2021-01-08 09:19:33 +00:00
Ruben Barkow-Kuder
fa86379538
Readme.turnserver: how to run server as a daemon 2021-01-08 10:14:40 +01:00
Mészáros Mihály
9bf9cda5b8 Revert "Fix: osx ssl env travis"
This reverts commit 828ac5b6e2961a12c0d32565f18c78d05bc4ee83.
2021-01-08 08:46:16 +00:00
Mészáros Mihály
71e4149fab Revert "Travis export ssl envs only on osX"
This reverts commit c5cd0ad0160396783c21d231e783addc3caa4e36.
2021-01-08 08:46:13 +00:00
Mészáros Mihály
0e961f4aa5 Revert "Fix: Travis typo in if"
This reverts commit 39f21d6d2a61a7f435b12dc0f643e863027b41c9.
2021-01-08 08:46:08 +00:00
Mészáros Mihály
d951cd34bf Add back again ssl and crypto testlib 2021-01-08 08:41:04 +00:00
Mészáros Mihály
bde7e2ece9 Fix configure test mysql 2021-01-08 08:16:30 +00:00
Mészáros Mihály
39f21d6d2a Fix: Travis typo in if 2021-01-08 08:08:12 +00:00
Mészáros Mihály
c5cd0ad016 Travis export ssl envs only on osX 2021-01-08 07:59:16 +00:00
Mészáros Mihály
828ac5b6e2 Fix: osx ssl env travis 2021-01-08 07:48:38 +00:00
Mészáros Mihály
80fb20a125 Fix: systemd mistake in configure 2021-01-08 07:07:21 +00:00
Mészáros Mihály
2edc14a193 Fixes #601 2021-01-07 21:38:43 +00:00
Mészáros Mihály
13082beae8 Fixes #600 2021-01-07 21:31:12 +00:00
Mészáros Mihály
9fcd86f3cc Fixes #621 2021-01-07 21:25:27 +00:00
Mészáros Mihály
47008229ce Add pkg-config to docker 2021-01-07 18:05:52 +00:00