|
|
| Author |
Message |
Fab none

Joined: 07 Apr 2005 Posts: 2
|
Posted: Apr 07, 2005 3:29am Post subject: Searching for an IRCd with SSL + Host masking |
|
|
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
Thanks |
|
| Back to top |
|
 |
Dr-Voodo Eleet

Joined: 07 Nov 2003 Posts: 535 Location: IRC
|
Posted: Apr 07, 2005 4:15am Post subject: |
|
|
| 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

Joined: 07 Nov 2003 Posts: 535 Location: IRC
|
Posted: Apr 07, 2005 4:16am Post subject: |
|
|
| 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

Joined: 07 Apr 2005 Posts: 2
|
Posted: Apr 07, 2005 4:18am Post subject: |
|
|
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.  |
|
| Back to top |
|
 |
Robert-E-Lee Idler

Joined: 22 Nov 2004 Posts: 314 Location: IRC
|
Posted: Apr 07, 2005 7:29am Post subject: |
|
|
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

Joined: 03 Apr 2005 Posts: 71 Location: The Void...
|
Posted: Apr 07, 2005 8:44am Post subject: |
|
|
| 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.  |
Or get a custom cloaking module for UnrealIRCd done |
|
| Back to top |
|
 |
FrostyCoolSlug none

Joined: 03 Jul 2004 Posts: 29
|
Posted: Apr 09, 2005 8:39am Post subject: |
|
|
| 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

Joined: 22 Sep 2003 Posts: 443 Location: IRC
|
Posted: Apr 09, 2005 8:42am Post subject: |
|
|
| 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  |
|
| Back to top |
|
 |
Guest
|
Posted: Jul 16, 2005 6:55pm Post subject: |
|
|
| 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

Joined: 23 Jan 2004 Posts: 357 Location: A box!
|
Posted: Jul 16, 2005 10:48pm Post subject: Re: Searching for an IRCd with SSL + Host masking |
|
|
| 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
Thanks |
ratbox, dancer, hyperion or hybrid with i:lines. |
|
| Back to top |
|
 |
braindigitalis Idler

Joined: 22 Sep 2003 Posts: 443 Location: IRC
|
Posted: Jul 17, 2005 3:21am Post subject: Re: Searching for an IRCd with SSL + Host masking |
|
|
| 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
Thanks |
ratbox, dancer, hyperion or hybrid with i:lines. |
all except unreal (who make you pay for it) |
|
| Back to top |
|
 |
codemastr Idler

Joined: 05 Feb 2004 Posts: 345
|
Posted: Jul 17, 2005 11:32am Post subject: Re: Searching for an IRCd with SSL + Host masking |
|
|
| 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

Joined: 09 Jun 2004 Posts: 698 Location: Nowra, Australia
|
Posted: Jul 17, 2005 10:09pm Post subject: |
|
|
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

Joined: 10 Aug 2005 Posts: 28
|
Posted: Aug 17, 2005 4:39am Post subject: |
|
|
| 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

Joined: 28 Dec 2003 Posts: 2
|
Posted: Aug 19, 2005 11:17pm Post subject: |
|
|
hybrid 2.1 beta has Client SSL, but its far from production worthy.
-mink
Rizon Op |
|
| Back to top |
|
 |
|