[ngircd/ngircd] 1f4077: Allow hostmask cloaking when rDNS is disabled
Branch: refs/heads/master Home: https://github.com/ngircd/ngircd Commit: 1f40776bc166ece8dad0d333905481aa28786cb5 https://github.com/ngircd/ngircd/commit/1f40776bc166ece8dad0d333905481aa2878... Author: michi <michi+ngircd@dataswamp.org> Date: 2020-05-04 (Mon, 04 May 2020) Changed paths: M src/ngircd/client.c Log Message: ----------- Allow hostmask cloaking when rDNS is disabled Commit: 52d8fa2c09c36632c1cacd8242e22e9de920ec9f https://github.com/ngircd/ngircd/commit/52d8fa2c09c36632c1cacd8242e22e9de920... Author: Alexander Barton <alex@barton.de> Date: 2020-05-04 (Mon, 04 May 2020) Changed paths: M src/ngircd/client.c Log Message: ----------- Update Client_SetHostname() to not use strpbrk() Not sure about the portability of strpbrk() in really ancient OS, and this was the only place where it became used recently in ngIRCd ... So let's play it safe! ;-) Compare: https://github.com/ngircd/ngircd/compare/387a29a7fdbf...52d8fa2c09c3
Teilnehmer (1)
-
Alexander Barton