]> jfr.im git - irc/quakenet/snircd-patchqueue.git/log
irc/quakenet/snircd-patchqueue.git
14 years agocentralizemodecccheck: updated description in file, added assert checks, improved...
wiebe [Sun, 21 Mar 2010 14:53:52 +0000 (15:53 +0100)] 
centralizemodecccheck: updated description in file, added assert checks, improved check for control codes with table lookup

14 years agocentralizemodeccchecks: removed unneeded () around control var
wiebe [Sat, 20 Mar 2010 17:17:27 +0000 (18:17 +0100)] 
centralizemodeccchecks: removed unneeded () around control var

14 years agoadd file freetargetcheckaftermodechecks.patch
wiebe [Sat, 20 Mar 2010 16:23:31 +0000 (17:23 +0100)] 
add file freetargetcheckaftermodechecks.patch

14 years agocentralizemodecccheck: centralize mode checks for +c (no control codes) and +C (no...
wiebe [Sat, 20 Mar 2010 16:13:24 +0000 (17:13 +0100)] 
centralizemodecccheck: centralize mode checks for +c (no control codes) and +C (no CTCPs)

14 years agofreetargetcheckaftermodechecks: move free target check after the snircd chanmode...
wiebe [Sat, 20 Mar 2010 14:28:18 +0000 (15:28 +0100)] 
freetargetcheckaftermodechecks: move free target check after the snircd chanmode checks - dont use up a free target when the message never had a chance

14 years agobadchanlocalkick: dont sent kicks upstream for local channels
wiebe [Fri, 19 Mar 2010 16:59:50 +0000 (17:59 +0100)] 
badchanlocalkick: dont sent kicks upstream for local channels

14 years agobadchanactivefor: show 'BADCHAN active for #channel' to opers for each channel the...
wiebe [Fri, 19 Mar 2010 16:36:05 +0000 (17:36 +0100)] 
badchanactivefor: show 'BADCHAN active for #channel' to opers for each channel the badchan matches

14 years agowhousermodes: show all snircd usermodes in who to opers
wiebe [Thu, 18 Mar 2010 13:23:53 +0000 (14:23 +0100)] 
whousermodes: show all snircd usermodes in who to opers

14 years agolocaloperkill: dont sent local kill by local irc operator upstream
wiebe [Thu, 18 Mar 2010 12:55:25 +0000 (13:55 +0100)] 
localoperkill: dont sent local kill by local irc operator upstream

14 years agokillalwaysshowvictimuip: show nick[user@ip] in kill messages for remote users.
wiebe [Thu, 18 Mar 2010 12:25:22 +0000 (13:25 +0100)] 
killalwaysshowvictimuip: show nick[user@ip] in kill messages for remote users.

14 years agoinvalidatebanssethost: invalidate bans when user sets +h or -h so they are checked...
wiebe [Thu, 18 Mar 2010 11:38:47 +0000 (12:38 +0100)] 
invalidatebanssethost: invalidate bans when user sets +h or -h so they are checked again.

14 years agoautosethost: dont send RPL_HOSTHIDDEN to remote users.., updated description in patch...
wiebe [Thu, 18 Mar 2010 11:05:40 +0000 (12:05 +0100)] 
autosethost: dont send RPL_HOSTHIDDEN to remote users.., updated description in patch file.

14 years agonetriderkickoutsideburst: make anti net rider code use better fitting kick message...
wiebe [Thu, 18 Mar 2010 10:49:01 +0000 (11:49 +0100)] 
netriderkickoutsideburst: make anti net rider code use better fitting kick message when receiving burst from service outside of net.burst (e.g. Q)

14 years agoautosethost: commented out RPL_USINGSLINE numeric reply in numeric.h
wiebe [Thu, 18 Mar 2010 10:01:34 +0000 (11:01 +0100)] 
autosethost: commented out RPL_USINGSLINE numeric reply in numeric.h

14 years agoautosethost: changed using spoof block privilege to NOTICE AUTH to avoid sending...
wiebe [Thu, 18 Mar 2010 09:54:39 +0000 (10:54 +0100)] 
autosethost: changed using spoof block privilege to NOTICE AUTH to avoid sending any numeric replies before the 001 002 etc stuff, removed numeric reply RPL_USINGSLINE, and moved RPL_HOSTHIDDEN after all on connect stuff to where also the reply is sent in case IAUTH sets the user +rx

14 years agoautosethost: correct S-line privilige message and send RPL_HOSTHIDDEN informing clien...
wiebe [Wed, 17 Mar 2010 16:42:17 +0000 (17:42 +0100)] 
autosethost: correct S-line privilige message and send RPL_HOSTHIDDEN informing client of their hidden host.

14 years agowelcome: fixed for changes to ircd and patch queue
wiebe [Wed, 17 Mar 2010 16:01:10 +0000 (17:01 +0100)] 
welcome: fixed for changes to ircd and patch queue

14 years agoopername: added opernames to oper and de-oper snomask messages.
wiebe [Wed, 17 Mar 2010 14:44:49 +0000 (15:44 +0100)] 
opername: added opernames to oper and de-oper snomask messages.

14 years agoisrealchannelservice: change all appropriate ischannlservice checks to isrealchannels...
wiebe [Wed, 17 Mar 2010 13:51:51 +0000 (14:51 +0100)] 
isrealchannelservice: change all appropriate ischannlservice checks to isrealchannelservice

14 years agomoved minoplevel.patch above ischannelservice.patch
wiebe [Wed, 17 Mar 2010 13:33:54 +0000 (14:33 +0100)] 
moved minoplevel.patch above ischannelservice.patch

14 years agoremoved hisversionremote.patch
wiebe [Wed, 17 Mar 2010 13:22:13 +0000 (14:22 +0100)] 
removed hisversionremote.patch

14 years agoremoved hisadmin.patch
wiebe [Wed, 17 Mar 2010 13:21:13 +0000 (14:21 +0100)] 
removed hisadmin.patch

14 years agoremoved operping.patch
wiebe [Wed, 17 Mar 2010 13:18:30 +0000 (14:18 +0100)] 
removed operping.patch

14 years agochanged order of patches - now order from most likely to least likely to be added...
wiebe [Wed, 17 Mar 2010 13:17:31 +0000 (14:17 +0100)] 
changed order of patches - now order from most likely to least likely to be added, bug fixes at top.

14 years agoremoved statsheader.patch - not needed
wiebe [Wed, 17 Mar 2010 13:12:50 +0000 (14:12 +0100)] 
removed statsheader.patch - not needed

14 years agoremoved addnickchasetomodenick.patch
wiebe [Wed, 17 Mar 2010 13:10:30 +0000 (14:10 +0100)] 
removed addnickchasetomodenick.patch

14 years agoremoved addhacktypetohackkick.patch - not needed
wiebe [Wed, 17 Mar 2010 13:07:32 +0000 (14:07 +0100)] 
removed addhacktypetohackkick.patch - not needed

14 years agoremoved glinesnomask.patch - may return in more simple form
wiebe [Wed, 17 Mar 2010 13:05:27 +0000 (14:05 +0100)] 
removed glinesnomask.patch - may return in more simple form

14 years agoremoved oplevelforward.patch - this bug is fixed in ircu
wiebe [Wed, 17 Mar 2010 13:02:26 +0000 (14:02 +0100)] 
removed oplevelforward.patch - this bug is fixed in ircu

14 years agoremoved cmdhelp.patch
wiebe [Wed, 17 Mar 2010 12:59:53 +0000 (13:59 +0100)] 
removed cmdhelp.patch

14 years agoremoved staffpriv.patch
wiebe [Wed, 17 Mar 2010 12:55:15 +0000 (13:55 +0100)] 
removed staffpriv.patch

14 years agoremoved hidebanowner.patch
wiebe [Wed, 17 Mar 2010 12:53:51 +0000 (13:53 +0100)] 
removed hidebanowner.patch

14 years agoremoved addopkickcmd.patch - not needed
wiebe [Wed, 17 Mar 2010 12:52:45 +0000 (13:52 +0100)] 
removed addopkickcmd.patch - not needed

14 years agoremoved checkoutput.patch - check can be rewritten another time
wiebe [Wed, 17 Mar 2010 12:50:57 +0000 (13:50 +0100)] 
removed checkoutput.patch - check can be rewritten another time

14 years agoremoved privlocalchan.patch - can deal with this in the quakenet.conf
wiebe [Wed, 17 Mar 2010 12:49:09 +0000 (13:49 +0100)] 
removed privlocalchan.patch - can deal with this in the quakenet.conf

14 years agoremoved accountcollision.patch
wiebe [Wed, 17 Mar 2010 12:45:23 +0000 (13:45 +0100)] 
removed accountcollision.patch

14 years agoRemoved split.patch
wiebe [Wed, 17 Mar 2010 12:43:23 +0000 (13:43 +0100)] 
Removed split.patch

14 years agoUpdate patchset for latest ircu changes
Paul [Mon, 10 Aug 2009 13:22:31 +0000 (14:22 +0100)] 
Update patchset for latest ircu changes

15 years agominoplevel.patch - corrected minoplevel - 100 can at best give 101, not 100
wiebe [Sun, 15 Feb 2009 15:39:34 +0000 (16:39 +0100)] 
minoplevel.patch - corrected minoplevel - 100 can at best give 101, not 100

15 years agowelcome.patch - refreshed for ircu merge
wiebe [Sun, 15 Feb 2009 15:06:09 +0000 (16:06 +0100)] 
welcome.patch - refreshed for ircu merge

15 years agoopername.patch - refreshed for ircu merge
wiebe [Sun, 15 Feb 2009 15:04:08 +0000 (16:04 +0100)] 
opername.patch - refreshed for ircu merge

15 years agoglinesnomask.patch - updated for ircu merge plus a few minor fixes
wiebe [Sun, 15 Feb 2009 14:59:46 +0000 (15:59 +0100)] 
glinesnomask.patch - updated for ircu merge plus a few minor fixes

15 years agowho-accountid.patch - document new who flag in readme.who
wiebe [Thu, 12 Feb 2009 14:08:36 +0000 (15:08 +0100)] 
who-accountid.patch - document new who flag in readme.who

15 years agostaffpriv.patch - lower staff count when one disconnects
wiebe [Thu, 12 Feb 2009 13:24:58 +0000 (14:24 +0100)] 
staffpriv.patch - lower staff count when one disconnects

15 years agooplevelforward.patch - revert to earlier fix + comments
wiebe [Wed, 11 Feb 2009 15:27:16 +0000 (16:27 +0100)] 
oplevelforward.patch - revert to earlier fix + comments

15 years agostatsheader.patch - corrected header for /STATS a, /STATS m, and /STATS Q - added...
wiebe [Wed, 11 Feb 2009 13:34:29 +0000 (14:34 +0100)] 
statsheader.patch - corrected header for /STATS a, /STATS m, and /STATS Q - added note for /STATS s

15 years agoadd realusernamesethost.patch - use realusrname when looking for Operator blocks...
wiebe [Tue, 10 Feb 2009 13:40:30 +0000 (14:40 +0100)] 
add realusernamesethost.patch - use realusrname when looking for Operator blocks, Kill blocks, and G-lines.

15 years agostaffpirv.patch - staff cannot get privs other than they are allowed, staff can see...
wiebe [Wed, 4 Feb 2009 18:57:54 +0000 (19:57 +0100)] 
staffpirv.patch - staff cannot get privs other than they are allowed, staff can see through umode +I, staff can set umode -h

15 years agosplit.patch - fixed for conflict with staffpriv.patch
wiebe [Wed, 4 Feb 2009 17:05:28 +0000 (18:05 +0100)] 
split.patch - fixed for conflict with staffpriv.patch

15 years agowelcome.patch - fixed conflicts with staffpriv.patch
wiebe [Wed, 4 Feb 2009 16:58:45 +0000 (17:58 +0100)] 
welcome.patch - fixed conflicts with staffpriv.patch

15 years agoadd staffpriv.patch - see file for more info
wiebe [Wed, 4 Feb 2009 16:43:02 +0000 (17:43 +0100)] 
add staffpriv.patch - see file for more info

15 years agoaddopkickcmd.patch welcome.patch split.patch - updated info in patch file.
wiebe [Tue, 3 Feb 2009 18:33:10 +0000 (19:33 +0100)] 
addopkickcmd.patch welcome.patch split.patch - updated info in patch file.

15 years agosplit.patch - added priv SPLIT
wiebe [Tue, 3 Feb 2009 18:18:46 +0000 (19:18 +0100)] 
split.patch - added priv SPLIT

15 years agowelcome.patch - added privs LOCAL_WELCOME and WELCOME
wiebe [Tue, 3 Feb 2009 18:06:19 +0000 (19:06 +0100)] 
welcome.patch - added privs LOCAL_WELCOME and WELCOME

15 years agoaddopkickcmd - add privs LOCAL_OPKICK and OPKICK
wiebe [Tue, 3 Feb 2009 17:41:20 +0000 (18:41 +0100)] 
addopkickcmd - add privs LOCAL_OPKICK and OPKICK

15 years agowelcome.patch add #include ircd_snprintf.h to m_welcome.c
wiebe [Sat, 31 Jan 2009 17:58:41 +0000 (18:58 +0100)] 
welcome.patch add #include ircd_snprintf.h to m_welcome.c

15 years agocmdhelp.patch add #include handlers.h to m_help.c to use mh_not_oper fuction from...
wiebe [Sat, 31 Jan 2009 17:53:53 +0000 (18:53 +0100)] 
cmdhelp.patch add #include handlers.h to m_help.c to use mh_not_oper fuction from there

15 years agohisversionremote.patch removed unnused variable acptr from mo_version and ms_version
wiebe [Sat, 31 Jan 2009 17:46:10 +0000 (18:46 +0100)] 
hisversionremote.patch removed unnused variable acptr from mo_version and ms_version

15 years agocansendtochan.patch declare can_send_to_channel function in channel.h
wiebe [Sat, 31 Jan 2009 17:42:01 +0000 (18:42 +0100)] 
cansendtochan.patch declare can_send_to_channel function in channel.h

15 years agoaddopkick.patch remove unused variable sptr_link from ms_opkick
wiebe [Sat, 31 Jan 2009 17:37:35 +0000 (18:37 +0100)] 
addopkick.patch remove unused variable sptr_link from ms_opkick

15 years agosplit.patch - removed unused variable acptr from mo_split ms_split - removed unused...
wiebe [Sat, 31 Jan 2009 14:47:57 +0000 (15:47 +0100)] 
split.patch - removed unused variable acptr from mo_split ms_split - removed unused #define SPLIT_MODIFY - removed unused variable saveflags from split_remove - changed switch action to if conditions in split.c:378

15 years agomerge
Paul [Sat, 31 Jan 2009 13:05:47 +0000 (13:05 +0000)] 
merge

15 years agomerge
Paul [Sat, 31 Jan 2009 13:03:16 +0000 (13:03 +0000)] 
merge

15 years agosplit.patch - fixed logic checking FEAT_HIS_SPLIT in m_split
wiebe [Sat, 31 Jan 2009 12:57:07 +0000 (13:57 +0100)] 
split.patch - fixed logic checking FEAT_HIS_SPLIT in m_split

15 years agoremoteglinejupe.patch - remove notification to remote oper from function int gline_de...
wiebe [Fri, 30 Jan 2009 18:14:10 +0000 (19:14 +0100)] 
remoteglinejupe.patch - remove notification to remote oper from function int gline_deactivate() - it is not used at all?

15 years agoglinesnomask.patch - removed = auto prefix stuff from mo_gline, moved auto before...
wiebe [Fri, 30 Jan 2009 17:59:30 +0000 (18:59 +0100)] 
glinesnomask.patch - removed = auto prefix stuff from mo_gline, moved auto before force in debug messages in ms_gline

15 years agoremoteglinejupe.patch - add wallops for local jupe actions by remote oper
wiebe [Fri, 30 Jan 2009 17:27:47 +0000 (18:27 +0100)] 
remoteglinejupe.patch - add wallops for local jupe actions by remote oper

15 years agoischannelservice.patch - add IsRealChannelService define beside IsChannelService...
wiebe [Fri, 30 Jan 2009 15:47:30 +0000 (16:47 +0100)] 
ischannelservice.patch - add IsRealChannelService define beside IsChannelService and check the appropriate one in various places.

15 years agobadchanzombie.patch - remove redundant IsZombie() check.
wiebe [Fri, 30 Jan 2009 14:29:40 +0000 (15:29 +0100)] 
badchanzombie.patch - remove redundant IsZombie() check.

15 years agosplit.patch add non HIS stuff in m_split, add feat HIS_SPLIT - add protocol violation...
wiebe [Fri, 30 Jan 2009 13:34:21 +0000 (14:34 +0100)] 
split.patch add non HIS stuff in m_split, add feat HIS_SPLIT - add protocol violations in ms_split

15 years agowelcome.patch - only compare timestamps during bursts, else accept - warn for timesta...
wiebe [Fri, 30 Jan 2009 12:18:23 +0000 (13:18 +0100)] 
welcome.patch - only compare timestamps during bursts, else accept - warn for timestamp ahead of time - use array of local clients instead of global client list to announce the change - wallops local message remotely set - protocol violations in ms_welcome - non HIS stuff in m_welcome - tidied up code and comments.

15 years agocmdhelp.patch - added empty line at end of file for m_help.c and m_defaults.c
wiebe [Thu, 29 Jan 2009 20:50:44 +0000 (21:50 +0100)] 
cmdhelp.patch - added empty line at end of file for m_help.c and m_defaults.c

15 years agowelcome.patch - add empty line at end of welcome.h
wiebe [Thu, 29 Jan 2009 19:07:47 +0000 (20:07 +0100)] 
welcome.patch - add empty line at end of welcome.h

15 years agosplit.patch - tidy up comments, truncate servernames and reasons, fixed bug in split_...
wiebe [Thu, 29 Jan 2009 19:03:57 +0000 (20:03 +0100)] 
split.patch - tidy up comments, truncate servernames and reasons, fixed bug in split_add not getting the correct flags, protect against servers with a bad nettime - lastmod greater than nettime+600 are corrected and ops are warned, removed unused flag SPLIT_CREATION

15 years agoaccountcollision.patch - compare accounts only once
wiebe [Wed, 28 Jan 2009 19:20:27 +0000 (20:20 +0100)] 
accountcollision.patch - compare accounts only once

15 years agoadded cprivmsgerracconly.patch, fix for wrong nick in the error reply - checkoutput...
wiebe [Wed, 28 Jan 2009 17:25:53 +0000 (18:25 +0100)] 
added cprivmsgerracconly.patch, fix for wrong nick in the error reply - checkoutput.patch, got rid of the unneeded ircd_snprintf() calls

15 years agoadd checkoutput.patch - made a few changes
wiebe [Wed, 28 Jan 2009 15:22:08 +0000 (16:22 +0100)] 
add checkoutput.patch - made a few changes

15 years agowelcome.patch redone how messages are saved - split.patch small changes
wiebe [Wed, 28 Jan 2009 14:47:23 +0000 (15:47 +0100)] 
welcome.patch redone how messages are saved - split.patch small changes

15 years agosplit.patch placed a server = parv[1]; in the wrong place causing a core upon parsing...
wiebe [Tue, 27 Jan 2009 20:15:12 +0000 (21:15 +0100)] 
split.patch placed a server = parv[1]; in the wrong place causing a core upon parsing server split message

15 years agocmdhelp.patch changed numerics used for the replies.
wiebe [Tue, 27 Jan 2009 19:49:45 +0000 (20:49 +0100)] 
cmdhelp.patch changed numerics used for the replies.

15 years agoresolved all patch conflicts and removed all guards, except for hidebanowner.patch
wiebe [Tue, 27 Jan 2009 17:27:17 +0000 (18:27 +0100)] 
resolved all patch conflicts and removed all guards, except for hidebanowner.patch

15 years agocmdhelp.patch almost done, welcome.patch almost done, and maybe some other things...
wiebe [Tue, 27 Jan 2009 16:58:12 +0000 (17:58 +0100)] 
cmdhelp.patch almost done, welcome.patch almost done, and maybe some other things that i forgot about

15 years agofix compiler warning
Paul [Mon, 26 Jan 2009 18:49:05 +0000 (18:49 +0000)] 
fix compiler warning

15 years agomerge
Paul [Mon, 26 Jan 2009 00:03:21 +0000 (00:03 +0000)] 
merge

15 years agoexperimental m(match) changes
Paul [Sun, 25 Jan 2009 23:57:59 +0000 (23:57 +0000)] 
experimental m(match) changes

15 years agomerge
wiebe [Sun, 25 Jan 2009 22:59:25 +0000 (23:59 +0100)] 
merge

15 years agocmdhelp.patch almost finished
wiebe [Sun, 25 Jan 2009 22:56:55 +0000 (23:56 +0100)] 
cmdhelp.patch almost finished

15 years agoexperimental m(match) changes
Paul [Sun, 25 Jan 2009 22:25:58 +0000 (22:25 +0000)] 
experimental m(match) changes

15 years agoaccountcollision.patch - reworked snomask messages
wiebe [Sat, 24 Jan 2009 18:21:21 +0000 (19:21 +0100)] 
accountcollision.patch - reworked snomask messages

15 years agosplit.patch - tidied up mo_split and split_modify
wiebe [Sat, 24 Jan 2009 17:43:14 +0000 (18:43 +0100)] 
split.patch - tidied up mo_split and split_modify

15 years agoupdate for the oplevelforward.patch
wiebe [Sat, 24 Jan 2009 00:17:29 +0000 (01:17 +0100)] 
update for the oplevelforward.patch

15 years agoadd oplevelforward.patch - fix issue where hub does not forward oplevels for non...
wiebe [Fri, 23 Jan 2009 23:27:30 +0000 (00:27 +0100)] 
add oplevelforward.patch - fix issue where hub does not forward oplevels for non-Apass channels

15 years agosplit.patch: add SPLIT_BURST state flag, added wildcard support for mask in /SPLIT...
wiebe [Fri, 23 Jan 2009 23:02:32 +0000 (00:02 +0100)] 
split.patch: add SPLIT_BURST state flag, added wildcard support for mask in /SPLIT and /STATS, changed to TStime()

15 years agoadd: minoplevel.patch - fixes some issues with the MINOPLEVEL stuff
wiebe [Fri, 23 Jan 2009 16:24:18 +0000 (17:24 +0100)] 
add: minoplevel.patch - fixes some issues with the MINOPLEVEL stuff

15 years agoadd: accountcollision.patch
wiebe [Fri, 23 Jan 2009 14:15:06 +0000 (15:15 +0100)] 
add: accountcollision.patch

15 years agoadd operping.patch - mo_ping is a mess, oper get to use m_ping instead.
wiebe [Thu, 22 Jan 2009 23:40:25 +0000 (00:40 +0100)] 
add operping.patch - mo_ping is a mess, oper get to use m_ping instead.

15 years agoadd operglinenick.patch - allow oper to set glines in form of nick@* gline, but only...
wiebe [Thu, 22 Jan 2009 23:31:36 +0000 (00:31 +0100)] 
add operglinenick.patch - allow oper to set glines in form of nick@* gline, but only when nick does not contain wildcards

15 years agoAdd opernowildbadchan patch - disallows wildcards in badchan set by oper
wiebe [Thu, 22 Jan 2009 23:08:21 +0000 (00:08 +0100)] 
Add opernowildbadchan patch - disallows wildcards in badchan set by oper

15 years agonew: noticepluschan, whomatch, privlocalchan, and burstwhotopic patches - info includ...
wiebe [Thu, 22 Jan 2009 19:24:54 +0000 (20:24 +0100)] 
new: noticepluschan, whomatch, privlocalchan, and burstwhotopic patches - info included in the files.

15 years agodone some work on cansendtochan.patch, added nserverflag.patch, and probably some...
wiebe [Wed, 21 Jan 2009 17:54:02 +0000 (18:54 +0100)] 
done some work on cansendtochan.patch, added nserverflag.patch, and probably some more things done that i cant think of atm