107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
|
+
+
|
char WrTForum; /* 4: Post to forums not subject to moderation */
char ModForum; /* 5: Moderate (approve or reject) forum posts */
char AdminForum; /* 6: Grant capability 4 to other users */
char EmailAlert; /* 7: Sign up for email notifications */
char Announce; /* A: Send announcements */
char Chat; /* C: read or write the chatroom */
char Debug; /* D: show extra Fossil debugging features */
char RdSLog; /* E: read the synclog */
char WrSLog; /* F: add to the synclog */
/* These last two are included to block infinite recursion */
char XReader; /* u: Inherit all privileges of "reader" */
char XDeveloper; /* v: Inherit all privileges of "developer" */
};
#ifdef FOSSIL_ENABLE_TCL
/*
|