anope

- supernets anope source code & configuration
git clone git://git.acid.vegas/anope.git
Log | Files | Refs | Archive | README

services.conf (2216B)

      1 define {
      2 	name = "services.host"
      3 	value = "services.supernets.org"
      4 }
      5 
      6 uplink {
      7 	host = "REDACTED"
      8 	ipv6 = no
      9 	ssl = no
     10 	port = REDACTED
     11 	password = "REDACTED"
     12 }
     13 
     14 serverinfo {
     15 	name = "services.supernets.org"
     16 	description = "Services for SuperNETs"
     17 	pid = "data/services.pid"
     18 	motd = "conf/services.motd"
     19 }
     20 
     21 module {
     22 	name = "unreal4"
     23 	use_server_side_mlock = yes
     24 	use_server_side_topiclock = yes
     25 }
     26 
     27 networkinfo {
     28 	networkname = "SuperNETs"
     29 	nicklen = 20
     30 	userlen = 10
     31 	hostlen = 64
     32 	chanlen = 20
     33 	modelistsize = 100
     34 	vhost_chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-"
     35 	allow_undotted_vhosts = true
     36 	disallow_start_or_end = ".-"
     37 }
     38 
     39 options {
     40 	casemap = "ascii"
     41 	seed = REDACTED
     42 	strictpasswords = yes
     43 	badpasslimit = 3
     44 	badpasstimeout = 1h
     45 	updatetimeout = 5m
     46 	expiretimeout = 1h
     47 	readtimeout = 5s
     48 	warningtimeout = 4h
     49 	timeoutcheck = 3s
     50 	hidestatso = yes
     51 	retrywait = 60s
     52 	hideprivilegedcommands = yes
     53 	hideregisteredcommands = yes
     54 }
     55 
     56 include {
     57 	type = "file"
     58 	name = "botserv.conf"
     59 }
     60 
     61 include {
     62 	type = "file"
     63 	name = "chanserv.conf"
     64 }
     65 
     66 include {
     67 	type = "file"
     68 	name = "global.conf"
     69 }
     70 
     71 include {
     72 	type = "file"
     73 	name = "hostserv.conf"
     74 }
     75 
     76 include{
     77 	type = "file"
     78 	name = "nickserv.conf"
     79 }
     80 
     81 include {
     82 	type = "file"
     83 	name = "operserv.conf"
     84 }
     85 
     86 log {
     87 	target = "#services"
     88 	bot = "Global"
     89 	admin = "*"
     90 	override = "*"
     91 	commands = "*"
     92 	servers = no
     93 	channels = no
     94 	users = "maxusers oper"
     95 	other = "*"
     96 	rawio = no
     97 	debug = no
     98 }
     99 
    100 log {
    101 	bot = "Global"
    102 	target = "globops"
    103 	admin = "global/* operserv/chankill operserv/mode operserv/kick operserv/akill operserv/s*line operserv/noop operserv/jupe operserv/oline operserv/set operserv/svsnick operserv/svsjoin operserv/svspart nickserv/getpass */drop"
    104 	servers = "squit"
    105 	users = "oper"
    106 	other = "expire/* bados akill/*"
    107 }
    108 
    109 opertype {
    110 	name = "Services Root"
    111 	commands = "*"
    112 	privs = "*"
    113 }
    114 
    115 oper {
    116 	name = "acidvegas"
    117 	type = "Services Root"
    118 	require_oper = yes
    119 	certfp = "f42e0c30ff63484dde3284823829f9b08568259c0b0f2beb174595ee577a924a"
    120 	host = "*@big.dick.acid.vegas"
    121 }
    122 
    123 module {
    124 	name = "db_flatfile"
    125 	database = "anope.db"
    126 	keepbackups = 7
    127 	fork = no
    128 }
    129 
    130 module { name = "enc_sha256" }
    131 module { name = "help" }
    132 module { name = "m_sasl" }