View Issue Details

IDProjectCategoryView StatusLast Update
0003129unrealircdpublic2006-12-01 11:03
Reporterargvx Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionno change required 
Product Version3.2.5 
Summary0003129: host spoofing feature like ircd-hybrid
DescriptionMaybe very useful feature, spoof host on connect and flags defined in spoof config .
for example:
spoof {
spoofhost "test.com";
userhost "[email protected]";
password "123";
flags "ABC";
}

and flags A - exempt from kline/zline or something.. etc..
3rd party modules

Activities

aquanight

2006-11-27 12:58

reporter   ~0012748

http://www.vulnscan.org/UnrealIRCd/unreal32docs.html#vhostblock
http://www.vulnscan.org/UnrealIRCd/unreal32docs.html#banexceptionblock
http://www.vulnscan.org/UnrealIRCd/unreal32docs.html#tklexceptionblock

This stuff can already be done with what we have. If you want on-connect vhosts, I'm sure there's a module somewhere that does that already too.

Bock

2006-11-28 01:17

reporter   ~0012749

or use hostserv on services ;)

syzop

2006-12-01 11:03

administrator   ~0012776

Indeed, things like HostServ are exactly for this.

We let these kind of things over to services, or - indeed - a 3rd party module.

Issue History

Date Modified Username Field Change
2006-11-27 12:47 argvx New Issue
2006-11-27 12:58 aquanight Note Added: 0012748
2006-11-28 01:17 Bock Note Added: 0012749
2006-12-01 11:03 syzop Status new => closed
2006-12-01 11:03 syzop Note Added: 0012776
2006-12-01 11:03 syzop Resolution open => no change required