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
Age
Commit message (
Expand
)
Author
2018-02-05
feature: enamble wkd lookup
feature/web-key-directory
Azul
2018-02-05
feature: hand out other key types like katzenpost keys
Azul
2017-11-04
refactor: turn Hkp::Response into KeyResponse
refactor/clarify-response
Azul
2017-11-03
fix: no expiration date means not outdated
Azul
2017-09-23
style: avoid endless elsif in KeyInfo#error
Azul
2017-09-23
refactor: move error detection into key_info
Azul
2017-09-23
style: more rubocop fixes
Azul
2017-09-23
style: rubocop mostly auto-correct
Azul
2017-09-23
wkd: implement basic lookup of keys through wkd
Azul
2017-09-22
fiX: tests need different names, warnings
Azul
2017-09-22
wkd: implement basic lookup of keys through wkd
Azul
2017-08-03
Version 0.10.0
0.10.0
Azul
2017-07-24
fix: #3 handle domains without A-record
Azul
2017-07-21
fix: filedescriptor leak from http_adapters
Azul
2016-12-05
bugfix: send empty json object on 404 rather than nil
version/0.9
Azul
2016-12-02
bugfix: remote nicknym is on port 6425
Azul
2016-12-02
debug: raise error on 401
Azul
2016-12-02
bugfix: use user:password@ prefix in http basic auth
Azul
2016-12-02
cleanup: old empty adapters and tests
Azul
2016-10-17
Version 0.9.0
0.9.0
Azul
2016-09-30
change default adapter to CelluloidHttp
Azul
2016-09-30
logger: log celluloid errors to default log
Azul
2016-09-30
logger: log to STDOUT when run in foreground
Azul
2016-09-30
logging: use proper logger
Azul
2016-09-29
use stderr for errors
Azul
2016-09-29
skip tests with ConnectionErrors
Azul
2016-09-24
log HTTP::ConnectionErrors, respond with json body
Azul
2016-09-24
use plain http.rb rather than celluloid i/o
Azul
2016-09-23
basic logging and recovery from exceptions raised
Azul
2016-09-22
return nil on 404 in hkp source
Azul
2016-09-22
hand on connection errors to dispatcher so it can handle it
Azul
2016-09-22
feature: 502 on ConnectionErrors
Azul
2016-09-21
feature: activate nicknym lookup
Azul
2016-09-21
rescue and track exceptions in handler chain
Azul
2016-09-19
refactor: separate handler chain from dispatcher
Azul
2016-09-16
deal with network issues in nicknym source
Azul
2016-09-16
bugfix: load order issue in server, include test
Azul
2016-09-16
test: properly test nicknym source + fixes
Azul
2016-09-12
test: separate remote tests into own directory
Azul
2016-09-12
[wip] nicknym source query implemented
Azul
2016-09-10
refactor: remove global require in test_helper
Azul
2016-08-31
wip: key lookup by address via leaps nicknym
Azul
2016-08-30
refactor: make the RequestHandler classes callable
Azul
2016-08-30
refactor: rename EmailHandler to HkpEmailHandler
Azul
2016-08-30
feature: keep trying if no Host header given
Azul
2016-08-29
refactor: split EmailHandler in 3
Azul
2016-08-29
cleanup: remove outdated ideas
Azul
2016-08-29
refactor: let handlers check if they are applicable
Azul
2016-08-29
refactor: split up ResponseHandler
Azul
2016-08-29
expose Request class from RequestHandler
Azul
[next]