Search found 31 matches

by Flow84
2006-12-06 19:03
Forum: Protocol Alley
Topic: ADC support for "tracker"
Replies: 8
Views: 6181

<irony> Wow!!!.. you are sooo smart... </irony> i mean... if you exclude the huge amount of data this will mean.... this can do so hub owners can be hold responsible for what users are sharing in some countries... this mean you will have to have a huge mechanism that checks so no one is sharing some...
by Flow84
2006-10-05 00:49
Forum: Programmer's Help
Topic: Error when Compiling on VS 2005
Replies: 0
Views: 3954

Error when Compiling on VS 2005

Hi.

When i try to compile a C# solution i get the following on a project.
Error 6 The target "Rebuild" does not exist in the project. D:\Utveckling\DC\Clients\FlowMobileDC\FMDC_Test\FMDC3.csproj FMDC3
I get this for Build and Clean too.
Any ideas on what can be wrong?
by Flow84
2006-07-03 16:09
Forum: Other Direct Connect tools
Topic: SababaDC - your new DC client
Replies: 29
Views: 20749

Re: SababaDC - your new DC client

themaestro. wrote:SababaDC - your new DC client
please have a other topic next time.
a new mod is not a new client...
it is just a new mod...

understand the diffrence ;)

Edit : added smily
by Flow84
2006-04-27 15:56
Forum: Protocol Alley
Topic: ADC Handshake
Replies: 8
Views: 7428

ADC Handshake

Hi. Im wondering why there has been a change on who is sending first message in ADC protocol compared to NMDC. Hub $Lock <lock> Pk=<pk>| Client $Key <key>|$ValidateNick <nick>| Hub $HubName <name>|$Hello <nick>| Client $Version <version>|$MyINFO <info>|$GetNickList| Client HSUP +BASE <other> Hub ISU...
by Flow84
2005-12-22 18:41
Forum: Hubs and scripts
Topic: StatBot 3.0.1 Released
Replies: 0
Views: 3954

StatBot 3.0.1 Released

URL: http://flow84.no-ip.org/dcstuff/statbot/ Changelog: * Fixed URL Decode function a bit for the Web Admin Interface. It now interprete + as space character. (Thanks dyster for reporting) * Fixed a bug when pressing ChatStat button. (It didn't save current chatstat.) (Thanks dyster for reporting)...
by Flow84
2005-12-02 21:32
Forum: Hubs and scripts
Topic: StatBot 2.7.4 Released
Replies: 0
Views: 3582

StatBot 2.7.4 Released

Screenshots are now updated for current version Homepage http://flow84.no-ip.org/dcstuff/statbot/ Changelog * Changed ZLine support so it has no longer the ugly *10 max thingy. * Changed SQL templates files so they have lower letters for table names. This because some servers wanted it like this. (T...
by Flow84
2005-11-13 17:16
Forum: Hubs and scripts
Topic: StatBot 2.6.6 Released
Replies: 0
Views: 4230

StatBot 2.6.6 Released

Homepage: http://flow84.no-ip.org/dcstuff/statbot/ Changelog: * Added MySQL support (mysql++ 2.0.6) * Added a Test button for testing MySQL connection before you can use it. (This will also create database and tables if they doesn't exist and you have permission) * Added MySQL support to HubInfo, U...
by Flow84
2005-10-31 12:49
Forum: Protocol Alley
Topic: Encrypted Transfers
Replies: 17
Views: 11994

Flow84, I find your post entirely opaque, except for the last line (with which I agree). Rather than invent one's own cryptosystem, a patch similar to Phantom's suggestion should probably incorporate a known and tested SSL/TLS library. OpenSSL's license is incompatible, but I've seen reasonably goo...
by Flow84
2005-10-31 04:50
Forum: Protocol Alley
Topic: Encrypted Transfers
Replies: 17
Views: 11994

I was thinking anything involving a hub and encrypting data would be a bad idea, as it'll need to encrypt the data differently for each user if you want it to be secure. Maybe ways around this, but i don't know. no. it just need to begin with diffrent values... Dont know what thouse values should b...
by Flow84
2005-10-31 04:21
Forum: Protocol Alley
Topic: Encrypted Transfers
Replies: 17
Views: 11994

Carraya wrote:well seriously it wouldn't be much good, since it would just require a dc++ client to decrypt it...
it depends on how it is done...
if use 2 keys that is made on the first connect or something...
by Flow84
2005-10-29 19:36
Forum: Protocol Alley
Topic: Encrypted Transfers
Replies: 17
Views: 11994

please do... :)
If it is not implemented in the orginal one. maybe in a mod.. :P
but it would be cool so it would be harder to spy on dc traffic.
no im not refering to dc upload/download... i most want it for pm/main chat :)
by Flow84
2005-10-25 18:27
Forum: Other Direct Connect tools
Topic: Why don't make BCDC whit multidownload source?
Replies: 11
Views: 6677

GargoyleMT wrote:Oh, is that why someone requested it? :mrgreen:
i realy hope so... it would be pritty stupid otherwise... :roll: :)
by Flow84
2005-10-24 15:01
Forum: Other Direct Connect tools
Topic: MySQL Support for StatBot
Replies: 0
Views: 3393

MySQL Support for StatBot

The work to implement SQL support has begun. How do you want StatBot to work with SQL? Should it just add new entries every time or should it replace them. Should it work diffrent for diffrent types of modules (HubInfo, ChatStat, Userlist...) ? Please let me know how you want it to work and how you ...
by Flow84
2005-10-24 04:20
Forum: Other Direct Connect tools
Topic: Why don't make BCDC whit multidownload source?
Replies: 11
Views: 6677

GargoyleMT wrote:It is feasible now, but that isn't in question. (Multi-source was part of the argument here when hashing was only a proposal.) (Implementing it in DC++ is already in the feature/bug tracker as Bug 378.)
it would be nice to have :)
by Flow84
2005-10-17 17:27
Forum: Hubs and scripts
Topic: StatBot 2.2.2 Released
Replies: 0
Views: 3608

StatBot 2.2.2 Released

It collects info from hubs and publish it on a website. It can collect Hub Info, Userlist and chatstats and can be handled remote through Web Admin Interface. A good bot for updating your network website with live info from all hubs. Changelog: -- 2.2.2 2005-10-17 -- * Added WebInterface for managin...
by Flow84
2005-01-22 05:33
Forum: Programmer's Help
Topic: RichEdit in Settings Dialog doesnt work...
Replies: 14
Views: 7881

Learn to use CVS? Definitely. I'd suggest you go back and change that call from LoadLibraryA(...) to LoadLibrary(...). In the first case, you're explicitly picking the non-unicode call, which is probably not what you want, if your code is based on 0.4033, which is unicode. LoadLibrary will call eit...
by Flow84
2005-01-17 18:53
Forum: Programmer's Help
Topic: RichEdit in Settings Dialog doesnt work...
Replies: 14
Views: 7881

well... the time will tell.. :) Time has told with other projects. Both BCDC and fulDC include the CVS directories in their source repositories so they can be kept up to date with CVS commits. Even if you only sync after the official releases, it pays for itself very quickly, in terms of effort and...
by Flow84
2004-12-23 16:28
Forum: Programmer's Help
Topic: RichEdit in Settings Dialog doesnt work...
Replies: 14
Views: 7881

ivulfusbar wrote:The point of CVS is to be able to handle changes ;))
well... the time will tell.. :)
by Flow84
2004-12-23 12:19
Forum: Programmer's Help
Topic: RichEdit in Settings Dialog doesnt work...
Replies: 14
Views: 7881

I would suggest using the CVS if you want to create another page since a few pages are redone in the CVS (future 0.669). ok... when the 0.669 comes as unstable/stable i will maybe work with it... but i dont want to work with cvs because there is so much that is changing all the time.. been there do...
by Flow84
2004-12-23 12:15
Forum: Programmer's Help
Topic: RichEdit in Settings Dialog doesnt work...
Replies: 14
Views: 7881

.Sulan. wrote:I have this in MainFrame::onCreate

LoadLibraryA("RICHED20.DLL");

i think that is what you need
thank you Sulan :)

that was what i needed :D
by Flow84
2004-12-23 09:47
Forum: Programmer's Help
Topic: RichEdit in Settings Dialog doesnt work...
Replies: 14
Views: 7881

i have tried to installed VS .net on a other computer...

but i got the same problem there... :S

even if i create a new solution from scratsh and just add the Rich Edit Control it doesnt work.. :S
by Flow84
2004-12-23 07:43
Forum: Programmer's Help
Topic: RichEdit in Settings Dialog doesnt work...
Replies: 14
Views: 7881

Both fuldc and bcdc uses richedit if i'm not misstaken. Take a look at their source-code for hints/tips. ;)) sorry if im unclear... if I open dc++ source in vc++ and go to resource and dcplusplus.rc and then dialog and choosing the dialog im working on. in the toolbar under Dialog Editor there is a...
by Flow84
2004-12-23 05:24
Forum: Programmer's Help
Topic: RichEdit in Settings Dialog doesnt work...
Replies: 14
Views: 7881

RichEdit in Settings Dialog doesnt work...

Hi. I have a Problem. i am trying to make a Color Page In Settings in DC++ 0.0668 but when im inserting a RichEdit object from the object list in VC++ .net and then build it.. it doesnt want to show that page. it just show the page before (in the menu). if i then click on the page before in the menu...
by Flow84
2004-12-13 19:05
Forum: Programmer's Help
Topic: Multiple checkboxes in an ExListViewCtrl
Replies: 6
Views: 4246

Hi.

I need 2 checkboxes as well.

i am building my bot on dc++ 0.667

any idea on how i can do this?

there have to be something more i can do that doesnt mean i have to rewrite the draw..
by Flow84
2004-11-10 15:51
Forum: Programmer's Help
Topic: Compile DC++
Replies: 9
Views: 5625

Thanks :D
by Flow84
2004-11-09 18:38
Forum: Programmer's Help
Topic: Compile DC++
Replies: 9
Views: 5625

.Sulan. wrote:you dont have makedefs.py?
maybe you can upload it for me?
by Flow84
2004-11-09 04:02
Forum: Programmer's Help
Topic: Compile DC++
Replies: 9
Views: 5625

.Sulan. wrote:you dont have makedefs.py?
doesnt seem like that no... :(

have checked DCPlusPlus-0.666-src.zip again..
and there is no file there with that name...
by Flow84
2004-11-08 19:43
Forum: Programmer's Help
Topic: Compile DC++
Replies: 9
Views: 5625

ok.... i have done the thing you wanted... i have installed pyton.... but i cant make it work... :S To turn it off or change python path, go to client->Header Files->StringDefs.h->Properties->Custom build step and change the appropriate values. where can i change the pyton path? and where is the pyt...
by Flow84
2004-11-08 18:41
Forum: Programmer's Help
Topic: Compile DC++
Replies: 9
Views: 5625

Re: Compile DC++

While changing and compiling i got this error: http://flow84.no-ip.org/files/Client_BuildLog.htm someone that know why i got this...??? Yes, and so will you if you read the messages given to you in the log. Also read compile.txt . well... i have changed the StringDefs.h and StringDefs.cpp many time...
by Flow84
2004-11-08 18:25
Forum: Programmer's Help
Topic: Compile DC++
Replies: 9
Views: 5625

Compile DC++

Hi. While changing and compiling i got this error: http://flow84.no-ip.org/files/Client_BuildLog.htm someone that know why i got this...??? and yes... it did work well before :) now when i looked at the BuildLog for the help i see this: http://flow84.no-ip.org/files/help_BuildLog.htm but as it say.....