summaryrefslogtreecommitdiff
path: root/src/lib/dkdm_recipient_list.cc
AgeCommit message (Collapse)Author
2025-01-22Sort cinemas and DKDM recipients correctly using the collator (#2950).Carl Hetherington
2025-01-22Move sqlite database open/close to a new SQLiteDatabase.Carl Hetherington
2025-01-22Allow KDMRecipient and hence Screen to convert certs to dcp::Certificate lazily.Carl Hetherington
This is pretty slow (as it runs the certificate through OpenSSL) and we don't need to do it for every certificate in a database when we load the database.
2024-05-06Use sqlite for cinema and DKDM recipient lists.Carl Hetherington