Search found 71 matches

by poy
2006-06-15 10:53
Forum: Proposals
Topic: Ability to view file info prior to downloading
Replies: 12
Views: 7149

the thing about mp3 filenames is that they are sometimes (often?) incorrect, or they don't give enough informations. from my own experience, i think ID3 tags usually contain more accurate information that the filenames do. but i agree this would benefit few users, and it would ask too much work on t...
by poy
2006-06-14 22:13
Forum: Other Direct Connect tools
Topic: DC++ Hub/Client LAN only
Replies: 11
Views: 8132

maybe you could use FTP? but this would remove the whole "IRC" part. however, this depends on the LAN; on a small one with friends, the chats are not very useful when you can use your voice to talk to your friend :D
by poy
2006-06-14 17:30
Forum: Proposals
Topic: DC is getting duplicate FileLists !!(of the same user !??)
Replies: 6
Views: 5365

ullner wrote:They'll be different (assuming it is NMDC hubs).
thanks for the information. so i believe the only way to solve NetMaster's problem is to wait for more ADC hubs :)
by poy
2006-06-14 10:44
Forum: Proposals
Topic: Ability to view file info prior to downloading
Replies: 12
Views: 7149

This is not possible under the NMDC protocol, due to the rigidity of the search result format. Under ADC, it's perfectly possible, but doing it for each and every media file type would result in a lot of code bloat that arne (the creator of DC++) would most likely find unacceptable. not so sure, i ...
by poy
2006-06-14 10:35
Forum: Proposals
Topic: DC is getting duplicate FileLists !!(of the same user !??)
Replies: 6
Views: 5365

in your case, maybe the users had 2 or more clients running at the same time, but showing the same share. this would explain their different CIDs. because, if one user is in two hubs at the same time with the same client, i think his CID is the same on these 2 hubs... unless i'm wrong :? :?:
by poy
2006-06-14 10:28
Forum: Proposals
Topic: disable/restrict use of bandwidth limiters
Replies: 37
Views: 20627

lordadmira wrote:change all the occurances of kibbles and mibbles etc to kB and MB.
but are kiB / MiB the same as kB / MB?
by poy
2006-06-12 21:54
Forum: Other Direct Connect tools
Topic: DC++ Hub/Client LAN only
Replies: 11
Views: 8132

ullner: i've downloaded a lot and even when the comp got blue screens and stuff, i've never had a corrupted download, so i think TTH mismatches are really rare. on LANs, they are even more rare. Dooble: you could try DCDM++, but you will need to be able to recompile it by yourself if you want do dis...
by poy
2006-06-11 12:57
Forum: Programmer's Help
Topic: a problem adding a CComboBoxEx to SearchFrame
Replies: 2
Views: 2933

hehe, yes, i already have your code and i thought i could make it easier by removing the ownerdraw parts and using CComboBoxEx, which is exactly made to display icons. but the control seems buggy on many other parts too so i'm gonna stop with this idea :cry:

thanks Big Muscle good code 8)
by poy
2006-06-11 10:21
Forum: Programmer's Help
Topic: a problem adding a CComboBoxEx to SearchFrame
Replies: 2
Views: 2933

a problem adding a CComboBoxEx to SearchFrame

hi i'm trying to add a CComboBoxEx to the SearchFrame, in order to add icons next to the strings "audio" - "video" - etc for the file type. everything seems fine, except one thing: the texts of the combo don't get colored, and their background stays white :shock: after googling, i found GargoyleMT h...
by poy
2006-06-07 16:53
Forum: Programmer's Help
Topic: GeoIpCountryWhois.csv - Add one string.
Replies: 16
Views: 9798

i'm not sure at all, but you could try changing the u_int16_t to a bigger type, like u_int32_t.
by poy
2006-06-06 17:26
Forum: Programmer's Help
Topic: GeoIpCountryWhois.csv - Add one string.
Replies: 16
Views: 9798

do you get the 2 letters corresponding to the abreviation of the country, like before, or do you get the 2 first letters of the full country name ?

in the first case it must have something to do with the comma4 and comma5.
by poy
2006-06-06 09:41
Forum: Other Direct Connect tools
Topic: Profile for DC++ 0.691
Replies: 4
Views: 4235

in the version too high 5 profile change 9([0-9] to 9([2-9]
by poy
2006-06-06 09:39
Forum: Programmer's Help
Topic: GeoIpCountryWhois.csv - Add one string.
Replies: 16
Views: 9798

hehe, just a copy-paste thing :P to begin i would suggest you add a comma5 the same way comma4 is added, then you change start + comma4 + 2 to start + comma5 + 2. maybe you will also need to change the type u_int16_t to a bigger one.. and in Util::getIpCountry remove the ", 2" in the return thing, s...
by poy
2006-06-06 08:18
Forum: Other Direct Connect tools
Topic: Profile for DC++ 0.691
Replies: 4
Views: 4235

since the versions >= 0.68 all have the same connection types, it's more logical to put them in the same profile, here is mine:

^0\.6(8(1{0,2}|[5-9])|91?)$

but this is really not at all the right forum for such a discussion...
by poy
2006-06-06 08:12
Forum: Programmer's Help
Topic: GeoIpCountryWhois.csv - Add one string.
Replies: 16
Views: 9798

your code is... well... weird... :shock:

i don't get where exactly the Util::getIpCountry function returns something else than Util::emptyString
moreover i don't even know how you can get this to compile because you will notice there are 2 { and 3 } :roll:
by poy
2006-06-03 13:32
Forum: Programmer's Help
Topic: The menus to select a tab
Replies: 4
Views: 3604

sorry i'm not going through the registration and stuff and stuff... (you may have noticed i use a proxy, btw). several reasons in it... but really i think that only adding : #define _WTL_MDIWINDOWMENU_TEXT CTSTRING(MENU_WINDOW) to stdafx.h right before the #include of atlframe.h solves the problem (...
by poy
2006-06-01 18:32
Forum: Programmer's Help
Topic: The menus to select a tab
Replies: 4
Views: 3604

thanks a lot "GMT" (ok easy joke...) :D i searched a bit through WTL and found a nice match for "&Window", it's in atlframe.h and it begins with : #ifndef _WTL_MDIWINDOWMENU_TEXT #define _WTL_MDIWINDOWMENU_TEXT _T("&Window") #endif exactly what needed :) so i believe that to translate correctly DC++...
by poy
2006-06-01 08:53
Forum: Programmer's Help
Topic: The menus to select a tab
Replies: 4
Views: 3604

The menus to select a tab

hi in the "Window" menu, there are menus that are added / removed when you open / close a tab. it seems to be an automatic feature of an MDI app, because i've not found anything related to it in WinUtil, where the menus are created. so, i was wondering... where do they come from ? how are they creat...
by poy
2006-05-23 14:02
Forum: Programmer's Help
Topic: Trouble getting Client \ User information from Private frame
Replies: 10
Views: 6348

that would return the nick of the connected user i believe... in this case the one of the user you're talking to no, the class "client" manages the hub, and in older DC++ versions (my bad, didn't know it had changed...), client->getNick() was the right thing to do to get my nick. it was set with a ...
by poy
2006-05-23 07:02
Forum: Programmer's Help
Topic: Trouble getting Client \ User information from Private frame
Replies: 10
Views: 6348

why not just client->getNick() instead of getMyNick() ?
by poy
2006-05-02 11:34
Forum: Proposals
Topic: Adding dreamland's list
Replies: 48
Views: 28035

Gronis, or whatever your nick(s) may be... Your proposal could have been good but the way you make this is incredibly childish : taking different nicks and make people think these are users who like your hublist... If it were only to me i would add a small thing "anti-dreamland" into DC++ to punish ...