]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
cygwin fix
[citadel.git] / citadel / ChangeLog
index c6772ebd3b58d8df5ad40e5c3c54fe9e8fb29cd4..7368f1576934f18fdb53408e65abf03e7c6a6585 100644 (file)
@@ -1,4 +1,99 @@
  $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
+
+ Revision 590.17  2001/12/23 10:00:43  error
+ * Pages are once again formatted to the caller's screen width.
+
+ Revision 590.16  2001/12/23 09:57:47  error
+ * tools.c: added parameter to fmt_date() to allow for printing the seconds
+   along with the time, e.g. 12:34 pm or 12:34:56 pm
+
+ Revision 590.15  2001/12/20 04:54:26  ajc
+ * If you paid for this software, someone is ripping you off.
+
+ Revision 590.14  2001/12/18 08:24:56  nbryant
+ more lovely configure tweaks (include paths for db)
+
+ Revision 590.13  2001/12/18 06:04:08  ajc
+ * Moved the buffers in the_mime_parser() from the stack to the heap, because
+   it was crashing boxen with small stack sizes.
+
+ Revision 590.12  2001/12/18 05:54:16  ajc
+ * Added more load_floorlist() commands to the beginning and end of functions
+   in the client that manipulate the floor list.  This fixes a bug in which
+   new floors don't show up right away after being created.
+
+ Revision 590.11  2001/12/17 08:14:26  nbryant
+ restored the checks for /usr/include/db3 and /usr/local/include/db3
+ in configure.  there are too many variations on db installation; this is
+ getting messy :-(
+
  Revision 590.10  2001/12/17 08:00:45  nbryant
  set the pthreads stack size to 128K because FreeBSD's default of 64K
  seems too small. fixes crashes under FreeBSD.