]> jfr.im git - irc/UndernetIRC/undernet-development-env.git/blob - etc/gnuworld/gnuworld.conf
Initial import of undernet development env
[irc/UndernetIRC/undernet-development-env.git] / etc / gnuworld / gnuworld.conf
1 uplink = hub.undernet.org
2 port = 4400
3 password = 123456789
4 name = channels.undernet.org
5 description = UnderNet Services
6 numeric = 51
7
8 # Set this variable to yes if you want the server to attempt
9 # to auto_reconnect when a connection is terminated, set
10 # to no otherwise.
11 # Be careful using this.
12 auto_reconnect = yes
13
14 # There is currently a bug in ircu which causes the first client
15 # of a multiclient server to be lost, but only if maxclients is set
16 # to an even number.
17 # Therefore, only use odd numbers for maxclients here.
18 maxclients = 1023
19
20 # This is the variable which defines the host suffix to be concatenated
21 # onto the user's account name for host hiding.
22 hidden_host_suffix = .users.undernet.org
23
24 # command_map is the name of the file which contains the mappings
25 # from module filenames (of server command handlers) to the
26 # message name to which it is associated.
27 # You probably will not need to ever change this.
28 command_map = /gnuworld/share/gnuworld/server_command_map
29
30 # libdir is the path to the directory containing
31 # the gnuworld modules
32 libdir = /gnuworld/lib
33
34 # To use a certain module, uncomment it below.
35 module = libcservice.la /gnuworld/etc/cservice.conf
36 module = libccontrol.la /gnuworld/etc/ccontrol.conf
37 #module = libchanfix.la /gnuworld/etc/openchanfix.conf
38 #module = libcloner.la cloner.example.conf
39 #module = libnickserv.la nickserv.example.conf
40 #module = libstats.la stats.example.conf
41 #module = libscanner.la scanner.example.conf
42 #module = libgnutest.la gnutest.example.conf
43 #module = libclientExample.la clientExample.example.conf
44 module = libdronescan.la /gnuworld/etc/dronescan.conf
45 #module = libsnoop.la snoop.example.conf
46
47 # Control nicknames
48 # List here the nicknames to which you want the server to respond
49 # for control commands.
50 # You need not list any, it could be construed as a security
51 # risk, but adds very nice functionality.
52 # No clients are burst for control, instead control commands
53 # must be sent via MSG controlnick@server.name <command>
54 controlnick = control
55
56 # List the AC account usernames for those users you want to
57 # have access to the control commands.
58 # Be careful who you choose for this.
59 # AC account usernames are case sensitive.
60 allowcontrol = reppir
61
62 #################################################
63 # It is safe to leave the rest of this file alone
64 # These variables are for fine tuning
65
66 # The time between checks for expired glines (seconds)
67 glineUpdateInterval = 15
68
69 # The time between pings to the uplink (seconds)
70 pingUpdateInterval = 60