citadel.rc: commented out the 'Doorway' function, and
authorArt Cancro <ajc@citadel.org>
Tue, 19 Jun 2007 03:19:19 +0000 (03:19 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 19 Jun 2007 03:19:19 +0000 (03:19 +0000)
file upload/download using xmodem/ymodem/zmodem commands.  They can
be re-enabled by any sites that might still be using these antiquated
functions.

citadel/citadel.rc

index 6145bc01b3de24b13c778b55caa5464b2f4a45f7..c22bb57a9b32f751790176364cdafeaeb5ec0b3f 100644 (file)
@@ -234,7 +234,7 @@ alternate_semantics=no
 #
 cmd=1,0,&? (Help)
 cmd=1,0,&Help
-cmd=2,0,&*Doorway
+cmd=2,0,&*Doorway
 cmd=3,0,&Chat
 #
 # If you want to use an external editor by default, set <E>nter message
@@ -321,9 +321,9 @@ cmd=33,0,&.,&Read,&Textfile formatted
 # dialup use.  They transfer downloaded files to a temporary file and then
 # send them along to a dialup user using the popular protocols.
 #
-cmd=34,0,&.,&Read,file using &Xmodem
-cmd=43,0,&.,&Read,file using &Ymodem
-cmd=45,0,&.,&Read,file using &Zmodem
+cmd=34,0,&.,&Read,file using &Xmodem
+cmd=43,0,&.,&Read,file using &Ymodem
+cmd=45,0,&.,&Read,file using &Zmodem
 cmd=31,0,&.,&Read,&File unformatted
 #
 cmd=13,0,&.,&Read,&New messages
@@ -340,9 +340,9 @@ cmd=37,0,&.,&Enter,&Configuration
 cmd=38,0,&.,&Enter,a new &Room
 cmd=39,0,&.,&Enter,&Textfile
 cmd=77,0,&.,&Enter,&Username
-cmd=40,0,&.,&Enter,file using &Xmodem
-cmd=42,0,&.,&Enter,file using &Ymodem
-cmd=44,0,&.,&Enter,file using &Zmodem
+cmd=40,0,&.,&Enter,file using &Xmodem
+cmd=42,0,&.,&Enter,file using &Ymodem
+cmd=44,0,&.,&Enter,file using &Zmodem
 #
 # Command 57 is the local-file-upload command for users with their own
 # copy of the clientware.  Commands 72-74 are for image uploads.