Load third/redact on Unreal

This commit is contained in:
Valentin Lorentz 2023-11-17 13:07:16 +01:00
parent 08a434851c
commit 0d93503ac7
4 changed files with 11 additions and 0 deletions

View File

@ -324,6 +324,7 @@ jobs:
CFLAGS="-O0 -march=x86-64" CXXFLAGS="$CFLAGS" ./Config -quick CFLAGS="-O0 -march=x86-64" CXXFLAGS="$CFLAGS" ./Config -quick
make -j 4 make -j 4
make install make install
~/.local/unrealircd/unrealircd module install third/react
# Prevent download of geoIP database on first startup # Prevent download of geoIP database on first startup
sed -i 's/loadmodule "geoip_classic";//' ~/.local/unrealircd/conf/modules.default.conf sed -i 's/loadmodule "geoip_classic";//' ~/.local/unrealircd/conf/modules.default.conf
- name: Make artefact tarball - name: Make artefact tarball
@ -370,6 +371,7 @@ jobs:
CFLAGS="-O0 -march=x86-64" CXXFLAGS="$CFLAGS" ./Config -quick CFLAGS="-O0 -march=x86-64" CXXFLAGS="$CFLAGS" ./Config -quick
make -j 4 make -j 4
make install make install
~/.local/unrealircd/unrealircd module install third/react
# Prevent download of geoIP database on first startup # Prevent download of geoIP database on first startup
sed -i 's/loadmodule "geoip_classic";//' ~/.local/unrealircd/conf/modules.default.conf sed -i 's/loadmodule "geoip_classic";//' ~/.local/unrealircd/conf/modules.default.conf
- name: Make artefact tarball - name: Make artefact tarball

View File

@ -364,6 +364,7 @@ jobs:
CFLAGS="-O0 -march=x86-64" CXXFLAGS="$CFLAGS" ./Config -quick CFLAGS="-O0 -march=x86-64" CXXFLAGS="$CFLAGS" ./Config -quick
make -j 4 make -j 4
make install make install
~/.local/unrealircd/unrealircd module install third/react
# Prevent download of geoIP database on first startup # Prevent download of geoIP database on first startup
sed -i 's/loadmodule "geoip_classic";//' ~/.local/unrealircd/conf/modules.default.conf sed -i 's/loadmodule "geoip_classic";//' ~/.local/unrealircd/conf/modules.default.conf
- name: Make artefact tarball - name: Make artefact tarball
@ -410,6 +411,7 @@ jobs:
CFLAGS="-O0 -march=x86-64" CXXFLAGS="$CFLAGS" ./Config -quick CFLAGS="-O0 -march=x86-64" CXXFLAGS="$CFLAGS" ./Config -quick
make -j 4 make -j 4
make install make install
~/.local/unrealircd/unrealircd module install third/react
# Prevent download of geoIP database on first startup # Prevent download of geoIP database on first startup
sed -i 's/loadmodule "geoip_classic";//' ~/.local/unrealircd/conf/modules.default.conf sed -i 's/loadmodule "geoip_classic";//' ~/.local/unrealircd/conf/modules.default.conf
- name: Make artefact tarball - name: Make artefact tarball

View File

@ -13,6 +13,7 @@ TEMPLATE_CONFIG = """
include "modules.default.conf"; include "modules.default.conf";
include "operclass.default.conf"; include "operclass.default.conf";
{extras} {extras}
loadmodule "third/redact";
include "help/help.conf"; include "help/help.conf";
me {{ me {{
@ -96,6 +97,11 @@ set {{
}} }}
modes-on-join "+H 100:1d"; // Enables CHATHISTORY modes-on-join "+H 100:1d"; // Enables CHATHISTORY
redacters {{
op;
sender;
}}
{set_v6only} {set_v6only}
}} }}

View File

@ -289,6 +289,7 @@ software:
CFLAGS="-O0 -march=x86-64" CXXFLAGS="$CFLAGS" ./Config -quick CFLAGS="-O0 -march=x86-64" CXXFLAGS="$CFLAGS" ./Config -quick
make -j 4 make -j 4
make install make install
~/.local/unrealircd/unrealircd module install third/react
# Prevent download of geoIP database on first startup # Prevent download of geoIP database on first startup
sed -i 's/loadmodule "geoip_classic";//' ~/.local/unrealircd/conf/modules.default.conf sed -i 's/loadmodule "geoip_classic";//' ~/.local/unrealircd/conf/modules.default.conf