atheme/data/include.default.conf

73 lines
1.9 KiB
Plaintext
Raw Normal View History

2024-11-02 04:43:43 +00:00
serverinfo {
2025-01-05 12:51:24 +00:00
name = "services.supernets.org";
2024-11-02 04:43:43 +00:00
desc = "IRC Services";
2025-01-05 12:51:24 +00:00
numeric = "10X";
recontime = 4;
netname = "SuperNETs";
hidehostsuffix = "hidden";
2024-11-02 04:43:43 +00:00
adminname = "admin";
2025-01-05 12:51:24 +00:00
adminemail = "no-reply@supernets.org";
registeremail = "no-reply@supernets.org";
# hidden;
# mta = "/usr/sbin/sendmail";
2024-11-02 04:43:43 +00:00
loglevel = { admin; error; info; network; wallops; };
2025-01-05 12:51:24 +00:00
maxcertfp = 8;
maxlogins = 8;
maxusers = 8;
mdlimit = 64;
emaillimit = 8;
emailtime = 256;
2024-11-02 04:43:43 +00:00
auth = none;
casemapping = rfc1459;
};
2025-01-07 07:43:08 +00:00
uplink "hub.supernets.org" {
2024-11-02 04:43:43 +00:00
host = "127.0.0.1";
2025-01-05 12:51:24 +00:00
port = 6000;
2024-11-02 04:43:43 +00:00
send_password = "changeme";
receive_password = "changeme";
};
operator "admin" {
operclass = "sra";
password = "changeme";
};
general {
2025-01-05 14:06:34 +00:00
# permissive_mode; # https://github.com/atheme/atheme/issues/937
2024-11-02 04:43:43 +00:00
helpchan = "#help";
2025-01-05 12:51:24 +00:00
helpurl = "https://www.supernets.org";
2024-11-02 04:43:43 +00:00
verbose_wallops;
join_chans;
leave_chans;
uflags = { hidemail; };
2025-01-05 12:51:24 +00:00
cflags = { verbose; verbose_ops; keeptopic; guard; };
flood_msgs = 0;
2024-11-02 04:43:43 +00:00
flood_time = 10;
2025-01-05 12:51:24 +00:00
# ratelimit_uses = 5;
# ratelimit_period = 60;
# vhost_change = 30;
kline_time = 1;
# kline_with_ident;
2024-11-02 04:43:43 +00:00
kline_verified_ident;
clone_time = 0;
2025-01-05 12:51:24 +00:00
commit_interval = 16;
2024-11-02 04:43:43 +00:00
db_save_blocking;
operstring = "is an IRC Operator";
servicestring = "is a Network Service";
2025-01-05 12:51:24 +00:00
default_clone_allowed = 8;
2024-11-02 04:43:43 +00:00
default_clone_warn = 4;
clone_identified_increase_limit;
2025-01-07 07:43:08 +00:00
# uplink_sendq_limit = 1048576;
2024-11-02 04:43:43 +00:00
language = "en";
exempts {
};
2025-01-07 07:43:08 +00:00
# allow_taint;
immune_level = ircop;
2024-11-02 04:43:43 +00:00
show_entity_id;
2025-01-07 07:43:08 +00:00
# load_database_mdeps;
2024-11-02 04:43:43 +00:00
hide_opers;
match_masks_through_vhost;
default_password_length = 16;
};