From 3d9064e4d1e722920db783b07beb733db3dad3c8 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Sat, 2 Nov 2024 22:41:39 -0400 Subject: [PATCH 1/3] Re-ordered and organized a few things --- Dockerfile | 14 +- docker-compose.linked.yml | 24 - docker-compose.standalone.yml | 20 - docker-compose.yml | 22 + help.conf | 640 ++++++++++++++ include.default.conf | 135 --- inspircd.conf | 1530 ++++----------------------------- modules.conf | 198 +++++ motd.txt | 1 - oper.motd.txt | 1 - 10 files changed, 1057 insertions(+), 1528 deletions(-) delete mode 100644 docker-compose.linked.yml delete mode 100644 docker-compose.standalone.yml create mode 100644 docker-compose.yml create mode 100644 help.conf delete mode 100644 include.default.conf create mode 100644 modules.conf delete mode 100644 motd.txt delete mode 100644 oper.motd.txt diff --git a/Dockerfile b/Dockerfile index 6895dd5..dd0b3a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -306,9 +306,7 @@ ENV JOIN_FLOOD_SPLIT_WAIT="32s" ENV KNOCK_NOTIFY="both" -ENV LIST_MAX_SIZE="512" - -ENV LIST_NORMAL_SIZE="256" +ENV LIST_MAX_SIZE="100" ENV MESSAGE_FLOOD_NOTICE="1.0" @@ -448,13 +446,17 @@ RUN mkdir -p /etc/inspircd /var/lib/inspircd /etc/ssl/inspircd /var/log/inspircd ADD inspircd.conf /etc/inspircd -ADD include.default.conf /etc/inspircd/include.conf +ADD modules.conf /etc/inspircd + +ADD help.conf /etc/inspircd + +ADD custom/ /etc/inspircd/custom ADD GeoLite2-Country.mmdb /etc/inspircd ADD motd.txt /etc/inspircd/motd.txt -ADD oper.motd.txt /etc/inspircd/oper.motd.txt +ADD oper.motd.txt /etc/inspircd/oper.motd.txt RUN openssl genrsa -out /etc/ssl/inspircd/server.key @@ -475,4 +477,4 @@ USER inspircd WORKDIR / -CMD /usr/local/bin/inspircd -c /etc/inspircd/inspircd.conf -F +CMD /usr/local/bin/inspircd -c /etc/inspircd/inspircd.conf -F diff --git a/docker-compose.linked.yml b/docker-compose.linked.yml deleted file mode 100644 index eeb3ca7..0000000 --- a/docker-compose.linked.yml +++ /dev/null @@ -1,24 +0,0 @@ -services: - ircd_linked: - build: - context: . - args: - BUILD_SERVER_NAME: ${SERVER_NAME} - image: inspi4 - network_mode: "host" - env_file: "config.env" - command: /usr/local/bin/inspircd -c /etc/inspircd/inspircd.conf -F - volumes: - - ./motd.txt:/etc/inspircd/motd.txt:ro - - ./oper.motd.txt:/etc/inspircd/oper.motd.txt:ro - - ./include.conf:/etc/inspircd/include.conf:ro - - ssl:/etc/ssl/inspircd - - data:/var/lib/inspircd - - log:/var/log/inspircd -volumes: - data: - name: inspi4_data - ssl: - name: inspi4_ssl - log: - name: inspi4_log diff --git a/docker-compose.standalone.yml b/docker-compose.standalone.yml deleted file mode 100644 index 19a3533..0000000 --- a/docker-compose.standalone.yml +++ /dev/null @@ -1,20 +0,0 @@ -services: - ircd: - build: - context: . - args: - BUILD_SERVER_NAME: ${SERVER_NAME} - image: inspi4 - network_mode: "host" - env_file: "config.env" - volumes: - - ssl:/etc/ssl/inspircd - - data:/var/lib/inspircd - - log:/var/log/inspircd -volumes: - data: - name: inspi4_data - ssl: - name: inspi4_ssl - log: - name: inspi4_log diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..b76167f --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,22 @@ +services: + leaf: + build: + context: . + args: + BUILD_SERVER_NAME: ${SERVER_NAME} + image: inspi4 + network_mode: "host" + env_file: "config.env" + command: /usr/local/bin/inspircd -c /etc/inspircd/inspircd.conf -F + volumes: + - ./custom:/etc/inspircd/custom:ro + - ssl:/etc/ssl/inspircd + - data:/var/lib/inspircd + - log:/var/log/inspircd +volumes: + data: + name: inspi4_data + ssl: + name: inspi4_ssl + log: + name: inspi4_log diff --git a/help.conf b/help.conf new file mode 100644 index 0000000..2297804 --- /dev/null +++ b/help.conf @@ -0,0 +1,640 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/include.default.conf b/include.default.conf deleted file mode 100644 index 712b630..0000000 --- a/include.default.conf +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/inspircd.conf b/inspircd.conf index f6a29ce..c3420f5 100644 --- a/inspircd.conf +++ b/inspircd.conf @@ -1,8 +1,147 @@ - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -163,155 +344,11 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -350,45 +387,7 @@ - - - - - - - - - - - - - - - - @@ -633,13 +628,6 @@ - - - @@ -653,37 +641,6 @@ - - - - - - - - - - - @@ -691,401 +648,7 @@ privmsg="&env.MESSAGE_FLOOD_PRIVMSG;" tagmsg="&env.MESSAGE_FLOOD_TAG_MSG;"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1109,37 +672,12 @@ - + - @@ -1150,30 +688,12 @@ - - - - - - - - + @@ -1238,22 +747,6 @@ - - - - - - - @@ -1263,9 +756,7 @@ - + @@ -1278,646 +769,3 @@ serverzombietime="&env.ZOMBIE_SERVER_TIME;"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/modules.conf b/modules.conf new file mode 100644 index 0000000..506374d --- /dev/null +++ b/modules.conf @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/motd.txt b/motd.txt deleted file mode 100644 index 39cdd0d..0000000 --- a/motd.txt +++ /dev/null @@ -1 +0,0 @@ -- diff --git a/oper.motd.txt b/oper.motd.txt deleted file mode 100644 index 39cdd0d..0000000 --- a/oper.motd.txt +++ /dev/null @@ -1 +0,0 @@ -- -- 2.39.5 From 09e99d2122c1db46740daa1fe34cb69743dd3f18 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Sun, 3 Nov 2024 01:37:52 -0500 Subject: [PATCH 2/3] added missing custom dir (wtf) --- .gitignore | 4 -- custom/include.conf | 160 +++++++++++++++++++++++++++++++++++++++++++ custom/motd.txt | 57 +++++++++++++++ custom/oper.motd.txt | 1 + 4 files changed, 218 insertions(+), 4 deletions(-) delete mode 100644 .gitignore create mode 100644 custom/include.conf create mode 100644 custom/motd.txt create mode 100644 custom/oper.motd.txt diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 21b8a4d..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -config.env -include.conf -motd.txt -oper.motd.txt diff --git a/custom/include.conf b/custom/include.conf new file mode 100644 index 0000000..33c767c --- /dev/null +++ b/custom/include.conf @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/custom/motd.txt b/custom/motd.txt new file mode 100644 index 0000000..c4fb5d6 --- /dev/null +++ b/custom/motd.txt @@ -0,0 +1,57 @@ + 0,0 0╗ 0,0 0╗ 0,0 0╗ 0,0 0╗ 0,0 0╗ 0,0 0╗ + 0,0 0╔══0,0 0╗ 0,0 0║ 0,0 0║ 0,0 0╔══0,0 0╗ 0,0 0╔════╝ 0,0 0╔══0,0 0╗ + 0,0 0║ ╚═╝ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ + 0╚0,0 0╗ 0,0 0║ 0,0 0║ 0,0 0╔╝ 0,0 0╗ 0,0 0╔╝ + 0╚═══0,0 0╗ 0,0 0║ 0,0 0║ 0,0 0╔═══╝ 0,0 0╔════╝ 0,0 0╔══0,0 0╗ + 0,0 0╗ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ + 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ + 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ + 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ + 0╚0,0 0╔╝ ╚0,0 0╔╝ 0,0 0║ 0,0 0╗ 0,0 0║ 0,0 0║ +0 ╚════╝ ╚════╝ ╚═╝ ╚══════╝ ╚═╝ ╚═╝ + + 0,12  + 0,12 0,4 0,12  + 0,12 0,4 0,8 0,4 0,8 0,4 0,8 0,4 0,12  +0,12 0,4 0,8 0,4 0,8 0,4 0,8 0,4 0,12  +0,12 0,4 0,8 0,4 0,8 0,4 0,12  + 0,12 0,4 0,8 0,4 0,8 0,4 0,12  + 0,12 0,4 0,12  + 0,12 0,4 0,8 0,4 0,12  + 0,12 0,4 0,8 0,4 0,8 0,4 0,12  + 0,12 0,4 0,12  + 0,12 0,4 0,8 0,4 0,12  + 0,12 0,4 0,8 0,4 0,12  + 0,12 0,4 0,12  + 0,12 0,4 0,12  + 0,12  + 0,12  + + 0,0 0╗ 0,0 0╗ 0,0 0╗ 0,0 0╗ 0,0 0╗ + 0,0 0╔═0,0 0╗ 0,0 0║ 0,0 0╔════╝ 0,0 0╔═╝ 0,0 0╔══0,0 0╗ + 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ ╚═╝ + 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0╗ 0,0 0║ ╚0,0 0╗ + 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0╔════╝ 0,0 0║ ╚═══0,0 0╗ + 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0  0,0 0║ + 0,0 0║ ╚0,0 0║ 0,0 0╗ 0,0 0║ ╚0,0 0╔╝ + 0╚═╝ ╚════╝ ╚══════╝ ╚═╝ ╚════╝ + +4─────────┤ 0THE WILD WILD WEST OF IRC 4├───────── + +14• 7 Round-robin irc.supernets.org 14(IPv4/IPv6) +14• 7 Onion 14removed until further notice + +14• 7 Ports 6660-6669 & 7000 +14• 7SSL/TLS Ports 6697 & 9000 + +14• 7 Mail 12admin@supernets.org +14• 7 Git 12https://git.supernets.org +14• 7 Twitter 12https://twitter.com/super_nets +14• 7 Website 12https://supernets.org/ + +4─────────┤ 0MOST DANGEROUS IRC NETWORK 4├──────── + +14• 7This is a hostile chat environment +14• 7Do not disrupt the orderly operation of the network +14• 7No distribution of child pornography +14• 7See /RULES for a list of network rules diff --git a/custom/oper.motd.txt b/custom/oper.motd.txt new file mode 100644 index 0000000..39cdd0d --- /dev/null +++ b/custom/oper.motd.txt @@ -0,0 +1 @@ +- -- 2.39.5 From ce34c5fd7d0cb6c59b78f7bba1a7aa9f980f7fd4 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Sun, 3 Nov 2024 23:44:00 -0500 Subject: [PATCH 3/3] Patch applied from sq --- Dockerfile | 16 +++++++--------- config.env.example | 1 - custom/include.conf | 2 +- inspircd.conf | 5 +---- 4 files changed, 9 insertions(+), 15 deletions(-) diff --git a/Dockerfile b/Dockerfile index dd0b3a6..c046790 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,9 @@ -FROM ubuntu:latest - ARG BUILD_SERVER_NAME="irc.lame-network.local" +ARG UBUNTU_VERSION="noble" + +FROM ubuntu:${UBUNTU_VERSION} + ENV ADMIN_EMAIL="no-reply@lame-netwoork.local" ENV SID="01A" @@ -174,15 +176,13 @@ ENV SERVICES_ULINE="services.lame-network.local" ENV WS_ORIGIN_ALLOW="irc.lame-network.local" -ENV DEFAULT_BLOCK_HOST_MASK="*@*" - ENV LINK_RECV_PASSWORD="changeme" ENV LINK_SEND_PASSWORD="changeme" ENV LINK_TIMEOUT=3600 -ENV CLOAK_KEY="changeme" +ENV CLOAK_KEY="changemechangemechangemechangeme" ENV CLOAK_IGNORE_CASE="no" @@ -436,6 +436,8 @@ RUN git clone https://github.com/inspircd/inspircd.git WORKDIR /tmp/inspircd +RUN git checkout -b master 7734b2e + RUN ./configure --gid inspircd --uid inspircd --development --prefix=/usr/local RUN ./modulemanager list | awk '{print $1}' | xargs -i ./modulemanager install {} ; true @@ -454,10 +456,6 @@ ADD custom/ /etc/inspircd/custom ADD GeoLite2-Country.mmdb /etc/inspircd -ADD motd.txt /etc/inspircd/motd.txt - -ADD oper.motd.txt /etc/inspircd/oper.motd.txt - RUN openssl genrsa -out /etc/ssl/inspircd/server.key RUN openssl req -new -key /etc/ssl/inspircd/server.key -out /etc/ssl/inspircd/server.csr \ diff --git a/config.env.example b/config.env.example index 83795b9..c095e04 100644 --- a/config.env.example +++ b/config.env.example @@ -18,7 +18,6 @@ HOPM_VHOST="hopm/lame-network.local" HELPER_VHOST="helper/lame-network.local" SERVICES_ULINE="services.lame-network.local" WS_ORIGIN_ALLOW="irc.lame-network.local" -DEFAULT_BLOCK_HOST_MASK="nothing" LINK_RECV_PASSWORD="changeme" LINK_SEND_PASSWORD="changeme" LINK_TIMEOUT="32" diff --git a/custom/include.conf b/custom/include.conf index 33c767c..e1b9c6c 100644 --- a/custom/include.conf +++ b/custom/include.conf @@ -9,7 +9,7 @@ requestclientcert="no" provider="gnutls"> - + - - - -- 2.39.5