Page 1 of 1

pass password from client to service ...

Posted: Wed Jan 05, 2005 6:51 pm
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 :)

Posted: Wed Jan 05, 2005 11:11 pm
by codemastr
Unreal will do that automatically.

Posted: Thu Jan 06, 2005 3:05 am
by Aleksey-Forest
codemastr wrote:Unreal will do that automatically.
But in my configuration it`s not work :(

Posted: Thu Jan 06, 2005 3:35 am
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... :/

Posted: Thu Jan 06, 2005 3:40 am
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/).