* First cut at Solaris fixes. There may still be some *printf("%s", NULL)
[citadel.git] / citadel / ChangeLog
index 5a18bdae45a03bdf4f1e1e62c57e1a7f2a2d3297..dc1b02b55aa352b5fde904c63f6905396a9a0b59 100644 (file)
@@ -1,4 +1,141 @@
-$Log$
+ $Log$
+ Revision 570.5  2000/03/27 00:46:10  nbryant
+  * First cut at Solaris fixes. There may still be some *printf("%s", NULL)
+    type of issues lurking in the shadows.
+
+ Revision 570.4  2000/03/25 18:29:58  nbryant
+ changed my email address
+
+ Revision 570.3  2000/03/23 02:41:50  ajc
+ *** empty log message ***
+
+ Revision 570.2  2000/03/21 03:23:24  ajc
+ * Experimental new linebreak mode
+
+ Revision 570.1  2000/03/20 14:43:19  ajc
+ * "Brown paper bag" fix for SMTP bug (incoming long fields crash logger)
+
+ Revision 570.0  2000/03/19 23:42:34  ajc
+ * This is the official 5.70 release.
+
+ Revision 1.494  2000/03/19 23:04:08  ajc
+ * Small cosmetic change to date/time output
+
+ Revision 1.493  2000/03/19 05:02:39  ajc
+ * SMTP hacks to deal with AOL braindamage
+
+ Revision 1.492  2000/03/18 18:18:04  ajc
+ * Support multiline responses from SMTP servers when sending mail
+
+ Revision 1.491  2000/03/17 16:26:57  ajc
+ * Set up a private "Sent/Received Pages" room for each user
+
+ Revision 1.490  2000/03/17 04:11:24  ajc
+ * Moved bio-related commands out to a loadable module
+
+ Revision 1.489  2000/03/16 17:58:54  smw
+ Created a docs directory.
+ Moved install.txt to docs.
+ Added inetmailsetup.txt (BBS server side e-mail)
+ Added inetmailsetupmx.txt (local mail AND bbs e-mail
+ Added inetsiteconfig.txt (describes the .asi command)
+ Added siteconfig.txt (describes .asg)
+ Added chat.txt (describes changes and new chat functionality)
+ Made a couple of changes to install.txt (references to new documentation)
+ Added Steve Williams to copyright.txt as the document writer.
+
+Revision 1.488  2000/03/15 03:04:51  ajc
+* Added DEXP server command to disable incoming express messages.
+* <Q>uiet mode client side command to set/clear DEXP mode.
+* <K>nown rooms list displays through the paginator.
+
+Revision 1.487  2000/03/12 00:21:35  ajc
+* Removed the semi-broken "chat room" functionality in the chat system, and
+  replaced it with direct mapping to the actual Citadel room the user is in.
+* Display masqueraded roomname in chat, if applicable.  Fixes bug #19.
+
+Revision 1.486  2000/03/11 21:29:37  ajc
+* SM_ flags for CtdlSaveMsgPointerInRoom() need to be a bit bucket, not an
+  enum, since more than one can be passed.  Changed SM_DONT_BUMP_REF_COUNT
+  from 3 to 4.  This also fixes bug #33.
+
+Revision 1.485  2000/03/11 20:26:03  ajc
+* Reworked the <R>eply logic in messages.c - fixes bug #34
+
+Revision 1.484  2000/03/11 19:22:19  nbryant
+ * commands.c: improved timing of background keepalives if connection is
+               lagged
+
+Revision 1.483  2000/03/11 05:08:48  nbryant
+ * commands.c: oops, that mutex stuff wasn't necessary
+
+Revision 1.482  2000/03/11 04:09:03  nbryant
+ * new threaded client code for background keepalives
+
+Revision 1.481  2000/03/10 21:40:04  ajc
+* Changes to message base and networker to support Internet-style message
+  ID's instead of the conventional Citadel style.
+
+Revision 1.480  2000/03/08 03:36:37  ajc
+* Shut off hostname resolution when dealing with Unix domain sockets
+* Cleaned up the 'citmail' MDA tool
+* Added POP3 and SMTP port numbers to global system configuration
+
+Revision 1.479  2000/03/07 21:54:58  ajc
+* Fixed the naming conventions and permissions for unix domain sockets.
+
+Revision 1.478  2000/03/05 07:33:23  ajc
+* Added support for protocols over Unix domain sockets.
+
+Revision 1.477  2000/03/04 22:36:23  ajc
+* Remove nulls appended to editor files during replace, edit, and print
+  operations.  Truncate temp files during same operations.
+  Closes bugs #6 and #7.
+
+Revision 1.476  2000/03/04 05:29:18  ajc
+* Relax restrictions on editing of base rooms.  Renaming is not allowed but
+  all other attributes can be edited.  Closes feature request #21.
+* Sending pages from the client now uses the same message editing functions
+  as entering messages, allowing edit/abort.  Closes feature request #25.
+
+Revision 1.475  2000/03/03 04:50:14  ajc
+* Moved all of the wholist masquerading commands into the serv_rwho module
+
+Revision 1.474  2000/03/03 04:12:37  ajc
+* Finished the inbound side of gateway domain service
+
+Revision 1.473  2000/02/27 04:55:51  ajc
+* Added "keymenu()" generic menu-maker to commands.c
+* Blocked non-numeric input to intprompt()  (fixes bug #16)
+
+Revision 1.472  2000/02/27 03:57:35  ajc
+* Completed 'fsck'-like reference count verifier (server and client)
+
+Revision 1.471  2000/02/26 18:30:40  ajc
+* Properly handle all aliases specified in network/mail.aliases for incoming
+  SMTP mail (uses the alias() function, so if we replace that function with
+  something that uses the same calling convention, it'll still work)
+
+Revision 1.470  2000/02/26 05:15:38  ajc
+* Fortified the message base and SMTP code so that misdirected bounce messages
+  end up in the Aide> room instead of getting dereferenced
+* Started writing a message reference count verifier ('fsck' for message base)
+
+Revision 1.469  2000/02/25 06:14:05  ajc
+* Modularized the RWHO (Read WHO is online) command, basically as a pilot
+  for modularizing all "non-API" functionality.
+
+Revision 1.468  2000/02/24 03:44:00  ajc
+* Implemented holdoff time (15 minutes) for SMTP send retry.
+* Implemented "try for 3 days and then give up" on SMTP send.
+
+Revision 1.467  2000/02/24 00:51:48  ajc
+* Client protocol synchronization check during exit from chat.
+  This closes Bug #15.
+
+Revision 1.466  2000/02/22 16:37:28  ajc
+* Minor tweaks to RFC822 output to keep brain-damanged MS Outlook from dying
+
 Revision 1.465  2000/02/22 04:17:56  ajc
 * Got bounce messages working (mostly ... testers, please beat this up!)
 * Changed 'FIX' comments to 'FIXME' (less conflict, plus vim highlights it!)
@@ -1647,4 +1784,3 @@ 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 
-