aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-17Changed DateTime to Time everywhere. Much better.Patrick J Cherry
2011-08-10Removed MauveTime. Added more tests.Patrick J Cherry
2011-08-10Added ability to tag multiple alerts with the same history item.Patrick J Cherry
2011-08-10Updated during_runner to work better.Patrick J Cherry
--HG-- rename : test/time_test.rb => test/tc_mauve_time.rb
2011-08-10Added verbose flag + matched initial outputter for the serverPatrick J Cherry
2011-08-10Tidied up initial outputterPatrick J Cherry
2011-08-08Cookie life now 8 weeks. Fixes #1216Patrick 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-04mergePatrick J Cherry
2011-08-04Added pop3 server.Patrick J Cherry
--HG-- rename : lib/mauve/auth_bytemark.rb => lib/mauve/authentication.rb
2011-08-02mergePatrick J Cherry
2011-08-02Added ruby-protobuf package builder for OpenBSD (ugh)Patrick 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-08-02Added OpenBSD tarball building.Patrick J Cherry
2011-08-01Updated interface to auto-update nicely.Patrick J Cherry
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-22mergePatrick J Cherry
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-20mergePatrick J Cherry
2011-07-20Bumped versionPatrick J Cherry
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 debian files to fix lintian errors.Patrick J Cherry
2011-07-20Updated mauvesend to allow an absolute time to be specified.Patrick J Cherry
--HG-- rename : bin/mauveclient => bin/mauvesend
2011-07-19Updated changelogPatrick J Cherry
2011-07-19Rejigged threading around the notifier, and start/stop order for the server.Patrick J Cherry
2011-07-19Do not clear update_typePatrick J Cherry
2011-07-19Reverted earlier freeze/thaw changes.Patrick J Cherry
2011-07-19Added extra flag to frozen? check.Patrick J Cherry
2011-07-19Tidied up initscriptPatrick J Cherry
2011-07-19 * Fixed supressed spelling mistakes (sic)Patrick J Cherry
* Added require thin_parser to http_server * Fixed spurious thaw attempts in mauve_thread.
2011-07-19Update dependencies again.Patrick J Cherry
2011-07-19Fixed dependencies for lennyPatrick J Cherry
2011-07-19Fixed up configuration file searchPatrick J Cherry
2011-07-18mergePatrick J Cherry
2011-07-18Improved code to avoid Exception when the processor attempts to freeze a threadPatrick J Cherry
that is not running.
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-18 * Now using cdbs so we can build for etch.Patrick J Cherry
* Added 1.8.7 requirement for mauve-server.
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-14 * Improved logging.Patrick J Cherry
* Updated message suppression
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-13Further tweaks.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-07-11Removed old java stuffPatrick J Cherry