mirror of
https://github.com/pissnet/pissircd.git
synced 2024-06-05 07:48:44 +01:00
83f4619e78
1) All IRC clients support prefixes nowadays 2) People generally misunderstand the question and think this disabled +q (channel owner) and +a (channel admin), when in fact it does not. It only enables/disables the showing of prefixes, and it changes some of the rules eg requiring +qo / +ao for actions that normally only require +q / +a. 3) We now have the modularized +q and +a, so you can actually disable channel owner and channel admin, which is what most users want(ed) that previously disabled PREFIX_AQ. For all users (95%+) that enable PREFIX_AQ there is no effective change. For the other 5% it is likely only for the better.
22 lines
517 B
Text
22 lines
517 B
Text
#
|
|
BASEPATH=$HOME/unrealircd
|
|
BINDIR=$HOME/unrealircd/bin
|
|
DATADIR=$HOME/unrealircd/data
|
|
CONFDIR=$HOME/unrealircd/conf
|
|
MODULESDIR=$HOME/unrealircd/modules
|
|
LOGDIR=$HOME/unrealircd/logs
|
|
CACHEDIR=$HOME/unrealircd/cache
|
|
DOCDIR=$HOME/unrealircd/doc
|
|
TMPDIR=$HOME/unrealircd/tmp
|
|
PRIVATELIBDIR=$HOME/unrealircd/lib
|
|
MAXCONNECTIONS="1024"
|
|
NICKNAMEHISTORYLENGTH="2000"
|
|
DEFPERM="0600"
|
|
SSLDIR=""
|
|
REMOTEINC=""
|
|
CURLDIR=""
|
|
NOOPEROVERRIDE=""
|
|
OPEROVERRIDEVERIFY=""
|
|
GENCERTIFICATE="0"
|
|
EXTRAPARA="--enable-werror --enable-asan"
|
|
ADVANCED=""
|