aboutsummaryrefslogtreecommitdiff
path: root/lib/mauve/pop3_server.rb
AgeCommit message (Collapse)Author
2011-08-17Tidied up disconnectionsPatrick J Cherry
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-08-10Added ability to tag multiple alerts with the same history item.Patrick J Cherry
2011-08-08Fixed bug in pop3 handling.Patrick J Cherry
2011-08-04More pop3 tweaksPatrick J Cherry
2011-08-04Updated pop3 server to be configurablePatrick J Cherry
2011-08-04Fixed a couple of bugs in the packaging and the pop3 serverPatrick J Cherry
2011-08-04Added pop3 server.Patrick J Cherry
--HG-- rename : lib/mauve/auth_bytemark.rb => lib/mauve/authentication.rb