* Replaced most of the very repetitive and very redundant access level checks
[citadel.git] / citadel / ChangeLog
index 0698c9edbd691ada3f7dea86e3a9c3a1272272cf..fd655c3597b58f91595cdc5647a0a1def3aa1b6f 100644 (file)
@@ -1,4 +1,9 @@
  $Log$
+ Revision 572.3  2000/06/03 05:47:57  ajc
+ * Replaced most of the very repetitive and very redundant access level checks
+   in most commands with a single API call:  CtdlAccessLevelCheck()
+ * serv_moderate.c: added (not finished)
+
  Revision 572.2  2000/06/02 03:38:50  ajc
  * Bind unix socket prior to TCP socket for citadel protocol
  * Fixed bug in sendcommand.c which was causing it to crash on attach
@@ -1894,3 +1899,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * Initial CVS import 
+