[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Clone protection?



On Sat, 3 Aug 2002, Jessica Rasku wrote:

> 	I've run into a problem that I've not yet tackled, but am wanting
> to work on, find an answer for.  Is there a way to implement clone
> protection in IRCD?  That is create some connection class or something
> that will only allow n number of identical user@host connections.  n being
> relatively low like 1-3 depending on the circumstances of the network.
>
> 							Jessica

Would the local and global host (and user@host) limits in Y: lines be
what you want?  Look at about line 150 in 2.10.3p3's doc/example.conf
for more information.  Y: line controlled limits won't dynamically
adjust to the circumstances to your network, however (if that is what
you want).