removed all references to sprintf from several files (not all files yet)
[citadel.git] / citadel / messages.c
2002-03-11 Nathan Bryantremoved all references to sprintf from several files...
2002-03-11 Nathan Bryant - fixes for building without OpenSSL
2002-02-17 Stu Markone byte change to make the enter key go to next messag...
2002-02-13 Art Cancro* added vcard_to_html() function
2002-02-08 Art Cancro* If there's already a Subject line in memory, display...
2002-02-08 Art Cancro* Changed the logic for printing RFC822 addresses ...
2002-02-08 Art Cancro* Added client and server side support for entering...
2002-01-22 Michael Hampton* read_message() and fmout() now accept a FILE to which...
2002-01-19 Michael Hampton* Full-screen curses support for Citadel text client
2002-01-15 Michael Hampton* Implement alternate_semantics (see comments in citade...
2002-01-11 Michael Hampton* Allow users to move/copy messages between personal...
2002-01-11 Michael Hampton* Don't print **** when sending a page or mail from...
2002-01-02 Art Cancro*** empty log message ***
2001-12-30 Art Cancro* CtdlSaveMsg() is now CtdlSubmitMsg() and can accept...
2001-12-29 Art Cancro* Minor cosmetic hack
2001-12-29 Stu Markstupid me. I didn't realize that asking for the header...
2001-12-28 Stu MarkAdded a "read m<y> next" function in read mode. It...
2001-12-23 Michael Hampton* tools.c: added parameter to fmt_date() to allow for...
2001-11-27 Art Cancro* When calling an external editor, set the environment...
2001-09-06 Art Cancro* Fixed paste-post mode (<.E>nter <A>scii) to append...
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-05-27 Art Cancro* Added a "no new messages" response in the client...
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-12-25 Art Cancro* Added an API function to extract and unfold specific...
2000-11-10 Art Cancro* Ford's Fix for Faster Functionality (save position...
2000-08-28 Art Cancro* messages.c: cosmetic cleanup (coding convention and...
2000-07-10 Art Cancro* Another attempt to fix the crashy crashy bug in serv_...
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-04-24 Art Cancro* Removed references to strucmp() and struncmp(), repla...
2000-04-09 Art Cancro* Added pprintf() (paginated version of printf) to...
2000-03-31 Art Cancro* Caved in to pressure and enabled <R>eply in public...
2000-03-21 Art Cancro* Experimental new linebreak mode
2000-03-19 Art Cancro* Small cosmetic change to date/time output
2000-03-11 Art Cancro* Reworked the <R>eply logic in messages.c - fixes...
2000-03-11 Nathan Bryant * new threaded client code for background keepalives
2000-03-04 Art Cancro* Remove nulls appended to editor files during replace...
2000-02-27 Art Cancro* Completed 'fsck'-like reference count verifier (serve...
2000-02-16 Art Cancro* Altered the display and conversion of RFC822 messages
2000-02-16 Art Cancro* More addressing hacks
1999-12-29 Art Cancro* Minor cosmetic changes to comment formatting
1999-10-31 Art Cancro* Fixed a bug which was crashing the server during...
1999-10-20 Art Cancro* More code shuffle. Added some flags to CtdlSaveMessa...
1999-09-03 Ben MehlmanFor URL view, don't prompt user to select url if there...
1999-09-01 Art Cancro* Added the ability to handle embedded URL's from the...
1999-07-11 Art Cancro * room_ops.c: eliminate room name parameter...
1999-06-10 Art Cancro * Replaced all code that generated temporary...
1999-05-20 Art CancroColour changes
1999-05-20 Art Cancromore color changes
1999-04-20 Art CancroFix
1999-04-20 Art Cancro * messages.c: downloading more than MAX_MSGS...
1999-03-21 Art Cancro messages.c: cosmetic cleanups to message reading loop
1999-03-03 Art CancroReduced the size of the "enter recipient" prompt
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1999-02-02 Art Cancromessages.c: implemented client download of MIME attachments
1999-01-29 Nathan Bryantirix fixen
1998-12-07 Art Cancro * Ripped most of the "attachments" stuff out...
1998-11-17 Art Cancroclient side of allowing deletion of mail
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-11-04 Art Cancrocorrected a syntax error
1998-11-04 Art Cancro * messages.c: temporarily set screenwidth to...
1998-11-01 Art CancroTurn off ANSI colour during <Q>uote and <P>rint operati...
1998-11-01 Art CancroMore stoopid ANSI colour additions
1998-10-25 Art Cancromessages.c: fixed an oversight that was allowing attach...
1998-10-20 Art Cancro * Client ability to force display of prompts...
1998-10-09 Art Cancro * Implemented "lazy mode" traversal - pressing...
1998-10-08 Art Cancro * messages.c, citadel.rc: added the ability...
1998-10-08 Nathan Bryant * lots of warning fixes; builds with -std1...
1998-10-05 Art CancroChangeover to new room structure. See ChangeLog for...
1998-09-30 Nathan Bryant * Makefile.in: new variable PTHREAD_DEFS for...
1998-09-23 Art CancroMultipart attachments stuff. arrgh
1998-09-22 Art CancroAttachments continued...
1998-09-22 Art CancroMore changes to get attachments working.
1998-09-19 Art CancroMinor client change to keep stale temp files off the...
1998-09-01 Art Cancro * Yanked the citadelapi.c module. This wasn...
1998-08-18 Nathan BryantTue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant...
1998-08-06 Art CancroGot the CitadelAPI library to the point where the serve...
1998-08-05 Art CancroChanges required in order to handle the new translation...
1998-07-17 Art Cancro These are the changes to eliminate most of the arbitra...
1998-07-11 Art CancroInitial revision