diff --git a/docker-compose.yml b/docker-compose.yml index 3429ae0..5e81fa8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,6 +3,8 @@ services: build: context: ./unrealircd dockerfile: Dockerfile + ports: + - '6697:6697' atheme: build: context: ./atheme diff --git a/unrealircd/conf/aliases/aliases.conf b/unrealircd/example_conf/aliases/aliases.conf similarity index 100% rename from unrealircd/conf/aliases/aliases.conf rename to unrealircd/example_conf/aliases/aliases.conf diff --git a/unrealircd/conf/aliases/anope.conf b/unrealircd/example_conf/aliases/anope.conf similarity index 100% rename from unrealircd/conf/aliases/anope.conf rename to unrealircd/example_conf/aliases/anope.conf diff --git a/unrealircd/conf/aliases/atheme.conf b/unrealircd/example_conf/aliases/atheme.conf similarity index 100% rename from unrealircd/conf/aliases/atheme.conf rename to unrealircd/example_conf/aliases/atheme.conf diff --git a/unrealircd/conf/aliases/auspice.conf b/unrealircd/example_conf/aliases/auspice.conf similarity index 100% rename from unrealircd/conf/aliases/auspice.conf rename to unrealircd/example_conf/aliases/auspice.conf diff --git a/unrealircd/conf/aliases/cygnus.conf b/unrealircd/example_conf/aliases/cygnus.conf similarity index 100% rename from unrealircd/conf/aliases/cygnus.conf rename to unrealircd/example_conf/aliases/cygnus.conf diff --git a/unrealircd/conf/aliases/epona.conf b/unrealircd/example_conf/aliases/epona.conf similarity index 100% rename from unrealircd/conf/aliases/epona.conf rename to unrealircd/example_conf/aliases/epona.conf diff --git a/unrealircd/conf/aliases/generic.conf b/unrealircd/example_conf/aliases/generic.conf similarity index 100% rename from unrealircd/conf/aliases/generic.conf rename to unrealircd/example_conf/aliases/generic.conf diff --git a/unrealircd/conf/aliases/genericstats.conf b/unrealircd/example_conf/aliases/genericstats.conf similarity index 100% rename from unrealircd/conf/aliases/genericstats.conf rename to unrealircd/example_conf/aliases/genericstats.conf diff --git a/unrealircd/conf/aliases/ircservices.conf b/unrealircd/example_conf/aliases/ircservices.conf similarity index 100% rename from unrealircd/conf/aliases/ircservices.conf rename to unrealircd/example_conf/aliases/ircservices.conf diff --git a/unrealircd/conf/aliases/operstats.conf b/unrealircd/example_conf/aliases/operstats.conf similarity index 100% rename from unrealircd/conf/aliases/operstats.conf rename to unrealircd/example_conf/aliases/operstats.conf diff --git a/unrealircd/conf/badwords.conf b/unrealircd/example_conf/badwords.conf similarity index 100% rename from unrealircd/conf/badwords.conf rename to unrealircd/example_conf/badwords.conf diff --git a/unrealircd/conf/dccallow.conf b/unrealircd/example_conf/dccallow.conf similarity index 100% rename from unrealircd/conf/dccallow.conf rename to unrealircd/example_conf/dccallow.conf diff --git a/unrealircd/conf/examples/example.conf b/unrealircd/example_conf/examples/example.conf similarity index 100% rename from unrealircd/conf/examples/example.conf rename to unrealircd/example_conf/examples/example.conf diff --git a/unrealircd/conf/examples/example.es.conf b/unrealircd/example_conf/examples/example.es.conf similarity index 100% rename from unrealircd/conf/examples/example.es.conf rename to unrealircd/example_conf/examples/example.es.conf diff --git a/unrealircd/conf/examples/example.fr.conf b/unrealircd/example_conf/examples/example.fr.conf similarity index 100% rename from unrealircd/conf/examples/example.fr.conf rename to unrealircd/example_conf/examples/example.fr.conf diff --git a/unrealircd/conf/examples/example.pt.conf b/unrealircd/example_conf/examples/example.pt.conf similarity index 100% rename from unrealircd/conf/examples/example.pt.conf rename to unrealircd/example_conf/examples/example.pt.conf diff --git a/unrealircd/conf/examples/example.tr.conf b/unrealircd/example_conf/examples/example.tr.conf similarity index 100% rename from unrealircd/conf/examples/example.tr.conf rename to unrealircd/example_conf/examples/example.tr.conf diff --git a/unrealircd/conf/help/help.conf b/unrealircd/example_conf/help/help.conf similarity index 100% rename from unrealircd/conf/help/help.conf rename to unrealircd/example_conf/help/help.conf diff --git a/unrealircd/conf/help/help.de.conf b/unrealircd/example_conf/help/help.de.conf similarity index 100% rename from unrealircd/conf/help/help.de.conf rename to unrealircd/example_conf/help/help.de.conf diff --git a/unrealircd/conf/help/help.es.conf b/unrealircd/example_conf/help/help.es.conf similarity index 100% rename from unrealircd/conf/help/help.es.conf rename to unrealircd/example_conf/help/help.es.conf diff --git a/unrealircd/conf/help/help.fr.conf b/unrealircd/example_conf/help/help.fr.conf similarity index 100% rename from unrealircd/conf/help/help.fr.conf rename to unrealircd/example_conf/help/help.fr.conf diff --git a/unrealircd/conf/help/help.it.conf b/unrealircd/example_conf/help/help.it.conf similarity index 100% rename from unrealircd/conf/help/help.it.conf rename to unrealircd/example_conf/help/help.it.conf diff --git a/unrealircd/conf/help/help.nl.conf b/unrealircd/example_conf/help/help.nl.conf similarity index 100% rename from unrealircd/conf/help/help.nl.conf rename to unrealircd/example_conf/help/help.nl.conf diff --git a/unrealircd/conf/help/help.pl.conf b/unrealircd/example_conf/help/help.pl.conf similarity index 100% rename from unrealircd/conf/help/help.pl.conf rename to unrealircd/example_conf/help/help.pl.conf diff --git a/unrealircd/conf/help/help.ru.conf b/unrealircd/example_conf/help/help.ru.conf similarity index 100% rename from unrealircd/conf/help/help.ru.conf rename to unrealircd/example_conf/help/help.ru.conf diff --git a/unrealircd/conf/help/help.tr.conf b/unrealircd/example_conf/help/help.tr.conf similarity index 100% rename from unrealircd/conf/help/help.tr.conf rename to unrealircd/example_conf/help/help.tr.conf diff --git a/unrealircd/conf/modules.default.conf b/unrealircd/example_conf/modules.default.conf similarity index 100% rename from unrealircd/conf/modules.default.conf rename to unrealircd/example_conf/modules.default.conf diff --git a/unrealircd/conf/modules.optional.conf b/unrealircd/example_conf/modules.optional.conf similarity index 100% rename from unrealircd/conf/modules.optional.conf rename to unrealircd/example_conf/modules.optional.conf diff --git a/unrealircd/conf/modules.sources.list b/unrealircd/example_conf/modules.sources.list similarity index 100% rename from unrealircd/conf/modules.sources.list rename to unrealircd/example_conf/modules.sources.list diff --git a/unrealircd/conf/operclass.default.conf b/unrealircd/example_conf/operclass.default.conf similarity index 100% rename from unrealircd/conf/operclass.default.conf rename to unrealircd/example_conf/operclass.default.conf diff --git a/unrealircd/conf/rpc-class.default.conf b/unrealircd/example_conf/rpc-class.default.conf similarity index 100% rename from unrealircd/conf/rpc-class.default.conf rename to unrealircd/example_conf/rpc-class.default.conf diff --git a/unrealircd/conf/rpc.modules.default.conf b/unrealircd/example_conf/rpc.modules.default.conf similarity index 100% rename from unrealircd/conf/rpc.modules.default.conf rename to unrealircd/example_conf/rpc.modules.default.conf diff --git a/unrealircd/conf/snomasks.default.conf b/unrealircd/example_conf/snomasks.default.conf similarity index 100% rename from unrealircd/conf/snomasks.default.conf rename to unrealircd/example_conf/snomasks.default.conf diff --git a/unrealircd/conf/spamfilter.conf b/unrealircd/example_conf/spamfilter.conf similarity index 100% rename from unrealircd/conf/spamfilter.conf rename to unrealircd/example_conf/spamfilter.conf diff --git a/unrealircd/conf/tls/curl-ca-bundle.crt b/unrealircd/example_conf/tls/curl-ca-bundle.crt similarity index 100% rename from unrealircd/conf/tls/curl-ca-bundle.crt rename to unrealircd/example_conf/tls/curl-ca-bundle.crt diff --git a/unrealircd/conf/unrealircd.conf b/unrealircd/example_conf/unrealircd.conf similarity index 100% rename from unrealircd/conf/unrealircd.conf rename to unrealircd/example_conf/unrealircd.conf