index
:
mauvealert.git
codeclimate
develop
master
pushover2
release-to-master
sync-with-production
a messaging system for system and network administrators
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
mauve
/
server.rb
Age
Commit message (
Expand
)
Author
2015-04-20
Pull the bank holidays cache out to its own class
Alex Young
2015-04-20
Removed the Pop3 server
Alex Young
2015-04-13
Fix syntax errors in lib/mauve/heartbeat.rb
Alex Young
2015-04-13
Remove the Pop3 server from the list of startup thread classes
Alex Young
2015-03-31
Remove a 1.8-specific Mauve.constants call
Alex Young
2015-02-23
Get tests passing on ruby 1.9.3-p551
Alex Young
2013-05-21
Turning off global reverse dns lookups for sockets.
Patrick J Cherry
2012-11-29
Added DataMapper.finalize to server setup, which is needed, apparently.
Patrick J Cherry
2012-11-21
Added a server sleep to make sure doesn't spam the logs too much.
Patrick J Cherry
2012-07-03
Removed ability to freeze threads, since that is not used any more.
Patrick J Cherry
2012-07-03
Downgraded buffer size warnings to "info".
Patrick J Cherry
2012-05-01
Set default hostname to Socket.gethostname, and default base_url now includes
Patrick J Cherry
2012-04-28
Added datamapper logger back in.
Patrick J Cherry
2012-04-25
Big update.
Patrick J Cherry
2012-04-21
Overhaul of authentication.
Patrick J Cherry
2012-04-20
Added configuration options to disable the notification/packet buffers.
Patrick J Cherry
2012-01-30
Bundled timer in with processor. What could go wrong..?
Patrick J Cherry
2012-01-30
Added possibility of using postgres databases.
Patrick J Cherry
2011-11-03
Fixed everything up to use EpochTime everywhere instead of regular Times.
Patrick J Cherry
2011-09-16
Big documentation update.
Patrick J Cherry
2011-08-31
Fixed up alert suppression to be less jumpy
Patrick J Cherry
2011-08-19
HTML now sanitised on save.
Patrick J Cherry
2011-08-19
Added note-ability (fixes 1146)
Patrick J Cherry
2011-08-19
Added last_state_changed thing for MauveThread. Closes #1836.
Patrick J Cherry
2011-08-18
* Fixed up Alert to postpone raises/clears within initial sleep period for o...
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
2011-08-10
Removed MauveTime. Added more tests.
Patrick J Cherry
2011-08-04
Added pop3 server.
Patrick J Cherry
2011-07-22
* Rejigged configuration
Patrick J Cherry
2011-07-20
* Added heartbeat to remote mauve
Patrick J Cherry
2011-07-19
Rejigged threading around the notifier, and start/stop order for the server.
Patrick J Cherry
2011-07-18
Improved code to avoid Exception when the processor attempts to freeze a thread
Patrick J Cherry
2011-07-13
Big commit
Patrick J Cherry
2011-07-08
Added first basic history functionality, and rejigged when notify is called for
Patrick J Cherry
2011-06-17
* Notifications are now run in their separate threads.
Patrick J Cherry
2011-06-13
* Tidied up mauveserver to handle HUP restarts
Patrick J Cherry
2011-06-09
Big commit
Patrick J Cherry
2011-04-13
new version.
Patrick J Cherry