summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-06-24first attempt at using celluloid instead of em - brokenAzul
2016-06-21refactor: change send_response -> respond in em_serverAzul
2016-06-20seperate generic RequestHandler from EmServerAzul
2016-06-20add Nickserver::Source as superclassAzul
2016-06-20refactor: separate em specifics from generic serverAzul
2016-06-15we don't need FetchKeyInfo anymore including in SourceAzul
2016-06-14introduce Hkp::ClientAzul
2016-06-14use adapter for FetchKeyInfoAzul
2016-06-11use the adapter not EM in hkp sourceAzul
2016-06-10turn Hkp::FetchKey into Hkp::SourceAzul
2016-06-09refactor: remove EM specific stuff from Hkp::FetchKey interfaceAzul
2016-06-09add Hkp::Source with same interface as CouchDB::SourceAzul
2016-06-09refactor: introduce Hkp::ResponseAzul
2016-06-09refactor: inline method get_key_from_uidAzul
2016-06-09refactor: remove middleman Couch::FetchKeyAzul
2016-06-08refactor: use new couch_db classes from fetch_keyAzul
2016-05-25silence all warnings of webmock and evma_httpserverAzul
2016-05-25fix our own warningsAzul
2016-05-25silence some warnings from evma_httpserverAzul
2016-05-25simplify KeyInfo. remove unneeded accessorsAzul
2016-05-25copy over all files from rewritten attemptAzul
2016-05-25rubocop: fix deprecated class methodsAzul
2016-05-25rubocop: initialize and use ruby 1.9 hash syntaxAzul
2016-05-25Version 0.3.00.3.0Azul
2016-04-10minor tweaks to hkp response parsingAzul
2016-04-10deprecation: File.exists? -> File.exist?Azul
2016-04-10bugfix: 404 if no key matches, fixes #6789Azul
2016-04-10test: initial travis setupAzul
2014-11-24add a sleep to restart. appears to finally resolve https://leap.se/code/issue...elijah
2014-10-29bind nickserver only to localhostelijah
2014-10-29don't try to remove pid file when we get a singal to halt, we won't have perm...elijah
2014-10-29catch SIGINT and SIGHUPelijah
2014-08-05added kkp_ca_file config optionelijah
2013-12-24move config file location to /etc/nickserver.yml0.2.2elijah
2013-08-21call chown on log file, if appropriateelijah
2013-08-21switch to using identities dbelijah
2013-08-06fix crash when fetched key is rejected (e.g. too short, etc), report errors i...elijah
2013-08-05fix bug with couchdb result parsingelijah
2013-08-05added 'foreground' start option (start, but don't daemonize)elijah
2013-05-19fix bug with empty request parameterselijah
2013-05-19many 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-18pass command name to Daemon.runelijah
2013-05-17rolled custom daemon code to better match the way daemons are supposed to wor...elijah
2013-05-15add CouchDB support.elijah
2013-05-13s/sks_url/hkp_urlelijah
2013-05-12switch to new api for nickserver (get or post, json response)elijah
2013-05-12added config fileelijah
2012-12-24added nickserver daemonelijah
2012-12-24initial commitelijah