aboutsummaryrefslogtreecommitdiff
path: root/lib/mauve/notifier.rb
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.
2012-11-23Missed the fact that the alert group was being looked up earlier in ↵Patrick J Cherry
Notifier#notify.
2012-11-23Tidied notifier a little. Alert#cached_alert_group is reset before ↵Patrick J Cherry
notification.
2012-11-23Alerts only saved on notificaion if the cached_alert_group hasPatrick J Cherry
changed. Also the save! method is now used to avoid the callbacks which might trigger further notifications.
2012-11-21The notifier now saves the alert following notification. This shouldPatrick J Cherry
ensure that the cached group gets updated.
2012-05-08Updated notifier only to try to connect to objects that respond to xmpp.Patrick J Cherry
2012-04-20Added configuration options to disable the notification/packet buffers.Patrick J Cherry
2012-04-17 * The notification buffer is now used to store Alerts/AlertChangeds and timesPatrick J Cherry
to notify about, rather than notifications to be sent. * Fixed up the debug notifier a bit more. * Using the debug notifier extras more now.
2011-10-20More XMPP robustification.Patrick J Cherry
2011-09-16Big documentation update.Patrick J Cherry
2011-08-22 * Race condition fixed (fixes #1861).Patrick J Cherry
* Reminders get sent at start of during period (fixes #1821)
2011-08-19Added note-ability (fixes 1146)Patrick J Cherry
Removed threaded notifications cos we don't need em. (ftw!)
2011-08-17* Reminder notifications now take the same path to notify as initial alertsPatrick J Cherry
* Threading tidied -- processor will not do anything unless the timer has frozen * Person#send_alert now tidied and merged with alert_changed * POP3 server only shows alerts relevant to the user * Server now defaults to using an in-memory SQLite database (good for testing) * Server initializes a blank mauve config. * Tests tidied up
2011-07-22 * Rejigged configurationPatrick J Cherry
* Added --test and --verbose flags for the server config * Started proper test suite * Config parsing now gives more sensible errors + backtrace * Rejigged people and source lists
2011-07-20 * Added heartbeat to remote mauvePatrick J Cherry
* Added URLs to messages * Added example configuration file * Added various docs * XMPP messages now XHTML and TXT * Handling of MUC reconnection a bit better.
2011-07-19Rejigged threading around the notifier, and start/stop order for the server.Patrick J Cherry
2011-07-13 Big commitPatrick J Cherry
* Added manpages for all binaries * Added log-reopening for mauvealert-server, and logrotate snippet * mauveserver now adds a user on install, and runs as that user * Big logging tidy-up * Alert subjects are only overwritten by the source, when the subject in the databse is empty * Removed various attr_writer methods that were being redifined * Added a notes box to the acknowledge form, but this doesn't work yet
2011-06-17 * Notifications are now run in their separate threads.Patrick J Cherry
* Queues are now just arrays instead of "Queue"s * Updated templates to be saner. * Added flusing of queues when threads stop
2011-06-16Fixed up date handling in the xmpp/email templatePatrick J Cherry
Changed basic notification logic in Alert.
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-06-09Big commitPatrick J Cherry
--HG-- rename : views/please_authenticate.haml => views/login.haml
2011-04-13new version.Patrick J Cherry