diff options
| author | Sadie Powell <sadie@witchery.services> | 2020-09-11 16:28:52 +0100 |
|---|---|---|
| committer | Sadie Powell <sadie@witchery.services> | 2020-09-28 15:28:27 +0100 |
| commit | f430522b410e43b60eac78c66fecb37400fbac18 (patch) | |
| tree | 8283030bff71ce627b15555a7e06e3988e47b89d /data | |
| parent | 907aa603801b1d06d34b23ba9e473f4b74db28fe (diff) | |
Rename things from services to anope.
Diffstat (limited to 'data')
| -rw-r--r-- | data/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | data/anope.example.conf (renamed from data/example.conf) | 112 | ||||
| -rw-r--r-- | data/example.chk | 8 | ||||
| -rw-r--r-- | data/modules.example.conf | 2 | ||||
| -rw-r--r-- | data/operserv.example.conf | 2 | ||||
| -rw-r--r-- | data/stats.standalone.example.conf | 8 |
6 files changed, 68 insertions, 68 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 8bb635dcf..fca99879e 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -1,6 +1,6 @@ -# Only install example.chk and example.conf from this directory +# Only install example.chk and anope.example.conf from this directory # NOTE: I would've had this just find all files in the directory, but that would include files not needed (like this file) -set(DATA example.chk botserv.example.conf example.conf hostserv.example.conf modules.example.conf operserv.example.conf chanserv.example.conf global.example.conf memoserv.example.conf nickserv.example.conf chanstats.example.conf irc2sql.example.conf stats.standalone.example.conf) +set(DATA example.chk anope.example.conf botserv.example.conf hostserv.example.conf modules.example.conf operserv.example.conf chanserv.example.conf global.example.conf memoserv.example.conf nickserv.example.conf chanstats.example.conf irc2sql.example.conf stats.standalone.example.conf) install(FILES ${DATA} DESTINATION ${CONF_DIR} ) diff --git a/data/example.conf b/data/anope.example.conf index d9cad96b4..d599c7e39 100644 --- a/data/example.conf +++ b/data/anope.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 "configure" 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. */ @@ -110,7 +110,7 @@ define #include { type = "executable" - name = "/usr/bin/wget -q -O - https://some.misconfigured.network.com/services.conf" + name = "/usr/bin/wget -q -O - https://some.misconfigured.network.com/anope.conf" } /* @@ -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 services * to link to it. * * An example configuration for InspIRCd that is compatible with the below uplink @@ -158,20 +158,20 @@ 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 or hostname 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. + * Enable if Anope should connect using IPv6. */ ipv6 = no /* - * 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 +197,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 services 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 +212,11 @@ serverinfo * The text which should appear as the server's information in /WHOIS and similar * queries. */ - description = "Services for IRC Networks" + description = "Anope IRC Services" /* - * 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 services will bind to before connecting to the remote + * server. This may be useful for multihomed hosts. If omitted, services 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 +232,16 @@ serverinfo #id = "00A" /* - * The filename containing the Services process ID. The path is relative to the + * The filename containing the Anope process ID. The path is relative to the * services root directory. */ - pid = "data/services.pid" + pid = "data/anope.pid" /* * The filename containing the Message of the Day. The path is relative to the * services root directory. */ - motd = "conf/services.motd" + motd = "conf/motd.txt" } /* @@ -284,32 +284,32 @@ module /* * [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. + * services being disconnected from the network. */ 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. + * services being disconnected from the network. */ 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. + * services being disconnected from the network. */ hostlen = 64 @@ -325,7 +325,7 @@ networkinfo /* * Characters allowed in nicknames. This always includes the characters described * in RFC1459, and so does not need to be set for normal behavior. Changing this to - * include characters your IRCd doesn't support will cause your IRCd and/or Services + * include characters your IRCd doesn't support will cause your IRCd and/or services * to break. Multibyte characters are not supported, nor are escape sequences. * * It is recommended you DON'T change this. @@ -337,7 +337,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 services. * * It is recommended you DON'T change this. */ @@ -362,15 +362,15 @@ 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" @@ -403,10 +403,10 @@ options #seed = 9866235 /* - * If set, Services will perform more stringent checks on passwords. If this - * isn't set, Services will only disallow a password if it is the same as the + * If set, services will perform more stringent checks on passwords. If this + * isn't set, services will only disallow a password if it is the same as the * entity (nickname name) with which it is associated. When set, however, - * Services will also check that the password is at least five + * services will also check that the password is at least five * characters long, and in the future will probably check other things * as well. * @@ -415,11 +415,11 @@ options strictpasswords = yes /* - * Sets the number of invalid password tries before Services removes a user + * Sets the number of invalid password tries before services removes a user * from the network. If a user enters a number of invalid passwords equal to - * the given amount for any Services function or combination of functions - * during a single IRC session (subject to badpasstimeout, below), Services - * will issues a /KILL for the user. If not given, Services will ignore + * the given amount for any services function or combination of functions + * during a single IRC session (subject to badpasstimeout, below), services + * will issues a /KILL for the user. If not given, services will ignore * failed password attempts (though they will be logged in any case). * * This directive is optional, but recommended. @@ -461,7 +461,7 @@ options /* * Sets the (maximum) frequency at which the timeout list is checked. This, * combined with readtimeout above, determines how accurately timed events, - * such as nick kills, occur; it also determines how much CPU time Services + * such as nick kills, occur; it also determines how much CPU time services * will use doing this. Higher values will cause less accurate timing but * less CPU usage. * @@ -474,7 +474,7 @@ options timeoutcheck = 3s /* - * If set, this will allow users to let Services send PRIVMSGs to them + * If set, this will allow users to let services send PRIVMSGs to them * instead of NOTICEs. Also see the "msg" option of nickserv:defaults, * which also toggles the default communication (PRIVMSG or NOTICE) to * use for unregistered users. @@ -487,7 +487,7 @@ options #useprivmsg = yes /* - * If set, will force Services to only respond to PRIVMSGs addresses to + * If set, will force services to only respond to PRIVMSGs addresses to * Nick@ServerName - e.g. NickServ@localhost.net. This should be used in * conjunction with IRCd aliases. This directive is optional. * @@ -496,14 +496,14 @@ options #usestrictprivmsg = yes /* - * If set, Services will only show /stats o to IRC Operators. This directive + * If set, services 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 services will * not attempt to reverse their mode changes. * * WARNING: Do NOT put your normal IRC user servers in this directive. @@ -518,13 +518,13 @@ options retrywait = 60s /* - * If set, Services will hide commands that users don't have the privilege to execute + * If set, services will hide commands that users don't have the privilege to execute * from HELP output. */ hideprivilegedcommands = yes /* - * If set, Services will hide commands that users can't execute because they are not + * If set, services will hide commands that users can't execute because they are not * logged in from HELP output. */ hideregisteredcommands = yes @@ -779,7 +779,7 @@ log * nickserv/recover - Can recover other users nicks * operserv/config - Can modify services's configuration * operserv/oper/modify - Can add and remove operators with at most the same privileges - * protected - Can not be kicked from channels by Services + * protected - Can not be kicked from channels by services * * Available commands: * botserv/bot/del botserv/bot/add botserv/bot/change botserv/set/private @@ -881,10 +881,10 @@ opertype * After defining different types of operators in the above opertype section, we now define who is in these groups * through 'oper' blocks, similar to ircd access. * - * The default is to comment these out (so NOBODY will have Services access). + * The default is to comment these out (so NOBODY will have access). * You probably want to add yourself and a few other people at minimum. * - * As with all permissions, make sure to only give trustworthy people access to Services. + * As with all permissions, make sure to only give trustworthy people access. */ #oper @@ -895,7 +895,7 @@ opertype /* The opertype this person will have */ type = "Services Root" - /* If set, the user must be an oper on the IRCd to gain their Services + /* If set, the user must be an oper on the IRCd to gain their * oper privileges. */ require_oper = yes @@ -930,7 +930,7 @@ opertype /* * [OPTIONAL] Mail Config * - * This section contains settings related to the use of e-mail from Services. + * This section contains settings related to the use of e-mail from services. * If the usemail directive is set to yes, unless specified otherwise, all other * directives are required. * @@ -941,7 +941,7 @@ opertype mail { /* - * If set, this option enables the mail commands in Services. You may choose + * If set, this option enables the mail commands in Anope. You may choose * to disable it if you have no Sendmail-compatible mailer installed. Whilst * this directive (and entire block) is optional, it is required if * nickserv:registration is set to yes. @@ -972,7 +972,7 @@ mail * another e-mail after they have sent one. It also controls the minimum time * a user must wait before they can receive another e-mail. * - * This feature prevents users from being mail bombed using Services and + * This feature prevents users from being mail bombed using services and * it is highly recommended that it be used. * * This directive is optional, but highly recommended. @@ -980,7 +980,7 @@ mail delay = 5m /* - * If set, Services will not attempt to put quotes around the TO: fields + * If set, Anope will not put quotes around the TO: fields * in e-mails. * * This directive is optional, and as far as we know, it's only needed @@ -1109,18 +1109,18 @@ module /* * Sets the number of days backups of databases are kept. If you don't give it, - * or if you set it to 0, Services won't backup the databases. + * or if you set it to 0, Anope won't backup the databases. * - * NOTE: Services must run 24 hours a day for this feature to work. + * NOTE: Anope must run 24 hours a day for this feature to work. * * This directive is optional, but recommended. */ keepbackups = 3 /* - * Allows Services to continue file write operations (i.e. database saving) + * Allows Anope to continue file write operations (i.e. database saving) * even if the original file cannot be backed up. Enabling this option may - * allow Services to continue operation under conditions where it might + * allow Anope to continue operation under conditions where it might * otherwise fail, such as a nearly-full disk. * * NOTE: Enabling this option can cause irrecoverable data loss under some diff --git a/data/example.chk b/data/example.chk index 119b1ca99..e71928f1c 100644 --- a/data/example.chk +++ b/data/example.chk @@ -9,16 +9,16 @@ ############################################################### # Anope binary directory -ANOPATH=/home/ircd/services/bin +ANOPATH=/home/ircd/anope/bin # Anope data directory -ANODATA=/home/ircd/services/data +ANODATA=/home/ircd/anope/data # Name of the pid file -ANOPIDF=services.pid +ANOPIDF=anope.pid # Name of the executable -ANOPROG=services +ANOPROG=anope # Parameters to pass to the executable ANOARGS="" diff --git a/data/modules.example.conf b/data/modules.example.conf index aae45ff12..6c2d809c9 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -701,7 +701,7 @@ module { name = "m_sasl" } /* Query to execute to determine if a user should have operator privileges. * A field named opertype must be returned in order to link the user to their oper type. - * The oper types must be configured earlier in services.conf. + * The oper types must be configured earlier in anope.conf. * * If a field named modes is returned from this query then those modes are set on the user. * Without this, only a simple +o is sent. diff --git a/data/operserv.example.conf b/data/operserv.example.conf index 25ba7b5e5..89e333241 100644 --- a/data/operserv.example.conf +++ b/data/operserv.example.conf @@ -521,7 +521,7 @@ command { service = "OperServ"; name = "OPER"; command = "operserv/oper"; permis * * Provides the command operserv/reload. * - * Used to reload the services.conf configuration file. + * Used to reload the anope.conf configuration file. */ module { name = "os_reload" } command { service = "OperServ"; name = "RELOAD"; command = "operserv/reload"; permission = "operserv/reload"; } diff --git a/data/stats.standalone.example.conf b/data/stats.standalone.example.conf index 2520f0cfc..93d85811c 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". + * specified in the "configure" 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 @@ -235,13 +235,13 @@ serverinfo * The filename containing the Services process ID. The path is relative to the * services root directory. */ - pid = "data/stats.pid" + pid = "data/anope.pid" /* * The filename containing the Message of the Day. The path is relative to the * services root directory. */ - motd = "conf/stats.motd" + motd = "conf/motd.txt" } /* |
