From f2dee1e1d642b07947f59f91dfba9af34ef84685 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 26 May 2013 15:24:38 -0400 Subject: [PATCH] Update INSTALL and place some example link configurations in example.conf --- data/example.conf | 33 ++++++++++++++++++++++- docs/INSTALL | 69 ++++++----------------------------------------- 2 files changed, 40 insertions(+), 62 deletions(-) diff --git a/data/example.conf b/data/example.conf index baa569ed2..4d468ebcf 100644 --- a/data/example.conf +++ b/data/example.conf @@ -128,6 +128,37 @@ define * This section is used to set up Anope to connect to your IRC network. * This section can be included multiple times, and Anope will attempt to * connect to each server until it finally connects. + * + * Each uplink IRCd should have a corresponding configuration to allow Services + * to link to it. + * + * An example configuration for InspIRCd that is compatible with the below uplink + * and serverinfo configuration would look like: + * + * + * + * + * + * An example configuration for UnrealIRCd that is compatible with the below uplink + * and serverinfo configuration would look like: + * + * link services.localhost.net + * { + * username *; + * hostname *; + * bind-ip "127.0.0.1"; + * port 7000; + * hub *; + * password-connect "mypassword"; + * password-receive "mypassword"; + * class servers; + * }; + * ulines { services.localhost.net; }; + * listen 127.0.0.1:7000; */ uplink { @@ -157,7 +188,7 @@ uplink * * Refer to your IRCd documentation for how this is to be done. */ - port = 6667 + port = 7000 /* * The password to send to the IRC server for authentication. diff --git a/docs/INSTALL b/docs/INSTALL index dbe90f528..13801cbe8 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -80,15 +80,6 @@ Note: You should also read the README and FAQ files! 2) Upgrading Anope - If you got a .diff file and want to patch the old Anope sources with it, - do the following: - - * Copy the .diff file into the root Anope sources directory. - * Type patch -p1