Moved silc_client_ch[u]mode[_char] to client library from silc/.
[silc.git] / apps / silcd / silcd.c
index 584141dbd5d299e142dbcd6d777d552a44375d9a..1abc46ddd0702063c40fd8cea14d19daea8a35fb 100644 (file)
 /*
  * $Id$
  * $Log$
- * Revision 1.1  2000/06/27 11:36:56  priikone
- * Initial revision
+ * Revision 1.3  2000/09/29 07:13:05  priikone
+ *     Added support for notify type sending in notify payload.
+ *     Removed Log headers from the file.
+ *     Enabled debug messages by default for server.
+ *
+ * Revision 1.2  2000/07/05 06:14:01  priikone
+ *     Global costemic changes.
+ *
+ * Revision 1.1.1.1  2000/06/27 11:36:56  priikone
+ *     Imported from internal CVS/Added Log headers.
  *
  *
  */
@@ -67,6 +75,8 @@ int main(int argc, char **argv)
   char *config_file = NULL;
   SilcServer silcd;
 
+  silc_debug = TRUE;
+
   /* Parse command line arguments */
   if (argc > 1) {
     while ((opt = getopt_long(argc, argv, "cf:hV",