2010-03-09 23:23:44 +00:00
|
|
|
Give Atheme a good default config that harmonizes with the
|
2011-08-02 07:52:16 +00:00
|
|
|
ircd-seven package, such that installing ircd7 and atheme,
|
|
|
|
and then starting both gives a directly usable Services.
|
2010-03-09 23:23:44 +00:00
|
|
|
|
|
|
|
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
|
|
|
|
---
|
2012-05-31 13:20:04 +00:00
|
|
|
dist/atheme.conf.example | 46 +++++++++++++++++++++++-----------------------
|
|
|
|
1 file changed, 23 insertions(+), 23 deletions(-)
|
2010-03-09 23:23:44 +00:00
|
|
|
|
2012-11-21 00:03:06 +00:00
|
|
|
Index: atheme-services-7.0.5/dist/atheme.conf.example
|
2010-03-09 23:23:44 +00:00
|
|
|
===================================================================
|
2012-11-21 00:03:06 +00:00
|
|
|
--- atheme-services-7.0.5.orig/dist/atheme.conf.example
|
|
|
|
+++ atheme-services-7.0.5/dist/atheme.conf.example
|
2012-05-31 13:20:04 +00:00
|
|
|
@@ -708,7 +708,7 @@ loadmodule "modules/groupserv/set_url";
|
2010-03-09 23:23:44 +00:00
|
|
|
*
|
|
|
|
* HTTP Server modules/misc/httpd
|
|
|
|
*/
|
|
|
|
-loadmodule "modules/misc/httpd";
|
|
|
|
+#loadmodule "modules/misc/httpd";
|
|
|
|
|
|
|
|
/* XMLRPC server module.
|
|
|
|
*
|
2012-05-31 13:20:04 +00:00
|
|
|
@@ -757,7 +757,7 @@ serverinfo {
|
2010-03-09 23:23:44 +00:00
|
|
|
* 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.
|
2012-05-31 13:20:04 +00:00
|
|
|
@@ -780,24 +780,24 @@ serverinfo {
|
2010-03-09 23:23:44 +00:00
|
|
|
/* (*)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.
|
2012-05-31 13:20:04 +00:00
|
|
|
@@ -891,7 +891,7 @@ serverinfo {
|
2010-03-09 23:23:44 +00:00
|
|
|
* 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." {
|
2011-08-02 07:52:16 +00:00
|
|
|
// The server name of the ircd you're linking to goes above.
|
2010-03-09 23:23:44 +00:00
|
|
|
|
|
|
|
// host
|
2012-05-31 13:20:04 +00:00
|
|
|
@@ -904,7 +904,7 @@ uplink "irc.example.net" {
|
2010-03-09 23:23:44 +00:00
|
|
|
|
|
|
|
// password
|
|
|
|
// The password used for linking.
|
|
|
|
- password = "linkage";
|
|
|
|
+ password = "servicespassword";
|
|
|
|
|
|
|
|
// port
|
2011-08-02 07:52:16 +00:00
|
|
|
// The port to connect to.
|
2012-11-21 00:03:06 +00:00
|
|
|
@@ -962,7 +962,7 @@ nickserv {
|
2010-03-09 23:23:44 +00:00
|
|
|
/* (*)host
|
|
|
|
* The hostname we want NickServ to have.
|
|
|
|
*/
|
|
|
|
- host = "services.int";
|
|
|
|
+ host = "services.localhost.";
|
|
|
|
|
|
|
|
/* (*)real
|
|
|
|
* The realname (gecos) information we want NickServ to have.
|
2012-11-21 00:03:06 +00:00
|
|
|
@@ -1053,7 +1053,7 @@ chanserv {
|
2010-03-09 23:23:44 +00:00
|
|
|
/* (*)host
|
|
|
|
* The hostname we want the client to have.
|
|
|
|
*/
|
|
|
|
- host = "services.int";
|
|
|
|
+ host = "services.localhost.";
|
|
|
|
|
|
|
|
/* (*)real
|
|
|
|
* The GECOS of the client.
|
2012-11-21 00:03:06 +00:00
|
|
|
@@ -1077,7 +1077,7 @@ chanserv {
|
2010-03-09 23:23:44 +00:00
|
|
|
* use a lot of CPU up, and will only work if you have
|
|
|
|
* join_chans (in general) enabled as well.
|
|
|
|
*/
|
|
|
|
- fantasy;
|
|
|
|
+ #fantasy;
|
|
|
|
|
2011-08-02 07:52:16 +00:00
|
|
|
/* (*) hide_xop
|
|
|
|
* Hide the XOP templates from sight. This is useful if you
|
2012-11-21 00:03:06 +00:00
|
|
|
@@ -1243,7 +1243,7 @@ global {
|
2010-03-09 23:23:44 +00:00
|
|
|
/* (*)host
|
|
|
|
* The hostname used for this client.
|
|
|
|
*/
|
|
|
|
- host = "services.int";
|
|
|
|
+ host = "services.localhost.";
|
|
|
|
|
|
|
|
/* (*)real
|
|
|
|
* The GECOS (real name) of the client.
|
2012-11-21 00:03:06 +00:00
|
|
|
@@ -1272,7 +1272,7 @@ infoserv {
|
2011-08-02 07:52:16 +00:00
|
|
|
/* (*)host
|
|
|
|
* The hostname used for this client,
|
|
|
|
*/
|
|
|
|
- host = "services.int";
|
|
|
|
+ host = "services.localhost.";
|
|
|
|
|
|
|
|
/* (*)real
|
|
|
|
* The GECOS (real name) of the client.
|
2012-11-21 00:03:06 +00:00
|
|
|
@@ -1308,7 +1308,7 @@ operserv {
|
2010-03-09 23:23:44 +00:00
|
|
|
/* (*)host
|
|
|
|
* The hostname used for this client.
|
|
|
|
*/
|
|
|
|
- host = "services.int";
|
|
|
|
+ host = "services.localhost.";
|
|
|
|
|
|
|
|
/* (*)real
|
|
|
|
* The GECOS (real name) of the client.
|
2012-11-21 00:03:06 +00:00
|
|
|
@@ -1349,7 +1349,7 @@ saslserv {
|
2010-03-09 23:23:44 +00:00
|
|
|
/* (*)host
|
|
|
|
* The hostname we want SaslServ to have.
|
|
|
|
*/
|
|
|
|
- host = "services.int";
|
|
|
|
+ host = "services.localhost.";
|
|
|
|
|
|
|
|
/* (*)real
|
|
|
|
* The realname (gecos) information we want SaslServ to have.
|
2012-11-21 00:03:06 +00:00
|
|
|
@@ -1378,7 +1378,7 @@ memoserv {
|
2010-03-09 23:23:44 +00:00
|
|
|
/* (*)host
|
|
|
|
* The hostname we want MemoServ to have.
|
|
|
|
*/
|
|
|
|
- host = "services.int";
|
|
|
|
+ host = "services.localhost.";
|
|
|
|
|
|
|
|
/* (*)real
|
|
|
|
* The realname (gecos) information we want MemoServ to have.
|
2012-11-21 00:03:06 +00:00
|
|
|
@@ -1418,7 +1418,7 @@ gameserv {
|
2010-03-09 23:23:44 +00:00
|
|
|
/* (*)host
|
|
|
|
* The hostname used for this client.
|
|
|
|
*/
|
|
|
|
- host = "services.int";
|
|
|
|
+ host = "services.localhost.";
|
|
|
|
|
|
|
|
/* (*)real
|
|
|
|
* The GECOS (real name) of the client.
|
2012-11-21 00:03:06 +00:00
|
|
|
@@ -1458,7 +1458,7 @@ rpgserv {
|
2010-03-09 23:23:44 +00:00
|
|
|
/* (*)host
|
|
|
|
* The hostname used for this client.
|
|
|
|
*/
|
|
|
|
- host = "services.int";
|
|
|
|
+ host = "services.localhost.";
|
|
|
|
|
|
|
|
/* (*)real
|
|
|
|
* The GECOS (real name) of the client.
|
2012-11-21 00:03:06 +00:00
|
|
|
@@ -1533,7 +1533,7 @@ groupserv {
|
2011-08-02 07:52:16 +00:00
|
|
|
/* (*)host
|
|
|
|
* The hostname we want GroupServ to have.
|
|
|
|
*/
|
|
|
|
- host = "services.int";
|
|
|
|
+ host = "services.localhost.";
|
|
|
|
|
|
|
|
/* (*)real
|
|
|
|
* The realname (gecos) information we want GroupServ to have.
|
2012-11-21 00:03:06 +00:00
|
|
|
@@ -1598,7 +1598,7 @@ hostserv {
|
2010-03-09 23:23:44 +00:00
|
|
|
/* (*)host
|
|
|
|
* The hostname used for this client.
|
|
|
|
*/
|
|
|
|
- host = "services.int";
|
|
|
|
+ host = "services.localhost.";
|
|
|
|
|
|
|
|
/* (*)real
|
|
|
|
* The GECOS (real name) of the client.
|
2012-11-21 00:03:06 +00:00
|
|
|
@@ -1647,7 +1647,7 @@ helpserv {
|
2011-08-02 07:52:16 +00:00
|
|
|
/* (*)host
|
|
|
|
* The hostname we want HelpServ to have.
|
|
|
|
*/
|
|
|
|
- host = "services.int";
|
|
|
|
+ host = "services.localhost.";
|
|
|
|
|
|
|
|
/* (*)real
|
|
|
|
* The realname (gecos) information we want HelpServ to have.
|
2012-11-21 00:03:06 +00:00
|
|
|
@@ -1701,7 +1701,7 @@ alis {
|
2010-03-09 23:23:44 +00:00
|
|
|
/* (*)host
|
|
|
|
* The hostname we want ALIS to have.
|
|
|
|
*/
|
|
|
|
- host = "services.int";
|
|
|
|
+ host = "services.localhost.";
|
|
|
|
|
|
|
|
/* (*)real
|
|
|
|
* The realname (gecos) information we want ALIS to have.
|
2012-11-21 00:03:06 +00:00
|
|
|
@@ -1869,7 +1869,7 @@ general {
|
2010-03-09 23:23:44 +00:00
|
|
|
* 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>?
|