New P2P tool Using... IRC? [UPDATED] 97
SupremeOverlord writes "A new P2P file-sharing tool called "BitHive" is entering public beta soon. This one uses IRC servers to connect nodes to avoid the scalability problems Gnutella suffers while not having a centralized server like Napster. Check out the press release at BitHive.org, and sign up for the upcoming public beta here. At the very least, it's going to be an improvement over automated fserves." Update: 12/11 4:09 PM by michael: See also this article describing file-sharing over AIM - Aimster.
Re:This one may live as long as IRC (Score:1)
Granted, the md5 can be easily changed each time you upload your file list, but with most people using the same md5 hash length (last checked it was the first 299008 bytes) tracking isn't that hard either.
I thikn that IRC is one of the natural mediums for this type of sharing network. The only problem I can forsee though is how strict P2P/IRC servers will be in allowing other servers to connect in. That is the essence of maintaining a decentralized network, and if you start setting up strict limits on who can connect back to your server, then you risk the health of the network.
CuteMX already uses this technology (Score:1)
Re:Always sketpical when I see "revolutionary" (Score:1)
Run Centralized Servers in other Coutries (Score:2)
Can anyone who knows more about this comment?
It seems like there will never be a decentralized file sharing service that works as well as Napster or Scour...
FoonDog
Re:Isn't IRC overloaded already? (Score:2)
but from what i've read. O(n^2) would spell out too "Big Oh, N to the power of two" Big Oh -or- O() means the worst possible case for an agorythm to run. N is some variable. Big Oh notation is used to expresses the effenctentcy of an agorythm.
another case of O(n^2) would be a bouble sort. in it's worst possible case, if you had N items it would take N^2 time to sort those items.
What I don't understand is how is compares it to IRCnet, I can understand expressing it to expressions, and loops. but to a whole protocol is much more vague? What's N? in this case, the number of clients? what's ther result of n^2 apply too?
-Jon
Re:Isn't IRC overloaded already? (Score:2)
How does this overcome the fundamental problem? (Score:3)
I'm not saying that this is the case here, mind you. I haven't looked into the particulars of this company at all (other than the fact that its home-page looks home-made).
Here is my question:
The thing that has been plaguing these glorified FTP clients is the real-time searching utility. It has an inherent O(n^2) feel to it. 50 users want to use the network, and search for files on 49 computers. 50000 users want to use the network, and search for files on 49999 computers. Seems O(n^2) to me.
The Napster (Scour etc) solution is the central server, which people dislike, since these "P2P" fly-by-night companies are turning to the dark side at a rate not seen since the original Star Wars flicks came out.
The Gnutella (Freenet etc) solution is "maybe n won't get so big". Or, in desperation, "let's not search everyone's else's computer". Doesn't seem like people would go for that. I'd like to find that one guy who likes the same obscure stuff that I do. Isn't that supposed to be one of the advantages of this type of file exchange?
So that's the (billion-dollar) problem. Here's the proposed solution:
Let's use the IRC network instead.
Does something seem fishy here? How would this fix the inherent O(N^2) problems? It seems to me that these people are solving the O(N^2) problem by finding an unused network so N can start at 0 again. Does anyone else out there sense this?
Donny
This is stupid. (Score:1)
Why is this such a big deal?
I could hack together a file-sharing bot in about half an hour using the Net::IRC module. Just let the bot idle on no channels, and respond to certain command strings.
All this does is bring the litigation happy corporations down on the IRC...next thing you know, DCC will be banned. Good thing I run my own server...
no bots my ass! (Score:2)
bullshit, and if they do. trust me that don't do a thing about it. damm near anyone can eggbot a channel as long as they want. look at google's [google.com] listing of IRC bots.
Now I've never seen a shell account that allowed IRC bot's. but as for the IRC serers? every channel is kept open from a bot. hell they way IRC is hacked together, it's the only way to really keep a room/channel open. You have a bot sit there acting like a user. then you can log in and pipe commands to it like "/kick 33l3le_lame_ass" of whatever.
-Jon
Re:This one may live as long as IRC (Score:2)
- CitizenC . AssMonkey@EliteOrbit-58437.ivideon.com (com)
- realname í rm -rf
- idle í 1m 7s (signon: -1h 6m 6s ago)
/mode CitizenC -x
- CitizenC . AssMonkey@64-59-157-35.ivideon.com (com)
- realname í rm -rf
- idle í 2m 6s (signon: -1h 5m 4s ago)
------------
CitizenC
Re: This Is Bad (Score:1)
The warez/mp3 scene will survive, but IRC might go down, and that's what at least I am worried about.
Re:IS this a good thing? (Score:1)
Re:Worse, it's lame (Score:1)
And yes, you really should stop using Lynx, w3m is much better.
--
Hmmmm irc..... (Score:4)
I am skeptical as to how well this is going to work in practice. Anyone who remembers EFNet #quake on the day of the release of quake 1 should know how problematic having several thousand people in an irc channel can be.
~GoRK
Re:Gah, IRC protocol bad... (Score:1)
Note, it is closed source for the moment, but you just have to love their philosophy (read their philosophy page, duh!). Oh yeah, and it encrypts most traffic with strong crypto.
Re:How does this overcome the fundamental problem? (Score:1)
Looking for pr0n? Go to the xxx channel, download file lists from people, click on the tab that lists only those files that are missing from your master file list, then add files to hotlist/ignorelist/download list. It all works very nicely.
er.. Freenet is log(n) - not n^2 (Score:2)
How come whenever P2P is mentioned everyone starts to spout half-truths (or just complete mis-truths) as if they knew exactly what they were talking about?
--
Heres another IRC typer Napster device.. (Score:1)
Re:More illegal piracy (Score:1)
Maybe a net watermark could work.
No Luck (Score:2)
IRC HAS it's limitations (Score:1)
krystal_blade
Re:More point-to-point sharing... (Score:1)
Re:No Luck (Score:1)
There isn't the risk of flooding due to data transfer because the actual file transfer is done peer to peer. It's not like the client is going to barf UUencoded files into channels.
I assume how it would work is that the client would join some channel(s), and ask something like "Anyone got beautiful day by U2?". All the other clients in those channels would then do a quick check for matching files and message (preferrably directly, DCC-style) the requesting client with the names of matches so that they can initiate a direct file transfer.
---
Where can the word be found, where can the word resound? Not here, there is not enough silence.
Hmm, not bad... (Score:1)
Re:er.. Freenet is log(n) - not n^2 (Score:1)
I'm not sure what kind of scalability you're talking about, but it sure isn't searching capability. (If you didn't have to search for these damned things, wouldn't you just connect directly to whereever the thing was with FTP or something?) In this sense, Freenet's aim may be to secure documents in a non-removable and dynamic way, but search scalability is still n^2, and if 6 billion people decided to put their mp3's on, good luck building your collection of South African jazz mp3's.
How come whenever P2P is mentioned everyone starts to spout half-truths (or just complete mis-truths) as if they knew exactly what they were talking about?
Good question. You tell me.
Donny
Back to your roots (Score:2)
Regardless, it sounds like a good idea. But IRC servers are fragile things. Look at the dal-net network, and watch it's servers go up and down, up and down. Netsplit here, server crash there, services toasted for another 13 hours, and four thousand random messages from 12 year olds pushing porn down your throat. The problems of speed and stability faced by Gnutella may not be completely solved as it may seem, unless someone feels like shelling out some serious cash and setting up some slashdotable servers on irc.
Re: (Score:2)
Been there, done that... (Score:2)
It's called Distributed FileServer over IRC, and is basicly like gnutella but using irc as a carrier.
Re:Gah, IRC protocol bad... (Score:1)
However, the existing napster network was a corporate entity, which was its major problem.
Re:And that's the whole P-2-P hype (Score:1)
You could have said similarly that http & browsers are "simple repackaging" of ftp. After all, using ftp and text files (containing addresses), with some cut & paste you could do with ftp anything you could do with http, html & browser. Yet, the internet didn't quite take off until the http & browsers made it easy to perform those operations (hyperlinking, viewing text & graphics, downloading files).
In other words, repackaging which substantially lowers the usability threshold makes all the difference. Similarly, the aim of various P2P designs, mashrooming all over in recent months, is to lower the threshold of turning every computer connected to the internet into a a web server, chat server, file server, message board,...
While you can certainly do this already with most connected computers (other than for some NAT/proxy configurations), and while dedicated servers have been doing it for years, you need much greater technical expertise than an average web user has (and often the additional ISP cost for fixed IP). When someone manages to convert that into a few simple, visually intuitive point & click operations, the P2P field will take off, just as Web did.
This evolution will inevitably occur since the increase in the bandwidth, the CPU speed & the storage capacity creates a void calling to be filled.
Re:How does this overcome the fundamental problem? (Score:1)
This sounds like... (Score:1)
Using IRC, besides the fact that it has it's own scalability issues, is not the way to implement a P2P network! If the goal was to avoid 'central servers', using an IRC server doesn't get you any closer to that goal. Instead of placing the load on your own systems, you are just outsourcing it to public chat systems (without permission might i add since most servers excplititly state no non-IRC client 'bots').
(http://www.dIRCchat.com - new Windows IRC client)
Re:Isn't IRC overloaded already? (Score:2)
Re:More illegal piracy (Score:1)
Shady to use someone elses server? (Score:1)
BW overuse? Bah humbug, responses to searches can be a dcc chat.
Re:Anyone remember archie? (Score:1)
Hmmmm
To: Sysadmin@.com (Score:2)
Dear sir, Im having problems trying to transfer a file over your mIRC network. Its only 14 Meg and I am using a 56k line. It gets to about 400K and keeps dropping out, stalling, or just crashing. Why does this happen?
On, and yeah, since youre reading this already, can you also do something about Galt? He keeps kicking and banning me from #hottub but I did nothing wrong. He wont even acknowledge my numerous private messages to him after the fact. What is wrong with him?
Thank you,
Signed - lamer newbie #1038801
Re:Certainly Central Server (Score:1)
Re:Isn't IRC overloaded already? (Score:1)
It's not about how much work you need to do, it's about how many oppertunities there are for needing to do work.
The "work" is synchronising server state between servers. There are approximately n^2 pairs of servers (n*(n-1) more accurately). So there are n^2 chances of a 2 servers being out of step with each other.
There's a far better explanation of this "communication/interface" scaling in Fred Brooks' Mythical Man Month, but that applies to humans rather than servers.
FP.
Re:Isn't IRC overloaded already? (Score:1)
If a server changes state on average X times an hour, then one of N servers will on average change state NX times an hour. This change needs to be propogated to N servers. Therefore the work required is N.NX communications per hour.
O(N^2)
FatPhil
Re:More illegal piracy (Score:1)
IPSec and IPV6 work to remedy this, but if you are using vanilla tcpip with IPV4, your data simply cannot be trusted, nor can you inherently trust data from other sources.
Comment removed (Score:5)
Here's how! (Score:1)
Set up an irc server. Just a plain-vanilla irc server.
Then, I would create a program that will join a specific channel on that server. The user would NOT be able to see what goes on in that channel.
When the user searches, it pops up in the channel as "request titney spears". All other clients search their internal share lists.
If one or more clients finds that file, they will send a private message to the requesting client with a specially formated response.
The requesting client will then display a list of the responses as they arrive.
You might also want to include a simple irc client, and let the users talk on different channels.
File transfers can be done via DCC, or a separate system, like an ftp server/client on a customized port.
So, all you need is Glade, some libs and a bit of elbow grease. Who's with me?
Oh hum (Score:1)
1) IRC is already muffed up enough already. Look at dalnet and efnet for christ sakes. Dalnet has always had lag issues between long distance servers, meaning people wishing to chat in regular groups usually use the same server (defeating the purpose of a network). EFnet had it's "OMG we're dissapearing" scare earlier in the year. And it's overrun by lamers.
2) There are ALREADY mp3 channels. They are not that hard to find, or use. To return idiot newbie and/or idiot industry attention to these souces, which have improved since everyone started using Napster, would be brutal to say the least.
3) (I know) OpenNap, Audiogalaxy, gnutella, freenet, do we really need another one?
This isn't a suprise... (Score:1)
Interfaces that rely on IRC (and DCC), make it easier for the average Joe to use.
Real-time indexing of the Internet coming soon [grub.org]!
Kord
Always sketpical when I see "revolutionary" (Score:5)
If they're passing messages over IRC, either they'll have to run their own (and risk being shut down), or put the messages out over existing IRC networks (EF,Dal, whatever). In the second case, I can't imagine the guys running the IRC servers are going to be too impressed - the onus of fending off irate lawyers will then be on them, and most of the IRC servers seem to be run out of kindness as a hobby.
0.02,
Mike.
Re:Windows 2000 ? Are you mad??? (Score:1)
To hell with PCs. You know what I think? We should all go back to using Amigas. They're much better than PCs.
No, seriously! Amigas kick ass!
_____________________________________
Isn't IRC overloaded already? (Score:4)
I suspect I'll hear it start creaking at the edges fairly soon...
FP.
Certainly Central Server (Score:2)
paradise? (Score:1)
IRC BAndwidth overuse? (Score:2)
This is all speculation. It would be interesting to see how it actually works. (It could work by continually posting address's in the discussion room from people with the ware/softwares computer, overuse of the ircs I guess)
It is shady to use someone elses server to steal warez/music though - Even from people who encourage theivery among youth with their music (like Dr.Dre).
And that's the whole P-2-P hype (Score:2)
Re:More illegal piracy (Score:1)
Re:More illegal piracy (Score:1)
I still think you're wrong. And possibly trolling.
"We need to stop making new tools, even if they can be used for legal purposes." That is just patently ridiculous. If people had that attitude, then Nuclear research would have stopped before it started. Sure, we wouldn't have nukes, but then we'd also have nothing like chemo therapy and the advanced Diagnostic imaging techniques we do now.
Think about your logic before you post.
Re:Isn't IRC overloaded already? (Score:1)
Suppose you have:
for (i=0; i<n; i++)
Assume it takes 1 second to complete each iteration. Now if n=1, runtime=1 sec; if n=2, runtime=2 sec; etc. Thus, the runtime is equal to n*1 or more generally, n*(time to complete one iteration). Thus, this algorithm's runtime is O(n).
Now lets say you have this:
for (i=0; i<n; i++)
for(j=0; j<n; j++)
Let's look at the inner j-loop first. Notice that its identical to the above example that we know to be O(n). However, its enclosed within another loop that iterates n times. So the runtime is (outter loop iterations) * (inner loop iterations) * (time to complete inner loop iteration), thus n * n * 1 which is (n^2) * 1. Thus, this algorithm's runtime is O(n^2).
The important thing to take out of this is how each algorithm's runtime increases as n (or the amount of work) increases. For O(n^2) algorithms even small increases in workload can mean pretty nasty performance hits. Of course, it's even worse for cubic (O(n^3)) algorithms, etc, etc.
Re:More illegal piracy (Score:1)
Overload (Score:1)
Everyone knows that IRC is a quick, responsive way to communicate, as well as very stable and dynamic.
-------
CAIMLAS
Didn't we cover this already? (Score:1)
Re:Certainly Central Server (Score:1)
See Also (Score:1)
The other day I tried a new napster clone and was supprised to see it connected me to dalnet after installation. VNN 2000 [vnn2000.com] is the Java based p2p that I'm referring to. It suffixes your name with _VNN or somehting and tosses you into #vnn on dalnet. It's not supremely obvious at first, but you do get their motd and such. Just recently I believe they have had some trouble with the irc end and may have dropped it.
On another note, what happens when they take it to the next level? Will we ever have to worry about ftp and such?
-XtAtRe:IS this a good thing? (Score:2)
And now, a few comments on this "revolutionary" file sharing idea. Napster (the program) was originally written because Napster (the person) was annoyed with having to manually go into IRC channels with offer bots running in them and then manually picking files to download and keeping track of it. Napster was, in fact, designed to be a more convenient version of an offer bot network. Does anyone see the irony of going back to IRC?
As for the comments that Napster is in danger of being extinct, take a look at Napigator [napigator.com]'s server listing page [napigator.com]. There are at least 10 different networks, all of which are pretty large. Though they cannot yet be compared in size to the Napster network, they will explode the second that Napster is taken down.
--
Re:More illegal piracy (Score:1)
I never said give up all research, I was specifically referring to P2P filesharing tools. If people keep making more of these, the internet will be heavily regulated by the government. They will see all the piracy from the "open source geeks", and get laws passed to stop it.
One of the only ways I can see to prevent it is to stop making the tools. If we stop making the tools, we will have a better name, and they will leave us alone. How many legitimate purposes could Napster have anyway? Wouldn't it be easier to go to mp3.com or something? P2P utilities cause nothing but problems.
already done (Score:1)
Errata (Score:2)
Informally, a function is O(n^2) if it grows no faster than n^2. A function is Omega(n^2) if it grows at least as fast as n^2. The latter is at issue here.
Re:no bots my ass! (Score:2)
Bill - aka taniwha
--
IRC protocls would work great! (Score:1)
What's even better, IMHO, is that we don't even need to write new IRC clients. Many popular clients already have ample scripting facilities; All we need to do is define a protocol for indexing and searching and then write some scripts to support it in existing clients.
Wow, you mean I can now share files via IRC! (Score:2)
Re:Why Does This Smell Like Fish? (Score:1)
People once thought Napster was untouchable, too.
Ahem! People once hoped Napster was untouchable. Any person who thought they were untouchable probably thinks that if they remove the numbers from their house the cops won't be able to find them.
Re:More point-to-point sharing... (Score:1)
This one may live as long as IRC (Score:2)
It just goes to show you that you can't block peer to peer filesharing without requiring end-to-end authentication for all Internet connections. Don't laugh; the MPAA/RIAA is probably working on this right now.
Change the CTCP (client to client protocol) VERSION response to mimic that of a standard IRC client, make the protocol look like a few people talking, and change the channels you use, and it will become reasonably hard (albeight not impossible) to systematically identify these programs.
If I remember right, Napster originally was based off of the IRC idea as well. Unfortuately, IRC offers little anonymitity as to the source. An IRC server put in debug mode captures all the messages sent through it, and your connection IP is available to anyone online. We'll see how this one works. Hopefully we won't end up with a bunch of additional people flooding the system to take control of channels; IRC is overburdened with DoS attacks against servers already.
Re:paradise?=already here (Score:1)
gnutell works for the "underground" idea already. and it can handle it.
IS this a good thing? (Score:5)
I hope that these guys are not planning on layering this service over existing networks becuase they're going to have to make sure that sys admins can't identify the clients to K-line their users. Adding Napster and Gnutella amounts of traffic to already busy IRC networks is just asking for disaster - I know of a few ISPs that would like a good reason to remove their IRC servers.
Personally I think that file sharing en-messe needs dedicated protocols and servers - or at the very least extensions to existing protocols and dedicated servers.
Re:IRC protocls would work great! (Score:1)
Why Does This Smell Like Fish? (Score:2)
The article cites Gnutella's centralized load problem. How will this differ on IRC? Aren't you just adding massive load to whatever network you utilize, be it Dalnet, Efnet or what have you?
The article also cites Napster's legal problems. How is utilizing IRC going to change this? People once thought Napster was untouchable, too. You'll just move the battle to IRC and the people who run IRC servers. Passing the problem on to someone else doesn't help.
---
seumas.com
Windows 2000 ? Are you mad??? (Score:1)
Hmmm. I'm not too sure how you work this one out, and I must disagree. Any incarnation of Windows you care to mention is bound to be worse than Linux in many ways. If I could get my head round Linux, I would use - ah. I see what you mean. Linux is very complicated, to be sure.
If Linux could just be made more user-friendly without detracting from its immense configurability (something that, as yet, Windows cannot offer) then I reckon it would rapidly become the most used OS in the world.
We can only hope...
_____________________________________
sounds dangerous... (Score:1)
P2P, is that kinda like that DDT stuff?
yes, it's a really lame joke but I've had very little sleep - roto-rooter is my friend, and I LOVE mopping the basement floor with bleach
Poor old IRC (Score:3)
Although maybe some people who have a commercial interest in this could setup some IRC servers that can handle serious load, and will scale with the amount of usage.
If theres money to be had, it could very well mean the introduction of new IRC servers. Maybe this will be the best thing that has happened to IRC in a long time. Although, maybe it will just mean more splits, and slower servers.
"I need eggdrops. Lots of eggdrops." (Score:1)
I've been wondering when someone would figure this one out. Let's see. IRC may not have been the first information relay protocol, but it certainly one of the most tried and tested... Code reuse. What a concept!
"I need eggdrops. Lots of eggdrops."
Re:Wow, you mean I can now share files via IRC! (Score:1)
With Napster, I can actually find MP3's of music I actually like and regularly listen to (punk/progressive rock), not the ABBA and 80's pop tunes I'd download and play just to get them out of my head.
It's not about capabilities -- it's about making things accessible to the less tech savvy.
(end comment) */ }
"uses IRC servers...to avoid scalability problems" (Score:1)
Re:Worse, it's lame (Score:2)
Wait a second, this is ALL unispaced to me.
Maybe I should stop using lynx.
you fucking crybaby
-Chris
...More Powerful than Otto Preminger...
IRC Confusion (Score:1)
An earlier post made the comment about IRC servers just being a hobby of the SysAdmin's. I would agree that this is primarily true, so inorder for BitHive to be successful the current IRC model can't be compromised or changed.... maybe just "borrowed" - (taking the current technology and using it for other ways than it was intended.) -WebWiz
Is Napster's "centralized" model really that bad? (Score:3)
"Unlike Napster, which is becoming subscription-based, Scour, which has succumbed to legal pressures, and Gnutella, which suffers from scalability issues, BitHive relies on no central servers or corporations to run."
Neither does Napster. With Napigator [napigator.com], users can connect to OpenNap directory servers [sourceforge.net] and share their files without needing some big corporation's help (unless you count VA Linux's SourceForge, which hosts the OpenNap website). And this To demonstrate the legitimacy of OpenNap, simply make a Linux kernel [kernel.org] tarball available on one of the servers, and run an OpenNap segment on your local network [everything2.com] to ease the bandwidth problem. With that kind of cred[?] [everything2.com], RIAA won't be able to touch it.
Anyone remember archie? (Score:3)
The archie information system is a network-based information tool offering proactive data retrieval and indexing for widely distributed collections of data. The archie Data Gathering Component automates the gathering, indexing and maintenance of information, allowing information providers to offer improved resource discovery and access to information.
The archie User Access Component allows your users to locate and access your information using a variety of interfaces and search methods.
Given the number of hosts being used as archive sites nowadays, there can be great difficulty in finding needed software in a distributed environment. You may know that the software that you need is out there, but it can sometimes be difficult to find. Perhaps the best known application of the archie system is to maintain this Internet Archives database. The database, already available from a number of service providers across the Internet, currently contains the names of over 2,400,000 files at over 1,000 anonymous FTP archive sites. Using this database, users can rapidly locate needed files without the need to log onto dozens or even hundreds of machines. archie servers offering this database currently receive over 50,000 queries per day.
http://archie.emnet.co.uk/readme.html [emnet.co.uk].
-Pete
Re:Why Does This Smell Like Fish? (Score:2)
Gnutella passes queries amongst all peers, providing anonymity in the queries and avoiding the need for any centralized indices of files. The problem is that now logging onto Gnutella swamps most clients with zillions of queries which your computer will have to forward to its peers.
IRC decentralizes the indices. That's about all. I always figured this would be the perfect replacement for ICQ, but file sharing works too. When I first logged onto Napster, this is exactly what I thought it was... a pretty shell for some magic IRC channel.
Neither system provides anonymous transfer of information. If I request a file from you on IRC, I can pick out your IP through the DCC connection.
If you were using IRC instead of ICQ you could maintain contact lists on servers... you create a password-protected channel and invite your friends into it. When they log on, they automatically log on to the appropriate channels. By querying people's info you could send them DCC chats, files, and other requests. Very simple, very standard, very open.. no more IDs and contact lists either. The only trick is verifying the identity of your friends, but Email works fine for that.
All IRC lacks is a tallbar UI.
Re:Saying so don't make it so. (Score:1)
Yeah, and IRC servers won't say anything about it? (Score:1)
Now, will companies that host those supposedly "public" IRC Servers that are targetted by this software just stand there and watch while some other startup just wastes their bandwith with file trading bots? Does this make sense from a buisiness point of view?
Somehow I think not. I know AT&T (disclaimer: I have no relation with AT&T besides being an IRC Operator on one of their servers) would not want its servers used to help some other software work while not getting anything in return. What will happen? as soon as these clients are identifiable, they will most likely get automatically banned, or the trading channels closed. I for one am not going to tolerate these on my server taking up connections instead of people who actually want to chat.
In either case, moves by BitHive to try to go around these bans by say, pretending to be a standard mIRC client would probably get them in some legal trouble. I don't know on what basis, I'm not a lawyer, but legal departements can be so oooo creative =)
In short, the idea is good, but forgets one tiny thing: in the end, IRC servers belong to companies who don't like someone else just jumping in and using their paid bandwith.
Re:IRC BAndwidth overuse? (Score:1)
Re:Certainly Central Server (Score:1)
This is BAD for people that share files illegally. (Score:1)
so basically it's like a haven for people who pirate music, software, and kiddie porn (gasp!).
No one is going after IRC.
Running software which claims to be non-centralized _on top of_ a centralized system is just silly!
If decide they want to shut down the new service, all they have to do is go after the IRC servers.
And you know that when it came down to it, the people who run the IRC servers would buckle in a minute.
So.. If you use IRC to trade files on a regular basis, I wouldn't be supporting this idea.
Just a thought..
Re:This Is Bad - YES! (Score:1)
just posted a reply saying pretty much the same
exact thing.
IRC is and will always be the best way. No one
in the media ever mentions it! It's like the internet
used to be..
moo [2y.net]
Gah, IRC protocol bad... (Score:4)
If anything, instead of starting with IRC, just develop a new protocol that would add the needed features in a desired P2P setting; don't use the IRC protocol as the model, save for how leaf/hubs work and how a message is propigated across a network.
Re:no bots my ass! (Score:1)
Of course, that doens't mean people still don't use them.. I think they just have the message there so if you're ABUSING the bots then they can boot you while they get to feel justified and rightous..
Note:This is not a link to goatse.cx [2y.net]
This Is Bad (Score:2)
>neotope
Re:This sounds like... OT (Score:1)
Re:Isn't IRC overloaded already? (Score:2)
As I understand DCC, which is used for actual file sharing, is peer-to-peer. It's the directory service part that will work using IRC. In that light, it will not be too heavy weight but you are right about IRC having scalability problems.
Hmmm... (Score:1)
As if having 90% of the kewl warez lists on the IRC wasn't enough, NOW they're trying to monopolize the TRANSFER of warez, whether you "IRC" or not...
It's a conspiracy, I'm telling ya.
krystal_blade