aboutsummaryrefslogtreecommitdiff
path: root/smlmp/common.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use conn.quit() at the end of transactionsAndrew Yu2023-07-061-0/+1
* Use sendmail(..., message.as_bytes(policy=policy))Andrew Yu2023-07-061-1/+1
* Change Python email.policy optionsAndrew Yu2023-07-061-1/+1
* Fix programming errorsAndrew Yu2023-07-031-3/+5
* Don't import sqlite3 - it's unusedAndrew Yu2023-07-021-1/+0
* FormattingAndrew Yu2023-07-021-1/+3
* Import sqlite3Andrew Yu2023-07-011-0/+1
* Horrible attempt at file lockingAndrew Yu2023-07-021-6/+31
* Bugfix: Fail when /etc/smlmp.conf exists but is unreadableAndrew Yu2023-07-021-3/+1
* Complain about missing configuration filesAndrew Yu2023-07-021-1/+5
* Bugfix: make report_error use exc's class nameAndrew Yu2023-07-021-2/+2
* Large commit (see commit details)Andrew Yu2023-07-021-0/+164