Add SSL_CERTIFICTE_ISSUER setting. Resolve #3162

This commit is contained in:
Griatch 2023-07-14 13:13:39 +02:00
parent c1ce8c577c
commit 0d8533e61e
3 changed files with 12 additions and 8 deletions

View file

@ -2,6 +2,7 @@
## Main
- Feature: Add `SSL_CERTIFICATE_ISSUERS` setting for customizing Telnet+SSL.
- Contrib: Refactored `dice.roll` contrib function to use `safe_eval`. Can now
optionally be used as `dice.roll("2d10 + 4 > 10")`. Old way works too.