summaryrefslogtreecommitdiff
path: root/src/identd
AgeCommit message (Collapse)Author
2017-04-07Apply all the clang-tidy modernize-* fixeslouiz’
2017-03-08Pass the shared_ptr by reference, to avoid useless copieslouiz’
2017-03-06Remove the embedded sha1 code, and use one of botan or gcryptlouiz’
This adds a hard dependency on one of Botan or gcrypt. Botan is already a recommended dependency, and gcrypt is probably packaged almost everywhere, so this should not be a big deal. ref #3241
2016-12-07Add some missing includeslouiz’
2016-12-04Clean a few more thingslouiz’
2016-11-16fix an “unused parameter” warninglouiz’
2016-11-15Fix some little compilation errors with some configs, from last commitlouiz’
2016-11-15Support the ident protocollouiz’
fix #3211