Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-16 | bugfix: load order issue in server, include test | Azul | |
Includes our first functional test. This one only makes sure loading the bin/nickserver actually works fine. Enough to catch this bug. | |||
2016-09-10 | refactor: remove global require in test_helper | Azul | |
require all the things we depend upon where we depend upon them. | |||
2016-07-02 | minor: silence warnings and cleanup | Azul | |
2016-06-30 | Trying to replace EM base server with reel | Azul | |
some tests are still broken. But at least they are running now. | |||
2016-06-20 | refactor: separate em specifics from generic server | Azul | |
2016-06-09 | add Hkp::Source with same interface as CouchDB::Source | Azul | |
2016-06-09 | refactor: introduce Hkp::Response | Azul | |
2016-06-09 | refactor: inline method get_key_from_uid | Azul | |
well kind of since we were yielding this is more inlining the block and renaming the method | |||
2016-06-09 | refactor: remove middleman Couch::FetchKey | Azul | |
2016-06-08 | refactor: use new couch_db classes from fetch_key | Azul | |
This moves all the em_http related stuff into a single adapter. We're also not using callback and errback inside fetch_key or server for couch requests anymore. Changing the interface for hkp to do the same will follow. | |||
2016-05-25 | silence all warnings of webmock and evma_httpserver | Azul | |
2016-05-25 | silence some warnings from evma_httpserver | Azul | |
2016-05-25 | copy over all files from rewritten attempt | Azul | |
I started a nickserver from scratch to implement the things that are independent of our choice of stack (eventmachine or other). This commit copies them over and tests both things in parallel. | |||
2016-05-25 | rubocop: initialize and use ruby 1.9 hash syntax | Azul | |
2016-04-10 | test: initial travis setup | Azul | |
2014-10-29 | bind nickserver only to localhost | elijah | |
2013-08-06 | fix crash when fetched key is rejected (e.g. too short, etc), report errors ↵ | elijah | |
in the request, prevent most crashes by catching exceptions. | |||
2013-08-05 | added 'foreground' start option (start, but don't daemonize) | elijah | |
2013-05-19 | fix bug with empty request parameters | elijah | |
2013-05-19 | many related changes -- allow command line configs, validate addresses, ↵ | elijah | |
overhaul bootstrap. | |||
2013-05-15 | add CouchDB support. | elijah | |
2013-05-12 | switch to new api for nickserver (get or post, json response) | elijah | |
2012-12-24 | added nickserver daemon | elijah | |
2012-12-24 | initial commit | elijah | |