File: config.dancer

package info (click to toggle)
ircd 2.10.04-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,248 kB
  • ctags: 2,145
  • sloc: ansic: 26,591; makefile: 666; sh: 418; perl: 18
file content (142 lines) | stat: -rw-r--r-- 2,235 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
#
# Automatically generated by 'make config': don't edit
#
CHANGE_CONFIG=n

#
# Compile stuff (this used to be in the Makefile before)
#
CC="cc"
CFLAGS="-g3 -O2 -pipe -DCHHOMEDIR -DGODOPS"
EXTRA_INCLUDEDIRS="none"
LDFLAGS="none"
IRCDLIBS="-lresolv -lcrypt"
BINDIR="../bin"
SYMLINK="dancer"
IRCDMODE="711"
IRCDOWN="root"
IRCDGRP="root"
MANDIR="/usr/man"
EXTRA_CPPFLAGS=""
CPPFLAGS="-I../include"

#
# Operating System specific defines.
#
USE_POLL=y

#
# Host specific defines
#
DOMAINNAME="openprojects.net"
RANDOM_SEED="23478201"
RELIABLE_CLOCK=n

#
# General defines
#
CHROOTDIR=n
CONFIG_SETUGID=n
IRC_UID=
IRC_GID=
CMDLINE_CONFIG=n
UNIXPORT=n
VIRTUAL_HOST=y
HUB=y

#
# Debugging (do not define this on production servers)
#
DEBUGMODE=y
DEBUGMALLOC=n
NODNS=n

#
# Paths and files
#
DPATH="etc"
SPATH="../bin/ircd"
CPATH="dancer.conf"
MPATH="dancer.motd"
RPATH="dancer.motd"
LPATH="../log/dancer.log"
PPATH="../run/dancer.pid"

#
# Logging (filenames are either full paths or files within DPATH)
#
CONFIG_LOG_WHOX=n
CONFIG_LOG_GLINES=y
GPATH="../log/gline.log"
CONFIG_LOG_USERS=y
FNAME_USERLOG="../log/users"
CONFIG_LOG_OPERS=y
FNAME_OPERLOG="../log/opers"
USE_SYSLOG=n
SYSLOG_KILL=y
SYSLOG_SQUIT=y
SYSLOG_CONNECT=y
SYSLOG_OPER=y
SYSLOG_USERS=n
LOG_FACILITY="LOG_DAEMON"

#
# Configuration
#
CRYPT_LINK_PASSWORD=y
CRYPT_OPER_PASSWORD=y
MAXSENDQLENGTH=2000000
INT_BUFFERPOOL=6
BUFFERPOOL="(6 * MAXSENDQLENGTH)"
CLIENT_FLOOD=2024
MAXCONNECTIONS=252
PORTNUM=6667
NICKNAMEHISTORYLENGTH=800
ALLOW_SNO_CONNEXIT=y
R_LINES=n
USEONE=n

#
# Oper commands
#
SHOW_INVISIBLE_USERS=y
SHOW_ALL_INVISIBLE_USERS=y
OPERS_SEE_IN_SECRET_CHANNELS=y
LOCOP_SEE_IN_SECRET_CHANNELS=y
UNLIMIT_OPER_QUERY=n
OPER_KILL=y
OPER_REHASH=y
OPER_RESTART=y
OPER_DIE=y
OPER_LGLINE=y
OPER_REMOTE=y
LOCOP_REHASH=y
LOCOP_RESTART=n
LOCOP_DIE=n
LOCOP_LGLINE=y

#
# Server characteristics
#
CONFIG_LIST=n
DEFAULT_LIST_PARAM=n
COMMENT_IS_FILE=n
IDLE_FROM_MSG=y

#
# Mandatory defines (you should leave these untouched)
#
MAXIMUM_LINKS=1
MSGLOG_ENABLED=n
LOCAL_KILL_ONLY=n
TIMESEC=60
PINGFREQUENCY=120
CONNECTFREQUENCY=600
HANGONGOODLINK=300
HANGONRETRYDELAY=10
CONNECTTIMEOUT=90
KILLCHASETIMELIMIT=30
MAXCHANNELSPERUSER=20
MAXSILES=15
AVBANLEN=40
MAXSILELENGTH="(40 * MAXSILES)"