SHA256
1
0
forked from pool/atheme
atheme/atheme-config.diff

221 lines
5.9 KiB
Diff
Raw Normal View History

Give Atheme a good default config that harmonizes with the
ircd package.
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
---
dist/atheme.conf.example | 54 +++++++++++++++++++++++------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Index: atheme-877e80d8e0a0/dist/atheme.conf.example
===================================================================
--- atheme-877e80d8e0a0.orig/dist/atheme.conf.example
+++ atheme-877e80d8e0a0/dist/atheme.conf.example
@@ -254,7 +254,7 @@ loadmodule "modules/chanserv/drop";
loadmodule "modules/chanserv/flags";
loadmodule "modules/chanserv/ftransfer";
loadmodule "modules/chanserv/getkey";
-loadmodule "modules/chanserv/halfop";
+#loadmodule "modules/chanserv/halfop";
loadmodule "modules/chanserv/help";
loadmodule "modules/chanserv/hold";
loadmodule "modules/chanserv/info";
@@ -420,11 +420,11 @@ loadmodule "modules/global/main";
* NPC commands (SAY, ACT) modules/botserv/bottalk
* SET command modules/botserv/set
*/
-loadmodule "modules/botserv/main";
-loadmodule "modules/botserv/help";
-loadmodule "modules/botserv/info";
-loadmodule "modules/botserv/bottalk";
-loadmodule "modules/botserv/set";
+#loadmodule "modules/botserv/main";
+#loadmodule "modules/botserv/help";
+#loadmodule "modules/botserv/info";
+#loadmodule "modules/botserv/bottalk";
+#loadmodule "modules/botserv/set";
/* HostServ modules.
*
@@ -470,7 +470,7 @@ loadmodule "modules/botserv/set";
*
* HTTP Server modules/misc/httpd
*/
-loadmodule "modules/misc/httpd";
+#loadmodule "modules/misc/httpd";
/* XMLRPC server module.
*
@@ -482,7 +482,7 @@ loadmodule "modules/misc/httpd";
* Legacy channel management modules/xmlrpc/channel
* Legacy memo management modules/xmlrpc/memo
*/
-loadmodule "modules/xmlrpc/main";
+#loadmodule "modules/xmlrpc/main";
#loadmodule "modules/xmlrpc/account";
#loadmodule "modules/xmlrpc/channel";
#loadmodule "modules/xmlrpc/memo";
@@ -507,7 +507,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.
@@ -530,24 +530,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.
@@ -639,7 +639,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 goes above
// host
@@ -652,7 +652,7 @@ uplink "irc.example.net" {
// password
// The password used for linking.
- password = "linkage";
+ password = "servicespassword";
// port
// The port used for linking.
@@ -696,7 +696,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.
@@ -742,7 +742,7 @@ chanserv {
/* (*)host
* The hostname we want the client to have.
*/
- host = "services.int";
+ host = "services.localhost.";
/* (*)real
* The GECOS of the client.
@@ -754,7 +754,7 @@ chanserv {
* use a lot of CPU up, and will only work if you have
* join_chans (in general) enabled as well.
*/
- fantasy;
+ #fantasy;
/* (*) ca_xop
* Defines what flags the xop access levels comprise.
@@ -849,7 +849,7 @@ global {
/* (*)host
* The hostname used for this client.
*/
- host = "services.int";
+ host = "services.localhost.";
/* (*)real
* The GECOS (real name) of the client.
@@ -878,7 +878,7 @@ operserv {
/* (*)host
* The hostname used for this client.
*/
- host = "services.int";
+ host = "services.localhost.";
/* (*)real
* The GECOS (real name) of the client.
@@ -907,7 +907,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.
@@ -936,7 +936,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.
@@ -964,7 +964,7 @@ gameserv {
/* (*)host
* The hostname used for this client.
*/
- host = "services.int";
+ host = "services.localhost.";
/* (*)real
* The GECOS (real name) of the client.
@@ -992,7 +992,7 @@ botserv {
/* (*)host
* The hostname used for this client.
*/
- host = "services.int";
+ host = "services.localhost.";
/* (*)real
* The GECOS (real name) of the client.
@@ -1020,7 +1020,7 @@ hostserv {
/* (*)host
* The hostname used for this client.
*/
- host = "services.int";
+ host = "services.localhost.";
/* (*)real
* The GECOS (real name) of the client.
@@ -1046,7 +1046,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.
@@ -1194,7 +1194,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>?