* Renamed "struct user" to "struct ctdluser"
[citadel.git] / citadel / serv_smtp.c
2003-06-29 Art Cancro* Renamed "struct user" to "struct ctdluser"
2003-06-29 Art Cancro*** empty log message ***
2003-06-19 Art Cancro*** empty log message ***
2003-06-19 Art Cancro* domain.c: use qsort() to sort MX records by preferenc...
2003-06-19 Art Cancro* Fixed a subtle but ugly bug in the SMTP sender that...
2003-05-28 Art Cancro* msgbase.c: validate_recipients() now rejects Internet...
2003-04-30 Art Cancro* Minor fix to ESMTP greeting (missing '-' screwed...
2003-04-30 Art Cancro* Added the ENHANCEDSTATUSCODES extention to ESMTP.
2003-04-28 Art Cancro* Added a site-configurable setting to suppress the...
2003-04-26 Art Cancro* remove extraneous break statements
2003-04-26 Art Cancro* Removal of individual "remote" lines from message...
2003-04-25 Art Cancro* same thing
2003-04-25 Art Cancro* When rejecting spam, use SMTP error code 550, not 552
2003-03-30 Art Cancro* Optimized CtdlReadMessageBody() and also gave it...
2003-03-06 Art Cancro* When entering a message into Citadel with authenticat...
2003-03-05 Art Cancro* serv_smtp.c: when authenticated, do not log out when...
2003-02-14 Art Cancro* Added support for any standard RBL
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2003-01-15 Art Cancro* First cut at static-linking the citserver. Ripped...
2002-10-16 Art Cancro* CtdlWriteObject() encode in memory instead of on...
2002-09-15 Art Cancro* Renamed decode_base64() to CtdlDecodeBase64()
2002-08-25 Art Cancro* Hide the SMTP queue and the sysconfig rooms.
2002-07-28 Art Cancro* Augmented the "headers only" functionality of the...
2002-06-16 Michael Hampton* BASEROOM and AIDEROOM are now almost completely editable.
2002-06-07 Art Cancro* Added a new message function hook type EVT_SMTPSCAN...
2002-05-12 Art Cancro* Removed the unfinished moderation system.
2002-04-30 Art Cancro* When sending a page that results in the receiver...
2002-03-25 Nathan Bryant * compatibility with Berkeley DB < 3.3
2002-03-12 Nathan Bryant - pass -Wcast-qual to gcc
2002-03-11 Nathan Bryantremoved all references to sprintf from several files...
2002-03-01 Art Cancro* Cosmetic change to Received: line
2002-02-20 Art Cancro* Started adding better management of source IP address...
2002-01-26 Art Cancro* smtp FROM command now validates sender using the...
2002-01-25 Art Cancro* Greatly simplified the logic for validating recipient...
2002-01-25 Art Cancro* Fixed acceptance of inbound SMTP messages relaying...
2002-01-23 Art Cancro* Add vCards from incoming network messages in the...
2002-01-17 Michael Hampton* lprintf() now logs the session ID for each log entry...
2002-01-13 Art Cancro* Allow incoming SMTP to relay to other Citadel nodes...
2002-01-11 Art Cancro* Finished most of the work for the Global Address...
2002-01-03 Art Cancro* I think this is the last of the fixes for the new...
2002-01-02 Art Cancro* More message submission queue stuff
2002-01-01 Art Cancro* Finished the updates to serv_smtp.c, although I think...
2001-12-31 Art Cancro* Almost finished converting serv_smtp.c to the new...
2001-12-31 Art Cancro* mail stuff
2001-12-30 Art Cancro* Don't even think of running this code.
2001-12-30 Art Cancro* CtdlSaveMsg() is now CtdlSubmitMsg() and can accept...
2001-12-04 Art Cancro* mime_parser.c: change to memory allocation algorithm...
2001-12-01 Art Cancro* Minor cosmetic changes to serv_smtp.c
2001-12-01 Art Cancro* Fixed an SMTP delivery problem that was causing certa...
2001-12-01 Art Cancro* Added a command "SMTP" to the Citadel protocol, to...
2001-11-16 Art Cancro* Eliminated the sock_puts_crlf() function and ensured...
2001-10-17 Nathan Bryant - declare *printf format specifiers if gcc detected
2001-10-17 Nathan Bryantwarning fixes and cleanups for 64-bit machines
2001-10-03 Art Cancro* serv_smtp.c: implement RFC2920 ESMTP "pipelining...
2001-09-16 Art Cancro* serv_smtp.c: instead of doubling delivery retry times...
2001-08-11 Art Cancro* Realized that I am stupid and started implementing...
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-05-18 Art Cancro* Fixed bug in mime_parser.c that caused parts to be...
2001-02-28 Art Cancro* Backed out the variable-length string changes.
2001-02-22 Stu MarkMostly made changes to allow client_gets to handle...
2001-02-06 Art Cancro* citadel.rc: changed the default for local_screen_dime...
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-10-17 Art Cancro* IMAP date strings. More stupidity.
2000-08-05 Art Cancro* Added [idle] to client wholist display for sessions...
2000-07-22 Art Cancro* fix?
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-06-22 Art Cancro* more IMAP
2000-05-26 Art Cancro* Changed some of the rev-level sensitive stuff to...
2000-05-15 Art Cancro* Double the retry interval for SMTP deliveries after...
2000-05-11 Art Cancro* serv_smtp.c: clear the relevant state buffers after...
2000-03-27 Art Cancro* Third parameter of CtdlDeleteMessages() now takes...
2000-03-19 Art Cancro* SMTP hacks to deal with AOL braindamage
2000-03-18 Art Cancro* Support multiline responses from SMTP servers when...
2000-03-10 Art Cancro* Changes to message base and networker to support...
2000-03-09 Art Cancro* misc bugfixes and cleanups
2000-03-08 Art Cancro* Shut off hostname resolution when dealing with Unix...
2000-03-07 Art Cancro* socket stuff
2000-03-05 Art Cancro* couple of minor security fixes
2000-03-04 Art Cancro* swapped the bounce messages
2000-03-03 Art Cancro* Finished the inbound side of gateway domain service
2000-03-03 Art Cancro* Stuff
2000-02-29 Art Cancro* IGnet delivery is broken
2000-02-28 Art Cancro* IGnet stuff
2000-02-26 Art Cancro* Properly handle all aliases specified in network...
2000-02-26 Art Cancro* Fortified the message base and SMTP code so that...
2000-02-24 Art Cancro* Implemented holdoff time (15 minutes) for SMTP send...
2000-02-22 Art Cancro* Got bounce messages working (mostly ... testers,...
2000-02-18 Art Cancro* Coded up the "bounce" functions. Still a coupla...
2000-02-17 Art Cancro* Tried to fix breakage with MS Outlook
2000-02-17 Art Cancro* Got the "MAIL From:" command sending the correct...
2000-02-14 Art Cancro* sysdep.c: added new event hook type EVT_TIMER. Timer...
2000-02-07 Art Cancro* Renamed CtdlLocalHost() to CtdlHostAlias() and worked...
2000-02-02 Art Cancro* serv_inetcfg: added
2000-01-26 Art Cancro* Changed '3' delivery code to '4' to make it more...
2000-01-26 Art Cancro* SMTP delivery is working but still *very* rough.
2000-01-25 Art Cancro* Wrote enough of the SMTP sender to get Patriot drooli...
2000-01-24 Art Cancro* Stuff
2000-01-23 Art Cancro* Coded up some more of the SMTP-sender (still not...
2000-01-22 Art Cancro* Added some more functionality to the string tokenizer
2000-01-21 Art Cancro* Clarified the delivery list format and shuffled some...
next