Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-13 | [FEATURE] fetch key by fingerprint | Zara Gebru | |
- add fingerprint unit tests - add integration test - implement by_fingerprint | |||
2016-07-02 | refactor: replace blocks/yields with returns | Azul | |
This became possible because we now use celluloid. Celluloid handles asynchronity without the need for callbacks or blocks. | |||
2016-07-02 | minor: silence warnings and cleanup | Azul | |
2016-06-30 | actually use celluloid io for http requests | Azul | |
2016-06-30 | fix host header handling and tests | 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-15 | we don't need FetchKeyInfo anymore including in Source | Azul | |
2016-06-14 | use adapter for FetchKeyInfo | Azul | |
2016-06-11 | use the adapter not EM in hkp source | Azul | |
2016-06-10 | turn Hkp::FetchKey into Hkp::Source | Azul | |
The source was really just an empty shell now that we pushed the em specific stuff further down. | |||
2016-06-09 | refactor: remove EM specific stuff from Hkp::FetchKey interface | Azul | |
2016-06-09 | move hkp test to integration tests | Azul | |
That's what it actually is | |||
2016-05-25 | move nickserver_test to integration dir | Azul | |
it really is more of an integration test | |||
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. |