4dabb9605577d6ecbb1d39c88a22e7c0b72d6708
[citadel.git] / citadel / messages / roomaccess
1 Most rooms are public. Anyone on the system may get into a public room.
2 Private rooms may take several forms:
3  
4  Hidden: to gain access to this type of room, a user need only know
5 the room's name. No hints are given by the system.
6  
7  Passworded: same as hidden but the user must also know a password
8 to get access.
9  
10  Invitation-only: users may only gain access to this type of room if
11 an Aide gives it to them. 
12  
13  Personal: this type of room acts as a user-specific "mailbox."
14   
15  Once a user has access to a private room, it shows up on the known
16 rooms list and acts the same as any other room. Aides may kick users out
17 of any type of private room, and out of excludable rooms.  Please also keep
18 in mind that Aides have access to ALL private rooms.
19  
20  Before making it private, think about it. Does it really NEED to be private?