Add the cal zone to INFO command
authorArt Cancro <ajc@citadel.org>
Wed, 19 Jul 2006 03:24:05 +0000 (03:24 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 19 Jul 2006 03:24:05 +0000 (03:24 +0000)
citadel/citserver.c
citadel/techdoc/protocol.txt

index dca5ce0ea02c5e1faf77b00db0ed774b2b67aed4..e86b1e1bfcec12ff3ea038eee08b18e8700af111 100644 (file)
@@ -273,6 +273,8 @@ void cmd_info(void) {
        cprintf("%d\n", config.c_disable_newu); /* otherwise, site defined */
 #endif
 
+       cprintf("%s\n", config.c_default_cal_zone);
+
        cprintf("000\n");
 }
 
index 87bb3ec53c1e6d59875be681baa3ba0948f35956..7bf2fffb8bfe45ad68688a8660326233b2ec41b1 100644 (file)
@@ -632,6 +632,9 @@ parts of the listing:
            directory service using LDAP.
  Line 15 - Set to nonzero if this server does *not* allow self-service
            creation of new user accounts.
+ Line 16 - The default timezone for calendar items which do not have any
+           timezone specified and are not flagged as UTC.  This will be a
+           zone name from the Olsen database.
 
  *** NOTE! ***   The "server type" code is intended to promote global
 compatibility in a scenario in which developers have added proprietary