Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-19 | rejigged JS reloading of alerts table. | Patrick J Cherry | |
2011-08-19 | merge | Patrick J Cherry | |
2011-08-19 | Added last updated at to alerts page. Fixes #1831. | Patrick J Cherry | |
* Also upped timeouts from 5s to 30s for ajax list refreshes. | |||
2011-08-19 | Version bump | Patrick J Cherry | |
2011-08-19 | Added last_state_changed thing for MauveThread. Closes #1836. | Patrick J Cherry | |
2011-08-18 | Removed redundant notification test. | Patrick J Cherry | |
2011-08-18 | Fixed up test_time bits in mauve_notification and merged tests. | Patrick J Cherry | |
2011-08-18 | * Fixed up Alert to postpone raises/clears within initial sleep period for ↵ | Patrick J Cherry | |
old alerts * Fixed up AlertChanged to do the same * Added a migration method for the new AlertHistories table * added singleton cleanup for tests * moar tests * cleaned up Alert a bit | |||
2011-08-18 | Added migration to history table. | Patrick J Cherry | |
2011-08-17 | Tidied up disconnections | Patrick J Cherry | |
2011-08-17 | Tidied up auto_upgrade! code | Patrick J Cherry | |
2011-08-17 | * Reminder notifications now take the same path to notify as initial alerts | Patrick 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-17 | Changed DateTime to Time everywhere. Much better. | Patrick J Cherry | |
2011-08-10 | Removed MauveTime. Added more tests. | Patrick J Cherry | |
2011-08-10 | Added ability to tag multiple alerts with the same history item. | Patrick J Cherry | |
2011-08-10 | Updated during_runner to work better. | Patrick J Cherry | |
--HG-- rename : test/time_test.rb => test/tc_mauve_time.rb | |||
2011-08-10 | Added verbose flag + matched initial outputter for the server | Patrick J Cherry | |
2011-08-10 | Tidied up initial outputter | Patrick J Cherry | |
2011-08-08 | Cookie life now 8 weeks. Fixes #1216 | Patrick J Cherry | |
2011-08-08 | Fixed bug in pop3 handling. | Patrick J Cherry | |
2011-08-04 | More pop3 tweaks | Patrick J Cherry | |
2011-08-04 | Updated pop3 server to be configurable | Patrick J Cherry | |
2011-08-04 | Fixed a couple of bugs in the packaging and the pop3 server | Patrick J Cherry | |
2011-08-04 | merge | Patrick J Cherry | |
2011-08-04 | Added pop3 server. | Patrick J Cherry | |
--HG-- rename : lib/mauve/auth_bytemark.rb => lib/mauve/authentication.rb | |||
2011-08-02 | merge | Patrick J Cherry | |
2011-08-02 | Added ruby-protobuf package builder for OpenBSD (ugh) | Patrick J Cherry | |
2011-08-02 | More interface tweaks. | Patrick J Cherry | |
--HG-- rename : mauveserver.conf => etc/mauveserver.conf rename : test/ts_mauve.rb => test/test_mauve.rb | |||
2011-08-02 | Added OpenBSD tarball building. | Patrick J Cherry | |
2011-08-01 | Updated interface to auto-update nicely. | Patrick J Cherry | |
2011-07-29 | * Added initial logger | Patrick J Cherry | |
* Acknowledgement time calculations now in JS * Updated logging to indicate where and update comes from | |||
2011-07-22 | merge | Patrick J Cherry | |
2011-07-22 | * Rejigged configuration | Patrick 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 | merge | Patrick J Cherry | |
2011-07-20 | Bumped version | Patrick J Cherry | |
2011-07-20 | * Added heartbeat to remote mauve | Patrick 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-20 | Updated debian files to fix lintian errors. | Patrick J Cherry | |
2011-07-20 | Updated mauvesend to allow an absolute time to be specified. | Patrick J Cherry | |
--HG-- rename : bin/mauveclient => bin/mauvesend | |||
2011-07-19 | Updated changelog | Patrick J Cherry | |
2011-07-19 | Rejigged threading around the notifier, and start/stop order for the server. | Patrick J Cherry | |
2011-07-19 | Do not clear update_type | Patrick J Cherry | |
2011-07-19 | Reverted earlier freeze/thaw changes. | Patrick J Cherry | |
2011-07-19 | Added extra flag to frozen? check. | Patrick J Cherry | |
2011-07-19 | Tidied up initscript | Patrick 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-19 | Update dependencies again. | Patrick J Cherry | |
2011-07-19 | Fixed dependencies for lenny | Patrick J Cherry | |
2011-07-19 | Fixed up configuration file search | Patrick J Cherry | |
2011-07-18 | merge | Patrick J Cherry | |
2011-07-18 | Improved code to avoid Exception when the processor attempts to freeze a thread | Patrick J Cherry | |
that is not running. |