mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 23:39:46 +00:00
Add Anope controller, and use it with inspircd and unreal (#75)
* Add Anope controller, and use it with inspircd and unreal * Build Anope before running it, duh * Fix Anope build script * Consistently use ascii casemapping instead of rfc1459 * Skip failing test with Anope
This commit is contained in:
24
data/unreal/config.settings
Normal file
24
data/unreal/config.settings
Normal file
@ -0,0 +1,24 @@
|
||||
BASEPATH="$HOME/.local/unrealircd"
|
||||
BINDIR="$HOME/.local/unrealircd/bin"
|
||||
DATADIR="$HOME/.local/unrealircd/data"
|
||||
CONFDIR="$HOME/.local/unrealircd/conf"
|
||||
MODULESDIR="$HOME/.local/unrealircd/modules"
|
||||
LOGDIR="$HOME/.local/unrealircd/logs"
|
||||
CACHEDIR="$HOME/.local/unrealircd/cache"
|
||||
DOCDIR="$HOME/.local/unrealircd/doc"
|
||||
TMPDIR="$HOME/.local/unrealircd/tmp"
|
||||
PRIVATELIBDIR="$HOME/.local/unrealircd/lib"
|
||||
PREFIXAQ="1"
|
||||
MAXCONNECTIONS_REQUEST="auto"
|
||||
NICKNAMEHISTORYLENGTH="2000"
|
||||
DEFPERM="0600"
|
||||
SSLDIR=""
|
||||
REMOTEINC=""
|
||||
CURLDIR=""
|
||||
SHOWLISTMODES="1"
|
||||
NOOPEROVERRIDE=""
|
||||
OPEROVERRIDEVERIFY=""
|
||||
GENCERTIFICATE="1"
|
||||
EXTRAPARA=""
|
||||
ADVANCED=""
|
||||
|
Reference in New Issue
Block a user