Home | Networks | Community | Need Help? 

 
 Quick search

 
 
 RegisterRegister   Log inLog in 

Searching for an IRCd with SSL + Host masking
Goto page 1, 2  Next
 
Post new topic   Reply to topic    SearchIRC Forum Index -> IRCD & Network Services
Author Message
Fab
none
none


Joined: 07 Apr 2005
Posts: 2

PostPosted: Apr 07, 2005 3:29am    Post subject: Searching for an IRCd with SSL + Host masking Reply with quote

Hello,

is there an IRCd out there where every connected user gets a complete hidden host? (fab@searchirc.com for example). With SSL support if possible.

I didnt found anything yet. Maybe you know one? OS has to be Linux - it's for a Linux User Group Wink

Thanks
Back to top
Dr-Voodo
Eleet
Eleet


Joined: 07 Nov 2003
Posts: 535
Location: IRC

PostPosted: Apr 07, 2005 4:15am    Post subject: Reply with quote

Try UnrealIRCd at http://www.unrealircd.com , you can specify a port for SSL usage. Users connecting will get a fake host and their real ip/host is only showed to you as a oper.
Back to top
Dr-Voodo
Eleet
Eleet


Joined: 07 Nov 2003
Posts: 535
Location: IRC

PostPosted: Apr 07, 2005 4:16am    Post subject: Reply with quote

Also if you use Anope IRC Services at well you can use HostServ to set a new host on a user, or /chghost nick newhost in Unreal.
Back to top
Fab
none
none


Joined: 07 Apr 2005
Posts: 2

PostPosted: Apr 07, 2005 4:18am    Post subject: Reply with quote

Yes, i knew this. But the host doesnt get hidden completly. Just a few blocks of the host. And I want that the user gets the host i define somewhere, and on connect this host will be set. And I as oper dont want to do anything. Smile
Back to top
Robert-E-Lee
Idler
Idler


Joined: 22 Nov 2004
Posts: 314
Location: IRC

PostPosted: Apr 07, 2005 7:29am    Post subject: Reply with quote

um, ultimate masks the entire host, but it's done via encrypt, it's not a case of host replacement.
possibly, you could simply code something into a client, leave it opered, so that when it receives a connect notice, it /chghosts them on connect, can't really think of any otherway to do it, short of coding your own cloak module for whichever ircd you happen to use.
Back to top
TheWingedOne
Newbie
Newbie


Joined: 03 Apr 2005
Posts: 71
Location: The Void...

PostPosted: Apr 07, 2005 8:44am    Post subject: Reply with quote

Fab wrote:
Yes, i knew this. But the host doesnt get hidden completly. Just a few blocks of the host. And I want that the user gets the host i define somewhere, and on connect this host will be set. And I as oper dont want to do anything. Smile


Or get a custom cloaking module for UnrealIRCd done
Back to top
FrostyCoolSlug
none
none


Joined: 03 Jul 2004
Posts: 29

PostPosted: Apr 09, 2005 8:39am    Post subject: Reply with quote

InspIRCd (http://www.inspircd.org) has a module which allows complete masking of the hostname with say, <nickname>.<yournetwork>.com SSL isn't in there yet though, but some clever stunneling would work.
Back to top
braindigitalis
Idler
Idler


Joined: 22 Sep 2003
Posts: 443
Location: IRC

PostPosted: Apr 09, 2005 8:42am    Post subject: Reply with quote

FrostyCoolSlug wrote:
InspIRCd (http://www.inspircd.org) has a module which allows complete masking of the hostname with say, <nickname>.<yournetwork>.com SSL isn't in there yet though, but some clever stunneling would work.


or just a total mask of @yournet.com Razz
Back to top
Guest






PostPosted: Jul 16, 2005 6:55pm    Post subject: Reply with quote

You can do this with 'spoof' on ircd-hybrid version 7. It doesn't have SSL, but it does have a secure way to oper, which is probably more secure than how unreal handles it. Basically this is done with /CHALLENGE opernick. The ircd will generate a random code and encrypt it with the operator's public key .. that encrypted code will be sent to the user. The user then decrypts this code with his private key and sends back the decrypted code with /CHALLENGE +<code> and if the code matches, he gets operator status.
Back to top
nenolod
Idler
Idler


Joined: 23 Jan 2004
Posts: 357
Location: A box!

PostPosted: Jul 16, 2005 10:48pm    Post subject: Re: Searching for an IRCd with SSL + Host masking Reply with quote

Fab wrote:
Hello,

is there an IRCd out there where every connected user gets a complete hidden host? (fab@searchirc.com for example). With SSL support if possible.

I didnt found anything yet. Maybe you know one? OS has to be Linux - it's for a Linux User Group Wink

Thanks


ratbox, dancer, hyperion or hybrid with i:lines.
Back to top
braindigitalis
Idler
Idler


Joined: 22 Sep 2003
Posts: 443
Location: IRC

PostPosted: Jul 17, 2005 3:21am    Post subject: Re: Searching for an IRCd with SSL + Host masking Reply with quote

nenolod wrote:
Fab wrote:
Hello,

is there an IRCd out there where every connected user gets a complete hidden host? (fab@searchirc.com for example). With SSL support if possible.

I didnt found anything yet. Maybe you know one? OS has to be Linux - it's for a Linux User Group Wink

Thanks


ratbox, dancer, hyperion or hybrid with i:lines.


all except unreal (who make you pay for it)
Back to top
codemastr
Idler
Idler


Joined: 05 Feb 2004
Posts: 345

PostPosted: Jul 17, 2005 11:32am    Post subject: Re: Searching for an IRCd with SSL + Host masking Reply with quote

braindigitalis wrote:

all except unreal (who make you pay for it)

Why must you lie? Show me Bahamut's feature to do this? Or Hybrids? Very few IRCds have it. You just can't pass up an opportunity to try to bash Unreal!

Also, I apologize that I need to buy food in order to survive. In case people haven't noticed, I've barely touched Unreal in the last few months. I make only a few hundred dollars a year from Unreal. I spend close to $500/month (Internet, telephone, television, food, clothes, water, electric). Since people refuse to pay for anything (somewhere along the lines, people got this idea that software must be free), I simply don't have time to make a living and spend 8 hours a day on Unreal. So again, I apologize that I must buy things to live, but that's just the way the world is.
Back to top
w00t
Eleet
Eleet


Joined: 09 Jun 2004
Posts: 698
Location: Nowra, Australia

PostPosted: Jul 17, 2005 10:09pm    Post subject: Reply with quote

solid-ircd (a bahamut derivative) has it, as i recall. The coders of bahamut just don't want it, they see no reason for it. Same with hybrid.

Unreal has it (albeit paid), I believe inspircd has it, shadowircd probably does, and so on.

On topic brain, that was a little cheap...
Back to top
sdamon
none
none


Joined: 10 Aug 2005
Posts: 28

PostPosted: Aug 17, 2005 4:39am    Post subject: Reply with quote

There is a custom module for anope that wil;l give all registered users a hiden hostmask (on networks that support it), That is free, there are also other custom cloaks around... And if you use unreal...and like it...and need the feature...throw codemastr a few bucks and buy it..hes not asking for much... Same goes for mIRC...actualy pay for it guys...its $20 for a lifetime liscense... free software is great, but programers haveto eat too....
Back to top
mink
none
none


Joined: 28 Dec 2003
Posts: 2

PostPosted: Aug 19, 2005 11:17pm    Post subject: Reply with quote

hybrid 2.1 beta has Client SSL, but its far from production worthy.



-mink
Rizon Op
Back to top
Display posts from previous:   
Post new topic   Reply to topic    SearchIRC Forum Index -> IRCD & Network Services All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
 
Forum powered by phpBB
 
 © 2000 - 2008 EverythingIRC, Inc. All rights reserved. Please read our disclaimer