View Issue Details

IDProjectCategoryView StatusLast Update
0005020unrealircdpublic2020-04-16 16:11
ReporterY4kuzi Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status newResolutionopen 
Summary0005020: hide ulines as operators in /lusers
DescriptionOption to hide ulines as operators in /lusers to see the real oper count.
TagsNo tags attached.
3rd party modules

Activities

syzop

2017-10-08 09:25

administrator   ~0019898

If you want opers to be hidden then they should use the +H user mode in them (hide oper).
If I'm not mistaken, this is what several people do. In anope the setting is called "modes" under each module (eg under nickserv).

syzop

2017-10-08 09:32

administrator   ~0019900

Last edited: 2017-10-08 09:33

The reason I'm reluctant to add a setting to do this for ulines in general on the unrealircd side is that it's very easy to screw up the opercounts. In 3.2.x we had major trouble with this for over a year. It may sound easy but it isn't. Best is to just hide opers when they are hidden opers.

Lord255

2020-04-16 16:11

reporter   ~0021498

yup.
default usermodes are: +ioqS

example from whois:
OperServ is using modes +ioqS

each services bot have it in their conf:

$ grep "#modes" *.conf | grep -v modesonid
botserv.conf: #modes = "+o"
chanserv.conf: #modes = "+o"
global.conf: #modes = "+o"
hostserv.conf: #modes = "+o"
irc2sql.conf: #modes = "+o"
memoserv.conf: #modes = "+o"
nickserv.conf: #modes = "+o"
operserv.conf: #modes = "+o"
services.conf: #modes = "+o"

they are all commented out, because it's ircd specific and you really need to know what do you want to add there.

git link for OS conf:
https://github.com/anope/anope/blob/c327d1aeefb372cff4dce26e482a8f087f871b71/data/operserv.example.conf#L31-L42

// if you changed it, don't forget to add the default ones too (+ioqS) //

enjoy.

Issue History

Date Modified Username Field Change
2017-10-08 05:38 Y4kuzi New Issue
2017-10-08 09:25 syzop Note Added: 0019898
2017-10-08 09:32 syzop Note Added: 0019900
2017-10-08 09:33 syzop Note Edited: 0019900
2020-04-15 17:35 syzop Severity minor => feature
2020-04-16 16:11 Lord255 Note Added: 0021498