]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Replaced most of the very repetitive and very redundant access level checks
[citadel.git] / citadel / ChangeLog
index f58aba15020023357a11804da47a234e3e6ff7e6..fd655c3597b58f91595cdc5647a0a1def3aa1b6f 100644 (file)
@@ -1,4 +1,22 @@
  $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
+
+ Revision 572.1  2000/05/26 19:27:51  ajc
+ * Changed some of the rev-level sensitive stuff to look at the actual version
+   of Citadel running, not the last version with which we ran setup
+ * Added a moderation system.  Default filter level for new users is in the
+   config file.  Per-user setting is in usersupp.  Moderation level of each
+   message is in SuppMsgInfo.  Tweaked CONF, GETU, and SETU.  Read filter is
+   working.  Moderate message up/down commands are not here yet.  See
+   techdoc/moderation.txt for more info.
+
  Revision 572.0  2000/05/23 02:09:30  ajc
  * Updated docs and tagged everything for the 5.72 release
 
@@ -1881,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 
+