tree: 49c56085576c48fa567c3c6f6c68dca0981e159e [path history] [tgz]
  1. BUILD.bazel
  2. client.go
  3. e2e_test.go
  4. errors.go
  5. README.md
  6. request.go
  7. request_test.go
  8. response.go
  9. response_test.go
  10. server.go
  11. server_test.go
cluster/identd/ident/README.md

Implementation of the IDENT protocol (RFC 1413) protocl in Go.

Currently implements a server and client. Should be well documented enough to be usable.