aboutsummaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2017-07-31Removed init script, added systemd service, removed common package etcPatrick J Cherry
Also * added bundler boilerplate to bin/mauveserver * fixed jquery symlinks in server postinst and links files * updated gitignore
2015-03-25Provide a default output stream in 1.9Alex Young
2014-07-03mauvesend now just uses "ruby"Patrick J Cherry
2012-11-29Added suppression option to the mauve client.Patrick J Cherry
2012-05-01Updated sender to try and get things into UTF8 where poss.Patrick J Cherry
2012-04-27Rolled back changes to mauverserver/example.conf which I shouldn't havePatrick J Cherry
committed.
2012-04-25Big update.Patrick J Cherry
* Max acknowledgement time is now specified in the config * Calendar interface improved. * holiday_url no longer used -- replaced by notify_when_on_holiday! * added notify_when_off_sick! * Added ability for the calendar to be queried for a list of bank holdays. * Added ability for Time to be given a list of bank holidays to check against. * PeopleLists can now be a Proc, allowing downloading of lists * Person is no longer a struct * Moved the method_missing bit into ObjectBuilder from various sub classes. * Added tests for the calendar interface * Updated tests in other bits.
2012-04-04Fixed typo in manpageJames Hannah
2011-11-10Changed mauve config to allow including directory and filenames.Patrick J Cherry
2011-08-19HTML now sanitised on save.Patrick J Cherry
Added History tests Default polling interval now 5s, 0s for Timer/UDPServer Fixed note entry for alert page.
2011-08-17Changed DateTime to Time everywhere. Much better.Patrick J Cherry
2011-08-10Added verbose flag + matched initial outputter for the serverPatrick J Cherry
2011-08-10Tidied up initial outputterPatrick J Cherry
2011-08-02More interface tweaks.Patrick J Cherry
--HG-- rename : mauveserver.conf => etc/mauveserver.conf rename : test/ts_mauve.rb => test/test_mauve.rb
2011-07-29 * Added initial loggerPatrick J Cherry
* Acknowledgement time calculations now in JS * Updated logging to indicate where and update comes from
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-20Updated mauvesend to allow an absolute time to be specified.Patrick J Cherry
--HG-- rename : bin/mauveclient => bin/mauvesend
2011-07-19Fixed up configuration file searchPatrick J Cherry
2011-07-18mergePatrick J Cherry
2011-07-18 * Fixed up log rotation.Patrick J Cherry
* Added a couple of exception catches.
2011-07-18Removed the protobuf error clause, as this will be caught elsewhere.Patrick J Cherry
2011-07-18Oops..Patrick J Cherry
2011-07-18Updated mauveclient to be able to generate manpages without all thePatrick J Cherry
dependencies being installed.
2011-07-18Moved version check for 1.8.7 later in the server code, such that it doesn'tPatrick J Cherry
barf when generating manapges on vanilla etch.
2011-07-15 * Upped the version to 3.1.0.Patrick J Cherry
* Added a Mauve::VERSION constant * Updated manpages, and help to be better.
2011-07-14Fixed mauveclient to obey time multipliersPatrick J Cherry
Fixed logrotate script to rotate the correct script Init script now uses the correct user lib/mauve/history.rb is now installed Further logging cleanups
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-07-11Removed old java stuffPatrick J Cherry
2011-07-11Default time spec to "now" in the client.Patrick J Cherry
2011-07-08Updated client manpage-manufacture.Patrick J Cherry
2011-07-08Update to mauveclient -- manpage.Patrick J Cherry
2011-06-16IPv6Patrick J Cherry
2011-06-15Now looks for the correct config file :)Patrick J Cherry
2011-06-15Tidied up mauveconsole to work.Patrick J Cherry
2011-06-15Made sure that the client has the idea of "now" fixed when called.Patrick J Cherry
2011-06-13Updated options so raise and clear times default to "now" if not specified.Patrick J Cherry
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-19 * added sane init script for serverPatrick J Cherry
* mauvesend now handles options better * jabber client has stub message receivng method
2011-04-13new version.Patrick J Cherry