]> jfr.im git - irc/quakenet/newserv.git/blob - configure.ini
CHANSERV: tell user when they can't attempts to auth any more, and drop max attempts...
[irc/quakenet/newserv.git] / configure.ini
1 # you can override most of these options in configure.ini.local -- don't change this file
2 # unless you want these settings by default
3
4 # libraries we're gonna search for
5 [core]
6 libs=pgsql mysql lua pcre sqlite
7
8 # dummy libraries, if a module requires one of these then it needs one of the supplied libraries
9 # the first one will be chosen by default, override with --with-key=value
10 [selectlibs]
11 dbapi=pgsql sqlite
12
13 # module dependencies
14 [modules]
15 lib=
16 core=
17 irc=
18 parser=
19 server=
20 nick=
21 miscreply=
22 testmod=
23 channel=
24 localuser=
25 control=dbapi
26 proxyscan=dbapi
27 chanserv=dbapi pcre
28 nickrate=
29 chanstats=
30 carrot=
31 horse=
32 newsearch=pcre
33 trojanscan=mysql pcre
34 silly=
35 tutorbot=
36 fsck=
37 nterfacer=pcre
38 pqsql=pgsql
39 geoip=
40 clonehistogram=
41 lua=lua
42 versionscan=
43 chanfix=
44 settime=
45 helpmod2=
46 splitlist=
47 qabot=
48 lameisp=
49 request=pcre
50 chandump=
51 authext=
52 chanindex=
53 bans=
54 chanprofile=
55 ticketauth=
56 nsmstats=
57 #jupe=
58 serverlist=pcre
59 patricia=
60 sqlite=sqlite
61 log=
62 usercount=
63 patricianick=
64 patriciasearch=
65 xsb=
66 authdump=
67 dbapi2=dbapi
68 auth=
69 trusts=dbapi
70 clonearmy=
71 # SHOULD BE trusts
72 glines=
73 fakeq=dbapi
74 numerictracker=dbapi
75 signontracker=
76 invalidbans=
77 whowas=
78 jupe=
79 fakeusers=
80 raw=
81 nickwatch=
82 patrol=
83 regexgline=pcre mysql
84 facepalm=
85
86 [options]
87 EVENT_ENGINE=poll
88 XSB_ENGINE=pre
89
90 # libraries
91 [libpgsql]
92 libname=pq postgresql
93 include=libpq-fe.h
94
95 [libmysql]
96 include=mysql.h
97 headerpath=../
98 soname=mysqlclient
99
100 [libpcre]
101 include=pcre.h
102
103 [liblua]
104 libname=lua lua51 lua5.1
105 include=lua.h
106 format=lib%s.a
107 additionaldirs=5.1
108
109 [libsqlite]
110 alwayspresent=1
111
112 # search these paths for libraries/includes
113 [search]
114 lib=/usr/lib /usr/local/lib /usr/lib/i386-linux-gnu /usr/lib/x86_64-linux-gnu
115 include=/usr/include /usr/local/include
116
117 # additional variables for various systems
118 [osvars]
119 FreeBSD=CFLAGS+=-fgnu89-inline
120 Linux=LIBDL=-ldl
121 Linux=CFLAGS+=-Wno-format-y2k