Hi all!
New in CVS-HEAD:
- ngIRCd can register itself with Rendezvous: to enable support pass the new switch "--enable-rendezvous" to configure.
The actual code only works with Mac OS X 10.2 and above (probably actual Darwin distributions work as well). It registers all ports ngIRCd is listening on as "_ircu._tcp." in the default domain using Apples multicast DNS API. See http://developer.apple.com/darwin/projects/rendezvous/ for further details about Apples implementation.
At the moment this functionality is quite useless, but perhaps sometimes in the future IRC clients will support Rendezvous as well!? Would be handy in LANs, I think. So we are prepared ;-))
If somebody is aware of multicast DNS daemons on other platforms, please let me know!
Regards Alex