Search found 21 matches

by linobarreca
2004-01-05 11:43
Forum: Programmer's Help
Topic: Apply patches
Replies: 2
Views: 2017

Apply patches

Hi everybody. I did some changes in the dc++ code and I proposed to include them in the final DC++. Theese changes were rejected by Arne. Now I'm searching a way to automatically patch the source code whenwver a new dc++ version comes out. Is there a tool that can do this automatically? I need somet...
by linobarreca
2004-01-04 20:33
Forum: Feature Discussion (Archived)
Topic: Upload queue
Replies: 10
Views: 3919

;) don't worry

the post in the "rejected features" said almost the same thing.
It let us imagine that it's not technically possible. ;)
by linobarreca
2004-01-04 20:08
Forum: Feature Discussion (Archived)
Topic: Upload queue
Replies: 10
Views: 3919

now it's more clear :)

I was wondering what was the technical problem :)

thanks :)
by linobarreca
2004-01-04 19:59
Forum: Feature Discussion (Archived)
Topic: Upload queue
Replies: 10
Views: 3919

So..what's the problem? :)
Maybe I did something wrong... :?
but....actually it works.... :D
by linobarreca
2004-01-04 19:55
Forum: Feature Discussion (Archived)
Topic: Upload queue
Replies: 10
Views: 3919

this is an extract from the debug window. threadConnect() ConnectionManager::onMyNick 01D10538, Sparafucile ConnectionManager::onKey, leaving to uploadmanager Requested file: E:\Immagini\Mandrake92-cd2-ext.i586.iso No free upload slots adding to upload queue Already present in the upload queue incre...
by linobarreca
2004-01-04 19:42
Forum: Feature Discussion (Archived)
Topic: Upload queue
Replies: 10
Views: 3919

this is not true bool UploadManager::prepareFile(UserConnection* aSource, const string& aFile, int64_t aResume) { [...] try { file = ShareManager::getInstance()->translateFileName(aFile); <-----------------------here you know what's the file name dcdebug("Requested file: %s\n", file.c_str()); //adde...
by linobarreca
2004-01-04 18:59
Forum: Feature Discussion (Archived)
Topic: Upload queue
Replies: 10
Views: 3919

I already saw that but arnet said "not possible" what is not possible? and why? The feature is useful for this reason: Imagine you're sharing a lot of MP3s (6mb each) and some DVD's ISOS(4.3gb each) if you have 5 slots you want to GRANT an mp3 upload without let the uploader wait 20 hours (at least)...
by linobarreca
2004-01-04 18:22
Forum: Feature Discussion (Archived)
Topic: Upload queue
Replies: 10
Views: 3919

Upload queue

I've developed a simple new DC++ feature. And I hope it will be considered useful. Arnet could insert it in a future version of DC++ Basically there's a window like the search spy window. This window receives events fired from UploadManager::prepareFile when all upload slots are taken. The windows l...
by linobarreca
2004-01-04 08:43
Forum: Protocol Alley
Topic: $GetMeta TTH;1$[filename]
Replies: 5
Views: 3526

...LOL

Thanks GargoyleMT
by linobarreca
2004-01-03 23:48
Forum: Protocol Alley
Topic: $GetMeta TTH;1$[filename]
Replies: 5
Views: 3526

As I can imagine getmeta gets some extended infos on the file.

Why don't implement it in DC++?
It could be useful something like "$getmeta MD5 [filename]" to verify that the file was downloaded correctly.
by linobarreca
2004-01-03 23:43
Forum: Protocol Alley
Topic: Encryption?
Replies: 78
Views: 91808

The problem is: 95% of people don't have a trusted public key!! And probably they don't want to pay to have one. A possible solution could be to manually trust the hub and let it be a CA to release the asymmetric keys. In the "favorite hubs" the user should put hub name, address [...] and public key...
by linobarreca
2004-01-03 23:28
Forum: Protocol Alley
Topic: Encryption?
Replies: 78
Views: 91808

Stated that for a provider is very simple to do a MITM attack you shouldn't rely on simple key exchange if you want really secure connections. A provider could implement the MITM attack in different ways but.. is it legal? Decrypting an encrypted connection using theese hacher's tecniques is LEGAL??...
by linobarreca
2004-01-03 22:53
Forum: Protocol Alley
Topic: $GetMeta TTH;1$[filename]
Replies: 5
Views: 3526

$GetMeta TTH;1$[filename]

Sometimes I obtain this:
Unknown UserConnection command: $GetMeta TTH;1$[filename]
in the debug output window when running DC++ within VS

What does $GetMeta should do and why is this command unimplemented in DC++?
Any ideas?

Thanks, Lino
by linobarreca
2003-10-31 11:16
Forum: Programmer's Help
Topic: Is the Visual Studio 7.1 upgrade available as a download?
Replies: 4
Views: 2854

If you have a MSND subscription you can download it from subscriber downloads. (as I did) However if you don't own a subscription as I've read from Microsoft they're offering the upgrade without charge (they say you'll pay only shipping and handling) about 30 or 40 $$ They're giving it away for free...
by linobarreca
2003-10-31 11:04
Forum: Programmer's Help
Topic: Compiling DC++ 0.301 with VC++ .NET
Replies: 6
Views: 3920

Add the stlport dir to your include dirs in the project options

You should add stlport to "client" and stlport+wtl to "dcplusplus"

Moreover.. I used the old stlport because the new one doesn't compile well.
by linobarreca
2003-10-20 06:17
Forum: Programmer's Help
Topic: stlport_vc7_static.lib not found
Replies: 12
Views: 5845

thanks

Thanks :) I want only to add a small feature. Something like a blacklist. Basically a blacklisted user can't send me annoying private messages and it's phrases are not shown in the main hub window :) I don't know if it's a planned feature or it has already been developed by someone else (and is avai...
by linobarreca
2003-10-19 07:05
Forum: Programmer's Help
Topic: stlport_vc7_static.lib not found
Replies: 12
Views: 5845

linobarreca wrote:I'm using STLport-4.5-0725 downloaded from stlport site.
I don't remember where. (probably here, so you were right)

However.. I downloaded the stlport from your link...
and....IT WOOOOORKS!!!!!
:D
YOU ARE GREAT!!!!!!!!!!!

Many thanks :)
by linobarreca
2003-10-17 15:30
Forum: Programmer's Help
Topic: stlport_vc7_static.lib not found
Replies: 12
Views: 5845

Results

here's the result: Compilazione in corso... stdafx.cpp Compilazione in corso... WinUtil.cpp UsersFrame.cpp UploadPage.cpp TextFrame.cpp SpyFrame.cpp SearchFrm.cpp QueueFrame.cpp PublicHubsFrm.cpp PropPage.cpp PropertiesDlg.cpp PrivateFrame.cpp NotepadFrame.cpp MainFrm.cpp main.cpp HubFrame.cpp Gener...
by linobarreca
2003-10-17 15:27
Forum: Programmer's Help
Topic: stlport_vc7_static.lib not found
Replies: 12
Views: 5845

Creazione file temporaneo "e:\Dc++\vc7\Release\windows\RSP000001.rsp" con contenuto [ /Og /Ob2 /Oi /Os /Oy /G6 /GA /I "E:\DC++\WTL" /I "E:\DC++\STLport-4.5-0725\src" /I "E:\DC++\STLport-4.5-0725\stlport" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_REENTRANT" /D "BZ_NO_STDIO" /D "_STLP_NO_EXCEPTIONS" /...
by linobarreca
2003-10-17 14:08
Forum: Programmer's Help
Topic: stlport_vc7_static.lib not found
Replies: 12
Views: 5845

I'm using STLport-4.5-0725 downloaded from stlport site. I did no modifications to dc++ code. Probably I did something wrong... I just changed the project property "Additional inclusion directories" to include the stlport dir. In compile I get NO errors tha link gives that message.... Client compile...
by linobarreca
2003-10-11 09:04
Forum: Programmer's Help
Topic: stlport_vc7_static.lib not found
Replies: 12
Views: 5845

stlport_vc7_static.lib not found

After some troubles with VS2003 and stlport I successfully compiled DC++ 0.263 However I can't successfully link the application. I always get the error LNK1104 Can't open stlport_vc7_static.lib That lib is not on my system. Do you have any ideas? Am I missing something? Thanks in advance for you help