From: wiebe Date: Tue, 3 Feb 2009 18:33:10 +0000 (+0100) Subject: addopkickcmd.patch welcome.patch split.patch - updated info in patch file. X-Git-Url: https://jfr.im/git/irc/quakenet/snircd-patchqueue.git/commitdiff_plain/db0ccf807be2acd93fc774319e2409ab833775a3 addopkickcmd.patch welcome.patch split.patch - updated info in patch file. --- diff --git a/addopkickcmd.patch b/addopkickcmd.patch index 7fb94c1..636846d 100644 --- a/addopkickcmd.patch +++ b/addopkickcmd.patch @@ -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 diff --git a/split.patch b/split.patch index 8b99e93..0a44fb7 100644 --- a/split.patch +++ b/split.patch @@ -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. diff --git a/welcome.patch b/welcome.patch index b217cc3..50445f1 100644 --- a/welcome.patch +++ b/welcome.patch @@ -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