]> jfr.im git - irc/UndernetIRC/undernet-development-env.git/blob - etc/gnuworld/ccontrol.conf
Initial import of undernet development env
[irc/UndernetIRC/undernet-development-env.git] / etc / gnuworld / ccontrol.conf
1 # $Id: ccontrol.example.conf.in,v 1.4 2009/06/09 05:55:55 hidden1 Exp $
2 # conf file for testClient
3
4 # database specifications
5 sql_host = db
6 sql_port = 5432
7
8 # sql_db = Name of the database.
9
10 sql_db = ccontrol
11
12 #if you dont need user/pass just leave it with ''
13 sql_user = cservice
14 sql_pass = cservice
15
16 # The following fields are required
17 username = UWorld
18 nickname = UWorld
19 hostname = UWorld.Undernet.org
20 userdescription = UWorld
21
22 operchanmodes = +isn
23 mode = +iodkw
24
25 # make sure channel names are preceeded
26 # by the '#' character
27 operchan = #valhalla
28
29 # msgchan is also an operchan
30 msgchan = #gnuworld.message
31
32 # limitsChan is also an operchan, but used for debugging rejected connections.
33 # Leave it to '' for None (which should be the default)
34 #limitschan = #gnuworld.limitsdebug
35 limitschan = ''
36
37 # Default gline length (in seconds)
38 glength = 3600
39
40 # Default reason for adding an oper chan
41 operchanreason = This is now an IRC Operator only channel
42
43 # report specification
44
45 # abuse_mail - the email that the report should be emailed to
46 abuse_mail = abuse@yournet.org
47
48 # ccemail - the email that ccontrol will put in the from field
49 # of the report
50 ccemail = uworld-report@yourdomain.com
51
52 # sendmail - full path to the sendmail program
53 sendmail = /usr/sbin/sendmail
54
55 # mail_report - set 1 for the bot to mail the report
56 # set to 0 if you dont want a report to be mailed
57 mail_report = 0
58
59 # gline_interval - the interval in which ccontrol should check
60 # for expired glines
61 gline_interval = 3600
62
63 # max_connection - the maximum connections a host can have before glined
64 max_connection = 5
65
66 # max_GLen - the length of the gline the for excessive
67 # connection (in seconds)
68 max_GLen = 86400
69
70 # max_threads - maximum number of gate checking threads to start
71 max_threads = 100
72
73 # check_gates - set 1 for the bot to check for open gates, or 0 for not
74 check_gates = 0
75
76 # check_clones - set 1 for the bot to check for clones, or 0 for not
77 check_clones = 0
78
79 # Expired_Interval
80 Expired_interval = 60
81
82 # dbinterval
83 dbinterval = 60
84
85 # showCGIpsInLogs - If set to 1, it shows channel glines IPs in lastcom logs and in daily logs sent by email
86 showCGIpsInLogs = 1
87
88 # AnnounceNick - Nick used by the fake client to make announcements using the ANNOUNCE command
89 AnnounceNick = A
90
91 # StdCloneChecksDisabled - Disables the clone checks made on /32 and /24 for ipv4 and on /64 and /48 for ipv6.
92 # Useful if you intend to use the LIMITS command
93 StdCloneChecksDisabled = 1
94
95 # Timeout for considering that a connect attempt via iauth was unsuccessful
96 # (used for clones)
97 iauthTimeout = 30
98
99
100 #### Append URL to G-line messages (optional settings)
101
102 # Excessive connections
103 #url_excessive_conn = ''
104 url_excessive_conn = . Visit https://www.undernet.org/gline#ex-conn for more information.
105
106 # Please install identd
107 #url_install_identd = ''
108 url_install_identd = . Visit https://www.undernet.org/gline#identd for more information.