]> jfr.im git - irc/quakenet/snircd-patchqueue.git/commitdiff
addopkickcmd.patch welcome.patch split.patch - updated info in patch file.
authorwiebe <redacted>
Tue, 3 Feb 2009 18:33:10 +0000 (19:33 +0100)
committerwiebe <redacted>
Tue, 3 Feb 2009 18:33:10 +0000 (19:33 +0100)
addopkickcmd.patch
split.patch
welcome.patch

index 7fb94c1761e017891fe4aa2d4e6fffa1a12a9c57..636846d2379472ddf015eb21982e512a5aac261a 100644 (file)
@@ -1,5 +1,5 @@
 add opkick command, similar to opmode command, but then for kicking
-priv controlled by LOCAL_OPMODE and OPMODE
+priv controlled by LOCAL_OPOPKICK and OPKICK
 feature controlled by OPKICK (disabled by default), new p10 token OK
 if implemented, it must not be enabled until ALL servers and services are upgraded
 generates HACK(4) snomask notice for accountability with oper as source
index 8b99e93551c95bf9e0656e9581d587f05bfdd09a..0a44fb77276f90cf8ffbdfafd716037f47e8ad50 100644 (file)
@@ -2,8 +2,10 @@ work in progress
 Add split functionality into ircd
 Add /split command
 Add /stats S/split (make /STATS s/S case sensitive, s spoofhosts)
-Add feature SPLIT
+Add feature SPLIT HIS_SPLIT
 Add split.c split.h m_split.c
+Add SPLIT priv
+Add LS_JUPE for logging
 
 NOTE: feature SPLIT is default enabled as that is just easier when working on this patch.
 
index b217cc3ccf86903d0e17eceea68649f6bcccd5fa..50445f1b21408b064e4c8a3eba4d0c2c6b9ba7b2 100644 (file)
@@ -71,6 +71,12 @@ add /STATS W/welcome
 ircd/s_user.c
 add showing of welcome messages on connect
 
+include/client.h
+ircd/client.c
+ircd/ircd_lexer.l
+ircd/ircd_parser.y
+add PRIV_LOCAL_WELCOME PRIV_WELCOME
+
 diff -r ed93c5ec7a2b include/client.h
 --- a/include/client.h Tue Feb 03 18:41:29 2009 +0100
 +++ b/include/client.h Tue Feb 03 19:05:37 2009 +0100