Search found 508 matches

by joakim_tosteberg
2004-12-10 07:49
Forum: Other Direct Connect tools
Topic: Upgrading past v0.403b - how to without losing partial d/ls?
Replies: 5
Views: 3342

What happend with your old queue,xml?
by joakim_tosteberg
2004-12-10 01:11
Forum: Feature Discussion (Archived)
Topic: Blocking myself
Replies: 5
Views: 3571

And how would you handle two users with same nick?
by joakim_tosteberg
2004-12-03 08:07
Forum: Other Direct Connect tools
Topic: Upgrading past v0.403b - how to without losing partial d/ls?
Replies: 5
Views: 3342

If you backup all your queue.xml before upgrading you will always have a backup queue if it doesn't work upgrading.
by joakim_tosteberg
2004-11-29 01:48
Forum: Feature Discussion (Archived)
Topic: Filter out TTH’s from the search spy option.
Replies: 6
Views: 3759

I've mailed arne my filtering patch now.
by joakim_tosteberg
2004-11-29 01:32
Forum: Feature Discussion (Archived)
Topic: Filter out TTH’s from the search spy option.
Replies: 6
Views: 3759

Could even bring it into an infinite loop of sending searces.....
by joakim_tosteberg
2004-11-28 15:42
Forum: Feature Discussion (Archived)
Topic: Filter out TTH’s from the search spy option.
Replies: 6
Views: 3759

Feature created, I'm goinf to make patch of it tomorrow.
Just one question, right now I'm filtering on both that the strign string should begin with TTH: and be exactly 43 (4+39) characters long to be considered a TTH. I'm not sure if the length check is neccesary or if I just should drop it.
by joakim_tosteberg
2004-11-22 13:45
Forum: Programmer's Help
Topic: DC++ Linux port
Replies: 56
Views: 35768

On that image I see that one character resolves t oa strange image, I've seeing that happen in my own client which I'm making for some characters like â„¢ is this because that they don't exists in the unix/linux os?
by joakim_tosteberg
2004-11-22 01:14
Forum: Feature Discussion (Archived)
Topic: sounds for chat?
Replies: 11
Views: 5887

It is really saying OMGWTFBBQ!!11 LOL!!! even though you can't hear the first part of it. If you use Microsoft Sam insread of LH Michael or LH Michelle it will be clearer.
by joakim_tosteberg
2004-11-13 07:51
Forum: DCH++ General
Topic: Beta testing under Linux?
Replies: 4
Views: 4722

[13:47] *** Connecting to wza.digitalbrains.com:1416... [13:47] *** Connected [13:47] <DCH++> This hub is running DCH++ v0.33-Release (Plugin API v0.33) on Linux 2.6.8.1-wza-1 (i686) As yoy can see is the DCDev Public Hub runing DCH++ under linux. And there are other beta testers running the linux ...
by joakim_tosteberg
2004-11-07 08:10
Forum: Programmer's Help
Topic: Compile DC++
Replies: 21
Views: 10653

With some of the errors I meant at a mximum 10 of them.
Try to do that.
by joakim_tosteberg
2004-11-06 04:05
Forum: Programmer's Help
Topic: Compile DC++
Replies: 21
Views: 10653

Post some of the errors you are getting and we might br able to help you,
by joakim_tosteberg
2004-11-05 15:52
Forum: Programmer's Help
Topic: Compile DC++
Replies: 21
Views: 10653

Check http://www.imperialnet.org/forum/viewtopic.php?t=511 (it's for DCDM++/DC++k CDM but it is almos the same but read compile.txt which comes with the source).
by joakim_tosteberg
2004-10-18 13:39
Forum: Feature Discussion (Archived)
Topic: crash bug on 0.4034
Replies: 3
Views: 2588

As pointed to you in your other thread, use the CVS version and see if you can reproduce the error there first.
by joakim_tosteberg
2004-10-18 10:36
Forum: Feature Discussion (Archived)
Topic: crash bug on 0.4034
Replies: 3
Views: 2588

Using the latest development version of DC++ I have no problems with it.
by joakim_tosteberg
2004-10-18 00:36
Forum: Feature Discussion (Archived)
Topic: File not available from duplicate virtual folder names
Replies: 7
Views: 4470

EDIT: Woohoo! fixed now, will probably go in the next version. Thanks to Todd (maybe he's called Todi here) http://dcplusplus.sourceforge.net/cgi-bin/bugzilla/show_bug.cgi?id=227 Okey now, sit down take a deep breath because I'm going to tell you something Todd todd Pederzani is really our own Garg...
by joakim_tosteberg
2004-10-15 09:07
Forum: Feature Discussion (Archived)
Topic: Automaticly remove .dctmp files from share
Replies: 7
Views: 4264

Which version of DC++ are you using?
What I'm aware of you shouldn't even be able to share a folder containing your unfinised folder.
by joakim_tosteberg
2004-10-11 13:19
Forum: Protocol Alley
Topic: when send $Hello, $MyInfo ...
Replies: 7
Views: 6608

Check out http://wza.digitalbrains.com/DC/doc/Cli ... Login.html and see if it helps you, that site is the one that describes the initial handshake between the hyb and the client best I think.
by joakim_tosteberg
2004-10-08 11:12
Forum: Programmer's Help
Topic: Problem compiling since I installed C#
Replies: 3
Views: 2445

This is about dc++ programming and not general dc++ help and is therefore moved to programmers help.

No, it doean't just skip them "Build: 0 succeeded, 5 failed, 1 skipped".
Try to do a rebuild and see if it helps, if it doesn't post some of the errors you get here.
by joakim_tosteberg
2004-10-07 11:07
Forum: Protocol Alley
Topic: right key calculation?
Replies: 10
Views: 6381

I think return (byte)(((KeyByte << 4) & 0xF0) | ((KeyByte >> 4) & 0x0F)); should be replaced with return (byte)(((KeyByte << 4) & 240) | ((KeyByte >> 4) 15)); (This is the values the example is telling to use and the values I use in c++) Also, I'm not sure that your approatch to load the KeyBytes ar...
by joakim_tosteberg
2004-10-06 23:03
Forum: Protocol Alley
Topic: right key calculation?
Replies: 10
Views: 6381

Post your code and someone mught be able to find the problem with it .
by joakim_tosteberg
2004-10-04 00:20
Forum: Other Direct Connect tools
Topic: User IS online - download not resuming (user offline)
Replies: 7
Views: 4294

Anything in the error column?
by joakim_tosteberg
2004-10-03 00:07
Forum: Feature Discussion (Archived)
Topic: Rotate logfiles
Replies: 2
Views: 2034

That would be an good idea, add the system.log to the list to it ad grown to a few hundreds of mb for me a few days ago.
by joakim_tosteberg
2004-10-03 00:05
Forum: Feature Discussion (Archived)
Topic: IP column optional in hub users list
Replies: 5
Views: 3380

Re: IP column optional in hub users list

GargoyleMT wrote:
czfree wrote:I'd like to see $SUBJ implemented in DC++.
What?
I guess he means that $SUBJ = the subject of his post. I had some problems myslef trying to understand it.
by joakim_tosteberg
2004-10-01 12:52
Forum: Hubs and scripts
Topic: making a hub?
Replies: 1
Views: 1746

Look at the sticky in top of "Hubs and Scrips" to where I'm now moving this post.
by joakim_tosteberg
2004-09-29 13:32
Forum: Feature Discussion (Archived)
Topic: Transfer & Queuing
Replies: 18
Views: 9416

Would try to get a magnifying glass next time. I think you're talking about the text size. If you're using FireFox, Use Control-+ to increase the font size. In Internet Explorer, use the "Text Size" under the "View" menu. Control+scroll down on the mouse works too ( scroll up to decrease size again)
by joakim_tosteberg
2004-09-23 04:45
Forum: Feature Discussion (Archived)
Topic: Built-In End-to-End Data Encryption Engine
Replies: 10
Views: 5197

Regarding encryption have that been discussed before. Check http://dcplusplus.sourceforge.net/forum/viewtopic.php?t=35&sid=b1a900926d27f6bb8d4be131b24e059f (it's a lot to read but don't post bck unti you've read all of it) And the development hasn't slowed down what I can tell. It is just so that ma...
by joakim_tosteberg
2004-09-20 00:12
Forum: Feature Discussion (Archived)
Topic: .dctmp format
Replies: 8
Views: 4122

Isn't it enoigh wit the TTH root for you? Using the TTH you can recover the download queue and be absolutly sure that it is the correct file you've resumed with.
by joakim_tosteberg
2004-09-18 13:57
Forum: Feature Discussion (Archived)
Topic: Transfer & Queuing
Replies: 18
Views: 9416

If you want to request a feature, open a new feature request at dcplusplus.sf.net/bugs and vote for it AFTER you have checked so that the feature isn't requested already. If it already have been requested vote for that one instead.
by joakim_tosteberg
2004-09-18 13:54
Forum: Feature Discussion (Archived)
Topic: # Hashing--TTH
Replies: 43
Views: 22748

CVS is the place there the lateset source code is beeing stored. This source is often unstable, contains bugs or half-iplemented features and thats why it's just stored in the CVD respitory. And then arne feels that the code is ready for a new binary realease he releases it.
by joakim_tosteberg
2004-09-04 08:50
Forum: Feature Discussion (Archived)
Topic: Request: Make DC++ IRC comptible
Replies: 2
Views: 2063

Youäll find it at http://sourceforge.net/projects/dc2/ it's the file dc-irq-proxy that should be us'd and it requires phyton to be runned .
by joakim_tosteberg
2004-09-03 00:02
Forum: Programmer's Help
Topic: Compiling DC++ Problems - YAPT
Replies: 16
Views: 8465

There's a complete guide at http://www.imperialnet.org/forum/viewtopic.php?t=511 it's for DCDM++ but you do it the same way for DC++.
by joakim_tosteberg
2004-08-28 01:14
Forum: Hubs and scripts
Topic: How can I make a dc hub?
Replies: 3
Views: 2434

Image
by joakim_tosteberg
2004-08-25 09:55
Forum: Hubs and scripts
Topic: DC++ Hosting?
Replies: 4
Views: 2880

You shouldn't have posted at all, just read the post xan pointed you towards.
by joakim_tosteberg
2004-08-25 09:51
Forum: Programmer's Help
Topic: Problem with "locale.h"
Replies: 8
Views: 4424

Why are you makeing the code for the sleep such complex?
It should be enough with just using Sleep(1000)
by joakim_tosteberg
2004-08-24 00:11
Forum: Hubs and scripts
Topic: Chatting bot on own yhub server
Replies: 5
Views: 3138

You have to connect to the hub with the bot just like a normal client.
by joakim_tosteberg
2004-08-17 13:31
Forum: Hubs and scripts
Topic: Setting up a Hub
Replies: 3
Views: 2841

I would rather say that Y-Hubis much easier to use and configure as most things can ber done from the gui which in ptokax has to be done through scripting so it's easier to set up as you don't have to write any scripts. But if you want to do more advanced things ptokax is much better.
by joakim_tosteberg
2004-08-02 05:27
Forum: Other Direct Connect tools
Topic: MrToDC++IpGet
Replies: 4
Views: 3024

No source?
How do we know that we can trust the program ;)
by joakim_tosteberg
2004-07-24 04:35
Forum: Programmer's Help
Topic: Newbie Needs some help with lock to key conv.
Replies: 8
Views: 4403

There client<->hub login is documented at http://wza.digitalbrains.com/DC/doc/Cli ... Login.html
by joakim_tosteberg
2004-07-11 05:14
Forum: Programmer's Help
Topic: Please help me i never got theses errors before i formatted
Replies: 12
Views: 6611

There is no "build all" or "clean all" in vs .net 2003 rather "build solution" and "clean solution" but what "rebuild soultion" does is first a clean and then a build so it makes no diffrence if you just use rebuild or if you use first clean and then build.
by joakim_tosteberg
2004-07-11 00:41
Forum: Programmer's Help
Topic: Please help me i never got theses errors before i formatted
Replies: 12
Views: 6611

Make sure that you do a complete rebuild, not just build. If that doesen't work, try to redown,load the surce.
by joakim_tosteberg
2004-07-10 13:49
Forum: Programmer's Help
Topic: Please help me i never got theses errors before i formatted
Replies: 12
Views: 6611

Have you added both wtl and sltport correctly?
by joakim_tosteberg
2004-07-03 23:59
Forum: Programmer's Help
Topic: Adding IDC Handler - fails
Replies: 7
Views: 5098

How have you defined IDC_OPEN?
by joakim_tosteberg
2004-06-29 00:44
Forum: Off Topic
Topic: banned from website
Replies: 8
Views: 4790

Why was you banned from that website anyway?
by joakim_tosteberg
2004-06-28 01:12
Forum: Feature Discussion (Archived)
Topic: improve the remove duplicate thing
Replies: 11
Views: 4226

bsbartmary wrote:weird

aparantly the olfc vid was a dupe of a small mpeg vid i couldn't play

if they were two different formats and yet the same size they appear to be the same for the hashing thing
THe hasing doesn't care about name or file size. What it looks at is the content of the file.
by joakim_tosteberg
2004-06-27 02:56
Forum: Feature Discussion (Archived)
Topic: improve the remove duplicate thing
Replies: 11
Views: 4226

It did go by size in the past but not in the latest version. There is the TTH value of a file used for duplicate file matching instead so it'll only count files as dupes if they are identical.
by joakim_tosteberg
2004-06-27 01:11
Forum: Feature Discussion (Archived)
Topic: download only from safe sources
Replies: 12
Views: 4929

Or perhaps you should have another item i n the right click list in the download queue so you can allw/disallow on a er file basis?
by joakim_tosteberg
2004-06-26 08:18
Forum: Hubs and scripts
Topic: How to get an IP address for a hub
Replies: 71
Views: 28942

It takes a while before it shows up on the list, and not all hubs are displayd on the list at the same time.
by joakim_tosteberg
2004-06-26 00:28
Forum: Programmer's Help
Topic: Problems hacking the GUI
Replies: 1
Views: 1901

It's PropertiesDlg.h and cpp which deals with that. THhen you need to create a cp and a .h file for you new tab. Look o the ones that already exists for the layout of them. And the look of the tabs is cereated throught hte resource view.
by joakim_tosteberg
2004-06-25 00:27
Forum: Programmer's Help
Topic: Problem compiling DC++ .401 - linker errors
Replies: 8
Views: 5436

Try to readownload the source for both wtl, stl and dcplusplus and see if it works better then. I fit doesn't try reinstalling vs .net 2003 and make sure that you install everyting that has wirth c++ to do.
by joakim_tosteberg
2004-06-24 14:31
Forum: Programmer's Help
Topic: Problem compiling DC++ .401 - linker errors
Replies: 8
Views: 5436

Gasman1015 wrote:Pressing F5 gives you start debugging., and you have'nt compiled yet.!
It builds the proect before starting it ;)