View Issue Details

IDProjectCategoryView StatusLast Update
0003321unrealircdpublic2007-05-08 03:53
ReporterShining Phoenix Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionno change required 
Product Version3.2.6 
Summary0003321: Make CIDR a party of banmasks
DescriptionI know that there is a module that provides the ~C extban to do this, but not using an extban at all would be better. Then we could get bans looking like this:
+b *!*@adf345.865ecb.45dcd2/124
+b ~n:*!*@adf345.865ecb.45dcd2/124
instead of:
+b ~C:*!*@adf345.865ecb.45dcd2/124
+b ~n:~C:*!*@adf345.865ecb.45dcd2/124

The / and CIDR range at the end would be removed if the target has usermode t.
3rd party modules

Activities

Stealth

2007-05-08 01:00

reporter   ~0014034

How will you know which CIDR to set with a cloaked host?

How will Unreal know what network a cloaked host belongs to?

What use would this be to the common user?

stskeeps

2007-05-08 03:44

reporter   ~0014041

You can already do a proper thing by the style of cloaking for ips..

the host is something like ..

hash(a.b.c.d) + "." + hash(a.b.c) + hash(a.b), making it possible to ban on /16, /24, and /32

syzop

2007-05-08 03:53

administrator   ~0014042

See stskeeps comment, no weird cloaking stuff needed.
As for CIDR for bans, see 0002870.

Issue History

Date Modified Username Field Change
2007-05-07 20:38 Shining Phoenix New Issue
2007-05-08 01:00 Stealth Note Added: 0014034
2007-05-08 03:44 stskeeps Note Added: 0014041
2007-05-08 03:44 stskeeps Status new => feedback
2007-05-08 03:53 syzop Status feedback => closed
2007-05-08 03:53 syzop Note Added: 0014042
2007-05-08 03:53 syzop Resolution open => no change required