diff options
| author | Alexander Barton <alex@barton.de> | 2011-01-09 23:51:30 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2011-01-09 23:51:30 +0100 |
| commit | 4a6d44dce2436103dafaad199597ada354d9b794 (patch) | |
| tree | 322334fd54c513f5332633c91c7fa98648ebbb6f /doc | |
| parent | 5ed7a4ea5755954dc6e25349125963cff7a4355c (diff) | |
| download | ngircd-4a6d44dce2436103dafaad199597ada354d9b794.tar.gz ngircd-4a6d44dce2436103dafaad199597ada354d9b794.zip | |
Remove support for ZeroConf/Bonjour/Rendezvous service registration
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Makefile.am | 2 | ||||
| -rw-r--r-- | doc/Zeroconf.txt | 40 |
2 files changed, 1 insertions, 41 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 6a8578f8..92e5f8f6 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -19,7 +19,7 @@ SUFFIXES = .tmpl static_docs = Bopm.txt FAQ.txt GIT.txt HowToRelease.txt PAM.txt Platforms.txt \ Protocol.txt README-AUX.txt README-BeOS.txt README-Interix.txt RFC.txt \ - SSL.txt Services.txt Zeroconf.txt + SSL.txt Services.txt doc_templates = sample-ngircd.conf.tmpl diff --git a/doc/Zeroconf.txt b/doc/Zeroconf.txt deleted file mode 100644 index 12089221..00000000 --- a/doc/Zeroconf.txt +++ /dev/null @@ -1,40 +0,0 @@ - - ngIRCd - Next Generation IRC Server - - (c)2001-2006 Alexander Barton - alex@barton.de, http://www.barton.de/ - - ngIRCd is free software and published under the - terms of the GNU General Public License. - - -- Zeroconf.txt -- - - -ngIRCd supports one aspect of Zeroconf Networking[1]: Multicast DNS (mDNS[2]) -with DNS Service Discovery (DNS-SD[3]). - -To use this features you can use one of two APIs: - - a) Apple "Bonjour" API as used by Mac OS X, - b) the Howl[4] Zeroconf library or the Howl compatibility layer - of the newer Avahi[5] library. - -When calling the configure script using the "--with-zeroconf" switch the -available API will be autodetected and the required additional libraries will -be linked to the ngircd binary as required. - -ngIRCd then registers a DNS-SD service for each port it is listening on using -the service type "_ircu._tcp.". - - -Links: - - [1] http://www.zeroconf.org/ - [2] http://www.multicastdns.org/ - [3] http://www.dns-sd.org/ - [4] http://www.porchdogsoft.com/products/howl/ - [5] http://avahi.org/ - - --- -$Id: Zeroconf.txt,v 1.2 2006/08/03 14:37:29 alex Exp $ |