set::modes-on-connect diffrent for diffrent ports/IPs/class

These are old archives. They are kept for historic purposes only.
Post Reply
sdamon
Posts: 46
Joined: Tue Jun 07, 2005 7:28 am

set::modes-on-connect diffrent for diffrent ports/IPs/class

Post by sdamon »

without going into too much detail, this boils down to:
I want to give diffrent umodes to users connecting to certian ports/ips

I read the documantation semi-throughly, and didnt see any documented way of doing this. Setting up an ircd to handel this is not parcticle as it would only be for a few users.

(This is low priority...just throwing it out if anyone knows how)
Syzop
UnrealIRCd head coder
Posts: 2117
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

There's no such option in Unreal.

But you could code a module to do that.
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

Or a simple mIRC (or anything else, really) bot with services access or m_uline.
Why the hell can't my signature be empty?
"Your message contains too few characters."
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

That's a pretty ugly way to solve it...

I think the easiest way is to make a module that puts a bit of something in the tld {} block :) . (OK, maybe allow will work just as well but..)

Question is: is that possible with the present module stuff?
sdamon
Posts: 46
Joined: Tue Jun 07, 2005 7:28 am

Post by sdamon »

well..the mirc bot is abit more uguly..the idea was to create a port/ip that tollerated bots connect to, and get auto +B, limit the amount of bots per server to 5% total users, and gline (via services) any bot that connects to any other ip/port
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

That would be difficult. It couldnt be done by just allow umodes to certain ports/ips.
Why the hell can't my signature be empty?
"Your message contains too few characters."
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

There have been many feature suggestions for moving a lot of things to the Allow block (such as modes-on-connect, auto-join, etc)...

Here is the bug tracker link for the suggestion to move set::modes-on-connect to something like allow::modes-on-connect http://bugs.unrealircd.org/view.php?id=826
sdamon
Posts: 46
Joined: Tue Jun 07, 2005 7:28 am

Post by sdamon »

Jason wrote:That would be difficult. It couldnt be done by just allow umodes to certain ports/ips.
Its not allow a mode..its force a mode. But still...
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

It would still require more than just modes. If I knew C, I might write you a module, but I dont.
Why the hell can't my signature be empty?
"Your message contains too few characters."
sdamon
Posts: 46
Joined: Tue Jun 07, 2005 7:28 am

Post by sdamon »

the idea requires like a service module (neostats or anope..) to version, check for +B and akill as needed...but..thats a while away :) again...just an idea and low proority
Post Reply