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 --- dist/atheme.conf.example | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) Index: atheme-services-7.1.0/dist/atheme.conf.example =================================================================== --- atheme-services-7.1.0.orig/dist/atheme.conf.example +++ atheme-services-7.1.0/dist/atheme.conf.example @@ -749,7 +749,7 @@ loadmodule "modules/groupserv/set_url"; * * HTTP Server modules/misc/httpd */ -loadmodule "modules/misc/httpd"; +#loadmodule "modules/misc/httpd"; /* XMLRPC server module. * @@ -798,7 +798,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. @@ -820,24 +820,24 @@ serverinfo { /* (*)netname * The name of your network. */ - netname = "misconfigured network"; + netname = "unconfigured network"; /* (*)hidehostsuffix * P10 +x host hiding gives .. * 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"; /* (*)registeremail * The email address that messages should be originated from. @@ -936,7 +936,7 @@ serverinfo { * To link Atheme over ssl, please connect Atheme to a local ircd and have that * connect to your network over SSL. */ -uplink "irc.example.net" { +uplink "localhost." { // The server name of the ircd you're linking to goes above. // host @@ -967,7 +967,7 @@ uplink "irc6.example.net" { // password // If you want to have same send_password and accept_password, you // can specify both using 'password' instead of individually. - password = "linkage"; + password = "servicespassword"; port = 6667; }; @@ -1016,7 +1016,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. @@ -1113,7 +1113,7 @@ chanserv { /* (*)host * The hostname we want the client to have. */ - host = "services.int"; + host = "services.localhost."; /* (*)real * The GECOS of the client. @@ -1142,7 +1142,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 @@ -1315,7 +1315,7 @@ global { /* (*)host * The hostname used for this client. */ - host = "services.int"; + host = "services.localhost."; /* (*)real * The GECOS (real name) of the client. @@ -1344,7 +1344,7 @@ infoserv { /* (*)host * The hostname used for this client, */ - host = "services.int"; + host = "services.localhost."; /* (*)real * The GECOS (real name) of the client. @@ -1380,7 +1380,7 @@ operserv { /* (*)host * The hostname used for this client. */ - host = "services.int"; + host = "services.localhost."; /* (*)real * The GECOS (real name) of the client. @@ -1421,7 +1421,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. @@ -1450,7 +1450,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. @@ -1495,7 +1495,7 @@ gameserv { /* (*)host * The hostname used for this client. */ - host = "services.int"; + host = "services.localhost."; /* (*)real * The GECOS (real name) of the client. @@ -1535,7 +1535,7 @@ rpgserv { /* (*)host * The hostname used for this client. */ - host = "services.int"; + host = "services.localhost."; /* (*)real * The GECOS (real name) of the client. @@ -1610,7 +1610,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. @@ -1675,7 +1675,7 @@ hostserv { /* (*)host * The hostname used for this client. */ - host = "services.int"; + host = "services.localhost."; /* (*)real * The GECOS (real name) of the client. @@ -1724,7 +1724,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. @@ -1778,7 +1778,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. @@ -1963,7 +1963,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 @?