From 7695a2e3a225a911b25e13d23d9f3eff7de6e5c3 Mon Sep 17 00:00:00 2001 From: Autoupdater for UnrealIRCd Date: Wed, 26 Jun 2024 15:22:03 +0000 Subject: [PATCH] Autoupdate Wed Jun 26 03:22:03 PM UTC 2024 --- index/modules.list | 59 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/index/modules.list b/index/modules.list index 6488b0a..4a83b83 100644 --- a/index/modules.list +++ b/index/modules.list @@ -154,6 +154,26 @@ module "third/queue" } } +module "third/ipinfo_whois" +{ + description "Show IPinfo.io information in WHOIS"; + version "1.0.0"; + author "reverse"; + documentation "https://github.com/revrsedev/UnrealIRCD-6-mods-contrib/blob/main/ipinfo_whois/README.md"; + troubleshooting "In case of problems, documentation or e-mail me at mike.chevronnet@gmail.com"; + source "https://raw.githubusercontent.com/unrealircd/unrealircd-contrib/unreal6/files/ipinfo_whois.c"; + sha256sum "03d89928fc1a610555b29104281fd9efd13f3b4346a1f85336e3081f395a7903"; + min-unrealircd-version "6.*"; + post-install-text + { + "The module is installed, now all you need to do is add a 'loadmodule' line to your config file:"; + "loadmodule \"third/ipinfo_whois\";"; + "Add the TOKEN API from ipinfo.io to the block ipinfo_whois in you're config file"; + "Then /rehash the IRCd."; + "For usage information, refer to the module's documentation found at: https://github.com/revrsedev/UnrealIRCD-6-mods-contrib/blob/main/ipinfo_whois/README.md"; + } +} + module "third/topicgreeting" { description "Greet users who join a channel by changing the topic (channel mode +g)"; @@ -1421,6 +1441,26 @@ module "third/extwarn" } } +module "third/welcomemessages" +{ + description "Sends server custom welcome messages for differents channels"; + version "1.0.1"; + author "reverse"; + documentation "https://github.com/revrsedev/UnrealIRCD-6-mods-contrib/blob/main/welcomemessages/README.md"; + troubleshooting "In case of problems, documentation or e-mail me at mike.chevronnet@gmail.com"; + source "https://raw.githubusercontent.com/unrealircd/unrealircd-contrib/unreal6/files/welcomemessages.c"; + sha256sum "b406031187c2e6fa4c674570331b16991826a1de6fc3a3d52507d38098a79f8c"; + min-unrealircd-version "6.*"; + post-install-text + { + "The module is installed, now all you need to do is add a 'loadmodule' line to your config file:"; + "loadmodule \"third/welcomemessages\";"; + "Add channel and custom messages to your config file"; + "Then /rehash the IRCd."; + "For usage information, refer to the module's documentation found at: https://github.com/revrsedev/UnrealIRCD-6-mods-contrib/blob/main/welcomemessages/README.md"; + } +} + module "third/upgrade-notify" { description "Sends out a message to opers when there is an upgrade available for UnrealIRCd"; @@ -1519,6 +1559,25 @@ module "third/repeatprot" } } +module "third/listsg" +{ + description "Command /SG to list security groups and their members"; + version "1.0"; + author "reverse"; + documentation "https://github.com/revrsedev/UnrealIRCD-6-mods-contrib/blob/main/listsg/README.md"; + troubleshooting "In case of problems, documentation or e-mail me at mike.chevronnet@gmail.com"; + source "https://raw.githubusercontent.com/unrealircd/unrealircd-contrib/unreal6/files/listsg.c"; + sha256sum "16697a331d8f66baa8a9225a6a7896f81ce1b17b533ff9ee375acd4601acce4a"; + min-unrealircd-version "6.*"; + post-install-text + { + "The module is installed, now all you need to do is add a 'loadmodule' line to your config file:"; + "loadmodule \"third/listsg\";"; + "Then /rehash the IRCd."; + "For usage information, refer to the module's documentation found at: https://github.com/revrsedev/UnrealIRCD-6-mods-contrib/blob/main/listsg/README.md"; + } +} + module "third/display-name" { description "+draft/display-name (IRCv3)";