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

1677 Commits

Author SHA1 Message Date
Mészáros Mihály
fa01cfeed6 Move acme to new file 2020-12-15 13:25:56 +00:00
Jens Elkner
02d62e828d acme-redirect: add option to man page, fix help text 2020-12-15 13:24:10 +00:00
Jens Elkner
12c7d19a47 support of --acme-redirect <URL> 2020-12-15 13:24:10 +00:00
Mészáros Mihály
d4686750ee Move acme to new file 2020-12-15 13:04:11 +00:00
Jens Elkner
9b0dd4380c acme-redirect: add option to man page, fix help text 2020-12-15 13:01:51 +00:00
Jens Elkner
7e525c8e1c support of --acme-redirect <URL> 2020-12-15 13:01:51 +00:00
Mészáros Mihály
d84028b6db Simplify the ipv6 ::/128 (in6addr_any) check 2020-12-10 14:17:00 +01:00
Mészáros Mihály
dd0ffdb51a Add comment to ioa_addr_is_zero 2020-12-10 14:15:26 +01:00
Mészáros Mihály
9b1cca1fbe Add PR#660 to changelog 2020-12-10 11:12:09 +01:00
Mészáros Mihály
5b07b980d8
Merge pull request #660 from CamJN/master
fix compilation on macOS Big Sur
2020-12-10 11:10:45 +01:00
Camden Narzt
0880d7cd0f
fix compilation on macOS Big Sur
You must define `__APPLE_USE_RFC_3542` in order to use the `IPV6_DONTFRAG` sockopt: https://opensource.apple.com/source/xnu/xnu-6153.141.1/bsd/netinet6/in6.h.auto.html
```
 * To use the new IPv6 Sockets options introduced by RFC 3542
 * the constant __APPLE_USE_RFC_3542 must be defined before
 * including <netinet/in.h>
```
2020-12-09 16:15:40 -07:00
Mészáros Mihály
08bb62ea88 Update README to fix #658 2020-12-08 13:40:49 +01:00
Mészáros Mihály
b0fb4a9a0a Rename new timestamp options, and fix these cli handling 2020-12-08 11:51:25 +01:00
Mészáros Mihály
37b61993e5 Add new log options to config file 2020-12-08 11:10:15 +01:00
Mészáros Mihály
9a0d9d8c5d Replace new-timestamp_format=>new-timestamp-format 2020-12-08 11:07:53 +01:00
Mészáros Mihály
50f789ab5a Add new timestamp options to the README and man 2020-12-08 10:44:40 +01:00
Mészáros Mihály
3c70219798 Fix docker lint warn: workdir need to be absolute 2020-12-08 09:45:56 +01:00
Mészáros Mihály
9c35494351 Update Docker MongoDB libs and fix systemctl 2020-12-08 09:39:33 +01:00
Mészáros Mihály
c8ba70788b Merge branch 'master' of github.com:coturn/coturn into coturn-master 2020-12-08 08:52:02 +01:00
Mészáros Mihály
b13cc41a82 Add to changelog PR #655 #618 #599 2020-12-08 08:49:51 +01:00
Mészáros Mihály
00659f3948
Merge pull request #599 from cedk/libressl
Do not use FIPS and remove hardcode OPENSSL_VERSION_NUMBER with LibreSSL
2020-12-08 08:48:15 +01:00
Mészáros Mihály
c0822dab95
Merge pull request #618 from PaulWay/paulway_log_real_time
Print full date and time in logs
2020-12-08 08:45:48 +01:00
Mészáros Mihály
330744de24
Merge pull request #655 from Startup-Stack/proxy-protocol
Add support for proxy protocol V1
2020-12-08 08:37:54 +01:00
Mészáros Mihály
032d352716 Changelog for PR#643 2020-12-08 08:35:07 +01:00
Mészáros Mihály
75309e5c2d
Merge pull request #643 from tupelo-schneck/master
Allow RFC6062 TCP relay data to look like TLS; fixes #605
2020-12-08 08:16:31 +01:00
Mészáros Mihály
29d5c66263 Update man after README change 2020-12-07 15:28:05 +01:00
Mészáros Mihály
2bc61f483e Add changelog to merged PRs 2020-12-07 15:26:40 +01:00
Mészáros Mihály
3b3c5849cc bump version 2020-12-07 15:26:00 +01:00
Mészáros Mihály
5554239a00
Merge pull request #627 from faust64/patch-1
Fix misleading option in doc
2020-12-07 15:05:03 +01:00
Mészáros Mihály
9e26fe9bf5
Merge pull request #631 from ddeka2910/master
Add architecture ppc64le to travis build
2020-12-07 15:04:01 +01:00
Mészáros Mihály
3fd8fd2057
Merge pull request #637 from edwargix/master
Delete trailing whitespace in example configuration files
2020-12-07 15:01:46 +01:00
Mészáros Mihály
9c7deff4b8 Separate addr zero check from allow_loopback_peers 2020-12-07 14:28:23 +01:00
Sandro Gauci
649cbf9661 fixed logic for banning loopback and zero addr 2020-12-07 12:27:25 +01:00
Mészáros Mihály
560684c894 Tidy: Move zero check to own function 2020-12-07 08:32:09 +01:00
Sandro Gauci
6c774b9fb8 ioa_addr_is_loopback now also covers :: 2020-11-30 14:05:22 +01:00
Sandro Gauci
af50d63a15 ioa_addr_is_loopback ipv6 now properly blocks ::1 2020-11-30 14:04:27 +01:00
Sandro Gauci
ff5e5478a3 ioa_addr_is_loopback now covers 0.0.0.0/8 2020-11-30 14:02:35 +01:00
Peter Linss
c00d69e67f
Add support for proxy protocol V1 2020-11-18 17:20:24 -08:00
Robert Tupelo-Schneck
a83bffd942 Allow RFC6062 TCP relay data to look like TLS; fixes #605 2020-10-30 12:34:31 -04:00
Hristo Venev
40b39e2392 configure: use pkg-config for openssl 2020-10-26 19:47:43 +02:00
Hristo Venev
63e5f078b4 configure: use pkg-config for mongodb 2020-10-26 19:47:43 +02:00
Hristo Venev
29b5e23f05 configure: use pkg-config for mysql 2020-10-26 19:47:43 +02:00
Hristo Venev
92d7a114a7 configure: use pkg-config for libevent 2020-10-26 19:47:43 +02:00
Hristo Venev
651ea27ebf configure: use pkg-config for postgresql 2020-10-26 19:45:55 +02:00
Hristo Venev
e7940bb849 configure: use pkg-config for hiredis 2020-10-26 19:45:55 +02:00
Hristo Venev
af437e6751 configure: use pkg-config for sqlite3 2020-10-26 19:45:55 +02:00
Hristo Venev
a6ee955e44 configure: add pkg-config helpers 2020-10-26 19:45:55 +02:00
Hristo Venev
30acc0a563 configure: remove unnecessary include/library paths
Everything should be provided by pkg-config now.
2020-10-26 19:05:21 +02:00
Hristo Venev
28352b12ac configure: simplify pthreads detection
Also make `pthread_testlib` return success on success and failure on failure.
2020-10-26 19:05:21 +02:00
Hristo Venev
9980f84601 configure: Fix CC detection when 'unknown' is on PATH
We can't be sure that a program called 'unknown' will never exist.
2020-10-26 19:05:21 +02:00