irkerd: Record errors (for example bad-password messages)
authorW. Trevor King <wking@tremily.us>
Fri, 30 May 2014 00:11:41 +0000 (17:11 -0700)
committerW. Trevor King <wking@tremily.us>
Fri, 30 May 2014 23:24:17 +0000 (16:24 -0700)
commit556a95c85964cb9ba05d2d9357800e34ca320f27
tree4021eeccde764002aab694616745be5de86e658a
parenteb00c9d82bdcd00617fcbeec86d7e76dbc596f09
irkerd: Record errors (for example bad-password messages)

We can use these to distinguish between lost connections because of
flaky connections (where trying again is useful) and lost connections
because of bad passwords (where we should just give up).
irkerd