Greg Fodor
7c1573ddb9
Update manpages and README
2020-04-28 17:17:21 +00:00
wolmi
7bbe78a5f2
Merge branch 'master' into prometheus
2020-04-28 12:56:33 +02:00
Mészáros Mihály
7d1c1e0f89
Add new test certs
2020-04-28 09:26:31 +00:00
Mészáros Mihály
ded19f58c8
do not require to set cli password if no-cli
2020-04-28 11:14:08 +02:00
Mészáros Mihály
5b65099678
update Changelog and update man
2020-04-28 10:15:43 +02:00
Mészáros Mihály
9152469dc5
Merge pull request #513 from paulmenzel/remove-trailing-spaces-from-READMEs
...
Remove trailing spaces from READMEs
2020-04-28 10:12:24 +02:00
Mészáros Mihály
c8c6cdd226
Merge branch 'master' into remove-trailing-spaces-from-READMEs
2020-04-28 10:12:16 +02:00
Mészáros Mihály
ea2c6b6f30
Update Changelog
2020-04-28 10:07:51 +02:00
Mészáros Mihály
df1af68ef7
Merge pull request #516 from raghumuppa/patch-1
...
Update docker-compose-all.yml
2020-04-28 09:58:40 +02:00
Mészáros Mihály
db68c76195
Merge pull request #479 from WaxieSDR/master
...
Add support for reverse proxy connections
2020-04-28 09:47:42 +02:00
Mészáros Mihály
991a82e104
Merge branch 'master' into master
2020-04-28 09:47:20 +02:00
Mészáros Mihály
5da0b7b447
Merge branch 'master' of github.com:coturn/coturn
2020-04-28 09:41:59 +02:00
Mészáros Mihály
656d38d04a
Update changelog
2020-04-28 09:41:26 +02:00
Mészáros Mihály
4597fc09e0
Merge pull request #519 from ooookai/patch-1
...
Update README.docker
2020-04-28 09:38:07 +02:00
Mészáros Mihály
70a93345e4
Update changelog, update man
2020-04-28 09:22:01 +02:00
Mészáros Mihály
1e4456ea92
Merge pull request #506 from dbrgn/rename-prod
...
Rename "prod" config option to "no-software-attribute"
2020-04-28 09:18:51 +02:00
Mészáros Mihály
ee03d8a337
Merge branch 'master' of github.com:coturn/coturn
2020-04-28 09:16:37 +02:00
Mészáros Mihály
a0de548357
Update man and Changelog
2020-04-28 09:16:30 +02:00
Mészáros Mihály
4503d1bde1
Merge pull request #514 from paulmenzel/unify-spelling-for-coturn
...
Unify spelling of Coturn
2020-04-28 09:14:28 +02:00
Mészáros Mihály
b8bf7c7c2e
Update Changelog
2020-04-28 09:09:02 +02:00
Mészáros Mihály
24346fbaba
Merge pull request #522 from weberhofer/master
...
Drop of supplementary group IDs
2020-04-28 09:06:57 +02:00
Mészáros Mihály
c269544ba8
Merge branch 'dh2066'
2020-04-28 08:03:53 +02:00
Greg Fodor
52320f8ac9
Add flags to disable periodic use of dynamic tables
2020-04-18 01:27:54 +00:00
Mészáros Mihály
86dcad0e0f
Update
2020-04-15 22:15:48 +02:00
Mészáros Mihály
fb8dc8a736
Change DH key size default from 1066 to 2066
2020-04-15 22:07:26 +02:00
Johannes Weberhofer
acbf7e15c9
Drop of supplementary group IDs
...
Fix related to POS36-C and rpmlint error "missing-call-to-setgroups-before-setuid".
2020-04-11 10:33:55 +02:00
ooookai
aabfce8709
Update README.docker
2020-04-06 01:48:53 +08:00
Miquel Ortega
fb3bd0d353
Added checks to make prometheus optional
2020-04-02 17:28:21 +02:00
Miquel Ortega
accb230140
Removed .deb libraries included
2020-04-02 11:41:00 +02:00
Miquel Ortega
9c7c9dbf0a
Remove IDE files and ignore it
2020-04-02 11:16:54 +02:00
Miquel Ortega
aeb0474344
Added some comments
2020-04-02 10:45:32 +02:00
Miquel Ortega
d485088409
Added metrics for total traffic
2020-04-02 10:35:50 +02:00
Miquel Ortega
3e22d7e199
Refactor to use only one function to set metrics
2020-04-02 10:26:01 +02:00
raghumuppa
abac263ca9
Update docker-compose-all.yml
2020-04-02 09:12:08 +03:00
Miquel Ortega
9ed631c495
Prometheus server init and first metrics
2020-04-02 00:51:42 +02:00
Miquel Ortega
b9802690d1
First code to implement prometheus metrics
2020-04-02 00:49:28 +02:00
Paul Menzel
801832e94f
Replace coTURN by Coturn
...
The official spelling of *Coturn* seems to be just with a capital
starting letter, replace all occurrences of *coTURN* with the command
below.
git grep -l coTURN | xargs sed -i 's/coTURN/Coturn/g'
2020-03-30 19:28:28 +02:00
Paul Menzel
fa3f2797c2
README.*: Strip trailing spaces
2020-03-30 19:08:31 +02:00
Danilo Bargen
520e172b22
Rename "prod" config option to "no-software-attribute"
...
As discussed in https://github.com/coturn/coturn/pull/478 , if the
parameter only controls whether or not to send the software attribute
and not other production-relevant configurations, it should be named
accordingly.
The old --prod configuration option still works, but is now deprecated
and undocumented.
2020-03-13 11:03:05 +01:00
Mészáros Mihály
4722697645
Fix compiler warnings
...
* Changed type from int to size_t to avoid warning
warning: comparison between signed and unsigned integer expressions
* Fixed string truncation warning
2020-03-03 15:26:01 +01:00
Mészáros Mihály
8eb779a3cf
update Changelog
2020-02-19 10:52:59 +01:00
Mészáros Mihály
c6bca3cef7
Merge branch 'http-server-fixes'
2020-02-19 07:49:05 +01:00
Mészáros Mihály
c534eaef41
Merge branch 'input-validation'
...
Merge PR #472
2020-02-18 14:46:11 +01:00
Mészáros Mihály
79361c170f
Merge branch 'fips'
2020-02-18 14:36:37 +01:00
Mészáros Mihály
e09bcd9f7a
Fix: CVE-2020-6062 / TALOS-2020-0985
2020-02-18 12:32:36 +01:00
Mészáros Mihály
51a7c2b9bf
Fix: CVE-2020-6061/TALOS-2020-0984
2020-02-17 10:34:56 +01:00
Bertold Van den Bergh
ace903fd07
Add support for loadbalanced TCP connections (haproxy protocol v2)
2020-02-13 01:56:43 +01:00
Mészáros Mihály
047102a44b
Update travis ubuntu version to bionic
2020-02-12 11:31:45 +01:00
Mészáros Mihály
04d7cd1486
Merge pull request #478 from alepolidori/prod-opt
...
turnserver.conf: add --prod section to enhance security
2020-02-12 11:23:06 +01:00
Mészáros Mihály
fb0233a963
Merge pull request #463 from xthursdayx/master
...
Updated turnserver.conf to fix typos and grammar to clarify documentation.
2020-02-12 11:19:57 +01:00