]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Completed self-service list subscription via web.
[citadel.git] / citadel / ChangeLog
index c67074031a24a4ba7a7cad3496ab58dcd8db23d0..716b0569edd1d8548818598aba9fa3089b1a1fdf 100644 (file)
@@ -1,4 +1,47 @@
  $Log$
+ Revision 591.95  2002/08/21 21:58:00  ajc
+ * Completed self-service list subscription via web.
+   (Still need to implement unsubscribe.)
+
+ Revision 591.94  2002/08/16 21:04:56  ajc
+ * Add LPRM command
+
+ Revision 591.93  2002/08/14 20:21:52  ajc
+ * Extend GETR/SETR to allow twiddling of bits in the QRflags2 bucket
+ * New flag and config options to allow/disallow self-service list subscription
+   and unsubscription to a room
+
+ Revision 591.92  2002/08/14 02:36:05  ajc
+ * WebCit list subscription integration
+
+ Revision 591.91  2002/08/13 18:48:46  ajc
+ * Generate and send subscription confirmation requests.
+   (Still need to finalize the URL format)
+
+ Revision 591.90  2002/08/13 17:19:11  ajc
+ * Added email capability to quickie_message()
+
+ Revision 591.89  2002/08/13 04:02:06  ajc
+ * <R>eplace string is now case sensitive
+
+ Revision 591.88  2002/08/13 03:46:31  ajc
+ * More work on the self-service subscribe/unsubscribe infrastructure
+
+ Revision 591.87  2002/08/12 03:00:20  ajc
+ * Fixed bug in <R>eplacestring which caused it to lock up in certain conditions
+
+ Revision 591.86  2002/08/12 00:09:05  ajc
+ * Compress VISIT records using zlib if available.  This reduces the object
+   size from over 4k to about 70 bytes.  Experimental.
+ * Automatically uncompress database records found to be compressed (duh)
+
+ Revision 591.85  2002/08/08 22:01:35  ajc
+ * autoconf to look for zlib (for an upcoming experiment)
+
+ Revision 591.84  2002/08/08 03:25:56  ajc
+ * Bugfix for above
+ * Started writing some infrastructure for sub/unsub
+
  Revision 591.83  2002/08/08 02:49:12  ajc
  * serv_network.c: retain unknown commands in netconfigs and write them back
  * techdoc/netconfigs.txt: specify commands for subscribe/unsubscribe pending