]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
cygwin fix
[citadel.git] / citadel / ChangeLog
index b02a3a5afdeca96e909680d837ffb44ec7174bbe..7368f1576934f18fdb53408e65abf03e7c6a6585 100644 (file)
@@ -1,4 +1,69 @@
  $Log$
+ Revision 590.36  2002/01/04 20:57:36  nbryant
+ cygwin fix
+
+ Revision 590.35  2002/01/04 20:46:26  nbryant
+ Makefile fix for cygwin (fix migratenet linkage)
+
+ Revision 590.34  2002/01/04 20:43:26  nbryant
+ configure/genstamp: check for struct tm.tm_gmtoff
+
+ Revision 590.33  2002/01/03 22:01:17  ajc
+ * Fixed mail to "sysop"
+
+ Revision 590.32  2002/01/03 21:35:07  ajc
+ * I think this is the last of the fixes for the new submit queue.
+
+ Revision 590.31  2002/01/03 12:27:35  error
+ * Fixed my name in docs/copyright.txt, why didn't I notice that before?
+
+ Revision 590.30  2002/01/03 12:21:02  error
+ * Autoconf support for recognizing OpenSSL
+
+ Revision 590.29  2002/01/03 04:52:28  ajc
+ * serv_network.c: migrated deliveries and bounces to the new message
+   submission subsystem.  NOT TESTED.
+
+ Revision 590.28  2002/01/01 21:32:10  ajc
+ * Finished the updates to serv_smtp.c, although I think there may be a
+   problem with one-too-many reference counts when a message is submitted
+   via SMTP.
+
+ Revision 590.27  2001/12/31 20:15:13  ajc
+ * Almost finished converting serv_smtp.c to the new message submission
+   framework.  Still not done yet; don't use this.
+
+ Revision 590.26  2001/12/30 06:20:46  error
+ * More keys while reading messages:  Q or S same as Ctrl-C, N same as Ctrl-O.
+
+ Revision 590.25  2001/12/30 05:50:46  error
+ * Security:  Citadel now drops privileges when called from telnetd, also
+   checks to make sure you didn't set the setuid/setgid bits.  No more
+   loginwrapper.sh!
+
+ Revision 590.24  2001/12/29 05:19:32  ajc
+ * Minor cosmetic hack
+
+ Revision 590.23  2001/12/29 04:21:22  nixo
+ stupid me. I didn't realize that asking for the header did what I wanted
+ so I changed my little 'y' hack to not bother reading the text of the
+ message. a little saving on the bandwidth.
+
+ Revision 590.22  2001/12/28 22:32:38  nixo
+ Added a "read m<y> next" function in read mode. It will skip to the next
+ message by the user in the current message list (whatever mode you're in
+ be it read forward, last 50, whatever.)
+
+ Revision 590.21  2001/12/28 11:06:53  error
+ * More server support for hostnames up to 63 characters (oops I missed a spot)
+
+ Revision 590.20  2001/12/28 09:39:10  error
+ * Client support for hostnames up to 63 characters: truncated at 24 in
+   short who list, full display in long who list.
+
+ Revision 590.19  2001/12/28 09:28:04  error
+ * Server support for hostnames up to 63 characters
+
  Revision 590.18  2001/12/26 05:01:30  ajc
  * Added a new developer ID for Anticlimactic Teleservices