SMTP-Relaying: implement a method to choose a relay by sender email address or username
[citadel.git] / citadel /
2012-07-27 Wilfried GoesgensSMTP-Relaying: implement a method to choose a relay...
2012-07-24 Wilfried GoesgensTEXTCLIENT: getutline also belongs to the textclient...
2012-07-24 Wilfried GoesgensSMTP-Relay: add other ways of filtering
2012-07-23 Art CancroChanged the behavior introduced in commit fb862a2894f01...
2012-07-23 Wilfried Goesgenscmd_TERM: also kill AsyncIO contexts
2012-07-23 Wilfried Goesgenscmd_TERM: oops, non aides may kill their own sessions.
2012-07-23 Wilfried Goesgenscmd_TERM: only aides may kill other sessions.
2012-07-23 Wilfried GoesgensEVENT-Q: the IO eventqueue also needs to check the...
2012-07-23 Wilfried GoesgensSMTP-Client: on termination we need to determine whethe...
2012-07-23 Wilfried GoesgensNetworkClient: realy choose our own name.
2012-07-23 Wilfried GoesgensNetworker: don't override the other macro, declare...
2012-07-19 Wilfried GoesgensSMTP-Server: check whether the user is allowed to use...
2012-07-19 Wilfried Goesgensas pointed out by Julien Cristau we changed parts of...
2012-07-19 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-19 Wilfried GoesgensText client split: remove targets from makefile
2012-07-18 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-18 Wilfried Goesgensclient-move: edits to finish this.
2012-07-17 Wilfried GoesgensCitadel Client: move into its own directory
2012-07-16 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-16 Wilfried GoesgensBuildpackgaes: more files to ignore for the distributio...
2012-07-16 Art CancroVersion number to 8.13 for upcoming release. v8.13
2012-07-14 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-14 Wilfried GoesgensSMTP-Client: add documentation on how the logic of...
2012-07-13 Art Cancroupdate comments in serv_test.c
2012-07-13 Art Cancroserv_checkpoint needs no db headers
2012-07-13 Art Cancroremove empty module
2012-07-13 Wilfried GoesgensDOC: overal explanation of our queue + IO architecture.
2012-07-12 Wilfried GoesgensSMTP-Client: first add backups, then Relays, since...
2012-07-12 Wilfried GoesgensSMTPClient: Relaying: add safeguard we don't try to...
2012-07-12 Wilfried GoesgensNetworker: remove duplicate colon from generated URL.
2012-07-08 Wilfried GoesgensNETWORKER: don't report an error if the rome site tells...
2012-07-04 Art Cancronew server command 'stat' to return name and mtime...
2012-07-03 Wilfried GoesgensCall libcitadel init
2012-07-03 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-03 Wilfried GoesgensEVENT-Client: fix the abort routines when we wake up...
2012-07-02 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-02 Wilfried GoesgensNetspool: fix implementation specific details
2012-07-02 Art CancroInclude QRmtime in the list of values returned by GOTO
2012-07-02 Art CancroUpdated the copyright declaration in several modules...
2012-07-02 Art CancroUpdated the copyright declaration in several modules...
2012-07-02 Art Cancrostyle
2012-07-02 Wilfried GoesgensPOP3Client: Log the Hostname, not sensitive information.
2012-07-02 Wilfried GoesgensPOP3Client: Check pointer before accessing it
2012-06-26 Art Cancrochanging internal version number to 8.12 v8.12
2012-06-24 Wilfried GoesgensNetQueue: make logging runtime configurable; add context.
2012-06-23 Wilfried GoesgensNSYN: fix choosing of remote party.
2012-06-22 Wilfried GoesgensMODULES: add priorities in execution
2012-06-22 Wilfried GoesgensNetworkClient: fix filedescriptor leaks
2012-06-19 Wilfried GoesgensEVENT Client: parametrize when to close the fd on detac...
2012-06-19 Wilfried GoesgensPOP3Client: fix logging
2012-06-16 Wilfried GoesgensEVENT-Client: don't call the timeout function directly
2012-06-15 Wilfried GoesgensEVENTClient: rather use the FD found on our internal...
2012-06-14 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-06-14 Wilfried Goesgenscmd_read(): fseek just returns 0 on success, not the...
2012-06-13 Wilfried GoesgensNSYN: adjust to new semantics
2012-06-13 Wilfried GoesgensNetworkespool: use FileMoveChunked(); since the others...
2012-06-12 Wilfried GoesgensEVENT: when handling errors EAGAIN isn't fatal.
2012-06-12 Wilfried GoesgensCURL: just call init once.
2012-06-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-06-11 Wilfried GoesgensSMTP-Client: fix target port handling for relay & fallb...
2012-06-10 Wilfried GoesgensNetworkclient: opend spoolfile with proper flags for...
2012-06-10 Wilfried GoesgensNETP: extract password string when we need it. else...
2012-06-10 Wilfried Goesgensnetworker: use the right char buffer for the password.
2012-06-10 Wilfried GoesgensNetworker: Follow changes of networking infrastructure...
2012-06-10 Wilfried GoesgensNetworker: also register STOP hook, so if sessions...
2012-06-10 Wilfried GoesgensRework networker
2012-06-09 Wilfried GoesgensREAD: sanitize values & output errors on invalid parame...
2012-06-09 Wilfried GoesgensWRIT: catch silly send size values.
2012-06-06 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2012-06-06 Art CancroField 'K' is now 'rep2=' in the citadel headers
2012-06-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-06-05 Wilfried GoesgensSMTP-Client: Remove concurrency check; its done in...
2012-06-05 Wilfried Goesgenshousekeeping: time() is expensive. don't use it inside...
2012-06-05 Art CancroUpdated the comments in serv_smtp.c to reflect that...
2012-06-04 Art CancroAdded an IDEN code for our z-push backend
2012-06-04 Wilfried GoesgensResync with launchpad translations
2012-06-04 Wilfried Goesgensupdate french translation for setup as proposed by...
2012-06-03 Wilfried GoesgensRSSClient: stop curl watchers on emergency shutdown.
2012-06-03 Wilfried GoesgensDeleteSmtpOutMsg(): we don't have a Queu-Item anymore...
2012-06-01 Wilfried Goesgensfix networker hickup
2012-05-31 Wilfried Goesgensremove unneeded assignment
2012-05-31 Wilfried Goesgensfix the rest of the unregister functions
2012-05-31 Wilfried Goesgenswhen failing by OOM, don't loose any more memory.
2012-05-26 Wilfried Goesgensremove duplicate assignments; don't compare twice if...
2012-05-26 Wilfried Goesgensremove unneeded assignment.
2012-05-26 Wilfried GoesgensFix all *Unregister*Hook() functions.
2012-05-26 Wilfried GoesgensCtdlUnregisterRoomHook(): second try.
2012-05-26 Wilfried GoesgensCtdlUnregisterRoomHook(): fix possible nullpointer...
2012-05-26 Wilfried Goesgens- dump_message() isn't used anymore; remove it.
2012-05-26 Wilfried GoesgensCtdlOutputMsg(): if we found that the attachment which...
2012-05-26 Wilfried GoesgensAfter checking for NULL-Pointer exit with failure.
2012-05-26 Wilfried GoesgensSMTP-Client: another possible NULL-Pointer access.
2012-05-26 Wilfried GoesgensWrap NULL-Protection around whole section; the pointer...
2012-05-26 Wilfried GoesgensFix loading of message template; cut'n'paste code from...
2012-05-26 Wilfried Goesgensmake shure all of the struct is initialized properly...
2012-05-26 Wilfried Goesgensremove unneeded initialisation; separate declaration...
2012-05-26 Wilfried GoesgensAdd NULL-Pointer check before starting the work.
2012-05-25 Wilfried GoesgensIn this place we don't care about the result.
2012-05-25 Wilfried Goesgensvalidate_recipients(): just remember the mailtype we...
2012-05-25 Wilfried GoesgensSMTP-Client: catch error of us failing to allocate...
next