Mailing list header changes (fuck you Google)
[citadel.git] / citadel / internet_addressing.c
2008-07-17 Dave WestFix CtdlHostAlias to correctly check if the given fqdn...
2008-05-24 Wilfried Göesgens* use iconv in citserver too
2008-04-07 Art CancroRemoved the 'Gateway Domain' function from the entire...
2008-03-26 Art CancroHandle RFC822 'References:' field and Citadel W (Wefewe...
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-08-09 Wilfried Göesgens* strlen holy war: loops. in loops it's very evil....
2007-08-09 Wilfried Göesgens* Holy war on strlen: use IsEmptyStr where apropriate.
2007-07-26 Dave WestMoved to new module init structure.
2007-05-02 Wilfried Göesgens* added masquerade domain feature.
2006-10-23 Art CancroKeep track of envelope from and to headers
2006-10-14 Art Cancro* Implemented the 'getsubaddress' callback, but then...
2005-10-25 Art Cancro* msgbase.c: when a summary mode message list is reques...
2005-09-18 Art Cancro* When submitting a message, harvest non-local addresse...
2005-09-09 Art Cancro* New bmstrcasestr() function to perform very fast...
2005-09-09 Art Cancro* Removed the bmstrstr() function, and replaced all...
2005-08-12 Art Cancro* Bounds checking in CtdlDirectoryLookup()
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2005-02-28 Art Cancro*** empty log message ***
2005-02-27 Art Cancro*** empty log message ***
2004-08-05 Art Cancro* CtdlHostAlias() now accepts "localhost" as a localhos...
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2003-12-04 Art Cancro* Incoming RFC822 messages get the To: field translated...
2003-11-14 Art Cancro* MUCH faster implementation of rfc822_fetch_field()
2003-10-07 Art Cancro* Better handling of incoming Internet addresses consis...
2003-06-29 Art Cancro* Renamed "struct user" to "struct ctdluser"
2003-06-29 Art Cancro*** empty log message ***
2003-06-02 Art Cancro* citserver.c: added another trace message to is_public...
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2002-08-31 Art Cancro* Set version number to 6.00 in documentation and heade...
2002-08-24 Art Cancro* Bugfixes and cosmetic changes to listsub system
2002-06-10 Art Cancro* Configuration for spam filter
2002-03-12 Nathan Bryant - pass -Wcast-qual to gcc
2002-02-07 Art Cancro* Silently refuse to add directory entries for Internet...
2002-01-31 Art Cancro* When deleting a vCard from the Global Address Book...
2002-01-26 Art Cancro* More internet addressing and global directory stuff...
2002-01-25 Art Cancro* Fixed acceptance of inbound SMTP messages relaying...
2002-01-11 Art Cancro* Finished most of the work for the Global Address...
2002-01-11 Art Cancro* More code for the Global Address Book
2002-01-10 Art Cancro* Minor changes for global directory service
2002-01-05 Art Cancro* Removed some protocol commands and writeups that...
2001-10-17 Nathan Bryantfurther format string cleanups (for i686-linux type...
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-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
2001-08-22 Art Cancro* Realized that there was lots of similarly broken...
2001-08-22 Art Cancro* internet_addressing.c: fixed a bug in process_rfc822_...
2001-07-18 Art Cancro* Silly change to internet_addressing() to handle NULL...
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-06-06 Art Cancro* Moved memreadline() to tools.c
2001-04-14 Art Cancro* Fixed an unterminated string bug in IMAP APPEND....
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-03-20 Art Cancro* "Brown paper bag" fix for SMTP bug (incoming long...
2000-03-18 Art Cancro* 5.70b1
2000-03-10 Art Cancro* Changes to message base and networker to support...
2000-03-05 Art Cancro* couple of minor security fixes
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-26 Art Cancro* Properly handle all aliases specified in network...
2000-02-22 Art Cancro* Got bounce messages working (mostly ... testers,...
2000-02-16 Art Cancro* More addressing hacks
2000-02-10 Art Cancro* When parsing incoming Date fields, replace with the...
2000-02-09 Art Cancro* Miscellaneous tweaks to SMTP and POP processing....
2000-02-07 Art Cancro* Renamed CtdlLocalHost() to CtdlHostAlias() and worked...
2000-02-03 Art Cancro* Formalized the 'Internet Configuration' logistics...
2000-01-15 Art Cancro* Added a generic (void *) parameter to the ForEachUser...
2000-01-13 Art Cancro* techdoc/delivery-list.txt: added (syntax for delivery...
2000-01-09 Art Cancro* Bug fixes
2000-01-08 Art Cancro* Fixed a bug
2000-01-08 Art Cancro* Reworked some of the data structures to handle multip...
2000-01-06 Art Cancro* Replaced citmail.c with a new one that simply SMTP...
1999-12-26 Art Cancro* serv_vcard: don't run hooks when not logged in (such...
1999-12-24 Art Cancro* fixed some of the rfc822 parser
1999-12-23 Art Cancro* "Finished" initial hack of RFC822 import
1999-12-22 Art Cancro* Fixed up the "Date:" headers to be RFC822-compliant
1999-12-22 Art Cancro* Got some more parsing in there
1999-12-20 Art Cancro* More address parsing logic
1999-12-17 Art Cancro* More header parsing stuff. Still needs work.
1999-12-17 Art Cancro* added some rfc822 stuffs
1999-12-14 Art Cancro* More SMTP implementation
1999-12-11 Art Cancro* Implemented most of MAIL FROM:
1999-12-10 Art Cancro* internet_addressing.c: added. (Internet address...