summaryrefslogtreecommitdiff
path: root/src/lib/cinema_kdms.cc
AgeCommit message (Collapse)Author
2016-06-21Revert "Use make_shared<>."Carl Hetherington
Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f.
2016-06-21Use make_shared<>.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-04-08Log full email body to DEBUG_EMAIL.Carl Hetherington
2016-04-08Log email transcription even if ::send throws an exception.Carl Hetherington
2016-01-14Multiple CC addresses for KDM emails (#785).Carl Hetherington
2016-01-10Better error when no mail server has been configured before sending KDM emails.Carl Hetherington
2015-12-04Fix nonfunctional send-problem-report.Carl Hetherington
2015-11-19Remove unused parameter.Carl Hetherington
2015-11-13Allow multiple recipients of KDM emails (#745).Carl Hetherington
2015-10-20Replace StringError with the equivalent std::runtime_error.Carl Hetherington
2015-10-11Add debug option to log SMTP session transcripts.Carl Hetherington
2015-10-09Tweak naming of KDM emails and attachments.Carl Hetherington
2015-10-09Replace quickmail with a direct (and asynchronous) libcurl email sender.Carl Hetherington
2015-10-09Better error if no mail server has been configured.Carl Hetherington
2015-10-09Remove use of Film in KDM stuff.Carl Hetherington
2015-10-09Try to clean up KDM creation code a bit.Carl Hetherington