X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fctdlproto%2Fserv_session.c;fp=citadel%2Fmodules%2Fctdlproto%2Fserv_session.c;h=739de3fa9adb9a721d4cf429d13825bbfcbcc6b7;hb=e830265f9a3238898ea25e8ed4782e50f2b7a775;hp=b1b6d42350f87d7590614a04f91f747c84caec81;hpb=554b4865ddb1cd09b9311b13307b61abf4f1b22d;p=citadel.git diff --git a/citadel/modules/ctdlproto/serv_session.c b/citadel/modules/ctdlproto/serv_session.c index b1b6d4235..739de3fa9 100644 --- a/citadel/modules/ctdlproto/serv_session.c +++ b/citadel/modules/ctdlproto/serv_session.c @@ -1,7 +1,7 @@ /* * Server functions which perform operations on user objects. * - * Copyright (c) 1987-2019 by the citadel.org team + * Copyright (c) 1987-2020 by the citadel.org team * * This program is open source software; you can redistribute it and/or * modify it under the terms of the GNU General Public License, version 3. @@ -64,7 +64,7 @@ void cmd_info(char *cmdbuf) { cprintf("%s\n", CtdlGetConfigStr("c_moreprompt")); cprintf("1\n"); /* 1 = yes, this system supports floors */ cprintf("1\n"); /* 1 = we support the extended paging options */ - cprintf("\n"); /* nonce no longer supported */ + cprintf("\n"); /* no longer used */ cprintf("1\n"); /* 1 = yes, this system supports the QNOP command */ #ifdef HAVE_LDAP @@ -83,10 +83,10 @@ void cmd_info(char *cmdbuf) { cprintf("%s\n", CtdlGetConfigStr("c_default_cal_zone")); - cprintf("0\n"); /* load average (no longer used) */ - cprintf("0\n"); /* worker average (no longer used) */ - cprintf("0\n"); /* thread count (no longer used) */ - cprintf("1\n"); /* yes, Sieve mail filtering is supported */ + cprintf("0\n"); /* no longer used */ + cprintf("0\n"); /* no longer used */ + cprintf("0\n"); /* no longer used */ + cprintf("0\n"); /* no longer used */ cprintf("%d\n", CtdlGetConfigInt("c_enable_fulltext")); cprintf("%s\n", svn_revision());