Search found 476 matches

by ivulfusbar
2004-04-20 23:53
Forum: Feature Discussion (Archived)
Topic: Ability to accept / deny $UserCommands per favorite hub
Replies: 1
Views: 1105

Since almost nothing can be based / hub at this moment, (only nickname/password/description/autojoin), i don't think this will be realised before someone adds a new graphical user interface for such variables. Others i can think of is, follow redirects, show join/quits, accept PMs from offline bots,...
by ivulfusbar
2004-04-20 23:44
Forum: Other Direct Connect tools
Topic: dDC++ 6.02 released
Replies: 12
Views: 8129

I'll patch dDC++ and add what they removed.. oops.. i didn't have to.. it became DC++. ;))
by ivulfusbar
2004-04-20 07:12
Forum: Feature Discussion (Archived)
Topic: Disconnect multiple users from the same IP?
Replies: 5
Views: 2480

I don't, Several universities are behind NAT, they can have 1000 of users behind a single IP. It would not be friendly to only allow one of them to download from you.
by ivulfusbar
2004-04-20 04:16
Forum: Feature Discussion (Archived)
Topic: Drag and Drop folder list
Replies: 2
Views: 1459

Code: Select all

changelog.txt:
* Added drag-drop of directories onto the shared dirs view (thanks trem)
Is this what you want? It will regardless be available in 0.402 and forward.
by ivulfusbar
2004-04-20 01:17
Forum: Other Direct Connect tools
Topic: RevConnect 0.401a Released
Replies: 12
Views: 7190

I will, it is horrific and ugly and broken in most possible ways.
by ivulfusbar
2004-04-17 04:46
Forum: Hubs and scripts
Topic: Help! VerliHub and Linux..
Replies: 12
Views: 5151

I bet you have gcc and other cool things that you can install from the CDs to redhat. Try to lookup "howto" install GCC in redhat first. Once we know you have GCC installed and working, then we can continue with the DC-related tasks.
by ivulfusbar
2004-04-16 11:35
Forum: Feature Discussion (Archived)
Topic: New files[dd].xml filesize reduction suggestion.
Replies: 8
Views: 3744

From a mathematical viewpoint it quite obvious that it doesn't matter much.. if you consider the algorithm used in the bz2-format. I guess we could write down a mathematical proof if you want... ,))
by ivulfusbar
2004-04-16 02:42
Forum: Feature Discussion (Archived)
Topic: New files[dd].xml filesize reduction suggestion.
Replies: 8
Views: 3744

Code: Select all

ll *
-rw-r-----    1 fusbar   users     7347564 2004-04-16 09:53 files1.xml.bz2
-rw-r--r--    1 fusbar   users     7331777 2004-04-16 09:55 files1.xml.smaller.bz2
Repetition of Seds example... and i concure with the results.
by ivulfusbar
2004-04-15 12:04
Forum: Hubs and scripts
Topic: Help! VerliHub and Linux..
Replies: 12
Views: 5151

Can you compile any code at all? is it only verlihub you can't build? can you build a simple Hello-World Program? For example?

(minimal hello-world code)

Code: Select all

#include <iostream.h>
int main() {
std::cout << "Hello World!" << endl;
return 0;
}
by ivulfusbar
2004-04-15 05:08
Forum: Hubs and scripts
Topic: Help! VerliHub and Linux..
Replies: 12
Views: 5151

And ofcourse http://verlihub.no-ip.com is another name for the same site.
by ivulfusbar
2004-04-15 04:44
Forum: Hubs and scripts
Topic: Help! VerliHub and Linux..
Replies: 12
Views: 5151

Please, ask in the verlihub-forum instead. You will recieve more answers in there...
http://czpro.no-ip.com/verliboard/index.php
by ivulfusbar
2004-04-14 11:31
Forum: Programmer's Help
Topic: SimpleXML
Replies: 2
Views: 2017

DC++ is released under the The GNU General Public License (GPL) license. You can find more information about GPL from, http://www.gnu.org/licenses/licenses.html .
by ivulfusbar
2004-04-12 14:52
Forum: Feature Discussion (Archived)
Topic: Automatically share download-dirs
Replies: 28
Views: 9584

(To end the discussion)

I don't want people to be aware about the sort of kinky pr0n i download late at night after a few unsober hours at clubs...

we-all-know-that-we-don't-want-to-know-this-unless-you-are-a-cdm-developer-ly'ers ,))
by ivulfusbar
2004-04-12 12:30
Forum: Programmer's Help
Topic: DC++ has crashed (CVS version)
Replies: 15
Views: 7001

Its also somewhat useless to report CVS-errors without mentioning which version you use on the specific files et.c.
by ivulfusbar
2004-04-07 06:57
Forum: Feature Discussion (Archived)
Topic: display country of user in search listings
Replies: 10
Views: 4633

#include <string> #include <iostream> #include <sstream> using namespace std; int main() { int i; char c; istringstream ips1("127.0.0.1"); istringstream ips2("196.168.42.42"); unsigned long ip1 = 0; unsigned long ip2 = 0; ips1 >> i >> c; ip1 += i & 0xFF; ip1 <<= 8; ips1 >> i >> c; ip1 += i & 0xFF; ...
by ivulfusbar
2004-03-31 06:45
Forum: Other Direct Connect tools
Topic: oDC runtime error??
Replies: 1
Views: 1758

This forum has nothing with oDC todo. It would be better if you ask on another forum instead. And no, There will not be a update for some time.
by ivulfusbar
2004-03-31 06:43
Forum: Other Direct Connect tools
Topic: rmDC++ special faking client version
Replies: 8
Views: 4882

Blah blah blah... i and others can fake with any client you give me. If its opensource or not doesn't matter.

when-will-people-understand-this-ly'ers.
by ivulfusbar
2004-03-31 02:23
Forum: Feature Discussion (Archived)
Topic: Hashing slow down computer too much
Replies: 37
Views: 14577

You still haven't answered my post in this thread.. The cpu-usage is not interesting until you have answered it.
by ivulfusbar
2004-03-31 01:48
Forum: Feature Discussion (Archived)
Topic: Hashing slow down computer too much
Replies: 37
Views: 14577

CPU usage of a dc++ client is dependent on three important factors. The number of users you faces, the number of searches you recieve and the number of files you share. Ofcourse Number of users and number of searches can be considered highly correlated.. Its not the amount in size that is important....
by ivulfusbar
2004-03-29 11:25
Forum: Feature Discussion (Archived)
Topic: IP listed in active transfers
Replies: 58
Views: 28655

and-i'm-even-more-sorry-for-the-encouraging-of-the-patch-you-sent-cologic-ly'ers. ;))
by ivulfusbar
2004-03-28 11:44
Forum: Feature Discussion (Archived)
Topic: IP listed in active transfers
Replies: 58
Views: 28655

If its internet or LAN doesn't matter: Its still the same issue. Discuss it with your administrator.

advantages-and-disadvantages-was-discussed-before-it-was-added-ly'ers.
by ivulfusbar
2004-03-28 08:01
Forum: Feature Discussion (Archived)
Topic: IP listed in active transfers
Replies: 58
Views: 28655

Well? There is nothing you can do about it. Every time they interact as active clients they will send its own IP. Every time they communicate client<-->client ipinformation the physical location will be known. The information is there wheater you deside to show it in a client or not. So there is not...
by ivulfusbar
2004-03-24 00:42
Forum: Feature Discussion (Archived)
Topic: Small feature: Dates in Filelists?
Replies: 16
Views: 6341

>wc -l files3.xml
536629 files3.xml
by ivulfusbar
2004-03-23 17:00
Forum: Feature Discussion (Archived)
Topic: Small feature: Dates in Filelists?
Replies: 16
Views: 6341

xml-filelists are getting large as it is, my own share became 40MB uncompressed without TTH-hashes. Adding more and more data will make them larger and larger..
by ivulfusbar
2004-03-23 16:58
Forum: Other Direct Connect tools
Topic: [Possible BUG] In ODC not DC++
Replies: 2
Views: 2252

i'm forbidden to discuss the faith of oDC.
by ivulfusbar
2004-03-21 11:11
Forum: Protocol Alley
Topic: He3 for Java
Replies: 12
Views: 5778

You can look at other clients aswell..
http://cvs.sourceforge.net/viewcvs.py/p ... DClib/he3/
for example.
by ivulfusbar
2004-03-18 06:52
Forum: Feature Discussion (Archived)
Topic: About Web Interface?
Replies: 6
Views: 2629

You should consider other clients if you feel the need for webinterface with the client. People wanting web-interface are mostly never interested in much of user-interface in dc++, They only want to manage queue/share/search and hubs visited. This is better suited for other type of clients like dctc...
by ivulfusbar
2004-03-16 02:30
Forum: Protocol Alley
Topic: New protocol draft
Replies: 8
Views: 5648

A binary protocol has been rejected by the majority of developers in the community. Easier to process is not an issue since hub-softs are not CPU-bound. Parsing messages in a hubsoft uses up a neglictable amount of the cpu.
by ivulfusbar
2004-03-15 17:01
Forum: Programmer's Help
Topic: "system" function problem
Replies: 6
Views: 3861

using system() calls is among the worse things you can do. It opens up your system for an extream amount of abuse. Don't. Why do you need to use system-calls?
by ivulfusbar
2004-03-13 02:58
Forum: Hubs and scripts
Topic: Idea: The 10000 user experiment
Replies: 14
Views: 7103

people is not the problem, the problem is bandwidth which grows has squard growth.
by ivulfusbar
2004-03-05 11:05
Forum: Feature Discussion (Archived)
Topic: Extended logging
Replies: 3
Views: 2020

Extending the logging has been discussed. And today i don't think IP will be added to the logging for sometime.
by ivulfusbar
2004-03-05 09:59
Forum: Protocol Alley
Topic: New protocol draft
Replies: 8
Views: 5648

A short comment: Hubs doesn't have such a bad issue with search replying as people think for passive searches. Its broadcasting the search-requests that uses the most bandwidth. All auto-searches et.c. will not consume much bandwidth in $SR. They constitiute more than 95% of all search-replies. Same...
by ivulfusbar
2004-02-27 10:49
Forum: Feature Discussion (Archived)
Topic: 2 dl from the same user
Replies: 9
Views: 3926

open the filelist.. from your stored filelists in the File-menu. Problem solved.
by ivulfusbar
2004-02-26 15:13
Forum: Feature Discussion (Archived)
Topic: Virus Scanning
Replies: 5
Views: 2108

simple examples: a (3d party) sfv-check and deploy-program is not that uncommen.
by ivulfusbar
2004-02-26 12:54
Forum: Programmer's Help
Topic: How do I get the current stable version from CVS?
Replies: 7
Views: 3954

yes.. looking for when version.h got updated is usualy a good idea.
by ivulfusbar
2004-02-26 05:38
Forum: Programmer's Help
Topic: How do I get the current stable version from CVS?
Replies: 7
Views: 3954

A short comment, its more often that the release is shipped without beeing in sync with CVS. Usualy some changes will come in after.. like the version.h file et.c. And if you need stable versions, then use the tar-balls located at SF. CVS has its advantages as you say.. but you can always use diff t...
by ivulfusbar
2004-02-25 15:00
Forum: Feature Discussion (Archived)
Topic: Re-using existing file lists before downloading
Replies: 8
Views: 3442

I tested it.. and was not satisfied with how it worked.. or atleast not interested enough to continue to keep it in my own clone. I can always see if i can find it again somewhere in old code-snippets.
by ivulfusbar
2004-02-24 05:27
Forum: Hubs and scripts
Topic: Nobody can connect apart from me (ptokax hub)
Replies: 2
Views: 1512

Well? are you behind a router? Do your forward ports, TCP in this case between the machine that has the connection to the internet (a router, another machine, it depends on how your network is built up) and the machine you run the hub on. You need to more explictly describe your network-configuratio...
by ivulfusbar
2004-02-23 10:05
Forum: Feature Discussion (Archived)
Topic: Auto grant slots for whole hub (distro-hub)
Replies: 23
Views: 11897

xayide wrote a more detailed explination on how you can try to guess most correct in a post several months back when he was working on his CDM. This would require that you know somewhat how dc++ works. http://dcplusplus.sourceforge.net/forum/viewtopic.php?t=4446 Most CDM-devs have experienced issues...
by ivulfusbar
2004-02-23 09:08
Forum: Feature Discussion (Archived)
Topic: Colour OPs nicks in main chat.
Replies: 11
Views: 4242

so what will people do with people who call themself @ivulfusbar but is not an operator? Remove the @ in the chat-displaying? Sure you can if you want. Its like stripping out the [isp]-part of nicknames in some mods.
by ivulfusbar
2004-02-23 05:11
Forum: Feature Discussion (Archived)
Topic: Now PDF is a "document" now, isnt it?
Replies: 25
Views: 7554

No no.. Have it buried in the registry and or a global enviromentvariable (to keep the change more os-independent). ,))
by ivulfusbar
2004-02-22 12:44
Forum: Feature Discussion (Archived)
Topic: Auto grant slots for whole hub (distro-hub)
Replies: 23
Views: 11897

Todi: it was not ment to be sarcasm or any forum-howto behave kind of reply.. i can try to guide you in the subject if you are interested. As you can see in my reply above, it would require dc++ todo some ugly changes in port-listening. I.E. we would have to have one listening socket / share-profile...
by ivulfusbar
2004-02-22 10:55
Forum: Feature Discussion (Archived)
Topic: Auto grant slots for whole hub (distro-hub)
Replies: 23
Views: 11897

Yes you are... look in the others threads.. it described in several of them. ;))
by ivulfusbar
2004-02-22 03:12
Forum: Feature Discussion (Archived)
Topic: Colour OPs nicks in main chat.
Replies: 11
Views: 4242

This is at Protocol-level in the IRC-protcol and not on the UI-level. Adding it on the UI-level whitout restricting the protocol-level is uninteresting.
by ivulfusbar
2004-02-21 18:32
Forum: Feature Discussion (Archived)
Topic: Auto grant slots for whole hub (distro-hub)
Replies: 23
Views: 11897

Again, the issue is that you can't identify which hub a user comes from in a user<->user connection. Thats the point.

if-you-would-have-read-the-threads-i-pointed-you-to-instead-of-disagreing-then-you-might-have-understood-ly'ers. ,))
by ivulfusbar
2004-02-20 05:35
Forum: Feature Discussion (Archived)
Topic: Auto grant slots for whole hub (distro-hub)
Replies: 23
Views: 11897

This issue is also related to the "its not currently possible to use different shares in different hubs". Please read those threads which will explain that its not possible without some ugly changes in ports-listening and others.

this-can-be-fixed-when-we-have-the-magic-cookie.
by ivulfusbar
2004-02-15 16:20
Forum: Programmer's Help
Topic: Block Size
Replies: 2
Views: 1881

i think i have seen blocksize-question before. ,))
by ivulfusbar
2004-02-14 07:53
Forum: Protocol Alley
Topic: Download/Upload control - AntiLeech feuture
Replies: 18
Views: 9557

i hear the sound of rating-servers......
by ivulfusbar
2004-01-23 06:33
Forum: Feature Discussion (Archived)
Topic: Turn off the chat!!!
Replies: 5
Views: 2662

The simple suggestion is to have the userlist expose the hole frame.. then you will see no chat.
by ivulfusbar
2004-01-16 15:29
Forum: Feature Discussion (Archived)
Topic: Show away on the DC++ tag
Replies: 3
Views: 1812

And having forced away-broadcasting is probably not a suitable solution when it comes to bandwidth use. But that doesn't imply that dc++ should not "understand" the magic bytes. ;))