Search found 134 matches

by Gratch06
2004-06-13 23:08
Forum: Feature Discussion (Archived)
Topic: OK, get rid of this hashing/remove duplicates feature please
Replies: 26
Views: 11509

Perhaps you could go into settings and turn off the "Remove Duplicate Files" checkbox and that would solve your primary problem?
by Gratch06
2004-05-16 17:49
Forum: Feature Discussion (Archived)
Topic: auto match queue + don't delete filelists
Replies: 3
Views: 2117

Send TTH hash of file list to requesting user, compare to hash of existing file list, take the obvious action. I'd assume that to compute a hash value for a filelist ( definitely < 10 MB ) at runtime is very quick.
by Gratch06
2004-05-15 01:35
Forum: Programmer's Help
Topic: Button to clear main chat.
Replies: 16
Views: 7793

Does IDC_CLEAR have a unique number assigned in resource.h? I've had issues with VS duplicating some of those entries when it automatically adds them in and intermixes with the ones I've manually added, therefore causing the command to get picked up by another handler.
by Gratch06
2004-04-27 15:31
Forum: Off Topic
Topic: no login on firefox/w2k
Replies: 5
Views: 3042

Guitarm wrote:I have firefox and it works fine for me........
Same here. Firefox on win2k.
by Gratch06
2004-04-25 15:35
Forum: Programmer's Help
Topic: XML "wysiwyg" editor ?
Replies: 6
Views: 3870

I know that VS.net has an XML editor built in. It offers two views, one for the raw XML, and the other for an excel like data table. Perhaps that's what you're looking for?
by Gratch06
2004-04-16 15:52
Forum: Programmer's Help
Topic: Custom Build to overcome firewall
Replies: 7
Views: 4505

Well, rather than recompiling the client, I'd just use the Settings Dialogue and choose your port there. client <--> hub connections are over a port of the hub's choosing, but you can set an active mode port to whatever you want (in this 1412). Since you seem to want an all at once solution, I'd loo...
by Gratch06
2004-02-01 05:34
Forum: Programmer's Help
Topic: Limit alternative sources
Replies: 9
Views: 4896

bool QueueManager::addSource(QueueItem* qi, const string& aFile, User::Ptr aUser, bool addBad) throw(QueueException, FileException) { QueueItem::Source* s = NULL; // if (qi->getSources.getSize()<15) { bool wantConnection = (qi->getPriority() != QueueItem::PAUSED); if(qi->isSource(aUser, aFile)) { T...
by Gratch06
2004-01-31 22:31
Forum: Protocol Alley
Topic: New filetypes to publish on search
Replies: 4
Views: 3192

MP3's now return as movie files. I like it =) Yet another way to avoid letting people download off of you, by filing everything as the wrong search type.
by Gratch06
2004-01-24 14:26
Forum: Programmer's Help
Topic: Patch for DC++ 0.242 to compile under VS.net 2003
Replies: 11
Views: 6442

Thanks Twink! That worked out great for me. Compiled perfectly after those changes (And a couple other unrelated minor ones).
by Gratch06
2004-01-23 22:19
Forum: Programmer's Help
Topic: Patch for DC++ 0.242 to compile under VS.net 2003
Replies: 11
Views: 6442

Just upgraded to VS.net 2003, and still working with an older version of DC++ (pre .263). Does anyone have the diff mentioned up at the top of this post available? If so, a link would be nice, or I can provide an e-mail address in Private Message if you'd prefer.
by Gratch06
2004-01-18 11:44
Forum: Feature Discussion (Archived)
Topic: Specific list for diffrent hubs
Replies: 12
Views: 6043

From the rejected features tracker:

[ 657143 ] Specify shares based on hub
by Gratch06
2004-01-14 14:30
Forum: Hubs and scripts
Topic: Script to list rules when user logs on to hub
Replies: 3
Views: 1817

Pangaea wrote:That actually worked lol
I did some "artwork" and used | for some reason that fucked it up.
$ and | are used in the protocol to start and finish commands...ya...that'd mess it up pretty well
by Gratch06
2004-01-14 14:08
Forum: Programmer's Help
Topic: Overall design
Replies: 10
Views: 5653

Is there a way to get automatically an example.xml (language file) from the stringdefs.cpp instead of writing it manually? look into the makedefs project. It's part of the DC++ solution but isn't set to compile by default. The forums have info on a number of common problems with compiling and using...
by Gratch06
2003-12-12 02:45
Forum: Hubs and scripts
Topic: How would a make a script for this?
Replies: 3
Views: 2039

I think the difference is that he wants these users to be able to download files, but if they don't have the official releases, he doesn't want them to be able to upload, in order to keep the quality of the hubs content up, especially since he seems to be using this as the primary release point for ...
by Gratch06
2003-12-12 00:13
Forum: Off Topic
Topic: Contest Suggestions
Replies: 0
Views: 1564

Contest Suggestions

A group of 4 of us here at the university were looking at getting involved in the Windows ChallengE competion (url here ) We've come up with a number of ideas, but have ran into difficulties with hardware availability within budget, device availability, etc. One of our best ideas was a fingerprint s...
by Gratch06
2003-12-11 02:23
Forum: Off Topic
Topic: What country/city are you from?
Replies: 37
Views: 24147

California, USA for college. Home is in Nevada, USA.
by Gratch06
2003-12-08 14:10
Forum: Feature Discussion (Archived)
Topic: Very Usefull Feature Addition ("Sticky Queues")
Replies: 15
Views: 6794

Twink wrote:3) Have option to set priority of autoqueued items (ie paused, so you have a list to go thru but they dont auto download)
Link this with this and you might just have a combined feature.
by Gratch06
2003-12-05 15:04
Forum: Hubs and scripts
Topic: Help connecting to own hub
Replies: 6
Views: 3107

127.0.0.1 is localhost, basically the computer you are sitting at. By manually connecting in the public rooms list to 127.0.0.1, you bypass the internet and connect directly to the PC you're on. Others should connect normally using your no-ip address (double check that it *does* hold your computer's...
by Gratch06
2003-12-05 11:28
Forum: Feature Discussion (Archived)
Topic: Go to file directly (when searching)
Replies: 2
Views: 1573

oDC has this as a right click option "Go to file."
by Gratch06
2003-12-01 02:29
Forum: Feature Discussion (Archived)
Topic: Unfinished Downloads (for directories)?
Replies: 14
Views: 7341

MelGibson wrote:It would be more of a sorting tool for me, to save me alot of work figuring out what is finished.
This is precisely the reason I would use it.
by Gratch06
2003-11-30 18:13
Forum: Feature Discussion (Archived)
Topic: Unfinished Downloads (for directories)?
Replies: 14
Views: 7341

just want to point out that while it would help to stop sharing incomplete set of files. it will at same time prevent the same files from being share as soon as those files are complet dling, if there is a missing file. ex: rare set of files won't be re-inject in the network till the last file of t...
by Gratch06
2003-11-26 00:32
Forum: Feature Discussion (Archived)
Topic: HubList: Hub search Engine
Replies: 6
Views: 3367

try www.moglo.net for this purpose.
by Gratch06
2003-11-25 20:26
Forum: Feature Discussion (Archived)
Topic: Shutdown
Replies: 19
Views: 7476

i can't see why you can't learn to sleep with it on, i've been doing so for years and you cetainly couldn't call my computer quiet. I actually sleep better with it on now I'm with you Twink. The last night I slept without a PC fan blowing nearby....well...I can't remember one honestly. :lol: Kind o...
by Gratch06
2003-11-21 18:42
Forum: Hubs and scripts
Topic: scripts to yhub, how ?
Replies: 6
Views: 3474

What is YHub?: YHub stands for Yoshi Hub. Yoshi is the little green dinosaur created by Nintendo originally as a part of the Mario Bros story I believe. This hub is created with a few corner stones in mind. Reuse of memory, no threads, no socket server, no try-catch and no scripts . Further more YH...
by Gratch06
2003-11-18 19:10
Forum: Programmer's Help
Topic: half-life 2
Replies: 3
Views: 2330

Gasman1015 wrote:Do you want to repeat that in something I can understand. ie english,welsh,scottish or american. :)
translation of his message: Ooer! Look at me! I can spam =)
by Gratch06
2003-11-17 13:33
Forum: Feature Discussion (Archived)
Topic: Color Coding!!!!!!!!!!!!!!!!
Replies: 9
Views: 3823

Any method by which users with free slots could be displayed would be great, but would increase hub bandwidth too significantly to be worth it. Every time that someone had a free slot, they would report that to the hub, the hub would report it to all the users, and then 10 seconds later when that sl...
by Gratch06
2003-11-17 11:42
Forum: Feature Discussion (Archived)
Topic: "proper" help?
Replies: 33
Views: 10541

8. type: create protocol=tcp inside_addr=10.0.0.1 inside_port=1412 outside_addr=0.0.0.0 outside_port=1412 9. type: create protocol=udp inside_addr=10.0.0.1 inside_port=1412 outside_addr=0.0.0.0 outside_port=1412 On these steps (note that they are changed a bit, 0.0.0.0 is a mask meaning "anything")...
by Gratch06
2003-11-14 13:41
Forum: Programmer's Help
Topic: Overloded problem
Replies: 6
Views: 3542

Add the statsframe.h/cpp files to your project and then recompile. You may need to do a clean build.
by Gratch06
2003-11-13 12:03
Forum: Programmer's Help
Topic: In attention to all DC++ developers!
Replies: 28
Views: 13184

Wow...my apologies, but you're an idiot. Porting backwards is simply not going to happen. Wtlport and stlport provide valuable utilites to the program in a packaged form that would otherwise have to be manually written exclusively for DC++, which would be an incredibly stupid waste of developers' ti...
by Gratch06
2003-11-12 13:46
Forum: Feature Discussion (Archived)
Topic: Why not making dwl source by email? (...)
Replies: 6
Views: 2707

The problem is that a protocol extension would be needed to make this work, as using a currently existing field would cause other problems. The only field I would even *consider* using as a holder for the unique ID is the Version field, and the significant fault in that is that so many people use 1....
by Gratch06
2003-11-12 11:27
Forum: Feature Discussion (Archived)
Topic: Why not making dwl source by email? (...)
Replies: 6
Views: 2707

Why not do something more direct, such as create a unique user ID (perhaps IP + current time [including seconds]...I think that'd be unique enough so as not to mistake one user for another), and then passing that between clients. Store it in the XML file so that a user would have to erase the XML or...
by Gratch06
2003-11-11 23:45
Forum: Hubs and scripts
Topic: Running DC Hub as a Windows Service?
Replies: 7
Views: 3279

HaArD wrote:*sigh* I'll never understand why we can't edit our own posts. *sigh*
*sigh* I'll never understand why people can't use the preview button before putting up an error filled post.
by Gratch06
2003-11-04 22:50
Forum: Programmer's Help
Topic: why no iostream?
Replies: 3
Views: 2095

iostream is useful if you're building console based applications, but for anything with a GUI (Graphical User Interface), it serves little purpose, if any. Other classes serve much more useful for getting output to the screen. Just FYI: DC++ is probably not a good place to start if you're just learn...
by Gratch06
2003-11-04 16:17
Forum: Hubs and scripts
Topic: Any Hub Of Anime??
Replies: 1
Views: 1068

This isn't the place to get hubs. Try www.hublist.org or filtering the hublist using a word such as anime.

- Gratch06
by Gratch06
2003-10-30 20:19
Forum: Feature Discussion (Archived)
Topic: Different sharing on different hubs.
Replies: 26
Views: 9448

try searching the forums, as well as the feature tracker on sourceforge. You'll find a lot of information there regarding this suggestion. The current best method is to run multiple instances of DC++ (if you can't figure it out, just use BCDC...it allows multiple instances).

- Gratch06
by Gratch06
2003-10-30 18:16
Forum: Feature Discussion (Archived)
Topic: More Public Hubs Windows.
Replies: 14
Views: 5705

The reason for creating multiple hublists and not just one is to keep the bandwidth down on the hublist operators. Then maybe the hublist operatorn should make their lists smaller, removing all those small worthless hubs noone will ever notice? Small hubs have just as much right to be seen publicly...
by Gratch06
2003-10-30 11:08
Forum: Feature Discussion (Archived)
Topic: More Public Hubs Windows.
Replies: 14
Views: 5705

The reason for creating multiple hublists and not just one is to keep the bandwidth down on the hublist operators. Sure, it'd be nice to be look at all hublists on a single click, but the bandwidth used (usually useless since you won't look at all of 3000 or 4000 hubs) is a bad thing.

- Gratch06
by Gratch06
2003-10-28 21:04
Forum: Programmer's Help
Topic: Trouble compiling 0.301 with VC6
Replies: 7
Views: 4214

Are you using the specific new stlport that arne upgraded to in .300?

- Gratch06
by Gratch06
2003-10-21 10:29
Forum: Programmer's Help
Topic: Compiling errors in 0.263
Replies: 1
Views: 1674

Add the files textframe.h/cpp to your project. This has been asked at least 3 times in recent weeks. Please use search.
by Gratch06
2003-10-20 10:39
Forum: Programmer's Help
Topic: stlport_vc7_static.lib not found
Replies: 12
Views: 5845

Sarf's code only does PM's. If BCDC's code only does mainchat, a combination of the two would probably serve fine (or if BCDC does it all).
by Gratch06
2003-10-20 09:59
Forum: Programmer's Help
Topic: stlport_vc7_static.lib not found
Replies: 12
Views: 5845

Try searching the Programmer's forum for an ignore list. Sarf whipped up some pretty nice code for it at one point.
by Gratch06
2003-10-17 22:45
Forum: Feature Discussion (Archived)
Topic: Send an offline message from your cleint
Replies: 9
Views: 3375

Code looks good...I'll add it in tomorrow probably! Thanks Twink :)
by Gratch06
2003-10-17 20:39
Forum: Feature Discussion (Archived)
Topic: Send an offline message from your cleint
Replies: 9
Views: 3375

i could see dc++ storing whatever you typed in a pm window and sending when it got a user online message however i suddenly thought if the user isn't online then you can't open a pm windows for them can you =D I'm guessing this might have to be a command line thing (like /pm user message) On that n...
by Gratch06
2003-10-16 23:45
Forum: Feature Discussion (Archived)
Topic: Send an offline message from your cleint
Replies: 9
Views: 3375

My thought is that this would actually be a really nice thing to have. Interpretation: I want to be able to "send" an offline message to a user, and when they came online, actually send it to them. Basically, store a message until the user comes online, then auto send it. It's useful if you have a s...
by Gratch06
2003-10-14 00:29
Forum: Feature Discussion (Archived)
Topic: Auto search a file list for qued files
Replies: 6
Views: 2770

Does the "Match Queue" while browsing a file list not serve this purpose?

-Gratch06
by Gratch06
2003-10-12 19:11
Forum: Hubs and scripts
Topic: Hub Script site list
Replies: 28
Views: 118750

12.10.2003 0:24:30 there seems to be some competition going on for the next LUA forums, even though there is one posted below, there is however another one as well http://lua.uknnet.com/ we will be uploading the old post's ASAP as for now its like a new forum, but not for long come and register you...
by Gratch06
2003-10-10 17:00
Forum: Hubs and scripts
Topic: Webstats
Replies: 23
Views: 8915

Your site worked fine for me...no errors at all.
Last Updated: 10/10/2003 10:33:04 PM
by Gratch06
2003-10-10 16:20
Forum: DCH++ General
Topic: DCH++ beta test!!!!
Replies: 17
Views: 13546

GUI? DCH++ doesn't HAVE a GUI.
by Gratch06
2003-10-07 23:11
Forum: Programmer's Help
Topic: Auto Minimize to Tray on Startup
Replies: 2
Views: 1839

Auto Minimize to Tray on Startup

Is there a way to make DC++ auto minimize to tray on startup? I found the MainFrame::onSize(...) function, but it seems that the Minimize, Restore, Exit, etc. commands are handled more on an OS level and the program has minimal control on initiating them. Am I missing something really obvious? My re...