STATS G Reply

If your UnrealIRCd is up and running but you have a question about it, then use this forum.
(NOT for installation or connecting issues! Use the other forum instead.)

Moderator: Supporters

Post Reply
fearcry
Posts: 8
Joined: Sat Sep 26, 2020 10:08 am
Location: Germany
Contact:

STATS G Reply

Post by fearcry »

hey,
i ask myself how do i recognize a GZLINE?

I retrieve a List with the STATS G Command - for Example:

<RAW> 223 fearcry G *@examplehost.net 0 82626 fearcry![email protected] :NoScannings
<RAW> 223 fearcry Z *@xx.xx.xx.xx 0 73006 fearcry![email protected] :NoScannings
<RAW> 219 fearcry g :End of /STATS report

I retrieve a "Z" for both ZLINE or GZLINE - or do i see it wrong ??

if i try to remove those lines by using:

ZLINE - @ip/host - it doesn't work sometimes . . .

but i can remove it with

GZLINE - @ip/host

It would be nice if unreal replying a "GZ" in this case for a GZLINE, so it would be easier on the clientside to recognize it.

cheers
DonTCry
Posts: 50
Joined: Mon Feb 06, 2012 6:01 pm
Contact:

Re: STATS G Reply

Post by DonTCry »

Hello,

/gline - Send the gline and gzline list
/zline - send the zline list

if you try to /zline *@192.168.* you will get an error:
- ERROR: (g)zlines must be placed at *@IPMASK, not *@HOSTMASK (so for example *@192.168.* is ok, but *@*.aol.com is not). This is because (g)zlines are processed BEFORE dns and ident lookups are done. If you want to use hostmasks instead of ipmasks, use a KLINE/GLINE instead.
Post Reply