Search found 177 matches

by sandos
2003-04-29 08:07
Forum: Protocol Alley
Topic: Metadata support in the client-client protocol
Replies: 6
Views: 3661

I didn't mean to imply a hierarchical $Supports statement - though I can see the case for one, that's not what I'm proposing here. Rather, Meta just happens to be one of the $Supports arguments, and order doesn't particularly matter. Well, yeah. I thought about it a bit and I did eventually guess t...
by sandos
2003-04-29 04:46
Forum: Protocol Alley
Topic: Metadata support in the client-client protocol
Replies: 6
Views: 3661

Re: Metadata support in the client-client protocol

The best suggestion I've heard to far involves: $Supports <blahblah, the usual DC++ supports> Meta <additional specific metadata types supported>| So the Meta subpart of $Supports ends at the pipe? What if we want to add another supports with a sub-supports? I would like something that clearly mark...
by sandos
2003-04-29 04:40
Forum: Hubs and scripts
Topic: New PublicHubList from the makers of MoGLO
Replies: 10
Views: 6581

Great work!

And hey, if you ever run out of bandwidth, Ill gladly host them for you. My only probem being (unfortunately) cpu, so I dont know if Im capable to host .php scripts being accessed too much.
by sandos
2003-04-25 13:14
Forum: Feature Discussion (Archived)
Topic: mp3 bitrate
Replies: 64
Views: 21719

Note: the above is how I see things. It may not be the way they actually are. Its not necessarily how they are: I have contributed at most 10 lines of code of my own I think (cant remember what that would be?), and I also sent Sedulus´ 302 redirect code (which I only debugged once). So I wouldnt...
by sandos
2003-04-21 03:34
Forum: Feature Discussion (Archived)
Topic: Seach.File Type: >Any Non MP3 file<
Replies: 16
Views: 6280

Or, even more general: make a simple stack-based query language (I believe G2 has this, maybe G1 aswell)
by sandos
2003-04-20 12:27
Forum: Protocol Alley
Topic: Test the ZBlock downloads?
Replies: 8
Views: 4915

Persson wrote:What am I supposed to notice with dc++ when I enable zblock. I think i have it enabled but I'm not certain about it. :)
Nothing, since nobody is yet using it. (I think it needs to be enabled to allow uploads using zblock)
by sandos
2003-04-14 02:29
Forum: Protocol Alley
Topic: dcgui & $Supports CHUNK
Replies: 40
Views: 18960

This is not good. Tcp streams are just that: streams. You should never rely on packet boundaries. Say the file actually consists of "$Canceled" repeated 10000 times, this makes it hard to know which one is actually a command, and not data. Well, I made a file, where $Canceled was at 0 offset every ...
by sandos
2003-04-13 13:49
Forum: Protocol Alley
Topic: dcgui & $Supports CHUNK
Replies: 40
Views: 18960

Well, it seems to work like this, from what I've seen: (existing transfer - D = downloader U = uploader) D>U "$Cancel" U>D Keeps sending (presumably queued) data (8kb x 4 in the case I watched) D>U keeps ACKing data U>D "$Canceled" (in its own packet) This is not good. Tcp streams are just that: st...
by sandos
2003-04-01 14:31
Forum: Hubs and scripts
Topic: Hublist at publiclist.no-ip.com?
Replies: 6
Views: 2771

dmb wrote:So... how do I make the settings in DC++ so it will show the public hublist from http://publiclist.no-ip.com?

/ Mathias

Marvin wrote:The server at this address doesn't accept http connections.
You dont. This list is not available.
by sandos
2003-03-30 08:30
Forum: Off Topic
Topic: What is your connection?
Replies: 39
Views: 19069

When you upload something to someone and try to download at the same time, the "acks" for your download are slower to get thru your line, slowing down your transfer greatly. QoS can fix this, AFAIK. I am in no way a QoS expert, but if acks have priority, I think your downloads will go very well eve...
by sandos
2003-03-29 03:51
Forum: Protocol Alley
Topic: Developer Hub
Replies: 22
Views: 10527

What about radix sort, bucket sort and count sort then? ;)
by sandos
2003-03-27 11:57
Forum: Off Topic
Topic: Error creating new session
Replies: 6
Views: 3568

Yeah, everybody: STOP USING THE FORUM!
by sandos
2003-03-25 02:42
Forum: Hubs and scripts
Topic: Does the link to the reg list always update
Replies: 2
Views: 1701

What do you mean by current? The hubs in the list are being kept fresh by always-on programs, so... they are current.
by sandos
2003-03-24 15:00
Forum: Other Direct Connect tools
Topic: Hublist
Replies: 22
Views: 15638

Connecting address vs. registered address

I turned on this option after some odd behaviour of the list. This is just to let you know, there seems to be a few people registering from another ip out there.
by sandos
2003-03-22 11:04
Forum: Programmer's Help
Topic: PDB and exceptioninfo - how to not get ?'s?
Replies: 7
Views: 3659

Im also seeing this, but in my case it might be because I always rename the .exe to DCPlusPlus-<version>.exe even though Arne said it shouldnt matter. Also on 2k.
by sandos
2003-03-20 16:31
Forum: Developer's resort
Topic: Search Bot Port
Replies: 6
Views: 4183

Basically, until you send MyINFO, your considered a searchbot? Sounds sane.
by sandos
2003-03-19 16:17
Forum: Feature Discussion (Archived)
Topic: IMDB Integration
Replies: 8
Views: 3899

maratd wrote:Bitzi sounds really interesting. Is there timetable set for implementation?
Ive never heard of any timetable for anything DC++ related. :)
by sandos
2003-03-17 03:40
Forum: Feature Discussion (Archived)
Topic: true international hub support / Unicode
Replies: 6
Views: 3699

I dont really see the problem with this. Encode away, and dont care if it comes out wrong. Either 1) your in a hub where most people are using the software you are, maybe even recommended/required by the hub 2) your in minority, and may be kicked for writing ugly stuff. Preferrably use the html-ized...
by sandos
2003-03-17 03:34
Forum: Protocol Alley
Topic: Multiple Locks
Replies: 1
Views: 1608

Multiple Locks

Im seeing hubs sending locks after the login sequence:

Code: Select all

$Lock 4141 Pk=Ag
Anybody knows why anybody wants to do this?[/code]
by sandos
2003-03-13 17:37
Forum: Hubs and scripts
Topic: Fake Hublist ??
Replies: 16
Views: 7433

actuly the reason to do so woudl be to make it look like theres 1000 users and when they try to connect there told it's full and redirected to a diffrent hub and personaly i dont think there will be away to stop them from doing it theres a few diffrent ways a script can be made to show 1000 users h...
by sandos
2003-03-13 16:51
Forum: Protocol Alley
Topic: Test the ZBlock downloads?
Replies: 8
Views: 4915

And Ive got the client online at the DC++ Dev´rs Lounge. [sunet]zblockenabled, if you wanna play. Its running under the MSVC++ debugger.
by sandos
2003-03-13 16:48
Forum: Protocol Alley
Topic: Test the ZBlock downloads?
Replies: 8
Views: 4915

I tried a few files, two textfiles and 2 .exes. Compression ending, 143/3726 = 0.04 (textfile generated by copy-paste) Compression ending, 86/90 = 0.96 (small readme) Disabling compression for 0x2171b88 (1277952/1343488 = 0.95) Compression ending, 6002227/6050816 = 0.99 (exe) Compression ending, 242...
by sandos
2003-03-11 06:48
Forum: Hubs and scripts
Topic: Fake Hublist ??
Replies: 16
Views: 7433

ivulfusbar wrote:it will always be possible...
We will see about that. :)
by sandos
2003-03-11 06:48
Forum: Hubs and scripts
Topic: How to create HUB on a webserver?
Replies: 10
Views: 4967

Re: How to create HUB on a webserver?

indianguyinlondon wrote:I saw a php script that allows to host a IRC server on a normal webserver that supports php.

just wondering if there is one for dc so i can host server on server which is up 24/7
Are you sure it didnt just relay connections to a real irc-server, i.e. a web-irc client?
by sandos
2003-03-11 05:32
Forum: Hubs and scripts
Topic: DC Linux/Unix Hub Software??
Replies: 14
Views: 6403

Btw, Linux 2.6/3.0 (whatever it is going to be) will have a new epoll() which is supposed to be much more efficient and faster. Yeah, I know. Must say Im very surprised linux didnt have any better poll-interface. It seems that Freebsd has a nice interface: kqueue/kevent: http://www.kegel.com/dkftpb...
by sandos
2003-03-11 05:27
Forum: Hubs and scripts
Topic: Fake Hublist ??
Replies: 16
Views: 7433

Re: Fake Hublist ??

cyberjack1488 wrote:Is it possible to let a hublist think there are more users in my hub ??
Its possible atm, but not for long.
by sandos
2003-03-10 16:07
Forum: Hubs and scripts
Topic: DC Linux/Unix Hub Software??
Replies: 14
Views: 6403

Opendchub is the best hub I've found on Unix. It uses select() and spawns multiple processess for each 500 users (default, but configurable). I've tested it with ~600 "fake" (perl script) users on a p200/32mb and it ran without problems. Why does it do this? I know theres a limit on select() with r...
by sandos
2003-03-10 13:44
Forum: Hubs and scripts
Topic: Help with NM public list
Replies: 11
Views: 5185

Think these are the ones:

Jim
hardcordcsmaster
anni
simon
Jon
Yaniv
Ross
Bill
henery
ee40
Ophra
javadude
cent
sally
michelle
jack76
akira
quater
Howard
Oprah
phone
nokiaman
guessitboyya
Randy
jack
slander
UCBerkeley
stapler
Josephe
by sandos
2003-03-10 13:41
Forum: Hubs and scripts
Topic: Help with NM public list
Replies: 11
Views: 5185

FLiXD wrote:ahhh... apologies for being ignorant :oops:
so what's the neo-modus pinger called? Or does it communicate with hub without actually entering?
It has a random nick picked from a list, but seems to have a static ip.
by sandos
2003-03-10 13:32
Forum: Protocol Alley
Topic: Adding file hashes to the protocol
Replies: 97
Views: 45950

Ummm... what's the reason to have encrypted files if any program can read them? Oh well, that's M$ thinking for you. Well, if you have two or more administrative users, and want to prevent them from viewing your files... Couldnt they just change eachothers password and login using the other account...
by sandos
2003-03-10 04:01
Forum: Hubs and scripts
Topic: Help with NM public list
Replies: 11
Views: 5185

It doesn't make any difference whether you allow [Sunet]Pinger in or not. In fact, my hub spends more time on the NM public list when I nameban it. But, the fact is, your chances of being on the public list at any one time are about 1 in 8 or so, because it rotates randomly. I personally find this ...
by sandos
2003-03-09 03:09
Forum: Protocol Alley
Topic: Adding file hashes to the protocol
Replies: 97
Views: 45950

And IIRC there was some talk a few months ago on the dev list for OCN that there were vulnerabilities in TTH. Not sure what came out of it in the end though.
There is a new draft out, 02 that fixes collisions between internal nodes and leaf nodes. That might be it?
by sandos
2003-03-09 03:05
Forum: Hubs and scripts
Topic: hub list registration
Replies: 6
Views: 4358

How lucky then that dcreg.mine.nu:2501 will work :)
by sandos
2003-03-08 16:40
Forum: Protocol Alley
Topic: $ and | Character Escaping
Replies: 22
Views: 9600

I think we should let users use whatever client they prefer, and sollutions with long escapes looks very weird for others. My way might not be the best, but it escapes $ to [§] and | to [¦]. This way it doesn't look too weird for users on clients that doesn't escape this way. And they most de...
by sandos
2003-03-08 16:39
Forum: Protocol Alley
Topic: Adding file hashes to the protocol
Replies: 97
Views: 45950

I wondered about this. I'm unfamiliar with the services that Bitzi has, but maybe we can use the hashes from the direct download links you're supporting to get back a bitprint (and thus TTH) from bitzi? This (optional) integration might allow us for some other nice features. You can only lookup fil...
by sandos
2003-03-06 18:34
Forum: Protocol Alley
Topic: Question to Arne about original design of DC
Replies: 25
Views: 14202

One of the biggest bonuses with DC is the fact that I can share 120 GB of material and not have huge CPU drags. I tried using Shareaza & Phex (Gnutella clients) to create private networks, but they had problems handling the large number of files that I was sharing. What version of shareaza was that...
by sandos
2003-03-06 03:02
Forum: Protocol Alley
Topic: Adding file hashes to the protocol
Replies: 97
Views: 45950

This is the problem with the one-true-hash idea, which of the web direct file links have a TT hash as their key? I'm also for one primary hash, and I would then go for TTH. My second option would be SHA1+TTH. Can't you create a Merkle hash tree with SHA1 as well? Just a random thought. Well you can...
by sandos
2003-03-05 08:25
Forum: Protocol Alley
Topic: BitTorrent
Replies: 24
Views: 14647

True enough... all you really need to add to DC is File Hashes and multi segmented downloads and you've got the best of both really.... HaArD Well, minus the (possibly) much larger number of sources in bittorrent. Oh well, yes you can connect to multiple hubs and maybe get alot of sources in DC asw...
by sandos
2003-03-05 07:08
Forum: Protocol Alley
Topic: $ and | Character Escaping
Replies: 22
Views: 9600

Fine by me ;)
by sandos
2003-03-04 17:48
Forum: Protocol Alley
Topic: $ and | Character Escaping
Replies: 22
Views: 9600

Something like \u0000 for full unicode support would be nice. (Taken from Java) Shouldnt happen very often that people write that in a chat either.
by sandos
2003-03-04 13:53
Forum: Protocol Alley
Topic: Adding file hashes to the protocol
Replies: 97
Views: 45950

Oh, ok. An invalid search is bad. Id go for the HASH>[value] form or something like that, even though it will use cycles in other clients. Searchresults seems to be a bit messy. I'm not suggesting returning hashes in normal results/searches, btw. I actually don't find it necessary to ever return ha...
by sandos
2003-03-04 09:29
Forum: Protocol Alley
Topic: Adding file hashes to the protocol
Replies: 97
Views: 45950

I'm for some sort of XML exchange (mentioned in another thread), even formatted as a pseudo-filename... I agree with you that hashes are a form of meta-data, and having that exten\dable makes sense. WinMX seems to use a HASH>[blahblah] keyword in a normal search to get search results. That might be...
by sandos
2003-03-04 08:25
Forum: Protocol Alley
Topic: Adding file hashes to the protocol
Replies: 97
Views: 45950

I actually dont know how to return results on this. Any ideas? A modified $SR might work, but that might be pushing it. New command? Or we could just return normal $SRs, but thats ambigous: they could be from another, normal search. But if the client doublechecks the hash (explicitly downloads the ...
by sandos
2003-03-04 08:20
Forum: Protocol Alley
Topic: Adding file hashes to the protocol
Replies: 97
Views: 45950

Reinventing the wheel? IMHO these problems have all already been solved by the gnutella community. We should just pick one method to do this and stick to that, maybe even become "compatible" with another system. Shareaza works nicely for me, it checks segments on-the-fly when downloading and suppor...
by sandos
2003-03-04 07:48
Forum: Protocol Alley
Topic: Adding file hashes to the protocol
Replies: 97
Views: 45950

While complete file hashing has to be done before you start to share (at least in my opinion) file-segment hashing can (and should) be done on the fly, while the user is downloading the file. My reasons for this is that the amount of data that can be saved increases quite rapidly when we start to d...
by sandos
2003-03-01 10:09
Forum: Protocol Alley
Topic: Adding file hashes to the protocol
Replies: 97
Views: 45950

Updates on TTH

Shareaza 1.8.1.1 has been released, with a new TTH. It adds a 0x00 byte to every 1024 byte chunk of filedata, and a 0x01 byte to every 24 byte hash before feeding into the hash again. The author, Mike, says that this is finalized and is what will be used by bitzi.com aswell.
by sandos
2003-02-28 20:01
Forum: DCH++ General
Topic: DCH++ in test
Replies: 36
Views: 23356

i noticed that dch++ is not as forgiving the client2hub handshake as the nmdc-hub is.... ;)) You're not the only one.. I'm trying to create my own client, in C#, and I just couldn't figure out why I only came halfway through the handshaking, then I realized I sent an extra space after the $GetNickL...
by sandos
2003-02-28 07:31
Forum: Hubs and scripts
Topic: Public hub list
Replies: 6
Views: 4174

by sandos
2003-02-26 17:35
Forum: Protocol Alley
Topic: Ratings server and protocol
Replies: 84
Views: 48168

Mo, please, can you comprehend anything? If DC++ would be able to discern users, thus ranking them, wether or not it shows the end user, the data would still be there regardless of what it is. Allowing anyone with minimal c++ skills to alter the DC++ code and show the rankings according on a per-ch...
by sandos
2003-02-26 17:28
Forum: Protocol Alley
Topic: BitTorrent
Replies: 24
Views: 14647

Anyway i'd really like a swamcasting feature to be added to dc++, i can see no drawbacks and lots of benifits for the community. Just wait for TTH + GetZBlock (or whatever the name was from Arne) + yet unnamed ability to share partial files and we would have this done easily. Dunno which way would ...