SOURCES: inspircd-1.1.2-m_no_op_on_channel_create.patch, inspircd-1.1b8_def...
aredridel
aredridel at pld-linux.org
Mon Apr 27 00:01:48 CEST 2009
Author: aredridel Date: Sun Apr 26 22:01:48 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- up for 1.2.0rc2
---- Files affected:
SOURCES:
inspircd-1.1.2-m_no_op_on_channel_create.patch (1.1 -> 1.2) , inspircd-1.1b8_default_config.patch (1.1 -> 1.2) , inspircd-modesoncreate.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/inspircd-1.1.2-m_no_op_on_channel_create.patch
diff -u SOURCES/inspircd-1.1.2-m_no_op_on_channel_create.patch:1.1 SOURCES/inspircd-1.1.2-m_no_op_on_channel_create.patch:1.2
--- SOURCES/inspircd-1.1.2-m_no_op_on_channel_create.patch:1.1 Mon Apr 23 17:58:47 2007
+++ SOURCES/inspircd-1.1.2-m_no_op_on_channel_create.patch Mon Apr 27 00:01:42 2009
@@ -1,7 +1,48 @@
-Index: src/modules/m_no_op_on_channel_create.cpp
-===================================================================
---- src/modules/m_no_op_on_channel_create.cpp (revision 0)
-+++ src/modules/m_no_op_on_channel_create.cpp (revision 0)
+diff -Nur inspircd.orig/conf/inspircd.conf.example.rej inspircd.1.1.2-m_no_op_on_channel_create/conf/inspircd.conf.example.rej
+--- inspircd.orig/conf/inspircd.conf.example.rej 2009-04-26 14:42:57.000000000 -0600
++++ inspircd.1.1.2-m_no_op_on_channel_create/conf/inspircd.conf.example.rej 2009-04-26 14:42:57.000000000 -0600
+@@ -1,11 +1,14 @@
+---- inspircd.conf.example
+-+++ inspircd.conf.example
+-@@ -571,7 +571,7 @@
+- # the default of 'inspircd.pid' is used. #
+- # #
++--- inspircd.conf.example (revision 6664)
+++++ inspircd.conf.example (working copy)
++@@ -1431,6 +1431,11 @@
++ #<module name="m_nokicks.so">
+
+--#<pid file="/path/to/inspircd.pid">
+-+<pid file="/var/run/inspircd/inspircd.pid">
++ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
+++# No op on channel create module: Removes op privs from the modes an
+++# user gets when creating a new channel.
+++#<module name="m_no_op_on_channel_create.so">
+++
+++#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
++ # No nicks module: Adds the +N channel mode
++ #<module name="m_nonicks.so">
+
+- #-#-#-#-#-#-#-#-#-#-#-#-#- BANLIST LIMITS #-#-#-#-#-#-#-#-#-#-#-#-#-#-#
+- # #
+diff -Nur inspircd.orig/conf/modules.conf.example inspircd.1.1.2-m_no_op_on_channel_create/conf/modules.conf.example
+--- inspircd.orig/conf/modules.conf.example 2009-03-06 03:04:43.000000000 -0700
++++ inspircd.1.1.2-m_no_op_on_channel_create/conf/modules.conf.example 2009-04-26 14:44:40.000000000 -0600
+@@ -1054,6 +1054,11 @@
+ #<module name="m_nokicks.so">
+
+ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
++# No op on channel create module: Removes op privs from the modes an
++# user gets when creating a new channel.
++#<module name="m_no_op_on_channel_create.so">
++
++#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
+ # No nicks module: Adds the +N channel mode, as well as the +b N:
+ # extended bantype. +N stops all users from changing their nick,
+ # the +b N: extban stops anyone from matching a +b N:nick!user at host
+diff -Nur inspircd.orig/modules/m_no_op_on_channel_create.cpp inspircd.1.1.2-m_no_op_on_channel_create/modules/m_no_op_on_channel_create.cpp
+--- inspircd.orig/modules/m_no_op_on_channel_create.cpp 1969-12-31 17:00:00.000000000 -0700
++++ inspircd.1.1.2-m_no_op_on_channel_create/modules/m_no_op_on_channel_create.cpp 2009-04-26 14:42:57.000000000 -0600
@@ -0,0 +1,75 @@
+/* +------------------------------------+
+ * | Inspire Internet Relay Chat Daemon |
@@ -78,19 +119,3 @@
+ return new ModuleOpOnCreateChannelFactory;
+}
+
-Index: docs/inspircd.conf.example
-===================================================================
---- docs/inspircd.conf.example (revision 6664)
-+++ docs/inspircd.conf.example (working copy)
-@@ -1431,6 +1431,11 @@
- #<module name="m_nokicks.so">
-
- #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
-+# No op on channel create module: Removes op privs from the modes an
-+# user gets when creating a new channel.
-+#<module name="m_no_op_on_channel_create.so">
-+
-+#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
- # No nicks module: Adds the +N channel mode
- #<module name="m_nonicks.so">
-
================================================================
Index: SOURCES/inspircd-1.1b8_default_config.patch
diff -u SOURCES/inspircd-1.1b8_default_config.patch:1.1 SOURCES/inspircd-1.1b8_default_config.patch:1.2
--- SOURCES/inspircd-1.1b8_default_config.patch:1.1 Mon Apr 23 17:58:47 2007
+++ SOURCES/inspircd-1.1b8_default_config.patch Mon Apr 27 00:01:42 2009
@@ -1,8 +1,7 @@
-Index: docs/inspircd.conf.example
-===================================================================
---- docs/inspircd.conf.example
-+++ docs/inspircd.conf.example
-@@ -571,7 +571,7 @@
+diff -Nur inspircd.orig/conf/inspircd.conf.example inspircd.1.1b8_default_config/conf/inspircd.conf.example
+--- inspircd.orig/conf/inspircd.conf.example 2009-03-06 03:04:43.000000000 -0700
++++ inspircd.1.1b8_default_config/conf/inspircd.conf.example 2009-04-26 14:42:27.000000000 -0600
+@@ -354,7 +354,7 @@
# the default of 'inspircd.pid' is used. #
# #
@@ -11,3 +10,18 @@
#-#-#-#-#-#-#-#-#-#-#-#-#- BANLIST LIMITS #-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# #
+diff -Nur inspircd.orig/conf/inspircd.conf.example.rej inspircd.1.1b8_default_config/conf/inspircd.conf.example.rej
+--- inspircd.orig/conf/inspircd.conf.example.rej 1969-12-31 17:00:00.000000000 -0700
++++ inspircd.1.1b8_default_config/conf/inspircd.conf.example.rej 2009-04-26 14:42:26.000000000 -0600
+@@ -0,0 +1,11 @@
++--- inspircd.conf.example
+++++ inspircd.conf.example
++@@ -571,7 +571,7 @@
++ # the default of 'inspircd.pid' is used. #
++ # #
++
++-#<pid file="/path/to/inspircd.pid">
+++<pid file="/var/run/inspircd/inspircd.pid">
++
++ #-#-#-#-#-#-#-#-#-#-#-#-#- BANLIST LIMITS #-#-#-#-#-#-#-#-#-#-#-#-#-#-#
++ # #
================================================================
Index: SOURCES/inspircd-modesoncreate.patch
diff -u SOURCES/inspircd-modesoncreate.patch:1.1 SOURCES/inspircd-modesoncreate.patch:1.2
--- SOURCES/inspircd-modesoncreate.patch:1.1 Sat May 26 23:53:16 2007
+++ SOURCES/inspircd-modesoncreate.patch Mon Apr 27 00:01:43 2009
@@ -1,7 +1,60 @@
-Index: src/modules/m_modesoncreate.cpp
-===================================================================
---- src/modules/m_modesoncreate.cpp (revision 0)
-+++ src/modules/m_modesoncreate.cpp (revision 0)
+diff -Nur inspircd.orig/conf/inspircd.conf.example.rej inspircd.modesoncreate/conf/inspircd.conf.example.rej
+--- inspircd.orig/conf/inspircd.conf.example.rej 2009-04-26 14:45:09.000000000 -0600
++++ inspircd.modesoncreate/conf/inspircd.conf.example.rej 2009-04-26 14:45:10.000000000 -0600
+@@ -1,14 +1,20 @@
+---- inspircd.conf.example (revision 6664)
++--- inspircd.conf.example (revision 6983)
+ +++ inspircd.conf.example (working copy)
+-@@ -1431,6 +1431,11 @@
+- #<module name="m_nokicks.so">
++@@ -1225,6 +1225,17 @@
++ #<module name="m_chancreate.so">
+
+ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
+-+# No op on channel create module: Removes op privs from the modes an
+-+# user gets when creating a new channel.
+-+#<module name="m_no_op_on_channel_create.so">
+++# Modes-On-Create module: Set modes on on a new channel when it is created
+++# When this module is loaded, you must configure it
+++#
+++#<module name="m_modesoncreate.so">
+++#
+++#-#-#-#-#-#-#-#-#-#-# MODESONCREATE Configuration #-#-#-#-#-#-#-#-#-#-#
+++# Specify the modes you want new channels to have by setting modes to
+++# a modestring
+++# <modesoncreate modes="-nt+m">
+ +
+ +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
+- # No nicks module: Adds the +N channel mode
+- #<module name="m_nonicks.so">
+-
++ # Channel filter module: Allows channel-op defined message
++ # filtering using simple string matches (channel mode +g)
++ #<module name="m_chanfilter.so">
+diff -Nur inspircd.orig/conf/modules.conf.example inspircd.modesoncreate/conf/modules.conf.example
+--- inspircd.orig/conf/modules.conf.example 2009-04-26 14:45:09.000000000 -0600
++++ inspircd.modesoncreate/conf/modules.conf.example 2009-04-26 14:45:48.000000000 -0600
+@@ -371,6 +371,17 @@
+ #<module name="m_chancreate.so">
+
+ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
++# Modes-On-Create module: Set modes on on a new channel when it is created
++# When this module is loaded, you must configure it
++#
++#<module name="m_modesoncreate.so">
++#
++#-#-#-#-#-#-#-#-#-#-# MODESONCREATE Configuration #-#-#-#-#-#-#-#-#-#-#
++# Specify the modes you want new channels to have by setting modes to
++# a modestring
++# <modesoncreate modes="-nt+m">
++
++#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
+ # Channel filter module: Allows channel-op defined message
+ # filtering using simple string matches (channel mode +g)
+ #<module name="m_chanfilter.so">
+diff -Nur inspircd.orig/modules/m_modesoncreate.cpp inspircd.modesoncreate/modules/m_modesoncreate.cpp
+--- inspircd.orig/modules/m_modesoncreate.cpp 1969-12-31 17:00:00.000000000 -0700
++++ inspircd.modesoncreate/modules/m_modesoncreate.cpp 2009-04-26 14:45:10.000000000 -0600
@@ -0,0 +1,86 @@
+/* +------------------------------------+
+ * | Inspire Internet Relay Chat Daemon |
@@ -89,25 +142,3 @@
+{
+ return new ModuleModesOnCreateFactory;
+}
-Index: docs/inspircd.conf.example
-===================================================================
---- docs/inspircd.conf.example (revision 6983)
-+++ docs/inspircd.conf.example (working copy)
-@@ -1225,6 +1225,17 @@
- #<module name="m_chancreate.so">
-
- #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
-+# Modes-On-Create module: Set modes on on a new channel when it is created
-+# When this module is loaded, you must configure it
-+#
-+#<module name="m_modesoncreate.so">
-+#
-+#-#-#-#-#-#-#-#-#-#-# MODESONCREATE Configuration #-#-#-#-#-#-#-#-#-#-#
-+# Specify the modes you want new channels to have by setting modes to
-+# a modestring
-+# <modesoncreate modes="-nt+m">
-+
-+#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
- # Channel filter module: Allows channel-op defined message
- # filtering using simple string matches (channel mode +g)
- #<module name="m_chanfilter.so">
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/inspircd-1.1.2-m_no_op_on_channel_create.patch?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/inspircd-1.1b8_default_config.patch?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/inspircd-modesoncreate.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list