aboutsummaryrefslogtreecommitdiff
path: root/lib/mauve/notifiers/templates/sms.txt.erb
AgeCommit message (Collapse)Author
2017-03-20Updated gems to (roughly) jessie versions; removed XMPP support.Patrick J Cherry
Also changed the postgres tests to "skip" if no postgres db is available.
2013-05-16Alert level now in templatesPatrick J Cherry
2011-09-06Update to suppression code.Patrick J Cherry
XMPP interface fixed.
2011-06-13 * Tidied up mauveserver to handle HUP restartsPatrick J Cherry
* Added HTML santizing to the alert class, so bad HTML is stripped as part of processing. * Alert#cleared? now means "not raised" * Better error handling in the Timer class, making sure that the timer never gets permanently frozen. * Moved notification and packet buffers to the Server class, meaning that if the Processor or Notifier threads crash, we don't lose all the items waiting to be processed/notified. * XMPP/Email Alerts now use templates, instead of instance methods. * Emails now get sent as multipart with HTML to allow detail fields to be shown as nature intended.
2011-04-13new version.Patrick J Cherry