mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-08 04:43:12 +02:00
- #0003382 reported by stealth regarding nested C-style comments messing
up example.conf parsing
This commit is contained in:
@@ -1498,3 +1498,5 @@
|
||||
- Added oper CIDR
|
||||
- #0001317 reported by thilo regarding removal of (username) being
|
||||
appended to topics set by U:Lined servers.
|
||||
- #0003382 reported by stealth regarding nested C-style comments messing
|
||||
up example.conf parsing
|
||||
|
||||
+3
-3
@@ -290,9 +290,9 @@ listen *:6667;
|
||||
* options {
|
||||
* (options here*);
|
||||
* };
|
||||
* /* If we use SSL, we can choose what cipher to use in SSL mode
|
||||
* * Retrieve a list by "openssl ciphers", seperate ciphers with :'s
|
||||
* */
|
||||
* // If we use SSL, we can choose what cipher to use in SSL mode
|
||||
* // Retrieve a list by "openssl ciphers", separate ciphers with :'s
|
||||
*
|
||||
* ciphers "DES-CBC3-MD5";
|
||||
*
|
||||
* };
|
||||
|
||||
Reference in New Issue
Block a user