From 903463a5983de644556f43dc1acc99e387036386 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 23 Oct 2010 23:20:49 -0400 Subject: [PATCH] Replaced some of the 'autoconverted - document me' strings --- citadel/euidindex.c | 2 +- citadel/modules/expire/serv_expire.c | 4 ++-- citadel/room_ops.c | 18 +++++++++--------- citadel/user_ops.c | 24 ++++++++++++------------ 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/citadel/euidindex.c b/citadel/euidindex.c index 8ca39ee0e..a39881bac 100644 --- a/citadel/euidindex.c +++ b/citadel/euidindex.c @@ -257,7 +257,7 @@ void cmd_euid(char *cmdbuf) { CTDL_MODULE_INIT(euidindex) { if (!threading) { - CtdlRegisterProtoHook(cmd_euid, "EUID", "Autoconverted. TODO: document me."); + CtdlRegisterProtoHook(cmd_euid, "EUID", "Perform operations on Extended IDs for messages"); } /* return our Subversion id for the Log */ return "euidindex"; diff --git a/citadel/modules/expire/serv_expire.c b/citadel/modules/expire/serv_expire.c index b78498efb..b08fb974f 100644 --- a/citadel/modules/expire/serv_expire.c +++ b/citadel/modules/expire/serv_expire.c @@ -1051,8 +1051,8 @@ CTDL_MODULE_INIT(expire) /* CtdlRegisterProtoHook(cmd_fsck, "FSCK", "Check message ref counts"); */ CtdlRegisterProtoHook(cmd_tdap, "TDAP", "Manually initiate auto-purger"); - CtdlRegisterProtoHook(cmd_gpex, "GPEX", "Autoconverted. TODO: document me."); - CtdlRegisterProtoHook(cmd_spex, "SPEX", "Autoconverted. TODO: document me."); + CtdlRegisterProtoHook(cmd_gpex, "GPEX", "Get expire policy"); + CtdlRegisterProtoHook(cmd_spex, "SPEX", "Set expire policy"); } else CtdlThreadCreate("Auto Purger", CTDLTHREAD_BIGSTACK, purge_databases, NULL); diff --git a/citadel/room_ops.c b/citadel/room_ops.c index 9aa14741c..c6801b6d3 100644 --- a/citadel/room_ops.c +++ b/citadel/room_ops.c @@ -2260,22 +2260,22 @@ void cmd_eflr(char *argbuf) CTDL_MODULE_INIT(room_ops) { if (!threading) { - CtdlRegisterProtoHook(cmd_lrms, "LRMS", "Autoconverted. TODO: document me."); - CtdlRegisterProtoHook(cmd_lkra, "LKRA", "Autoconverted. TODO: document me."); - CtdlRegisterProtoHook(cmd_lkrn, "LKRN", "Autoconverted. TODO: document me."); - CtdlRegisterProtoHook(cmd_lkro, "LKRO", "Autoconverted. TODO: document me."); - CtdlRegisterProtoHook(cmd_lzrm, "LZRM", "Autoconverted. TODO: document me."); + CtdlRegisterProtoHook(cmd_lrms, "LRMS", "List rooms"); + CtdlRegisterProtoHook(cmd_lkra, "LKRA", "List all known rooms"); + CtdlRegisterProtoHook(cmd_lkrn, "LKRN", "List known rooms with new messages"); + CtdlRegisterProtoHook(cmd_lkro, "LKRO", "List known rooms without new messages"); + CtdlRegisterProtoHook(cmd_lzrm, "LZRM", "List zapped rooms"); CtdlRegisterProtoHook(cmd_lprm, "LPRM", "Autoconverted. TODO: document me."); - CtdlRegisterProtoHook(cmd_goto, "GOTO", "Autoconverted. TODO: document me."); - CtdlRegisterProtoHook(cmd_whok, "WHOK", "Autoconverted. TODO: document me."); - CtdlRegisterProtoHook(cmd_rdir, "RDIR", "Autoconverted. TODO: document me."); + CtdlRegisterProtoHook(cmd_goto, "GOTO", "Goto a named room"); + CtdlRegisterProtoHook(cmd_whok, "WHOK", "List users who know this room"); + CtdlRegisterProtoHook(cmd_rdir, "RDIR", "List files in room directory"); CtdlRegisterProtoHook(cmd_getr, "GETR", "Autoconverted. TODO: document me."); CtdlRegisterProtoHook(cmd_setr, "SETR", "Autoconverted. TODO: document me."); CtdlRegisterProtoHook(cmd_geta, "GETA", "Autoconverted. TODO: document me."); CtdlRegisterProtoHook(cmd_seta, "SETA", "Autoconverted. TODO: document me."); CtdlRegisterProtoHook(cmd_rinf, "RINF", "Autoconverted. TODO: document me."); CtdlRegisterProtoHook(cmd_kill, "KILL", "Autoconverted. TODO: document me."); - CtdlRegisterProtoHook(cmd_cre8, "CRE8", "Autoconverted. TODO: document me."); + CtdlRegisterProtoHook(cmd_cre8, "CRE8", "Create a new room"); CtdlRegisterProtoHook(cmd_einf, "EINF", "Autoconverted. TODO: document me."); CtdlRegisterProtoHook(cmd_lflr, "LFLR", "Autoconverted. TODO: document me."); CtdlRegisterProtoHook(cmd_cflr, "CFLR", "Autoconverted. TODO: document me."); diff --git a/citadel/user_ops.c b/citadel/user_ops.c index 989ce41b9..2737c0446 100644 --- a/citadel/user_ops.c +++ b/citadel/user_ops.c @@ -2056,19 +2056,19 @@ void cmd_renu(char *cmdbuf) CTDL_MODULE_INIT(user_ops) { if (!threading) { - CtdlRegisterProtoHook(cmd_user, "USER", "Autoconverted. TODO: document me."); - CtdlRegisterProtoHook(cmd_pass, "PASS", "Autoconverted. TODO: document me."); - CtdlRegisterProtoHook(cmd_creu, "CREU", "Autoconverted. TODO: document me."); - CtdlRegisterProtoHook(cmd_setp, "SETP", "Autoconverted. TODO: document me."); - CtdlRegisterProtoHook(cmd_getu, "GETU", "Autoconverted. TODO: document me."); - CtdlRegisterProtoHook(cmd_setu, "SETU", "Autoconverted. TODO: document me."); - CtdlRegisterProtoHook(cmd_slrp, "SLRP", "Autoconverted. TODO: document me."); - CtdlRegisterProtoHook(cmd_invt, "INVT", "Autoconverted. TODO: document me."); - CtdlRegisterProtoHook(cmd_kick, "KICK", "Autoconverted. TODO: document me."); - CtdlRegisterProtoHook(cmd_forg, "FORG", "Autoconverted. TODO: document me."); + CtdlRegisterProtoHook(cmd_user, "USER", "Submit username for login"); + CtdlRegisterProtoHook(cmd_pass, "PASS", "Complete login by submitting a password"); + CtdlRegisterProtoHook(cmd_creu, "CREU", "Create User"); + CtdlRegisterProtoHook(cmd_setp, "SETP", "Set the password for an account"); + CtdlRegisterProtoHook(cmd_getu, "GETU", "Get User parameters"); + CtdlRegisterProtoHook(cmd_setu, "SETU", "Set User parameters"); + CtdlRegisterProtoHook(cmd_slrp, "SLRP", "Set Last Read Pointer"); + CtdlRegisterProtoHook(cmd_invt, "INVT", "Invite a user to a room"); + CtdlRegisterProtoHook(cmd_kick, "KICK", "Kick a user out of a room"); + CtdlRegisterProtoHook(cmd_forg, "FORG", "Forget a room"); CtdlRegisterProtoHook(cmd_gnur, "GNUR", "Autoconverted. TODO: document me."); - CtdlRegisterProtoHook(cmd_vali, "VALI", "Autoconverted. TODO: document me."); - CtdlRegisterProtoHook(cmd_list, "LIST", "Autoconverted. TODO: document me."); + CtdlRegisterProtoHook(cmd_vali, "VALI", "Validate new users"); + CtdlRegisterProtoHook(cmd_list, "LIST", "List users"); CtdlRegisterProtoHook(cmd_chek, "CHEK", "Autoconverted. TODO: document me."); CtdlRegisterProtoHook(cmd_qusr, "QUSR", "Autoconverted. TODO: document me."); CtdlRegisterProtoHook(cmd_agup, "AGUP", "Autoconverted. TODO: document me."); -- 2.30.2