6f7ca30c75c9c42691dce7d63caa91b45e6cb056
[citadel.git] / citadel / citadel.rc
1 #
2 # $Id$
3 #
4 # This file allows full customization of the user interface.
5 #
6 # The standard client looks for this file in:
7 # 1. $HOME/.citadelrc
8 # 2. <compiled CTDLDIR>/citadel.rc
9 # 3. /etc/citadel.rc
10 # 4. <current directory>/citadel.rc
11
12 # Set ENCRYPT to yes to force SSL/TLS encryption when connecting to a
13 # Citadel server, even if the server is on the same machine as the
14 # client.  Set it to no to disable SSL/TLS encryption.  The default is to
15 # enable encryption for remote systems and to disable encryption for
16 # systems on the same machine as the client.
17 encrypt=default
18
19 # Set FULLSCREEN to yes to (attempt to) use full-screen curses mode.
20 # This mode presents a status line and a few other niceties.  Some
21 # people might not like this, so you can turn it off here or with the
22 # -s command line option.  The default is to use full screen if the
23 # terminal supports it.
24 fullscreen=no
25
26 # Set EDITOR to the name of an external editor to be used for entering
27 # messages.  If you want the external editor to be used by default, be sure
28 # to reflect this in the command set below.
29 #
30 editor=vi
31
32 # Or, you could have multiple editors available, like this:
33 # ("editor" and "editor0" are the same internally)
34 # You can go up to MAX_EDITORS number of editors (5 by default)
35 # editor0=pico
36 # editor1=vi
37 # editor2=nano
38
39 # If you define PRINTCMD, it will be a pipe through which messages are
40 # printed when the user hits the <P>rint key after a message.
41 #
42 #printcmd=lpr
43
44 # If you define EXPCMD, it will be a pipe through which any incoming
45 # express messages will be printed.
46 #expcmd=xmessage -title "Express Message" -center -buttons OK -file -
47
48 # If LOCAL_SCREEN_DIMENSIONS is set to 1, then the screen dimensions will
49 # be requested from the underlying operating system instead of asking the
50 # user.  On modern networks this is almost always the case: telnet, SSH,
51 # xterm, and Unix/Linux consoles all properly report the screen dimensions.
52 # Set this option to 0 only if you are running the Citadel client on a
53 # direct-dial modem or hardwired terminals.
54 #
55 local_screen_dimensions=1
56
57 # ANSI_COLOR should be set to on/off/auto/user to control the use of
58 # color on the screen.  If it is set to "auto" then an autodetect will be
59 # attempted.  If it is set to "user" then it's a user-configurable option.
60 #
61 ansi_color=user
62
63 # USE_BACKGROUND controls Citadel's use of the background.  If it is turned
64 # off, then Citadel will set the background to black.  When it is turned on,
65 # the background will be unchanged.  This is most useful with "transparent"
66 # terminals.  Color must be on (see above) or this option has no effect.
67 #
68 use_background=off
69
70 # PROMPT_CONTROL should be set to on/off/user to control whether the <N>ext
71 # and <S>top keys are active when displaying the paginator prompt.  If it
72 # is set to "user" then it's a user-configurable option.
73 #
74 prompt_control=user
75
76 # If DISPLAY_MESSAGE_NUMBERS is set to 1, then messages will be displayed
77 # with their message numbers in the header.  This is ugly but some
78 # people seem to like it anyway...
79 #
80 display_message_numbers=0
81
82 # The FORCE_MAIL_PROMPTS directive causes mail rooms to always display a
83 # prompt after each message, even if the user has prompts turned off.
84 #
85 force_mail_prompts=1
86
87 # USE_FLOORS determines whether the user sees floors, or a flat room space.
88 # Set it to YES to always use floors, NO to never use floors, or DEFAULT
89 # to use the setting in the user's configuration (which is normally the case).
90 #
91 use_floors=DEFAULT
92
93 # BEEP should be set to 1 if you wish the terminal to beep when an express
94 # message (page) comes in, otherwise set it to 0.
95 #
96 beep=1
97
98 # ALLOW_ATTACHMENTS should be set to 1 if you wish the user to be able to
99 # attach files to messages and/or save attachments to disk while reading
100 # messages.  (DANGER: do NOT enable this for "safe" public clients!)
101 #
102 allow_attachments=0
103
104 # IDLE_THRESHOLD is the amount of time a user does nothing before being
105 # listed as "idle" on the who list.  The default is 900 seconds (15 minutes).
106 #
107 idle_threshold=900
108
109 # If you set REMEMBER_PASSWORDS to 1, the Citadel client will offer to
110 # remember your user name and password for every Citadel server you access,
111 # automatically logging in with them on subsequent visits. 
112 # (DANGER: do NOT enable this for "safe" public clients!)
113 #
114 remember_passwords=0
115
116 # Optionally, you can force the same username and password everywhere.  This
117 # obviously isn't as robust as the password manager.
118 #
119 #username=My User Name
120 #password=mypassword
121
122 # If URLCMD is defined, users can hit 'U' after reading a message which
123 # contains embedded URL's, and the command will be executed.  Usually this
124 # will be used to remote-control a web browser.  (Do not enable this command
125 # for 'safe' public clients.)
126 #
127 # This one works on Linux and most other X11-based Unices.  Specify the full
128 # path to Mozilla (or a Mozilla derivative like Netscape) if necessary.
129 #urlcmd=mozilla -remote "openURL(%s)"
130 #
131 # This one works really well on a Macintosh -- it opens URL's in whatever
132 # browser you have configured as the system default.
133 #urlcmd=open "%s"
134
135 # If GOTMAILCMD is defined, the specified command will be executed.  This
136 # might be nice for playing sounds or providing any other type of notification.
137 #
138 #gotmailcmd=play gotmail.wav
139
140 # If IMAGECMD is defined, users can hit 'I' to view images attached to a
141 # message.  (Do not enable this command for public clients.)
142 #
143 # Possible image viewers follow
144 #
145 # XV - This is an oldie but goodie, shareware with source code included, no
146 # longer included with some Linux distributions due to licensing.
147 #imagecmd=xv "%s"
148
149 # The following 2 image viewers are included with KDE:
150 # KuickShow has a brightness/gamma option and is simple and ubobtrusive
151 #imagecmd=kuickshow "%s"
152
153 # KView has no brightness/gamma but can do some minimal cropping and clipboard
154 # operations
155 #imagecmd=kview "%s"
156
157 # Eye of Gnome, the Gnome/Nautilus image viewer component (bare bones
158 # view/print):
159 #imagecmd=eog "%s"
160
161 # GIMP is a free-software attempt at a PhotoShop-like application.
162 #imagecmd=gimp "%s"
163
164 # Preview on Mac OS X
165 #imagecmd=/Applications/Preview.app/Contents/MacOS/Preview "%s"
166
167 # MESSAGE READING SEMANTICS (experimental)
168 #
169 # A new set of message reading semantics is now available.  If you set
170 # alternate_semantics, the following changes are made:
171 #
172 # * Messages are marked as read when you read them, rather than when you
173 #   leave the room.  This means read <N>ew will display a new message
174 #   at most once, unless last old on new is turned on.
175 # * Reading <F>orward or <R>everse does not mark messages as read.
176 # * When you leave a room with <G>oto, <J>ump, etc., only messages that
177 #   were in the room when you arrived are marked as read.  The original
178 #   semantics mark all messages read that were in the room at the time
179 #   you leave the room.  This occasionally causes messages to be "lost."
180 # * When you leave with <T>erminate, no additional messages are marked
181 #   as read.
182 # * The <S>kip and <A>bandon commands are reversed.
183 #
184 # This set of semantics should make Citadel easier to use on very busy
185 # systems, where many messages may be posted while reading.  Users
186 # accustomed to D.O.C. or its variants will want to set this option.
187 #
188 alternate_semantics=no
189
190
191 # When the user hits the <R>eply key after reading a message, reply_with_editor
192 # selects whether it uses the built-in editor (select 'no') or an external
193 # editor (select 'yes').
194 #
195 reply_with_external_editor=no
196
197
198 # COMMAND SET CONFIGURATION
199 #
200 # All lines starting with "cmd=" are considered to be commands.  This allows
201 # mapping of keytstrokes to various functions of the client.
202 #
203 # Format of each line:
204 # cmd_num,access,keystrokes
205 #
206 # Keep a copy of the original version of this file around as a reference
207 # for the command numbers.  They are not documented anywhere else.
208 #
209 # Access is:  0 (all users), 1 (aides or room aides), 2 (aides only).
210 # Please be aware that it is futile to attempt to gain unauthorized access to
211 # the administrative functions of the system by changing all the access levels
212 # to 0.  If you do this, you'll simply be able to enter a lot of commands that
213 # will fail at the server ... so don't bother trying. :-)
214 #
215 # The actual key to be pressed should be prefaced with an & (ampersand)
216 # character.  Ampersands are interesting and useful characters and you should
217 # use them as much as possible.  Commands requiring more than one keystroke
218 # should be entered as multiple fields.
219 #
220 # If the last keystroke string ends with a : (colon), then the command
221 # will finish by allowing the user to enter a string.
222 #
223 # In keystroke names, the string ^r will be replaced by the name of the
224 # current room.  The string ^c will be replaced by a comma.
225 #
226 # Commands may contain no more than five keystrokes.
227 #
228 # Note that the following characters are illegal in commands:
229 #  , (comma)    : (colon)     ^ (caret)     & (ampersand)
230 #
231 #
232 cmd=1,0,&? (Help)
233 cmd=1,0,&Help
234 cmd=2,0,&*Doorway
235 cmd=3,0,&Chat
236 #
237 # If you want to use an external editor by default, set <E>nter message
238 # to command #46 (external editor) instead of #4 (built-in editor).
239 cmd=4,0,&Enter message
240 #
241 cmd=5,0,&Goto
242 cmd=6,0,&Skip ^r
243 cmd=7,0,&Zap (forget) room
244 cmd=8,0,&Known rooms
245 cmd=9,0,&Last five msgs
246 cmd=10,0,read &Forward
247 cmd=11,0,read &Reverse
248 cmd=12,0,read &Old
249 cmd=13,0,read &New
250 cmd=14,0,read &Directory
251 cmd=15,0,&Terminate
252 cmd=16,0,&Ungoto
253 cmd=95,0,&.,&Ungoto:
254 cmd=17,0,&Who is online
255 cmd=47,0,&Abandon ^r^c goto...
256 #cmd=90,0,&Abandon ^r^c goto:
257 cmd=50,0,toggle e&Xpert mode
258 cmd=49,0,read &Info file
259 cmd=18,2,&! <shell>
260 cmd=19,0,&.,list &Zapped rooms
261 cmd=52,0,&.,&Skip ^r^c goto:
262 cmd=56,0,&Page a user
263 cmd=58,0,&Mail
264 cmd=84,0,&Quiet mode
265 #
266 # We implement both <.G>oto and <J>ump commands which do the same thing, in
267 # order to please a wider audience of users.  Remove one if you want to.
268 #
269 cmd=20,0,&Jump:
270 cmd=20,0,&.,&Goto:
271 #
272 cmd=21,0,&.,&Help:
273 cmd=22,1,&.,&Aide,&Kill this room
274 cmd=23,1,&.,&Aide,&Edit this room
275 cmd=24,0,&.,&Aide,&Who knows room
276 cmd=25,2,&.,&Aide,&User,&Edit
277 cmd=96,2,&.,&Aide,&User,&Delete
278 cmd=26,2,&.,&Aide,&Validate new users
279 cmd=48,1,&.,&Aide,enter &Info file
280 cmd=27,0,&.,&Aide,&Room,&Invite user
281 cmd=28,0,&.,&Aide,&Room,&Kick out user
282 cmd=51,1,&.,&Aide,&File,&Delete
283 cmd=53,1,&.,&Aide,&File,&Send over net
284 cmd=54,1,&.,&Aide,&File,&Move
285 cmd=70,2,&.,&Aide,&Message edit:
286 cmd=78,1,&.,&Aide,&Post
287 cmd=80,2,&.,&Aide,&System configuration,&General
288 cmd=82,2,&.,&Aide,&System configuration,&Internet
289 cmd=83,2,&.,&Aide,&System configuration,check &Message base
290 cmd=88,2,&.,&Aide,&System configuration,&Network
291 cmd=92,2,&.,&Aide,&System configuration,network &Filter list
292 cmd=85,2,&.,&Aide,&Terminate server,&Now
293 cmd=86,2,&.,&Aide,&Terminate server,&Scheduled
294 cmd=87,1,&.,&Aide,mailing &List recipients
295 cmd=94,1,&.,&Aide,mailing list &Digest recipients
296 cmd=89,1,&.,&Aide,&Network room sharing
297
298 cmd=29,0,&.,&Terminate,and &Quit
299 cmd=30,0,&.,&Terminate,and &Stay online
300
301 # The 'read user listing' command accepts two different formats.  The one with
302 # the trailing colon allows the user to enter a few characters to search for
303 # users with a partial match.
304 #
305 #cmd=32,0,&.,&Read,&User listing
306 cmd=32,0,&.,&Read,&User listing:
307
308 cmd=33,0,&.,&Read,&Textfile formatted
309 #
310 # Command 55 allows the user to save a downloaded file directly to the
311 # computer running the client software.  It is appropriate for a copy of
312 # this client running on the user's own computer.  It is NOT appropriate for
313 # public copies of the client that people will be dialing into.
314 #
315 #cmd=55,0,&.,&Read,&File
316 #
317 # Commands 34, 43, and 45 are appropriate for public copies of the client for
318 # dialup use.  They transfer downloaded files to a temporary file and then
319 # send them along to a dialup user using the popular protocols.
320 #
321 cmd=34,0,&.,&Read,file using &Xmodem
322 cmd=43,0,&.,&Read,file using &Ymodem
323 cmd=45,0,&.,&Read,file using &Zmodem
324 cmd=31,0,&.,&Read,&File unformatted
325 #
326 cmd=13,0,&.,&Read,&New messages
327 cmd=12,0,&.,&Read,&Old msgs reverse
328 cmd=71,0,&.,read &Last:
329 cmd=9,0,&.,&Read,&Last five msgs
330 cmd=14,0,&.,&Read,&Directory
331 cmd=49,0,&.,&Read,&Info file
332 cmd=35,0,&.,&Enter,&Password
333 cmd=36,0,&.,&Enter,&ASCII message
334 cmd=37,0,&.,&Enter,&Configuration
335 cmd=38,0,&.,&Enter,a new &Room
336 cmd=39,0,&.,&Enter,&Textfile
337 cmd=77,0,&.,&Enter,&Username
338 cmd=40,0,&.,&Enter,file using &Xmodem
339 cmd=42,0,&.,&Enter,file using &Ymodem
340 cmd=44,0,&.,&Enter,file using &Zmodem
341 #
342 # Command 57 is the local-file-upload command for users with their own
343 # copy of the clientware.  Commands 72-74 are for image uploads.
344 #
345 #cmd=57,0,&.,&Enter,&File
346 #cmd=72,0,&.,&Enter,&Image,user &Picture
347 #cmd=73,0,&.,&Enter,&Image,&Room banner
348 #cmd=74,0,&.,&Enter,&Image,&Floor label
349 #
350 cmd=41,0,&.,&Enter,re&Gistration
351 cmd=4,0,&.,&Enter,&Message
352
353 # If you have an external editor defined, it will appear on command 46.
354 cmd=46,0,&.,&Enter,message with &Editor
355
356 # If you have multiple editors defined, they will appear on
357 # commands 46, 101, 102, 103... up to MAX_EDITORS (5 by default)
358 #cmd=101,0,&.,&Enter,message with &VI
359 #cmd=102,0,&.,&Enter,message with &Nano
360
361 cmd=59,0,&;,&Configure floor mode
362 cmd=60,0,&;,&Goto floor:
363 cmd=61,0,&;,&Skip to floor:
364 cmd=62,0,&;,&Zap (forget) floor
365 cmd=63,2,&;,&Aide,&Create floor
366 cmd=64,2,&;,&Aide,&Edit this floor
367 cmd=65,2,&;,&Aide,&Kill this floor
368 cmd=68,0,&;,&Known rooms
369 cmd=66,0,&.,&Enter,&Bio
370 cmd=67,0,&.,&Read,&Bio
371
372 cmd=79,0,&.,&Wholist,&Long
373 cmd=75,0,&.,&Wholist,&Roomname
374 cmd=76,0,&.,&Wholist,&Hostname
375 cmd=91,0,&.,&Wholist,&Active
376 cmd=93,0,&.,&Wholist,&Stealth mode
377
378 #
379 # Command 69 allows the user to enter a server command directly.  It is
380 # primarily for testing and not intended for general use.  Usually there
381 # is no need to enable it.
382 cmd=69,0,&@Server command:
383 #
384 # end of command set configuration
385 #