Crise
Management-
Content count
3008 -
Joined
-
Last visited
Everything posted by Crise
-
"Ignore all except white list" or "Ignore all except favorites" feature
Crise replied to spqq's topic in Feature Requests
If I responded to every feature request in these forums it would take way too much of my time, I do read them through though... as for this one I agree with points presented by Kryppy, since DC is very much chat oriented I don't think such option as this is necessary. -
It is easy, I just don't want to do it... because when it is done without submenu the menu has to be cleaned after each display... while with submenu it is just a matter of destroying the submenu.
-
I use Visual Studio 2008 Professional to compile ApexDC, yes...
-
This is something that has been fixed in StrongDC 2.11... you should see a new release of ApexDC merged to it in the upcoming week :)
-
Solved: 1.0.0Beta 5 - All internal windows want to open maximized
Crise replied to Daschu117's topic in Pre 1.0 Reports
About your tester icon, that mod got lost in forum upgrade, and I have been to lazy to redo it :thumbsup: -
Oh it does work with properly configured bind address, as I am using it with such setup :thumbsup:
-
Do you use socks5?
-
Mine works with ADC just fine, I need a specific test case
-
We wish to ensure all beta users are using up to date version... use the last stable version (0.4.0 st the time of writing this) to avoid these issues until 1.0.0 Final is out.
-
Maybe but a developer also has to think how stuff looks as code....
-
It doesn't contain any known security flaw, we we're just too lazy to write a proper message for it, so it uses the default, which is the "Your version of ApexDC++ contains a serious bug...." one.
-
How about you install it in different place then, eh? PS: I can't possibly know what is wrong with it as I don't use vista :thumbsup:
-
No, because one reason I made ipguard is exactly to get rid of PG blocklists (as most of the entries in the PG blocklist are irrelevant for DC).
-
1 Client that has Different Shares in Different Hubs
Crise replied to JoeBuhdee's topic in Feature Requests
Fact here, it is exactly up to client developers to do those decisions... if there is a possibility that a feature may have negative effect on the network in a wider scale it should not be implanted at all. -
Sure but if I'd add this... I would have it with multiple files... but only one frame (then use eg. dropdown list in frame to switch between files) imo. this beats multiple frames any day.
-
Probably not that many anymore ;)
-
Supported by DC++ :thumbsup: (whether hub owners accept it or not is a different story though)
-
firs of all... there is option minimize to tray (so no command line switch for that) and secondly use windows shortcuts to control window states (minimized, maximized, normal)
-
No you don't we get the metadata from the files (or from windows media player, which get's it usually from the files, to be exact) If "WM/AlbumArtist" returns band, then I have no power over that... It already does it so that if "WM/AlbumArtist" returns empty "Author" is used as fallback (I chose the order according to msdn documentation) but that is all I can do :)
-
Just to clarify, PeerWeb DC++ never had kad... And the first feature requested is puerly cosmetical as far as I can see... I could bet it's that in reverse connect too (ie. no performance nor bandwidth save). But I don't think I will do this feature, because in nmdc the pesudo cid's make each user to be considered different and there is no way to be absolutely certain if one user is the same or not in two different hubs...
-
Added a workaround for this one, ie. for(string::size_type i = ret.find("%"); i != string::npos; i = ret.find("%", i)) { if(string("aAbBcdHIjmMpSUwWxXyYzZ%").find(ret[i+1]) == string::npos) { ret.replace(i, 1, "%%"); } i += 2; } If anyone comes up with a better solution (other than telling users to learn to escape their % signs) feel free to tell :)
-
yeah it's a bug in formatting time variables... in your case there is no valid variable after % so that's why this happens to use %-sign you should do %% :)
-
Well I can assure that such option will not be made (In other words I just effectively rejected this request entirely, just so things are not left unclear)