diff options
Diffstat (limited to 'data/stats.standalone.example.conf')
-rw-r--r-- | data/stats.standalone.example.conf | 94 |
1 files changed, 47 insertions, 47 deletions
diff --git a/data/stats.standalone.example.conf b/data/stats.standalone.example.conf index 63a47de83..4a1c6f644 100644 --- a/data/stats.standalone.example.conf +++ b/data/stats.standalone.example.conf @@ -1,8 +1,8 @@ /* - * Example configuration file for Services. After making the appropriate - * changes to this file, place it in the Services conf directory (as - * specified in the "configure" script, default /home/username/services/conf) - * under the name "services.conf". + * Example configuration file for Anope. After making the appropriate + * changes to this file, place it in the Anope conf directory (as + * specified in the "Config" script, default /home/username/anope/conf) + * under the name "anope.conf". * * The format of this file is fairly simple: three types of comments are supported: * - All text after a '#' on a line is ignored, as in shell scripting @@ -53,7 +53,7 @@ * included to indicate whether an option is required: * * [REQUIRED] - * Indicates a directive which must be given. Without it, Services will + * Indicates a directive which must be given. Without it, Anope will * not start. * * [RECOMMENDED] @@ -71,7 +71,7 @@ * * [DEPRECATED] * Indicates a directive which will disappear in a future version of - * Services, usually because its functionality has been either + * Anope, usually because its functionality has been either * superseded by that of other directives or incorporated into the main * program. */ @@ -120,7 +120,7 @@ define * 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 + * Each uplink IRCd should have a corresponding configuration to allow Anope * to link to it. * * An example configuration for InspIRCd that is compatible with the below uplink @@ -158,20 +158,22 @@ define uplink { /* - * The IP or hostname of the IRC server you wish to connect Services to. - * Usually, you will want to connect Services over 127.0.0.1 (aka localhost). + * The IP address, hostname, or UNIX socket path of the IRC server you wish + * to connect Anope to. + * Usually, you will want to connect over 127.0.0.1 (aka localhost). * * NOTE: On some shell providers, this will not be an option. */ host = "127.0.0.1" /* - * Enable if Services should connect using IPv6. + * The protocol that Anope should use when connecting to the uplink. Can + * be set to "ipv4" (the default), "ipv6", or "unix". */ - ipv6 = no + protocol = "ipv4" /* - * Enable if Services should connect using SSL. + * Enable if Anope should connect using SSL. * You must have an SSL module loaded for this to work. */ ssl = no @@ -197,12 +199,12 @@ uplink /* * [REQUIRED] Server Information * - * This section contains information about the Services server. + * This section contains information about the services server. */ serverinfo { /* - * The hostname that Services will be seen as, it must have no conflicts with any + * The hostname that Anope will be seen as, it must have no conflicts with any * other server names on the rest of your IRC network. Note that it does not have * to be an existing hostname, just one that isn't on your network already. */ @@ -212,11 +214,11 @@ serverinfo * The text which should appear as the server's information in /WHOIS and similar * queries. */ - description = "Stats for IRC Networks" + description = "Anope IRC Statistics" /* - * The local address that Services will bind to before connecting to the remote - * server. This may be useful for multihomed hosts. If omitted, Services will let + * The local address that Anope will bind to before connecting to the remote + * server. This may be useful for multihomed hosts. If omitted, Anope will let * the Operating System choose the local address. This directive is optional. * * If you don't know what this means or don't need to use it, just leave this @@ -232,16 +234,16 @@ serverinfo #id = "00A" /* - * The filename containing the Services process ID. The path is relative to the - * services root directory. + * The filename containing the Anope process ID. The path is relative to the + * data directory. */ - pid = "data/stats.pid" + pid = "anope.pid" /* * The filename containing the Message of the Day. The path is relative to the - * services root directory. + * config directory. */ - motd = "conf/stats.motd" + motd = "motd.txt" } /* @@ -252,57 +254,55 @@ serverinfo * * Supported: * - bahamut - * - charybdis * - hybrid - * - inspircd12 - * - inspircd20 - * - inspircd3 (for 3.x and 4.x) + * - inspircd * - ngircd * - plexus * - ratbox - * - unreal (for 3.2.x) - * - unreal4 (for 4.x or later) + * - solanum + * - unrealircd */ module { - name = "inspircd3" + name = "inspircd" } /* * [REQUIRED] Network Information * - * This section contains information about the IRC network that Services will be + * This section contains information about the IRC network that Anope will be * connecting to. */ networkinfo { /* - * This is the name of the network that Services will be running on. + * This is the name of the network that Anope will be running on. */ networkname = "LocalNet" /* * Set this to the maximum allowed nick length on your network. * Be sure to set this correctly, as setting this wrong can result in - * Services being disconnected from the network. + * Anope being disconnected from the network. Defaults to 31. */ - nicklen = 31 + #nicklen = 31 /* Set this to the maximum allowed ident length on your network. * Be sure to set this correctly, as setting this wrong can result in - * Services being disconnected from the network. + * Anope being disconnected from the network. Defaults to 10. */ - userlen = 10 + #userlen = 10 /* Set this to the maximum allowed hostname length on your network. * Be sure to set this correctly, as setting this wrong can result in - * Services being disconnected from the network. + * Anope being disconnected from the network. Defaults to 64. */ - hostlen = 64 + #hostlen = 64 /* Set this to the maximum allowed channel length on your network. + * Defaults to 64. */ - chanlen = 32 + #chanlen = 32 /* The maximum number of list modes settable on a channel (such as b, e, I). * Comment out or set to 0 to disable. @@ -314,7 +314,7 @@ networkinfo * to services, such as BotServ bot hostnames and user vhosts. Changing this is not * recommended unless you know for sure your IRCd supports whatever characters you are * wanting to use. Telling services to set a vHost containing characters your IRCd - * disallows could potentially break the IRCd and/or Services. + * disallows could potentially break the IRCd and/or Anope. * * It is recommended you DON'T change this. */ @@ -339,22 +339,22 @@ networkinfo } /* - * [REQUIRED] Services Options + * [REQUIRED] Anope Options * - * This section contains various options which determine how Services will operate. + * This section contains various options which determine how Anope will operate. */ options { /* * On Linux/UNIX systems Anope can setuid and setgid to this user and group - * after starting up. This is useful if Anope has to bind to privileged ports + * after starting up. This is useful if Anope has to bind to privileged ports. */ #user = "anope" #group = "anope" /* * The case mapping used by services. This must be set to a valid locale name - * installed on your machine. Services use this case map to compare, with + * installed on your machine. Anope uses this case map to compare, with * case insensitivity, things such as nick names, channel names, etc. * * We provide two special casemaps shipped with Anope, ascii and rfc1459. @@ -378,14 +378,14 @@ options warningtimeout = 4h /* - * If set, Services will only show /stats o to IRC Operators. This directive + * If set, Anope will only show /stats o to IRC Operators. This directive * is optional. */ #hidestatso = yes /* * A space-separated list of U-lined servers on your network, it is assumed that - * the servers in this list are allowed to set channel modes and Services will + * the servers in this list are allowed to set channel modes and Anope will * not attempt to reverse their mode changes. * * WARNING: Do NOT put your normal IRC user servers in this directive. @@ -484,13 +484,13 @@ log /* * [REQUIRED] MySQL Database configuration. * - * m_mysql + * mysql * * This module allows other modules to use MySQL. */ module { - name = "m_mysql" + name = "mysql" mysql { |