Patches item #1208909, was opened at 2005-05-25 23:54
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=504082&aid=1208909&group_id=63470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: u2.10.12
Status: Open
Resolution: None
Priority: 5
Submitted By: Reed Loden (r33d)
Assigned to: Nobody/Anonymous (nobody)
Summary: /STATS o/O does not show local opers as 'o'

Initial Comment:
As I was playing with my server, I noticed that one of
my oper blocks that was set to "local = yes;" was
showing up as "O" in my /stats o/O.

The current code makes no distinguishment concerning
whether an oper block is global or local when
displaying it in /stats o/O.

This patch fixes this by checking for PRIV_PROPAGATE in
both the oper block privs and the connection class privs.

As always, have fun and have a great day!

~reed


ChangeLog:

2005-05-25  Reed Loden  <[EMAIL PROTECTED]>

        * ircd/s_err.c (replyTable): Allow for the
specification of 'O'
        or 'o' in RPL_STATSOLINE.

        * ircd/s_stats.c (stats_configured_links): In
/stats o/O,
        display 'O' if either the oper block or the
connection class has
        PRIV_PROPAGATE (global oper) and 'o' if neither has
        PRIV_PROPAGATE (local oper).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=504082&aid=1208909&group_id=63470
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to