Search found 476 matches

by ivulfusbar
2006-04-23 16:30
Forum: Other Direct Connect tools
Topic: Old client detected, disconnected. Is there a way to disable
Replies: 12
Views: 7013

Re: Old client detected, disconnected. Is there a way to dis

dcpprox wrote: I often get error message "Old client detected, disconnected" when I try to dowload from another user who I suppose has an older version.
The above error-message is not part of the DC++ source-code. You are probably using a clone.
by ivulfusbar
2006-04-21 07:20
Forum: Protocol Alley
Topic: DC++ Chat hub
Replies: 25
Views: 19266

In the past there has existed two dev-hubs. One private and one public. Since Sedulus shutdown the public hub, no one has cared enough to setup a public one. The private hub is still up and operational (hosted by me). Either you set up a new public hub, and maintain it which none of us in the privat...
by ivulfusbar
2006-04-21 03:10
Forum: Developer's resort
Topic: How to deal with a nasty exploit ?
Replies: 7
Views: 4486

Also there is a degree of "nasty" and "exploit". Basicly three degrees of exploits: 1) Will it be possible, or chance to take over the computer and or run code of the exploiters choice. 2) Will it spam the computer into a useless state. (Harddrive-space (due to excessive logging), 100 cpu, DoS et.c....
by ivulfusbar
2006-04-21 02:33
Forum: Hubs and scripts
Topic: checking bots for linux
Replies: 3
Views: 2801

Yes

Aspberger-kind-of-answer-ly'ers ;))
by ivulfusbar
2006-04-21 00:13
Forum: Developer's resort
Topic: How to deal with a nasty exploit ?
Replies: 7
Views: 4486

I would suggest that he/she contacts Gargoyle and arnetheduck. Include a small proof-of-concept.
by ivulfusbar
2006-04-19 09:15
Forum: Developer's resort
Topic: down to zero hubs
Replies: 21
Views: 10114

Due to some electric work which i was not aware about in an apartment where the hub happend to be it shut down, and will go up and down for a couple of days.

I will therefor move the hub to another ISP/apartment: Expected to be up at 1900 CET today.
by ivulfusbar
2006-04-18 12:09
Forum: Other Direct Connect tools
Topic: DC++ FasterDownloads 2.1
Replies: 17
Views: 12985

Use it! It probably works great for you!

Yeah why don't you write back to us after you have tried it!

We would love to take part of your experience with the client in question!

yeah-fucking-yeah-lets-try-it-ly'ers
by ivulfusbar
2006-04-10 02:56
Forum: Proposals
Topic: Male/Female
Replies: 8
Views: 4931

There exists webcam-hubs where it is possible to determine your gender up to apparence. We have not yet forced the users to show their private parts.
But that would be the way to determine it fully. Some issues would have to be taken towards if the user is shemale or not.
by ivulfusbar
2006-04-10 00:11
Forum: Protocol Alley
Topic: ADC inform, an idea
Replies: 14
Views: 9618

But INF does not only contain informative message. It contains message you do need. Like: ipv4, ipv6 addresses, CIDs..
by ivulfusbar
2006-04-06 15:49
Forum: Hubs and scripts
Topic: ban advertising program
Replies: 3
Views: 2658

You can't ban a client, you can only disallow apperance and behaviour.
by ivulfusbar
2006-04-04 10:14
Forum: Other Direct Connect tools
Topic: Queue.xml Files
Replies: 1
Views: 1915

Ask fuldc-related questions in the fuldc-forum. Not here.
by ivulfusbar
2006-04-04 03:13
Forum: Off Topic
Topic: Need a Programmer
Replies: 9
Views: 6448

Read: Compile.txt from the source. It will tell you.
by ivulfusbar
2006-04-02 12:00
Forum: Off Topic
Topic: Need a Programmer
Replies: 9
Views: 6448

And why would the programmer need experience with visual studio 2003?
by ivulfusbar
2006-03-31 15:14
Forum: Proposals
Topic: Being able to specify directory for settings
Replies: 3
Views: 2651

Your changes in the code can't be detected remotely. So you don't need to care about that.
by ivulfusbar
2006-03-29 07:42
Forum: Proposals
Topic: search intervals?
Replies: 6
Views: 4342

One thing I don't understand is different hubs have different hub search intervals. In other words how can 1 hub block searches to another hub? For example, Hub A has a search interval of 5 seconds and Hub B has a search interval of 10 seconds. Due to Hub A's 5 second interval it automatically puts...
by ivulfusbar
2006-03-28 00:31
Forum: Proposals
Topic: Sharing Profiles
Replies: 25
Views: 14529

Read any of the other threads who have described this in the past: http://www.dcpp.net/forum/viewtopic.php?t=10122&highlight=cookie http://www.dcpp.net/forum/viewtopic.php?t=7919&highlight=different+share http://www.dcpp.net/forum/viewtopic.php?t=10174&highlight=different+share http://www.dcpp.net/f...
by ivulfusbar
2006-03-27 08:17
Forum: Proposals
Topic: TTH Hash to ignore metadata (particularly id3)
Replies: 9
Views: 7568

<offtopic> MPEG-7 Is a better solution than id3 </offtopic>
by ivulfusbar
2006-03-27 07:58
Forum: Proposals
Topic: Sharing Profiles
Replies: 25
Views: 14529

Re: Sharing Profiles

It would be a good idea to introduce "Sharing Profiles." Many Hubs have strict rules about shares ( for example, no software ), so each time one wants to connect to them, and one's shares consist of unwanted content, one may be booted. Agreed, in NMDC you can only have one profile / session. I.e. y...
by ivulfusbar
2006-03-23 17:01
Forum: Protocol Alley
Topic: Errors on connect
Replies: 9
Views: 8387

What is the point of a hub sending a STA message to the hub without knowing if the client supports the same protocol as itself? What would it expect the connecting client todo with that message? The sain thing todo is instead to drop connections in this state.
by ivulfusbar
2006-03-23 03:15
Forum: Protocol Alley
Topic: Errors on connect
Replies: 9
Views: 8387

After a short discussion with farcry we notice that STA makes no sence in the PROTOCOL-state where your message is sent. In the draft it says that STA can be sent in all states. Only SID and SUP makes sence in PROTOCOL-state. This should be changed in my oppinion. I also noticed some messages lack t...
by ivulfusbar
2006-03-23 02:55
Forum: Protocol Alley
Topic: Errors on connect
Replies: 9
Views: 8387

Doing a short code-browsing we find: void AdcHub::handle(AdcCommand::STA, AdcCommand& c) throw() { if(c.getParameters().size() < 2) return; OnlineUser* u = findUser(c.getFrom()); if(!u) return; // @todo Check for invalid protocol and unset SSL if necessary fire(ClientListener::Message(), this, *u, c...
by ivulfusbar
2006-03-20 10:48
Forum: Programmer's Help
Topic: stlport_vc71_static.lib
Replies: 8
Views: 5190

If you fail in compiling STLport (which you don't even have to compile), the compiling dc++ is maybe not the thing for you todo.
by ivulfusbar
2006-03-19 16:56
Forum: Proposals
Topic: TTH Hash to ignore metadata (particularly id3)
Replies: 9
Views: 7568

consistency with CRC32/SFV. Files with different id3-tags will generaly have different CRC32-checksum. And since mp3s are often associated with SFV, issues will occur. In fact, dc++ moves into a direction where files that doesn't past a sfv-check (if there is an associated sfv-file) will not be shar...
by ivulfusbar
2006-03-19 06:48
Forum: Other Direct Connect tools
Topic: SababaDC - your new DC client
Replies: 29
Views: 20849

I think you have some copyright-license-issues in your release. Since the mod/clone is a copy-and-paste-version, and you don't seem to have the correct copyright-tags for the code.

I urge you to fix this before it goes any further.
by ivulfusbar
2006-03-17 12:02
Forum: Hubs and scripts
Topic: Mainchat Disable
Replies: 4
Views: 2863

A good start would to actualy tell us what hubsoft you use! And all relevant settings you have added to it. ;))
by ivulfusbar
2006-03-14 02:51
Forum: DCH++ General
Topic: HubRules Problem
Replies: 7
Views: 7020

That doesn't mean that it is a worse solution actually. You have to compare the two to see. ;))

It is possible for scripts to be faster than plugins. ;))
by ivulfusbar
2006-03-13 10:11
Forum: DCH++ General
Topic: HubRules Problem
Replies: 7
Views: 7020

VidFamne wrote:I have got the same problem with the HubRules plugin.
Solved it with a script, but its not the best solution.
And why is not a hub-script a perfect solution to the problem?
by ivulfusbar
2006-03-01 02:46
Forum: Protocol Alley
Topic: Using IRC as a hub?
Replies: 5
Views: 5239

only obfusticatious with it would be ISPs disallowing the running of a DC-hub but not an IRC-server. But it will only be a temporary solution. And if it was an issue, a tunneled hub would work better than that. ;))
by ivulfusbar
2006-02-26 02:29
Forum: Proposals
Topic: Default minimum Slot settings
Replies: 21
Views: 11070

There are situations where keeping 999 slots makes sence. Maybe it doesn't for you but i can think of several. ;))
by ivulfusbar
2006-02-21 08:55
Forum: Off Topic
Topic: DC++ ACII ARTS
Replies: 12
Views: 9045

Yeah but at least here DC++ is almost only client that is accepted, so it is not a problem. What has that todo with anything? It is a problem within DC++-community since different DC++ users will use different fonts (some fixed-size, some variable-sized) And regarding ASCII-art, google is your frie...
by ivulfusbar
2006-02-16 14:36
Forum: Proposals
Topic: Hash managing not acceptable
Replies: 6
Views: 4168

I have myself used hashed shares over SAMBA, and have no issues. The limit in my setting is the bandwidth and not the hashing. And we can't patch DC++ or SAMBA to help with bandwidth. ;))

But then again, i only had that setup for a couple of years. ;))
by ivulfusbar
2006-01-31 18:55
Forum: Proposals
Topic: Why segmented downloads are a horrible idea
Replies: 16
Views: 9435

And about the CTM-flooding. Its as horrific as any other argument in this thread. Its a common misstake to think that CTM takes bandwidth. It would not. ConnectToMe's get passed through the hub. Many connecttome's from many users will have an effect on the hub's bandwidth, multisource or not. Yes, ...
by ivulfusbar
2006-01-31 15:32
Forum: Proposals
Topic: Why segmented downloads are a horrible idea
Replies: 16
Views: 9435

I must say this thread is completely dead. The arguments are lacking horrificly. Like: "[02:27] <bob> each chunk makes a log entry which fills up ur hard drive ". Don't confuse a bad implimentation with a feature. Most of the arguments discusses bad implimentation. Its horrific to try to make an arg...
by ivulfusbar
2006-01-30 04:40
Forum: Hubs and scripts
Topic: private messages are blocked?
Replies: 10
Views: 5558

Your code is flawed:

Example:

Code: Select all

$To: fusbar From: ovalNavelF23 $<ovalNavelF23> Hey fussie, have you checked the new photos i uploaded. Check out my new navel-piercing|
by ivulfusbar
2006-01-28 02:59
Forum: Proposals
Topic: ID3 search for audio Files. Possible?
Replies: 3
Views: 2116

And as a short comment. ID3 tags (depending on version) can be very complicated. You can infact have a pictures as part of the id3-tag. ;))
by ivulfusbar
2006-01-22 11:09
Forum: Hubs and scripts
Topic: welcome message how to?
Replies: 1
Views: 1236

try the ynhub forum http://www.dcdev.net/YnHub/forum/ instead. You will be able to find answers there. There are also several links to FAQs about ynhub located at the forum.
by ivulfusbar
2006-01-19 16:01
Forum: Developer's resort
Topic: down to zero hubs
Replies: 21
Views: 10114

After a short trip to the capital, everything is fixed (except dns-server which happens be down (atleast UI-part))
by ivulfusbar
2006-01-19 08:31
Forum: Developer's resort
Topic: down to zero hubs
Replies: 21
Views: 10114

Private hubs has gone down. According to ISP it should be fixed (hopefully) before 17:00 CET. today.
by ivulfusbar
2006-01-18 15:50
Forum: Hubs and scripts
Topic: BIG PROBLEM PLEACE HELP!!!
Replies: 2
Views: 2167

pitonec: do people connect to the hub using internal (local) IPs? or external IP?

Make sure they do connect to your local IP.
by ivulfusbar
2006-01-18 12:29
Forum: Programmer's Help
Topic: Adding option in DC++
Replies: 3
Views: 2761

Then download the source, and start hack away.
Read compile.txt befo.re asking question about compiling
by ivulfusbar
2006-01-17 05:19
Forum: Proposals
Topic: User Offline-Online message in PM
Replies: 9
Views: 5255

only help me to know if i need to send the mesage again, and to know if a user is in the hub at x time, maybe is useless i use the DCDM one now thanks Ask your questions using any ACK-chat-system: There are several used using different radio-protocols: Example: "Hey billy bob! Seen my new picture o...
by ivulfusbar
2006-01-15 15:04
Forum: Proposals
Topic: filter chat lines containing *is kicking*because* string
Replies: 11
Views: 5979

I have to agree upon the fact that sending chat-messages to the status-bar is a bad idea from the start. Regardless if its from an OP or not. Either display it in chat or ignore it fully (or send to the log-frame). But then, thats how i want to behave. I don't expect others todo it for me. ;)) Thats...
by ivulfusbar
2006-01-13 18:08
Forum: Proposals
Topic: Trivial complaint regarding 'max upload speed'
Replies: 24
Views: 12144

vellu wrote:Really? ATLEAST 10Mbps UPload? So even faster ones are available?

Even so, the highest option 100MiB/S is plain ridiculous... But if it was meant to be 100Mbps that would make sense, as high as it is.
Yes, slow as 10Mbit was standard for me 10 years ago.
by ivulfusbar
2006-01-13 13:04
Forum: Proposals
Topic: Trivial complaint regarding 'max upload speed'
Replies: 24
Views: 12144

Well, since much of the dc-development have taken place in sweden, where its common to have atleast 1MiB/s (10Mbit) its not so suprisingly.
by ivulfusbar
2006-01-09 08:02
Forum: Proposals
Topic: Being able to see up/down ratio of clients
Replies: 10
Views: 5540

define upload/download ratio.
by ivulfusbar
2006-01-07 10:26
Forum: Proposals
Topic: New $Support: SmartProtcol
Replies: 25
Views: 13524

$HubName has never been static. Different users can recieve different HubNames while being connected to the same hub. So hubname can not be trusted or used in this context. I can see several more flaws in you suggestion but i urge you to read up on the ADC-proposal farcry pointed you towards before ...
by ivulfusbar
2006-01-07 09:05
Forum: Hubs and scripts
Topic: Lua Slave 1.04 for PtokaX Hub Software
Replies: 14
Views: 7860

Your product breaks several licenses, and i assume you will correct your misstakes.

to moderators: remove link
by ivulfusbar
2005-12-30 12:29
Forum: Other Direct Connect tools
Topic: DNS for LAN
Replies: 5
Views: 3648

You can use BIND for win32 if you want.

But a more important question. Are you in charge of your LAN? (DHCP might be want you want aswell if you know howto ;)) )
by ivulfusbar
2005-12-21 03:34
Forum: Developer's resort
Topic: down to zero hubs
Replies: 21
Views: 10114

Hub is up and running. ;))