some work on calendar
[citadel.git] / citadel / internet_addressing.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2022-01-05 Art CancroWhile hunting for an internet address bug, cleaning...
2021-12-29 Art CancroFucking hell. We actually HAVE a "Allow non-subscriber...
2021-11-29 Art CancroMail to a mailing list room must be from a subscriber...
2021-09-22 rootFixed a bug in the new aliasing code that broke mail...
2021-09-09 Art CancroRelease version 936 generated by do-release.sh
2021-09-09 Art CancroRelease version 933 generated by do-release.sh
2021-09-09 Art Cancrovalidate_recipients() now strips out duplicate recipien...
2021-09-09 Art CancroNow it also works when receiving messages over SMTP...
2021-09-08 Art CancroI got the bug to stop biting me, and even made the...
2021-09-08 Art CancroSaving my place while we try something...
2021-09-08 Art CancroWell, it doesn't crash anymore, but it also doesn't...
2021-09-07 Art CancroDo not attempt to search for database records of length 0.
2021-08-10 Art CancroRemoved a bit of diagnostic code no longer needed
2021-08-03 Art CancroThis completes the server portion of the Global Alias...
2021-08-03 Art CancroInitial version of global alias table is in place....
2021-07-31 Art CancroThe overhaul of recipient parsing code is complete...
2021-07-30 Art CancroSlightly better logic for preventing endless aliasing...
2021-07-29 Art CancroDo not expand aliases once we get past the original...
2021-07-28 Art CancroExpansion of aliases is working. Still need to restore...
2021-07-24 Art CancroReworked validate_recipients() and expand_aliases(...
2021-07-18 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2021-07-18 Art CancroA bit of prep work to bring back the global alias table...
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...
next