New Feature

These are old archives. They are kept for historic purposes only.
Locked
Saint
Posts: 9
Joined: Mon Mar 08, 2004 2:05 pm

New Feature

Post by Saint »

Can we block users texts in any channel and private whom are not registered their nicknames in the server when they entered.

Thank You.
You See I Cannot Be Foraksen
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

For channels, there is Cmode +M: A registered nickname (+r) is required to talk. You could easily force this Channel Mode on all channels.
For private messages, there is Usermode +R, which you can force too.

Or you just force all Channels to be +R (requires a registered nickname to join). Maybe that would aready be enough?
Last edited by Dukat on Sat Jul 31, 2004 3:47 pm, edited 1 time in total.
DeadNotBuried
Posts: 44
Joined: Wed Mar 10, 2004 5:30 am
Location: irc.majestic-liaisons.com
Contact:

Post by DeadNotBuried »

user mode +R only allows privates from registered users, if forced on joining using set::modes-on-connect and restricted from being changed by using set::restrict-usermodes it will give the effect of no unregistered users being able to send privates
Saint
Posts: 9
Joined: Mon Mar 08, 2004 2:05 pm

Post by Saint »

I know that you wrote. But I want this without changing modes of nicknames,channels. I wanna do this on ircd.
You See I Cannot Be Foraksen
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Not without source modification. Which isn't supported. And I doubt this "feature" would have much support, especially since it can already be done via modes.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

What's the problem using the
set::modes-on-connect <+modes>;
set::restrict-usermodes <modes>;
and
set::modes-on-join <+modes>;
set::restrict-channelmodes <modes>;

I mean...
There surely are other modes which are set on connect anyway, e.g. +x...
Just use the built in feature!
Saint
Posts: 9
Joined: Mon Mar 08, 2004 2:05 pm

Post by Saint »

I want unregistered Users Who wants to send messages to channel or nicknames.
will receive a message like "Security level 1 Your Nickname isn't registered. Please register your nickname" to send messages.
You See I Cannot Be Foraksen
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Well, IMHO you'd best find someone to code it for you. Perhaps pay codemastr or syzop...
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Saint
Posts: 9
Joined: Mon Mar 08, 2004 2:05 pm

Post by Saint »

Is There AnyBody Here can post me codes. ?
You See I Cannot Be Foraksen
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

No. And this thread has been fully discussed, it's possible to block stuff like you asked by features build into unreal.

Obviously you can create your own module, but that's another question, which could be asked in the module section.
If you just take a look at privdeaf (unrealircd.com -> modules) you can tweak it in no-time... but this DOES REQUIRE A BRAIN! (== be a coder, know how to look in a projects' source/include files to get the info you need, and don't be lazy).
Locked