Remove netfinger client code and repurpose /FINGER command to send a CTCP FINGER instead

No-one runs fingerd servers anymore so this code was entirely obsolete.
This commit is contained in:
Kevin Easton
2017-04-11 01:19:32 +10:00
parent eace841366
commit bad8c2fa02
4 changed files with 25 additions and 123 deletions

View File

@@ -1,5 +1,8 @@
[Changes 1.2.2]
* Remove netfinger client code (no-one is running fingerd anymore) and
repurpose /FINGER command to send a CTCP FINGER instead. (caf)
* Enable use of cached whowas info for /IG* and /UNIG* commands. (caf)
* Add support for OpenSSL 1.1.0 to configure script. (caf)