some work on calendar
[citadel.git] / citadel / modules / smtp / serv_smtp.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2022-01-11 Art CancroMultiple invocations of HELO and/or EHLO from an SMTP...
2021-11-29 Art CancroChanged the reject message to be identical to the one...
2021-11-29 Art CancroMail to a mailing list room must be from a subscriber...
2021-11-29 Art CancroCleaned up another set of conditionals in the SMTP...
2021-11-29 Art CancroAnother win for short circuit evaluation
2021-11-29 Art CancroMade the RBL evaluation conditional cleaner by assuming...
2021-06-12 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2021-06-05 Art Cancro2021-06-02 03:45 from jmb100770
2021-02-07 Art CancroRemoved the register/callback stuff from serv_smtp...
2021-02-05 Art Cancrofixed a spelling error
2021-02-05 Art CancroWhen I don't have the time or focus to deep code, I...
2021-02-05 Art CancroDon't cache this pointer either, it doesn't save enough...
2021-02-05 Art Cancroserv_smtp.c: don't cache the client context
2021-02-05 Art Cancrosyntax cleanup internet_addressing.c
2021-02-04 Art Cancroremove typedef from struct recptypes
2021-01-31 Art Cancrostable now but there are GIANT PIECES MISSING
2021-01-24 Art CancroNo more cleanup hooks. The OS can reclaim memory bette...
2020-12-14 Art CancroRemoved an unused parameter from CtdlSubmitMsg(). ...
2020-08-09 Art CancroRemoved support for 'before read hooks' because there...
2020-07-06 Art CancroZZMerge branch 'master' of ssh://git.citadel.org/appl...
2020-07-05 Art CancroRemoved some leftover dependencies on message fields...
2018-12-20 Art CancroRemoved the 'master user' feature ... if we still need...
2018-06-19 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2018-06-11 Art Cancroremove unused trace function
2018-01-25 Art Cancrowar on eNodeName
2018-01-09 Art CancroEnded the use of the CC macro in rbl_check() , made...
2017-12-06 Art Cancrominor cosmetic cleanups
2017-04-04 Art CancroInitial version of new room sharing poller. I don...
2017-03-04 Art Cancrostyle cleanup
2016-01-23 Wilfried GoesgensSilence the SMTP server.
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-07-24 Wilfried GoesgensModularise msgbase
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-05-05 Art Cancroconfig migration endless typing meow
2014-12-22 Wilfried Goesgensmore places to fix the new linebreak behaviour of the...
2014-10-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2014-10-20 Wilfried GoesgensFix compilation with -o2
2014-08-31 Wilfried GoesgensBase64: we need the length of the string; else we fail
2014-02-04 Art CancroMerge branch 'master' into nntp
2014-02-03 Wilfried GoesgensAUTH PLAIN: password length has to be its own variable...
2014-02-03 Wilfried GoesgensAUTH PLAIN: don't trip over eventually uninitialized...
2014-02-03 Wilfried GoesgensAUTH PLAIN: second try.
2014-02-01 Art CancroMerge branch 'master' into nntp
2014-01-27 Wilfried GoesgensBASE64: we don't remove \0's anymore, we need to treat...
2013-11-19 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2013-11-08 Wilfried GoesgensSMTP: when we did the login and replied, we mustn...
2013-10-06 Wilfried Goesgensfix a bug introduced in a8bb950b3da00b7933912c27e2ad928...
2013-10-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-10-05 Wilfried Goesgensremember the lengths of config strings.
2013-09-29 Wilfried Goesgenswhen we did the login and replied, we mustn't try again...
2013-09-24 Wilfried GoesgensConvert CtdlMessages to respect cm_lengths[]
2013-09-14 Wilfried Goesgensmove the citadel protocol message handlers ino modules...
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried GoesgensMove user privileges functions to user_ops.c, room...
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-25 Art CancroObserve the 'preferred sender email' and 'preferred...
2013-08-18 Wilfried Goesgensuse an Enum for the cm_fields vector instead of nameles...
2013-07-08 Art CancroAdditional logging to troubleshoot false positives...
2013-03-01 Wilfried GoesgensSMTPSrv: don't use memset() to forget - we have structu...
2013-02-24 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-02-22 Art CancroCompleted a pair of functions to fetch the user prefere...
2013-02-22 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-02-22 Art CancroBegan writing a routine to fetch the user's preferred...
2013-02-12 Wilfried Goesgensfree static stuff on shutdown.
2012-12-09 Wilfried GoesgensSMTP: fix authentication.
2012-12-01 Wilfried GoesgensSMTPSRV: migrate to use StrBuf
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-07-24 Wilfried GoesgensSMTP-Relay: add other ways of filtering
2012-07-23 Art CancroChanged the behavior introduced in commit fb862a2894f01...
2012-07-19 Wilfried GoesgensSMTP-Server: check whether the user is allowed to use...
2012-06-22 Wilfried GoesgensMODULES: add priorities in execution
2012-06-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-06-05 Art CancroUpdated the comments in serv_smtp.c to reflect that...
2012-05-25 Wilfried GoesgensSMTP-Server: Assert with backtrace instead of running...
2012-01-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-30 Art CancroMore changes of 'free software' to 'open source' made...
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-09-04 Art CancroRemoved references to Subversion in the code
2011-09-04 Art CancroWhen the maximum number of client connections has been...
2011-09-04 Art CancroBegan working on the 'clean shutdown' code for the...
2011-09-04 Art CancroAdded protocol names to all 'client disconnected' syslogs
2011-09-04 Art CancroCC->kill_me now contains an enum indicating the REASON...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2010-12-15 Wilfried GoesgensMove: give the SMTP-Client its own file.
2010-12-13 Wilfried GoesgensSMTP Async I/O:
2010-11-21 Wilfried GoesgensRelax SMTP Client timeout settings as discussed.
2010-11-15 Wilfried Goesgenssmtp_do_bounce(): don't loose msg['A'] when overwriting...
2010-11-06 Wilfried Goesgenshave flexible timouts while reading lines in our client...
2010-10-26 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-26 Wilfried Goesgens* sock_getln (): CtdlSockGetLine() gives us lines witho...
2010-09-23 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-20 Art CancroCtdlThreadSchedule() considered harmful. Eliminate...
2010-09-01 Art CancroCompleted the removal of $Id$ tags in the Citadel serve...
next