User with specific Password only for a specific Channel

These are old archives. They are kept for historic purposes only.
Locked
Asisito
Posts: 7
Joined: Fri Sep 03, 2004 11:52 am

User with specific Password only for a specific Channel

Post by Asisito »

Is it possible to realize this constellation:

user 1:
Login: user_01
Pass: userpass1

user 2:
Login: user_02
Pass: userpass2

Channels:
#work
#friends

user_01 should only have the possibility to access #work
user_02 shoud have the possibility to access both channels.

I tried a lot, with different classes and stuff like "user_01@*"
but nothing worked...

Any advice?

Greets,
Asisito
jewles
Posts: 263
Joined: Thu Mar 11, 2004 7:41 pm
Location: Herndon, VA

Post by jewles »

You would need to use services to do this.

Create access lists for both channels, and set the channel so that only users on are ident and on the access list can enter. Very easy to do...
FBSD-DEV Project
http://www.fbsd-dev.org

YatesDev Hosting
http://www.yatesdev.com

The Wrong Way
http://www.thewrongway.net
Asisito
Posts: 7
Joined: Fri Sep 03, 2004 11:52 am

Post by Asisito »

Hello jewles,
thanks a lot for your quick answer. Due to the fact I´m very new to Freebsd and unrealircd, could you give me a hint where I could
find more information about this, especially

- where I can find the services
- which services these are (in particular)
- is there a place I could find some guide for the access lists

I hope I don´t bother you with that, it would be nice if
you could help me.

Asisito
jewles
Posts: 263
Joined: Thu Mar 11, 2004 7:41 pm
Location: Herndon, VA

Post by jewles »

well you could try searching this forums... There is a complete section called Services Support.... and that question has been answer serveral times already.... so I'm sure you'll find what you are looking for.... but to answer your question IRC Services, Anope, are the two most popular that I can think of now.... Unreal doesn't support services, but you might be able get help, again in the Services Support forum.
FBSD-DEV Project
http://www.fbsd-dev.org

YatesDev Hosting
http://www.yatesdev.com

The Wrong Way
http://www.thewrongway.net
EviL_SmUrF
Posts: 8
Joined: Wed May 26, 2004 11:41 pm

Post by EviL_SmUrF »

kickservices are pretty good too. u can find these on sourceforge.

they are based off of auspice and fixed up / debugged / features added by thilo.
Locked