]> code.citadel.org Git - citadel.git/commitdiff
* Removed the moderation questions.
authorArt Cancro <ajc@citadel.org>
Wed, 28 Feb 2001 05:49:04 +0000 (05:49 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 28 Feb 2001 05:49:04 +0000 (05:49 +0000)
* Added extra ignores of SIGPIPE to the code (before every client socket
  write, because DB screws it up somehow)

citadel/ChangeLog
citadel/routines.c
citadel/routines2.c

index f7d7a1b86d4b21b7bde340403d47a08e927c530f..2697cccdd2c4fcc5068f603eb54bdbef835b90b0 100644 (file)
@@ -1,4 +1,9 @@
  $Log$
+ Revision 573.103  2001/02/28 05:49:04  ajc
+ * Removed the moderation questions.
+ * Added extra ignores of SIGPIPE to the code (before every client socket
+   write, because DB screws it up somehow)
+
  Revision 573.102  2001/02/27 19:56:23  nbryant
  pass DB_THREAD to DB->open()
 
@@ -2481,4 +2486,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import 
-
index 00a74088dcade3f576714a68ba31d410a37c8f6e..2769a5b5d92e45a90f626576bc6b9f0dfbe56616 100644 (file)
@@ -210,7 +210,7 @@ void enter_config(int mode)
                "Enable color support",US_COLOR);
          }
        
-        filter = intprompt("Moderation filter level", filter, -63, 63);
+        /* filter = intprompt("Moderation filter level", filter, -63, 63); */
 
         }
 
index 114fbd08f691f3f04cec6c3bee192ba2083c5eab..96e77cdebdf87135035d2707cd2790a698ab2be0 100644 (file)
@@ -673,7 +673,7 @@ void do_system_configuration(void)
        strprompt("Geographic location of this system", &sc[12][0], 31);
        strprompt("Name of system administrator", &sc[13][0], 25);
        strprompt("Paginator prompt", &sc[10][0], 79);
-       strprompt("Default moderation filter for new users", &sc[25][0], 4);
+       /* strprompt("Default moderation filter for new users", &sc[25][0], 4); */
 
        /* Security parameters */