pass password from client to service ...

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
Aleksey-Forest
Posts: 3
Joined: Wed Jan 05, 2005 6:37 pm

pass password from client to service ...

Post by Aleksey-Forest »

Hi! I am use ircservices+unrealircd3.2, and have some question: How transfer password sended by client (in IRC protocol on low lewel it`s look like
<IP of IRC Server> PASS <password>)
to services (like /msg nickserv identify <password>
i now, its allowed, but i dont understand how it`s maked. (i visited some IRC server, which recive this password by this way)
something with aliases?
sorry for my bad English :)
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

Unreal will do that automatically.
-- codemastr
Aleksey-Forest
Posts: 3
Joined: Wed Jan 05, 2005 6:37 pm

Post by Aleksey-Forest »

codemastr wrote:Unreal will do that automatically.
But in my configuration it`s not work :(
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

codemastr wrote:Unreal will do that automatically.
Only problem is it's hardcoded to go the nickserv so it's impossible to use non-nickserv-like services... :/
Aleksey-Forest
Posts: 3
Joined: Wed Jan 05, 2005 6:37 pm

Post by Aleksey-Forest »

aquanight wrote:
codemastr wrote:Unreal will do that automatically.
Only problem is it's hardcoded to go the nickserv so it's impossible to use non-nickserv-like services... :/
may be something wrong in configuration before compilation of unreal? i use nickserv like services (http://www.ircservices.za.net/).
Locked