]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Replace all references to IRCv3.2 with IRCv3.
authorPeter Powell <petpow@saberuk.com>
Mon, 13 Aug 2018 21:06:39 +0000 (22:06 +0100)
committerPeter Powell <petpow@saberuk.com>
Mon, 13 Aug 2018 21:06:39 +0000 (22:06 +0100)
IRCv3 no longer does versioned releases.

docs/conf/modules.conf.example
src/modules/m_ircv3_capnotify.cpp
src/modules/m_ircv3_chghost.cpp
src/modules/m_ircv3_echomessage.cpp
src/modules/m_ircv3_invitenotify.cpp

index 9e023e9ed1bd774f9a0491a14b3b2fb4011ae484..07d1ccba2cf2f0bece2d42ba6a397eb04fe392f1 100644 (file)
 #<ircv3 accountnotify="on" awaynotify="on" extendedjoin="on">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
-# IRCv3 cap-notify module: Provides the cap-notify IRCv3.2 extension.
-# Required for IRCv3.2 conformance.
+# IRCv3 cap-notify module: Provides the cap-notify IRCv3 extension.
+# Required for IRCv3 conformance.
 #<module name="ircv3_capnotify">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 #<module name="ircv3_batch">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
-# IRCv3 cap-notify module: Provides the cap-notify IRCv3.2 extension.
-# Required for IRCv3.2 conformance.
+# IRCv3 cap-notify module: Provides the cap-notify IRCv3 extension.
+# Required for IRCv3 conformance.
 #<module name="ircv3_capnotify">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
-# IRCv3 chghost module: Provides the chghost IRCv3.2 extension which
+# IRCv3 chghost module: Provides the chghost IRCv3 extension which
 # allows capable clients to learn when the host/ident of another user
 # changes without cycling the user. This module is compatible with the
 # hostcycle module. If both are loaded, clients supporting the chghost
 #<module name="ircv3_chghost">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
-# IRCv3 echo-message module: Provides the echo-message IRCv3.2
+# IRCv3 echo-message module: Provides the echo-message IRCv3
 # extension which allows capable clients to get an acknowledgement when
 # their messages are delivered and learn what modifications, if any,
 # were applied to them.
 #<module name="ircv3_echomessage">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
-# IRCv3 invite-notify module: Provides the invite-notify IRCv3.2
+# IRCv3 invite-notify module: Provides the invite-notify IRCv3
 # extension which notifies supporting clients when a user invites
 # another user into a channel. This respects <options:announceinvites>.
 #<module name="ircv3_invitenotify">
 #<module name="ircv3_servertime">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
-# IRCv3 Strict Transport Security module: Provides the sts IRCv3.2
+# IRCv3 Strict Transport Security module: Provides the sts IRCv3
 # extension which allows clients connecting insecurely to upgrade their
 # connections to TLS.
 #<module name="ircv3_sts">
index 757b0858f70371ca5c9e66ae6c54971d5afeb79c..6190f15a8f19951888bded3276aa8e1a705f7441 100644 (file)
@@ -178,7 +178,7 @@ class ModuleIRCv3CapNotify : public Module, public Cap::EventListener, public Re
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides the cap-notify IRCv3.2 extension", VF_VENDOR);
+               return Version("Provides the cap-notify IRCv3 extension", VF_VENDOR);
        }
 };
 
index aa53612cb60533113d3ed83e967a3bec95baedf3..fd142803f2444db8ac1681e4b474a56f4c14d0bd 100644 (file)
@@ -54,7 +54,7 @@ class ModuleIRCv3ChgHost : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides the chghost IRCv3.2 extension", VF_VENDOR);
+               return Version("Provides the chghost IRCv3 extension", VF_VENDOR);
        }
 };
 
index 702552ea7c62a05bab7c732afbab1885c475fc6f..68505a1957363121a7d1f3b2ea1323d7ee498074 100644 (file)
@@ -72,7 +72,7 @@ class ModuleIRCv3EchoMessage : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides the echo-message IRCv3.2 extension", VF_VENDOR);
+               return Version("Provides the echo-message IRCv3 extension", VF_VENDOR);
        }
 };
 
index bcb6f51d548f9a538e4dd2f4cdc0e92cbbd37f31..8bd4d5642178051203a7a54be1693170953ca8c1 100644 (file)
@@ -63,7 +63,7 @@ class ModuleIRCv3InviteNotify : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides the invite-notify IRCv3.2 extension", VF_VENDOR);
+               return Version("Provides the invite-notify IRCv3 extension", VF_VENDOR);
        }
 };