[srvx-commits] CVS: services/src mod-memoserv.c,NONE,1.1 mod-memoserv.help,NONE,1.1 Makefile.am,1.57
Brought to you by:
entrope
From: Entrope <en...@us...> - 2003-08-18 19:35:53
|
Update of /cvsroot/srvx/services/src In directory sc8-pr-cvs1:/tmp/cvs-serv32731/src Modified Files: Makefile.am Added Files: mod-memoserv.c mod-memoserv.help Log Message: add a preliminary MemoServ module ***** Error reading new file: [Errno 2] No such file or directory: 'mod-memoserv.c' --- NEW FILE --- "<INDEX>" ("$b$S Help$b", "$b$S$b is a message relay services, with this - you can relay long distance messages to other (offline) users.", " SEND - Sends a message.", " READ - Reads a message.", " DELETE - Deletes a message.", " LIST - Lists your messages.", " SET - Sets certain options in relation with $S.", " EXPIRY - Displays current usage of expiring old messages.", " STATUS - Displays a few details about $S's status.", " VERSION - Displays the current version of MemoServ.", "$bPrivileged Commands:$b", " EXPIRE - Expires messages.", "$b/msg $S help <command>$b for syntax and usage for a command."); "COMMANDS" "${index}"; "SET" ("/msg $S SET <option> <value>", "Sets a certain option for your account;", "Currently, only $bset notify$b is available, see /msg $S help SET notify for further information.", "$uSee Also:$u set notify"); "SET NOTIFY" ("$bSET NOTIFY$b", "/msg $S SET notify <1 or 0>", "Decides wether $S should notify you of the messages in your inbox, on authentication with $N AND when someone sends you a new message."); "VERSION" ("/msg $S VERSION", "Sends you the srvx version and some additional version information that is specific to $b$S$b."); "EXPIRY" ("/msg $S EXPIRY ", "Sends you the current usage of expiring old messages."); "EXPIRE" ("/msg $S EXPIRE ", "Runs an expire process through $S's messages, deleting any messages that are over date.", "$uSee Also:$u expiry"); "SEND" ("/msg $S SEND <nick|*account> <message>", "Sends a message to an user.", "You may use *Account instead of Nick as the name argument; the * makes $S use the name of an account directly (useful if the user is not online).", "$uSee also:$u read, list"); "READ" ("/msg $S READ <memo id>", "Shows you the message behind <memo id>", "$uSee also:$u send, list"); "DELETE" ("/msg $S DELETE <memo id/*>", "Deletes <memo id> from your inbox.", "NOTE: You may supply $b*$b or $ball$b as the memo id, which will result in $S deleting all your messages."); "LIST" ("/msg $S LIST", "This will list all the messages in your inbox.", "$uSee also:$u read, send"); "STATUS" ("/msg $S STATUS", "This will list some details about $S's status, i.e the total ammount of memo's sent and expired."); "INDEX" "${index}"; Index: Makefile.am =================================================================== RCS file: /cvsroot/srvx/services/src/Makefile.am,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -r1.57 -r1.58 *** Makefile.am 13 Sep 2002 14:11:08 -0000 1.57 --- Makefile.am 18 Aug 2003 19:35:50 -0000 1.58 *************** *** 10,14 **** srvx_LIBS = @RX_LIBS@ ! EXTRA_srvx_SOURCES = proto-bahamut.c proto-common.c proto-p10.c mod-snoop.c srvx_LDADD = @MODULE_OBJS@ srvx_DEPENDENCIES = @MODULE_OBJS@ --- 10,14 ---- srvx_LIBS = @RX_LIBS@ ! EXTRA_srvx_SOURCES = proto-bahamut.c proto-common.c proto-p10.c mod-snoop.c mod-memoserv.c srvx_LDADD = @MODULE_OBJS@ srvx_DEPENDENCIES = @MODULE_OBJS@ |