remove_any_whitespace_to_the_left_or_right_of_at_symbol() is awesomized and no longer...
[citadel.git] / citadel / internet_addressing.c
2021-03-03 Art Cancroremove_any_whitespace_to_the_left_or_right_of_at_symbol...
2021-02-14 Art CancroFor messages delivered to a mailing list, add the room...
2021-02-05 Art Cancrosyntax cleanup internet_addressing.c
2021-02-04 Art Cancroremove typedef from struct recptypes
2021-01-23 Art CancroBuild citadel server and webcit in temp directories...
2020-12-14 Art CancroReverted my work on the 'originated locally' field...
2020-11-29 Art CancroWhen comparing the sender, compare both the name and...
2020-11-10 Art CancroMake use of the functionality provided in the preceding...
2020-10-27 Art Cancrowar on BSD style curly braces
2020-10-04 Art Cancromore work on the inboxrules module. don't run this...
2020-07-16 Art Cancroit now builds but does not do inbox filtering
2019-08-05 Art CancroModified the behavior of ForEachUser() to do the two...
2019-02-19 Art CancroThe battle against bit rot continues!
2018-12-20 Art CancroAuto-generated email address is now derived from the...
2018-12-20 Art CancroAddress generator is moved into internet_addressing...
2018-03-02 Art Cancromore removal of ignet cruft
2018-01-24 Art Cancrowhittle whittle
2017-12-27 Art Cancroremoved some declarations that are no longer used
2017-12-26 Art Cancroserv_upgrade.c now has pre- and post- startup sections...
2017-12-14 Art Cancrominor style cleanups
2017-12-09 rootremoved some old cruft
2017-11-30 Art CancroSynchronization of LDAP users to Citadel is now complet...
2017-06-24 Art CancroAGEA and ASEA server commands to get and set a user...
2017-06-14 Art CancroInternally, "directory" domains are now treated like...
2017-05-18 Art CancroCompleted the code to insert each email address for...
2017-05-16 Art CancroNew data format for internet addresses, convert old...
2017-04-09 Art CancroMoar cleanup
2017-04-09 Art Cancroprune dead code
2017-04-07 Art CancroConverted two more .c files to new logging standard
2017-03-04 Art Cancrostyle cleanup
2016-01-23 Wilfried Goesgensmore log silencing.
2015-12-06 Wilfried GoesgensProtect precious strlens, as pointed out by John Goerzen
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-05-01 Art CancroMore conversion to the new config system. WARNING...
2014-10-20 Wilfried Goesgensreplace strlens by breaks, fix comparison warnings.
2014-10-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2014-09-30 Art Cancrocontinuing war on unnecessary include of sys/time.h
2013-12-01 Wilfried Goesgensfix unwrapping of folded lines.
2013-10-29 Wilfried Goesgenscorrectly unfold RFC822 Headers and find the right...
2013-09-24 Wilfried GoesgensConvert CtdlMessages to respect cm_lengths[]
2013-09-14 Wilfried Goesgensmove cmd_isme to serv_user.c
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried Goesgensmove email address related functions oven to internet_a...
2013-09-01 Wilfried Goesgensrefactor naming of core message manipulation funcions
2013-09-01 Wilfried GoesgensReplace all discrete checks for empty message fields...
2013-09-01 Wilfried GoesgensRoute all access to cm_fields[] through api functions
2013-08-18 Wilfried Goesgensuse an Enum for the cm_fields vector instead of nameles...
2012-11-26 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-11-20 Art Cancrogetting with the times, we dont need to wrap snprintf...
2012-05-25 Wilfried GoesgensRemove duplicate line..
2011-11-22 Wilfried Goesgenswork on a way to output the success / failure state...
2011-09-04 Wilfried Goesgensparse reply-to header into its permanent database field
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-05-19 Wilfried GoesgensFix unfolding of RFC822 lines so we don't loose blanks.
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-08-27 Art Cancro* One more change to the recent header folding bugfix
2010-08-26 Art Cancro* Fixed a wrap bug in convert_internet_message()
2010-07-19 Wilfried Göesgens* duplicate memreadline & bmstrcasestr to a const and...
2010-03-25 Wilfried Göesgens * unfold_rfc822_field(): don't forget to copy over...
2010-03-13 Wilfried Göesgens* migrate redirect_buffer logic to StrBuf, valgrind...
2010-03-06 Wilfried Göesgens* fix convert_internet_message_buf(); we forgot to...
2010-03-04 Wilfried Göesgens* fix off by one while copying email headers
2010-02-25 Wilfried Göesgens* rework imap tokenizer, we no longer copy the stuff...
2010-02-21 Wilfried Göesgens* don't forget to separate the headers from the body...
2010-02-11 Wilfried Göesgens* NULL is the abort condition for an invalid header
2010-02-10 Wilfried Göesgens* migrate convert_internet_message to StrBuf, the new...
2009-10-24 Dave WestCleaning the API a bit more.
2009-09-28 Art Cancro* Found and removed a large section of the old LDAP...
2009-01-28 Art Cancro* If an address matches both a 'masq domain' and a...
2008-11-04 Art Cancroctdl_iconv_open() remove from citadel and switch to...
2008-09-02 Art CancroImplemented RFC2919, the 'List-ID' field for mailing
2008-08-27 Wilfried Göesgens* quick check the email address for quoted printable...
2008-07-24 Wilfried Göesgens* a.n.o's solution to sun CC not liking inline in all...
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(...
next