Initial revision
[citadel.git] / citadel / sysop.txt
1                         Citadel/UX Sysop/Aide Manual
2                  See copyright.doc for copyright information
3   
4    
5  OVERVIEW
6  
7    Citadel/UX, when installed properly, will do most of its maintenance by
8 itself. The message file loops upon itself forever, scrolling off old messages
9 to make space for new ones. The room files work in the same way. Other types
10 of maintenance can be done by cron. I have left my system unattended for long
11 periods of time without any software failures. 
12    
13   The system has seven access levels. Most users are at the bottom and have no
14 special privileges. Aides are selected people who have special access within
15 the Citadel program. Room Aides only have this access in a certain room. 
16 Preferred users can be selected by Aides for access to preferred only rooms. A
17 sysop is anyone who has access to the various sysop utilities - these are in
18 their own executable files, which should have their permissions set to allow
19 only sysops to run them. I recommend either creating a sysops group in
20 /etc/group, or using some other existing group for this purpose. 
21    
22    Aides have access to EVERY room on the system, public and private (all
23 types). They also have access to commands starting with .<A>ide in addition
24 to being able to delete and move messages. The system room, Aide>, is
25 accessible only by those designated by aides.
26    
27    
28  AIDE COMMANDS
29  
30    Aides have the following commands available to them that are not available
31 to normal users. They are:
32   
33  .<A>ide <E>dit room         Allows an aide to change certain parameters of
34                              the current room. Lobby>, Mail>, and Aide> may
35                              not be edited.
36  .<A>ide <F>ile <D>elete     If the current room has a directory, an Aide or
37                              room Aide can delete files from the directory
38                              using this command.
39  .<A>ide <F>ile <M>ove       Moves a file from the directory of the current
40                              room to the directory of another room.  If there
41                              is a file description attached, it is moved also.
42  .<A>ide <F>ile <S>end...    This will send a copy of a file in the current
43                              room's directory to the directory of the same
44                              room on another system on the network.  The other
45                              system must be running Citadel/UX or another
46                              program supporting IGnet/Open file transfers.
47  .<A>ide edit <I>nfo file    Creates an info file for the current room, which
48                              will be displayed to the user when any of three
49                              conditions exist: the first time the user enters
50                              the room, the next time the user enters the room
51                              after the file has been changed, and when the
52                              .<R>ead <I>nfo file command is entered.
53  .<A>ide <K>ill room         Deletes the current room. Lobby>, Mail>, and
54                              Aide> may not be deleted.
55  .<A>ide <R>oom <I>nvite     Invites a user to the room if it is private.
56  .<A>ide <R>oom <K>ickOut    Kicks a user out of the room if it is private.
57  .<A>ide <U>serEdit          Edits certain parameters of a user's account.
58  .<A>ide <V>alidate newusers Lists users who have recently registered and
59                              prompts for new access levels.
60  .<A>ide <W>hoKnowsRoom      Lists all users who have access to, and who have
61                              not chosen to zap, the current room.
62    
63    
64    EDITING ROOMS
65    
66    This command allows any aide to change the parameters of a room.  Go to
67 the room you wish to edit and enter the .AE command.  A series of prompts will
68 be displayed.  The existing parameters will be displayed in brackets; simply
69 press return if you want to leave any or all of them unchanged.
70  
71 Room name [IG's Fun Room]:
72  
73    ...the name of the room.
74
75 Private room [Yes]? 
76  
77    ...enter Yes if you wish to restrict access to the room, or no if the room
78 is to be accessible by all users.  Note that Citadel doesn't bother users
79 about access to rooms every time they need to access the room.  Once a user
80 gains access to a private room, it then behaves like a public room to them.
81 The following four questions will only be asked if you selected Private...
82
83 Accessible by guessing room name [No]?
84  
85    ...if you enter Yes, the room will not show up in users' <K>nown rooms
86 listing, but if they .<G>oto the room (typing the room's full name), they
87 will gain access to the room.
88
89 Accessible by entering a password [No]?
90 Room password [mypasswd]:  
91  
92    ...this adds an additional layer of security to the room, prompting users
93 for a password before they can gain access to the room.
94  
95 If you did not select guessname or passworded, then the only way users can
96 access the room is if an Aide explicitly invites them to the room using the
97 .<A>ide <R>oom <I>nvite user command.
98
99 Cause current users to forget room [No] ? No
100  
101    Enter Yes if you wish to kick out anyone who currently has access to
102 the room.
103  
104 Preferred users only [No]? No
105  
106    Enter Yes if you wish to restrict the room to only users who have level 5
107 (Preferred User) status (and Aides too, of course).  You should make the room
108 public if you intend to do this, otherwise the two restrictions will be
109 COMBINED.
110  
111 Read-only room [No]? No
112  
113    If you set a room to Read-Only, then normal users will not be allowed to
114 post messages in it.  Messages may only be posted by Aides, and by utility
115 programs such as the networker and the "aidepost" utility.  This is useful
116 in situations where a room is used exclusively for important announcements,
117 or if you've set up a room to receive an Internet mailing list and posting
118 wouldn't make sense.  Other uses will, of course, become apparent as the
119 need arises.
120
121 Now for a few other attributes...
122
123 Directory room [Yes]? Yes
124  
125    ...enter Yes if you wish to associate a directory with this room.  If you
126 enter Yes, you will also be prompted with the following four questions:
127
128 Directory name [mydirname]: 
129  
130    ...the name of the subdirectory to put this room's files in.  The name of
131 the directory created will be <your BBS directory>/files/<room dir name>.
132     
133 Uploading allowed [Yes]? Yes
134  
135    ...enter Yes if users are allowed to upload to this room.
136
137 Downloading allowed [Yes]? Yes
138   
139    ...enter Yes if users are allowed to download from this room.
140
141 Visible directory [Yes]? Yes
142   
143    ...enter Yes if users can read the directory of this room.
144
145
146 Network shared room [No]? No
147   
148    ...you can share a room over a network without setting this flag, and
149 vice versa, but what this flag does is twofold:
150    1. It prevents people with no network access from entering messages here
151    2. Messages are displayed with the name of their originating system in
152       the header.
153
154 Permanent room [No]? No
155  
156    ...the sysop utilities have an option to purge rooms which have not been posted
157 in for two weeks.  If you wish to keep this from happening to a particular room, you
158 can set this option.  (Keep in mind that Lobby>, Mail>, Aide>, any network rooms, and
159 any directory rooms are automatically permanent.)
160
161
162 Anonymous messages [No]? No
163 Ask users whether to make messages anonymous [No]? No
164   
165    ...you can have rooms in which all messages are automatically anonymous,
166 and you can have rooms in which users are prompted whether to make a message
167 anonymous when they enter it.
168
169 Room aide [Joe Responsible]: 
170  
171    ...on larger systems, it helps to designate a person to be responsible for
172 a room.  Room Aides have access to a restricted set of Aide commands, ONLY
173 when they are in the room in which they have this privilege.  They can edit
174 the room, delete the room, delete and move messages, and invite or kick out
175 users (if it is a private room), but they cannot perform aide commands that
176 are not room-related (such as changing users access levels).
177
178 Save changes (y/n)? Yes
179   
180     ...this gives you an opportunity to back out, if you feel you really
181 messed things up while editing.
182
183  
184    FILE DIRECTORIES 
185  
186  If you have created any directory rooms, you can attach file descriptions to
187 the filenames through a special file called "filedir".  Each line contains
188 the name of a file in the directory, followed by a space and then a description
189 of the file, such as:
190  
191  myfile.txt This is a description of my file.
192  phluff A phile phull of phluff!
193  
194  ...this would create file descriptions for the files 'myfile.txt' and 'phluff'
195 which would be displayed along with the directory.  It should also be noted
196 that when users upload files to your system, they will be prompted for file
197 descriptions, which will be added to the 'filedir' file.  If one does not
198 exist, it will be created.
199  
200  
201    EDITING USERS
202  
203    This command allows any aide to change certain parameters of any user's
204 account. Entering this command will ask for the name of a user to edit, and
205 then prompt with the user's current access level, then ask for the new one.
206   0 - Marked for deletion
207   1 - New unvalidated user
208   2 - Problem user
209   3 - User with no network privileges
210   4 - Normal user
211   5 - Preferred user
212   6 - Aide
213    
214    DELETING AND MOVING MESSAGES
215    
216    Aides have the ability to delete and move messages; however, they must have
217 message prompting turned on in order to do this. After each message, the
218 normal prompt appears:
219    <A>gain, <N>ext message, <S>top ->
220   Entering <D> will delete the message. A (y/n) prompt will appear to confirm
221 that you really want to delete the message.
222   Entering <M> will prompt for a room to move the message to.
223      
224    
225    SYSOP UTILITIES
226    
227    There are a number of utilities which may be accessed from the shell. It
228 is up to the system operator to decide which should be "sysop" utilities and
229 which should be accessible to all shell users. Please see utils.doc for a
230 description of these programs.
231     
232    
233    CUSTOMIZING THE HELP FILES
234  
235    The subdirectory called "help" contains your system's help files.  There's
236 nothing hard-coded into the system that dictates what files should be there.
237 Whenever a user types the command "<.H>elp" followed by the name of a help
238 file, it displays the contents of that help file.
239  
240    The help files that come with the system, of course, are enough to guide
241 a user through its operation.  But you can add, change, or remove help files
242 to suit whatever is appropriate for your system. 
243  
244    Now for the fun part.  There are several strings that you can put in help
245 files that will be automatically substituted with other strings.  They are:
246  
247  ^nodename    = The node name of your system on a Citadel/UX network
248  ^humannode   = Human-readable node name (also your node name on C86Net)
249  ^fqdn        = Your system's fully-qualified domain name
250  ^username    = The name of the user reading the help file
251  ^usernum     = The user number of the user reading the help file
252  ^sysadm      = The name of the system administraor (i.e., you)
253  ^variantname = The name of the BBS software you're running
254  
255    So, for example, you could create a help file which looked like:
256  
257   "Lots of help, of course, is available right here on ^humannode.  Of
258 course, if you still have trouble, you could always bug ^sysadm about it!"
259    
260         
261    CONCLUSION
262   
263    Comments from the Peanut Gallery should be directed to (at) my email
264 address ajc@uncnsrd.mt-kisco.ny.us, or call UNCENSORED! BBS at 914-244-3252
265 (modem) or uncnsrd.mt-kisco.ny.us (Internet).