]> jfr.im git - irc/unrealircd/unrealircd.git/commitdiff
Index: Changes
authorwolfsage <redacted>
Sat, 9 Jun 2007 18:00:05 +0000 (18:00 +0000)
committerwolfsage <redacted>
Sat, 9 Jun 2007 18:00:05 +0000 (18:00 +0000)
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.2421
diff -u -r1.1.1.1.2.1.2.1.2.2421 Changes
--- Changes 6 Jun 2007 17:50:32 -0000 1.1.1.1.2.1.2.1.2.2421
+++ Changes 9 Jun 2007 18:00:01 -0000
@@ -1743,4 +1743,5 @@
 - Some more Velcro changes to make it fit into 3.3
 - Some more actual working Velcro code, adding "loadmodule4" config
   directive which loads velcro modules
-
+- #0003382 reported by stealth regarding nested C-style comments messing
+- up example.conf parsing

Changes
doc/example.conf

diff --git a/Changes b/Changes
index f7945f49f93cfbd09e2fffed73ca262ffe201284..7880f4629a491a13b8d281739a3393b9b8bfd3cf 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1743,4 +1743,5 @@ MOTDs
 - Some more Velcro changes to make it fit into 3.3
 - Some more actual working Velcro code, adding "loadmodule4" config
   directive which loads velcro modules
-
+- #0003382 reported by stealth regarding nested C-style comments messing 
+- up example.conf parsing
index 01b2aeb55d0431c1b61c898852961fb7eca0f56d..150d1c58915fa499811f0bcd25669292e66c0071 100644 (file)
@@ -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";
  * 
  * };