Search found 476 matches

by ivulfusbar
2005-12-21 00:43
Forum: Developer's resort
Topic: down to zero hubs
Replies: 21
Views: 10102

The hub will be up within 3 hours. I am travelling home for christmas.
by ivulfusbar
2005-12-19 17:03
Forum: Developer's resort
Topic: down to zero hubs
Replies: 21
Views: 10102

We are down to 0 Hub. A remote bot went bananas.
by ivulfusbar
2005-12-12 02:16
Forum: Developer's resort
Topic: down to zero hubs
Replies: 21
Views: 10102

Had some random ip-changes during the night. The hub is up and running again. ;))
by ivulfusbar
2005-12-10 03:28
Forum: Proposals
Topic: Encryption Capable DC++ ?
Replies: 24
Views: 13045

Wisp wrote:I'm personally not interesed in any anonymous p2p software, dc++ in combination with peerguardian is secure enough for me.
peerguardian doesn't work since the iptabels are horrifcly bad. all entries i have been able to investigate by myself has been utterly wrong. Its false security.
by ivulfusbar
2005-12-06 14:48
Forum: Proposals
Topic: Block certain private messages
Replies: 34
Views: 24337

For every extra feature you add, mainting and understanding the code gets worse and worse. To keep DC++ clean of many features that have wondered into different clones has its advantages. It adds less buggs to the core.
by ivulfusbar
2005-11-27 09:32
Forum: DCH++ General
Topic: Web interface for DCH++
Replies: 3
Views: 4445

You missed the point that gargoyle tried to make:

You can write a webserver-script which handels N other webserv-solutions using plugin-support.
by ivulfusbar
2005-11-25 16:42
Forum: Proposals
Topic: Block certain private messages
Replies: 34
Views: 24337

If you want this, you can easily use a clone of DC++ named BCDC++. It has lua-support and you can very simple add your spam-filter as a lua-script.
by ivulfusbar
2005-11-21 13:24
Forum: Protocol Alley
Topic: Using IRC as a hub?
Replies: 5
Views: 5236

Yes to some extent. But it do require some work to function correctly. The protocols are different. You can high-jack the irc-protocol in an CTCP-manner. I think sandos wrote a small script for it in the past with some basic functionality.
by ivulfusbar
2005-11-09 04:51
Forum: Proposals
Topic: dchub:// URL Handler Protocols?
Replies: 7
Views: 4398

I can see one security-issue. It is user copy-pasting the hub-addr including the username/password if they are not sure what that part of the URL is. Do you think editing their own favorites is to much trouble?
by ivulfusbar
2005-10-31 15:06
Forum: Other Direct Connect tools
Topic: search by hash date in dc++ or any other way.
Replies: 5
Views: 3586

Re: search by hash date in dc++ or any other way............

put us in the right direction. The file list is XML. You can add new fields pretty easily, if you want. Only clients that know about those fields will display them. Searching by date will be imposible to do without changing the hub software, so if you're incapable of that, changing file lists is th...
by ivulfusbar
2005-10-27 06:03
Forum: Proposals
Topic: Max slots
Replies: 6
Views: 3887

Why? Let people use as many slots as they want. Why should the program limit it.
by ivulfusbar
2005-10-25 16:10
Forum: Proposals
Topic: Default ports
Replies: 2
Views: 2625

From changelog DC++ 0.20 A random free port between 1025 and 32000 is now used in active mode, unless a port specifically has been set. This port is changed on every restart to avoid problems with networks where traffic on certain ports is limited or banned. If you have a firewall that requires a ce...
by ivulfusbar
2005-10-17 09:07
Forum: Off Topic
Topic: dc++ with linux?
Replies: 17
Views: 12493

1) Don't use linux unless you know how to google.

2) When you have learnt google, search for "dc++ linux" ( http://www.google.se/search?q=dc%2B%2B+linux )

3) Click on the First link ( http://linuxdcpp.berlios.de/ )
by ivulfusbar
2005-10-06 09:42
Forum: Hubs and scripts
Topic: IPBot for X-HUB
Replies: 2
Views: 2051

Another suggestion which might be usefull for you is to run a firewall and only allow domestic users to enter. Ask your ISPs which ip-series it considers to be foreign. Hopefully they will send you a list of ip-series. Ofcourse, since most hubsofts allow banning of ip-series, banning them there aswe...
by ivulfusbar
2005-02-05 02:07
Forum: Programmer's Help
Topic: generating Geoipcountrywhois.csv
Replies: 5
Views: 3864

Sedulus: "man cut" ;))

Otherwise:

Code: Select all

$ python -c "for line in open('GeoIPCountryWhois.csv'): print '%(3)s,%(4)s' % dict(map(None,map(str,range(6)),line.strip().replace('\"','').split(',')))"
by ivulfusbar
2005-01-31 01:53
Forum: Other Direct Connect tools
Topic: error in special characters
Replies: 9
Views: 5232

The bug in BCDC++ has been known for a long time. And no one has bothered to fix it ;))

And btw, stop fileing bug-reports that is not related to DC++. Otherwise you lead us on a wild goose-chase.
by ivulfusbar
2005-01-27 00:56
Forum: Feature Discussion (Archived)
Topic: Multiple Share list settings
Replies: 6
Views: 6538

The problem do not occur with ADC. You cqan safely identify which hub a user has connected from using the magic cookie. Atleast if the connection was initiated through a hub. ADC is so general. ;))
by ivulfusbar
2005-01-14 22:54
Forum: Programmer's Help
Topic: Send a PM to yourself
Replies: 21
Views: 11009

if you want to learn C++, DC++ is absolutely not the best place to start. ;)) Wow, there's one good excuse for me if I want to be lazy someday. Could you maybe give some examples on why this is? oooh why do you want to take my freedom away? why do i need to give examples on when and how i use it? o...
by ivulfusbar
2005-01-14 01:31
Forum: Programmer's Help
Topic: Send a PM to yourself
Replies: 21
Views: 11009

ohhh why? ooh why? why? i so no reason whatsoever.

And btw, if you want to learn C++, DC++ is absolutely not the best place to start. ;))
by ivulfusbar
2005-01-06 04:32
Forum: Feature Discussion (Archived)
Topic: Private Messages (not through the hub)
Replies: 3
Views: 4528

The problem is that is no way to identify who the user is on the incoming connection. Thats why ADC uses a cookie/token in CTM. With the help of this cookie its possible to identify the client correctly. CTM <proto> <port> TO<token> Types: D Connect to me. Used by active clients that want to connect...
by ivulfusbar
2005-01-05 01:20
Forum: Feature Discussion (Archived)
Topic: Private Messages (not through the hub)
Replies: 3
Views: 4528

This would require CTCP to be introduced in DC. So far this has not been included and will probably never be. In ADC, this will be possible since you can authenticate a message by the magik cookies.. ;)) I can tell you more about it live some time. You might want to search the forum for CTCP aswell....
by ivulfusbar
2004-12-24 14:45
Forum: Programmer's Help
Topic: à and è characters and dc++ 0.668
Replies: 9
Views: 5424

Are you aware about the fact that DC++ supports language-files?

And if so, why do you need to edit the code?
by ivulfusbar
2004-12-23 13:20
Forum: Feature Discussion (Archived)
Topic: Download bandwidth control
Replies: 12
Views: 10183

This have been requested many times before, search the forum for these topics. I did but I didn't find those requests otherwise I wouldn't post my request here. All you guys giving links to other dc clients, thanks but no thanks! :-) What I am asking is for this feature to be implemented in DC++ St...
by ivulfusbar
2004-12-23 13:18
Forum: Programmer's Help
Topic: RichEdit in Settings Dialog doesnt work...
Replies: 14
Views: 7892

The point of CVS is to be able to handle changes ;))
by ivulfusbar
2004-12-23 07:16
Forum: Programmer's Help
Topic: RichEdit in Settings Dialog doesnt work...
Replies: 14
Views: 7892

Both fuldc and bcdc uses richedit if i'm not misstaken. Take a look at their source-code for hints/tips. ;))
by ivulfusbar
2004-12-20 03:02
Forum: Feature Discussion (Archived)
Topic: Remove All Sources
Replies: 13
Views: 10226

You can actualy partly test it without writing it in an abstract sort of way. ;)) Also a sort of sidenote to what happens when dc++ tries to initiate alot of handshaking in a short period of time. DC++ will only accept a certain amount of accept()'s within a given period. This was added partly to ma...
by ivulfusbar
2004-12-19 05:41
Forum: Feature Discussion (Archived)
Topic: Start DC++ on system startup
Replies: 10
Views: 5722

Sedulus wrote:
Xan1977 wrote:How much is "some time"? DC++ should take all of 5-20 seconds to load, depending on how much you're sharing. If not, something else is wrong.
several minutes if I keep the dupe check enabled
for me, somewhere between 20-30 minutes to load.
by ivulfusbar
2004-12-18 02:18
Forum: Hubs and scripts
Topic: IP ranges in yhub
Replies: 4
Views: 2986

Yhub does not support the use of adding ranges in the way you would want to. We are aware of this fact and the issue might get solved in later versions of YNHub. Right now it is not possible in YNHub either.

but-those-who-wait-will-see-ly'ers ;))
by ivulfusbar
2004-12-18 02:14
Forum: Programmer's Help
Topic: Ver 0.668 downloading the same filelists over and over
Replies: 2
Views: 2011

remember that filelist-generation is done atmost / 15min when desynk occurs between share that has been hashed and actual share in the filelist. But i guess your issue lasts more than 15min?

Which version is the client you download from?
by ivulfusbar
2004-12-18 02:12
Forum: Programmer's Help
Topic: compile error :(
Replies: 22
Views: 10640

as i have already said before in this thread.. read compile.txt again. The order of the different paths in the compile-path is of importance.
by ivulfusbar
2004-12-16 01:56
Forum: Feature Discussion (Archived)
Topic: What's new
Replies: 5
Views: 3182

This has been rejected by the community as unneccisary metadata in the past
by ivulfusbar
2004-12-16 01:54
Forum: Programmer's Help
Topic: compile error :(
Replies: 22
Views: 10640

read compile.txt once more.
by ivulfusbar
2004-12-15 11:05
Forum: Feature Discussion (Archived)
Topic: What's new
Replies: 5
Views: 3182

You have to explain what you want.. You have not yet done it.
Give a minimal example and a fully described feature-requests. so that i don't have to waste more time reading them.

(Should if be forced on uploading client, downloading clients viewing? timestamps.. what..)
by ivulfusbar
2004-12-10 08:15
Forum: Programmer's Help
Topic: Automatically fill ip adress
Replies: 5
Views: 3441

Well, are you behind NAT? or what is your issue?
by ivulfusbar
2004-12-09 14:31
Forum: Feature Discussion (Archived)
Topic: Hashing suxx...
Replies: 19
Views: 10395

Ofcourse i have, the 64kib minislots limit is not part of protocol and should not become a part of the protocol.

there-is-no-protocol-ly'ers ;))
by ivulfusbar
2004-12-09 11:22
Forum: Programmer's Help
Topic: Automatically fill ip adress
Replies: 5
Views: 3441

I found it useless since dc++ already support alot of guessing in its code and dynamic-dns if you have a dns-client updating it.
by ivulfusbar
2004-12-09 04:46
Forum: Feature Discussion (Archived)
Topic: Detect unfinished torrents during hash
Replies: 8
Views: 4662

who says it should not be empty? ;))
by ivulfusbar
2004-12-09 01:43
Forum: Feature Discussion (Archived)
Topic: Hashing suxx...
Replies: 19
Views: 10395

maybe not everyone knows howto, but... if you want it enough you will.

Its better if file integrity is preserved between filetransfers than the opposite. This is of more importance to the community as a hole. TTH helps in this.
by ivulfusbar
2004-12-08 08:51
Forum: Feature Discussion (Archived)
Topic: Detect unfinished torrents during hash
Replies: 8
Views: 4662

dc++ doesn't have torrents.
by ivulfusbar
2004-12-08 04:03
Forum: Feature Discussion (Archived)
Topic: Hashing suxx...
Replies: 19
Views: 10395

I must say this thread is stupid. 1) DC++ do support a filelist without TTHs, if you want it.. download it. 2) DC++ do support a filelist with TTHs, if you want it.. download it.. What is your problem? Almost everything you request is available.. Should DC++ also support something inbetween? Hell no.
by ivulfusbar
2004-12-07 04:22
Forum: Feature Discussion (Archived)
Topic: req: in search, group same file into treeview (plus sign)
Replies: 11
Views: 6067

DC++ doesn't know which user is fastest.. (search the forum and you will see hopelessly many feature-requests for that part).

For the search-grouping see the BCDC-implimentation.

Personly i find it awful, since it breaks folder/file sorting in the search-frame.
by ivulfusbar
2004-12-05 12:46
Forum: Programmer's Help
Topic: Reading from file and outputting it using user commands
Replies: 2
Views: 2171

sed: you make me blush. ;))
by ivulfusbar
2004-12-03 08:52
Forum: Feature Discussion (Archived)
Topic: Autofill Active IP in settings
Replies: 3
Views: 2624

DC++ tries to guess your IP. Its not so simple if you are behind a NAT. But if you are not, then dc++ will probably guess right 99% of the time (probably more). DC++ will guess if you leave the ip-entry empty. DC++ also supports the UserIP-extension and (userip2) which allows the hub to send the ip ...
by ivulfusbar
2004-12-03 05:14
Forum: Other Direct Connect tools
Topic: Upgrading past v0.403b - how to without losing partial d/ls?
Replies: 5
Views: 3343

You should always read the changelog before upgrading, there information about what is known to not be backward-compatible is written. -- 0.4033 2004-09-27 -- *** WARNING *** This update will change all your config files and queues, and it is very probable that you won't be able to revert back to an...
by ivulfusbar
2004-12-02 00:51
Forum: Other Direct Connect tools
Topic: contact info for ODC
Replies: 2
Views: 2203

As someone somewhat partly responsible for that forum your refer to i will answer your question. It was closed on purpose and will not open again. I will not comment on the current development of oDC right now, but you might be in for a suprise in the future. you-don't-need-to-contact-the-admins-unl...
by ivulfusbar
2004-11-29 16:20
Forum: Programmer's Help
Topic: STLPort/ WTL
Replies: 2
Views: 2296

for gods sake!

use google!
by ivulfusbar
2004-11-25 23:43
Forum: Programmer's Help
Topic: Block IP and hostname
Replies: 7
Views: 4110

Ok, i read your post again after answering it once. The snitch can run "netstat" and see which ip/hostname he/she is connected to. So hiding it in the client is of no use realy useless in the long run. Most people know of such apps. And since DC++ is licensed under GPL. If you make such a mod of dc+...
by ivulfusbar
2004-11-23 00:53
Forum: Programmer's Help
Topic: Cannot open include file: 'atlapp.h'
Replies: 7
Views: 7006

Read it a 11th time, and search the forum again. It has been answered many times.
by ivulfusbar
2004-11-19 05:52
Forum: Feature Discussion (Archived)
Topic: Request: Pause all till...
Replies: 3
Views: 1723

You can set max download-slots, but dc++ will also have minislots for downloading, i.e. it will have upto 3 more slots for downloading files with highest priority (like filelists). ;))

(explination why you might see two downloads while you have set max 1 download-slots) ;))
by ivulfusbar
2004-11-18 01:59
Forum: Programmer's Help
Topic: Create a custom description tag
Replies: 7
Views: 4392

if he knew were that code was located he could do anything. I think the problem is that he can't find it. ;))