summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2017-10-11style: more rubocop fixesAzul
2017-09-23style: rubocop mostly auto-correctAzul
2016-09-16bugfix: load order issue in server, include testAzul
Includes our first functional test. This one only makes sure loading the bin/nickserver actually works fine. Enough to catch this bug.
2016-09-10refactor: remove global require in test_helperAzul
require all the things we depend upon where we depend upon them.
2016-07-04fix start / stop scriptAzul
I have to admit I don't completely understand what is going on here. https://github.com/celluloid/celluloid/wiki/Frequently-Asked-Questions says you can either use sleep after initiating the actors or call run on them. But this might not be true for reel. At least run did not work and now new; sleep seems to work fine.
2016-06-30Trying to replace EM base server with reelAzul
some tests are still broken. But at least they are running now.
2016-05-25rubocop: fix deprecated class methodsAzul
2013-05-19many related changes -- allow command line configs, validate addresses, ↵elijah
overhaul bootstrap.
2013-05-18set BUNDLE_GEMFILE env variable, if required.elijah
2013-05-18if Gemfile.lock is present, then issue a Bundle.requireelijah
2013-05-18pass command name to Daemon.runelijah
2013-05-17rolled custom daemon code to better match the way daemons are supposed to ↵elijah
work under debian.
2012-12-24added nickserver daemonelijah