forked from pool/atheme
OBS-URL: https://build.opensuse.org/package/show/server:irc/atheme?expand=0&rev=40
214 lines
5.5 KiB
Diff
214 lines
5.5 KiB
Diff
Give Atheme a good default config that harmonizes with the
|
|
ircd-seven package, such that installing ircd7 and atheme,
|
|
and then starting both gives a directly usable Services.
|
|
|
|
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
|
|
---
|
|
dist/atheme.conf.example | 46 +++++++++++++++++++++++-----------------------
|
|
1 file changed, 23 insertions(+), 23 deletions(-)
|
|
|
|
Index: atheme-services-7.0.2/dist/atheme.conf.example
|
|
===================================================================
|
|
--- atheme-services-7.0.2.orig/dist/atheme.conf.example
|
|
+++ atheme-services-7.0.2/dist/atheme.conf.example
|
|
@@ -708,7 +708,7 @@ loadmodule "modules/groupserv/set_url";
|
|
*
|
|
* HTTP Server modules/misc/httpd
|
|
*/
|
|
-loadmodule "modules/misc/httpd";
|
|
+#loadmodule "modules/misc/httpd";
|
|
|
|
/* XMLRPC server module.
|
|
*
|
|
@@ -757,7 +757,7 @@ serverinfo {
|
|
* unique on the IRC network and contain at least one dot, but does
|
|
* not have to be equal to any DNS name.
|
|
*/
|
|
- name = "services.int";
|
|
+ name = "services.localhost.";
|
|
|
|
/* desc
|
|
* The ``server comment'' we send to the IRC network.
|
|
@@ -780,24 +780,24 @@ serverinfo {
|
|
/* (*)netname
|
|
* The name of your network.
|
|
*/
|
|
- netname = "misconfigured network";
|
|
+ netname = "unconfigured network";
|
|
|
|
/* (*)hidehostsuffix
|
|
* P10 +x host hiding gives <account>.<hidehostsuffix>.
|
|
* If using +x on asuka/bircd/undernet, this must agree
|
|
* with F:HIDDEN_HOST.
|
|
*/
|
|
- hidehostsuffix = "users.misconfigured";
|
|
+ hidehostsuffix = "users.unconfigured";
|
|
|
|
/* (*)adminname
|
|
* The name of the person running this service.
|
|
*/
|
|
- adminname = "misconfigured admin";
|
|
+ adminname = "unconfigured admin";
|
|
|
|
/* (*)adminemail
|
|
* The email address of the person running this service.
|
|
*/
|
|
- adminemail = "misconfigured@admin.tld";
|
|
+ adminemail = "unconfigured@admin.tld";
|
|
|
|
/* (*)mta
|
|
* The full path to your mail transfer agent.
|
|
@@ -891,7 +891,7 @@ serverinfo {
|
|
* Multiple may be defined but only one will be used at a time (IRC
|
|
* being a tree shaped network).
|
|
*/
|
|
-uplink "irc.example.net" {
|
|
+uplink "localhost." {
|
|
// The server name of the ircd you're linking to goes above.
|
|
|
|
// host
|
|
@@ -904,7 +904,7 @@ uplink "irc.example.net" {
|
|
|
|
// password
|
|
// The password used for linking.
|
|
- password = "linkage";
|
|
+ password = "servicespassword";
|
|
|
|
// port
|
|
// The port to connect to.
|
|
@@ -961,7 +961,7 @@ nickserv {
|
|
/* (*)host
|
|
* The hostname we want NickServ to have.
|
|
*/
|
|
- host = "services.int";
|
|
+ host = "services.localhost.";
|
|
|
|
/* (*)real
|
|
* The realname (gecos) information we want NickServ to have.
|
|
@@ -1052,7 +1052,7 @@ chanserv {
|
|
/* (*)host
|
|
* The hostname we want the client to have.
|
|
*/
|
|
- host = "services.int";
|
|
+ host = "services.localhost.";
|
|
|
|
/* (*)real
|
|
* The GECOS of the client.
|
|
@@ -1076,7 +1076,7 @@ chanserv {
|
|
* use a lot of CPU up, and will only work if you have
|
|
* join_chans (in general) enabled as well.
|
|
*/
|
|
- fantasy;
|
|
+ #fantasy;
|
|
|
|
/* (*) hide_xop
|
|
* Hide the XOP templates from sight. This is useful if you
|
|
@@ -1242,7 +1242,7 @@ global {
|
|
/* (*)host
|
|
* The hostname used for this client.
|
|
*/
|
|
- host = "services.int";
|
|
+ host = "services.localhost.";
|
|
|
|
/* (*)real
|
|
* The GECOS (real name) of the client.
|
|
@@ -1271,7 +1271,7 @@ infoserv {
|
|
/* (*)host
|
|
* The hostname used for this client,
|
|
*/
|
|
- host = "services.int";
|
|
+ host = "services.localhost.";
|
|
|
|
/* (*)real
|
|
* The GECOS (real name) of the client.
|
|
@@ -1307,7 +1307,7 @@ operserv {
|
|
/* (*)host
|
|
* The hostname used for this client.
|
|
*/
|
|
- host = "services.int";
|
|
+ host = "services.localhost.";
|
|
|
|
/* (*)real
|
|
* The GECOS (real name) of the client.
|
|
@@ -1348,7 +1348,7 @@ saslserv {
|
|
/* (*)host
|
|
* The hostname we want SaslServ to have.
|
|
*/
|
|
- host = "services.int";
|
|
+ host = "services.localhost.";
|
|
|
|
/* (*)real
|
|
* The realname (gecos) information we want SaslServ to have.
|
|
@@ -1377,7 +1377,7 @@ memoserv {
|
|
/* (*)host
|
|
* The hostname we want MemoServ to have.
|
|
*/
|
|
- host = "services.int";
|
|
+ host = "services.localhost.";
|
|
|
|
/* (*)real
|
|
* The realname (gecos) information we want MemoServ to have.
|
|
@@ -1417,7 +1417,7 @@ gameserv {
|
|
/* (*)host
|
|
* The hostname used for this client.
|
|
*/
|
|
- host = "services.int";
|
|
+ host = "services.localhost.";
|
|
|
|
/* (*)real
|
|
* The GECOS (real name) of the client.
|
|
@@ -1457,7 +1457,7 @@ rpgserv {
|
|
/* (*)host
|
|
* The hostname used for this client.
|
|
*/
|
|
- host = "services.int";
|
|
+ host = "services.localhost.";
|
|
|
|
/* (*)real
|
|
* The GECOS (real name) of the client.
|
|
@@ -1532,7 +1532,7 @@ groupserv {
|
|
/* (*)host
|
|
* The hostname we want GroupServ to have.
|
|
*/
|
|
- host = "services.int";
|
|
+ host = "services.localhost.";
|
|
|
|
/* (*)real
|
|
* The realname (gecos) information we want GroupServ to have.
|
|
@@ -1597,7 +1597,7 @@ hostserv {
|
|
/* (*)host
|
|
* The hostname used for this client.
|
|
*/
|
|
- host = "services.int";
|
|
+ host = "services.localhost.";
|
|
|
|
/* (*)real
|
|
* The GECOS (real name) of the client.
|
|
@@ -1646,7 +1646,7 @@ helpserv {
|
|
/* (*)host
|
|
* The hostname we want HelpServ to have.
|
|
*/
|
|
- host = "services.int";
|
|
+ host = "services.localhost.";
|
|
|
|
/* (*)real
|
|
* The realname (gecos) information we want HelpServ to have.
|
|
@@ -1700,7 +1700,7 @@ alis {
|
|
/* (*)host
|
|
* The hostname we want ALIS to have.
|
|
*/
|
|
- host = "services.int";
|
|
+ host = "services.localhost.";
|
|
|
|
/* (*)real
|
|
* The realname (gecos) information we want ALIS to have.
|
|
@@ -1868,7 +1868,7 @@ general {
|
|
* network channels by keeping them open, and to preserve the
|
|
* topic and +beI lists.
|
|
*/
|
|
- leave_chans;
|
|
+ #leave_chans;
|
|
|
|
/* secure
|
|
* Do you want to require the use of /msg <service>@<services host>?
|