PREFIX_AQ problem?

These are old archives. They are kept for historic purposes only.
Post Reply
felesaerius
Posts: 3
Joined: Sat Apr 16, 2005 8:04 pm
Location: Mountain View, CA

PREFIX_AQ problem?

Post by felesaerius »

Well, when compiling/setting up Unreal (3.2.2), I'd said I wanted PREFIX_AQ enabled. (This is the unix version of Unreal) Now, there was a previous unrealircd.conf file a friend and I had set up before. I connect to the server, and I don't see anywhere that PREFIX_AQ has been enabled. It'd be muchly appreciated if I could talk to someone realtime about this. Thanks so much!
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

It's a question asked during ./Config, not an unrealircd.conf setting.
So just run 'make clean; ./Config && make' and answer yes to the prefixes question.
felesaerius
Posts: 3
Joined: Sat Apr 16, 2005 8:04 pm
Location: Mountain View, CA

Post by felesaerius »

ok, got it. Thank you! Now one more thing... in order to use the "cloak" module... I know I need to change the
cloak-keys {
80000;
80001;
80002;
What do I change those to or how would I generate something to put in there? I can't quite figure it out. Thank you!

(Additionally, when a user identifies, it doesn't automatically give them their +q or whatnot... they have to part/rejoin a channel to get it. Is there something that affects this?)
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Cloak keys: See http://www.vulnscan.org/UnrealIRCd/faq/#16

The "additionally," that's going to be a services issue.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Darvocet
Posts: 105
Joined: Sun Jun 27, 2004 6:40 am
Location: Houston, TX
Contact:

Post by Darvocet »

You can do cloak keys like:

set { cloak-keys { xxxxxxxxxx; xxxxxxxxxxxx; xxxxxxxxxxxx; }; };

Mixed numbers & letters (both lower and uppercase)

Check that services.yournet.com has a U:Line that is necessary for services to operate properly. This could be why users are not getting the +oq when they identify.
- Darvocet
Sr. Network Admin: EpicIRC.Net
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

It won't be ulines darvocet as services are setting the modes-- the user just has to rejoin the channel to get it.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Ron2K

Post by Ron2K »

Or re-identify for your nick. Works with IRCServices at least.
felesaerius
Posts: 3
Joined: Sat Apr 16, 2005 8:04 pm
Location: Mountain View, CA

Post by felesaerius »

I'm using anope services.... looks like it's a config option. Will figure it out sooner or later.
Matridom
Posts: 296
Joined: Fri Jan 07, 2005 3:28 am

Post by Matridom »

felesaerius wrote:I'm using anope services.... looks like it's a config option. Will figure it out sooner or later.
It's there

Code: Select all

# NSModeOnID  [OPTIONAL]
#
# When enabled, services will set the channel modes a user has access to upon
# identifying, assuming they are not already set.
#

# NSModeOnID
Never argue with an idiot. They will bring you down to their level, then beat you with experience.
Post Reply