* Holy war on strlen: use IsEmptyStr where apropriate.
[citadel.git] / citadel / messages.c
2007-08-09 Wilfried Göesgens* Holy war on strlen: use IsEmptyStr where apropriate.
2007-06-28 Art CancroEliminate the 'Internet mail recommends
2007-06-25 Wilfried Göesgens* if a message subject is required, ask the user for...
2007-06-24 Wilfried Göesgens* evaluate the subject required flag. not tested, the...
2007-04-12 Art CancroApplied matt's patches to clean up memory leaks in...
2007-03-28 Art Cancro* New room flag QR2_COLLABDEL ('collaborative
2007-03-26 Art CancroSuppress attachment download links for mime parts
2007-03-25 Art CancroSuppress display of a MIME multipart node if it is...
2007-03-24 Art CancroWhen a MIME part's content-disposition is missing or...
2007-03-24 Art CancroWhen <R>eply is selected in the message reading loop...
2007-02-22 Art CancroFinal changes to server to allow message display names to
2006-12-23 Art Cancro* Committed matt's latest patch set
2006-03-23 Art CancroRenamed getline() to ctdl_getline() due to a conflict
2006-02-28 Art CancroServer hacks to allow non-ASCII characters to be carried in
2006-01-21 Art CancroPatch to the "m<Y> next message" function, submitted...
2006-01-11 Art Cancro* Added a per-user client option to always compose...
2005-11-28 Art Cancro* Eliminated the use of tmpnam() to shut up the compile...
2005-10-19 Art Cancro* msgbase.c, messages.c, html.c: conversion of HTML...
2005-09-08 Art Cancro* messages.c: break up long lines (preferably by substi...
2005-04-14 Art Cancro* Variable names, comments, documentation, etc... ...
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2005-01-19 Art Cancro* Minor and/or cosmetic changes made during x64 trouble...
2004-11-10 Art Cancro* Added a few wonderful linebreaks to >80 column lines
2004-08-11 Art Cancro* Replaced all "Citadel/UX" references with "Citadel"
2004-05-10 Michael Hampton* messages.c: Fix crash when trying to use m<Y> next
2004-03-01 Michael Hampton* Fix missing arg in m<Y> next rewrite.
2004-03-01 Michael Hampton* Rewrite m<Y> next function; now uses CtdlIPC code.
2004-02-26 Michael Hampton* Client stability and enhancements:
2004-02-13 Michael Hampton* Reset screen attributes before fork() so that externa...
2004-02-04 Michael Hampton* Don't delete temp file when composing message until...
2003-12-22 Michael Hampton* Fork image viewer process in background (works now...
2003-12-21 Michael Hampton* When viewing images, append the image filename to...
2003-12-21 Michael Hampton* Don't display the infrequently used m<Y> next option...
2003-12-21 Michael Hampton* Start a new thread and fork() for image viewer (broke...
2003-12-21 Michael Hampton* Fix for crash when downloading multiple attachments
2003-12-21 Michael Hampton* Image viewer code for the text client. Hit 'I' to...
2003-12-09 Nathan Bryantdid a minimal amount of ANSIfication without changing...
2003-10-17 Art Cancro* Replaced the DEFAULT_ENTRY definition in sysconfig...
2003-09-21 Art Cancro* messages.c: don't crash when a message contains more...
2003-08-05 Art Cancro* Added a README.txt file because some Joker kept buggi...
2003-06-04 Michael Hampton* messages.c: When file attachment has no name, use...
2003-04-26 Art Cancro* When composing an anonymous message, show the header...
2003-03-31 Art Cancro* Repaired the formatting of text/plain messages with...
2003-03-26 Art Cancro* Downloading of attachments was completely broken...
2003-03-19 Michael Hampton* entmsg(): Don't corrupt the msg_arr[] when replying...
2003-02-13 Art Cancro* Applied "multi editor" patch supplied by georbit
2003-01-16 Michael Hampton* CtdlIPCGetMessages(): Fix message read failing on...
2003-01-16 Michael Hampton* ENT0 command: changed post-as username from arg 4...
2003-01-12 Art Cancro* configure.ac: Attempt to check for libical 0.24 or...
2003-01-12 Art Cancro* Display message subjects in magenta instead of white
2002-12-15 Michael Hampton* Final touches on the new message formatter.
2002-12-04 Michael Hampton* Fix spurious double space in message formatter -...
2002-12-02 Michael Hampton* Improvements to the new message formatter, including...
2002-12-01 Michael Hampton* New experimental message formatter - try it, you...
2002-11-10 Michael Hampton* messages.c: fixed <H>eader command
2002-11-04 Art Cancro* Don't run the wait indicator when in an external...
2002-11-01 Art Cancro* Fixed .AM and .AE commands
2002-10-17 Michael Hampton* Bug fixes: Fix numerous char array size mismatches...
2002-10-01 Art Cancro* html.c: speed improvement in html-to-ascii converter
2002-09-29 Michael Hampton* File and attachment downloads now use the new IPC...
2002-09-27 Michael Hampton* Allow multiple simultaneous IPC connections. All...
2002-09-07 Art Cancro* When displaying messages using MSG4, enumerate the...
2002-09-03 Art Cancro* Added MSG4 support to client-side IPC
2002-08-28 Art Cancro* Make reply_to and reply_subject global (otherwise...
2002-08-27 Art Cancro* bugfix
2002-08-27 Art Cancro* huh?
2002-08-27 Art Cancro* quick fix to reply logic
2002-08-13 Art Cancro* <R>eplace string is now case sensitive
2002-08-12 Art Cancro* Fixed bug in <R>eplacestring which caused it to lock...
2002-07-21 Art Cancro* Added in some infrastructure to switch the client...
2002-07-18 Art Cancro* Eliminated the 512-message limit in the client for...
2002-07-01 Michael Hampton* Misc. routines converted to new IPC code
2002-06-24 Michael Hampton* Buffer overflow fixes and minor cleanup in IPC code
2002-06-24 Michael Hampton* Message reading and other functions which use the...
2002-06-02 Michael Hampton* Support for Ctrl-W to erase a word when editing or...
2002-03-12 Nathan Bryantsprintf bashing
2002-03-12 Nathan Bryant - pass -Wcast-qual to gcc
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...
next