From: Art Cancro Date: Wed, 19 Jul 2006 03:24:05 +0000 (+0000) Subject: Add the cal zone to INFO command X-Git-Tag: v7.86~3980 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=b4f15ac15bd4fb675683bc392e91afa0414e01ba;p=citadel.git Add the cal zone to INFO command --- diff --git a/citadel/citserver.c b/citadel/citserver.c index dca5ce0ea..e86b1e1bf 100644 --- a/citadel/citserver.c +++ b/citadel/citserver.c @@ -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"); } diff --git a/citadel/techdoc/protocol.txt b/citadel/techdoc/protocol.txt index 87bb3ec53..7bf2fffb8 100644 --- a/citadel/techdoc/protocol.txt +++ b/citadel/techdoc/protocol.txt @@ -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