unrealircd

- supernets unrealircd source & configuration
git clone git://git.acid.vegas/unrealircd.git
Log | Files | Refs | Archive | README | LICENSE

default (874B)

      1 # These are the settings saved from running './Config'.
      2 # Note that it is not recommended to edit config.settings by hand!
      3 # Chances are you misunderstand what a variable does or what the
      4 # supported values are. You better just re-run the ./Config script
      5 # and answer appropriately there, to get a correct config.settings
      6 # file.
      7 #
      8 BASEPATH=$HOME/unrealircd
      9 BINDIR=$HOME/unrealircd/bin
     10 DATADIR=$HOME/unrealircd/data
     11 CONFDIR=$HOME/unrealircd/conf
     12 MODULESDIR=$HOME/unrealircd/modules
     13 LOGDIR=$HOME/unrealircd/logs
     14 CACHEDIR=$HOME/unrealircd/cache
     15 DOCDIR=$HOME/unrealircd/doc
     16 TMPDIR=$HOME/unrealircd/tmp
     17 PRIVATELIBDIR=$HOME/unrealircd/lib
     18 MAXCONNECTIONS_REQUEST="auto"
     19 NICKNAMEHISTORYLENGTH="2000"
     20 GEOIP="classic"
     21 DEFPERM="0600"
     22 SSLDIR=""
     23 REMOTEINC=""
     24 CURLDIR=""
     25 NOOPEROVERRIDE=""
     26 OPEROVERRIDEVERIFY=""
     27 GENCERTIFICATE="0"
     28 SANITIZER="asan"
     29 EXTRAPARA="--enable-werror"
     30 ADVANCED=""