index
:
nickserver.git
bugfix/400
feature/web-key-directory
master
refactor/clarify-response
version/0.10
version/0.8
version/0.9
[nickserver]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
nickserver
/
daemon.rb
Age
Commit message (
Expand
)
Author
2016-09-30
logger: log to STDOUT when run in foreground
Azul
2016-09-23
basic logging and recovery from exceptions raised
Azul
2016-09-10
refactor: remove global require in test_helper
Azul
2016-05-25
fix our own warnings
Azul
2016-05-25
rubocop: fix deprecated class methods
Azul
2016-05-25
rubocop: initialize and use ruby 1.9 hash syntax
Azul
2014-11-24
add a sleep to restart. appears to finally resolve https://leap.se/code/issue...
elijah
2014-10-29
don't try to remove pid file when we get a singal to halt, we won't have perm...
elijah
2014-10-29
catch SIGINT and SIGHUP
elijah
2013-08-21
call chown on log file, if appropriate
elijah
2013-08-05
added 'foreground' start option (start, but don't daemonize)
elijah
2013-05-19
many related changes -- allow command line configs, validate addresses, overh...
elijah
2013-05-18
`nickserver status` must exit non-zero if it daemon is not running.
elijah
2013-05-18
pass command name to Daemon.run
elijah
2013-05-17
rolled custom daemon code to better match the way daemons are supposed to wor...
elijah