coturn/src
Pavel Punsky af8a057eac
Update version to 4.6.2 (#1174)
Update version number, generate authors and changelog files

Release notes (short summary of changes)
```
- Make sure microhttpd starts using epoll if supported
- Add sessioncount to prometheus metrics
- Add STUN request/response/error prometheus counters
- Cleanup logs on turnserver start
- Fix duplicate stdout log output
- Log threadId to logs to aid in multi-threaded debugging
- Optional build info compiled into turnserver binary
- Fix arguments expansion in `docker-entrypoint.sh`
- Santise database connection strings before printing to log
- Support Windows MSVC
- Add configuration option for TLS 1.3 ciphersuites
- Improve openssl3 and FIPS support
- Use single SSL_CTX for TLS and DTLS support
- Update openssl API use to non-deprecated version
- Set string bytes to null to prevent random origin
- Fix memory corruption on socket close
- Fix packet backlog fifo that processed packets in reverse order in some scenarios
- Fix off-by-one when terminating gcm_nonce
- Fixes to Redis memleaks and socketleaks
- Fix malformed response to mobility refresh request
- Fuzzing support
- Ignore raw UDP if no_udp is enabled
- Better detect availability of SCTP protocol
```

---------

Co-authored-by: tyranron <tyranron@gmail.com>
2023-04-10 19:00:08 -07:00
..
apps Prometheus: make sure microhttpd starts using epoll if supported (#1173) 2023-03-19 18:04:04 -07:00
client Add clang format rules and checks (#935) 2022-11-06 22:05:17 +01:00
client++ Add clang format rules and checks (#935) 2022-11-06 22:05:17 +01:00
server Add STUN request/response/error prometheus counters (#1115) 2022-12-17 17:50:09 +01:00
.clang-format Add clang format rules and checks (#935) 2022-11-06 22:05:17 +01:00
CMakeLists.txt Support Windows MSVC (#855) 2022-10-28 19:32:23 -07:00
ns_turn_defs.h Update version to 4.6.2 (#1174) 2023-04-10 19:00:08 -07:00