Search found 427 matches

by Sedulus
2003-10-09 04:50
Forum: DCH++ General
Topic: DCH++ beta test!!!!
Replies: 17
Views: 13625

Night: you really should use the Log out button if you have little kids running around in the house.
by Sedulus
2003-10-04 17:12
Forum: Hubs and scripts
Topic: $UserCommand extension support for NMDC Hubs
Replies: 4
Views: 2818

ah, teh nice, but you forgot the &#124 ; for the raw commands..
This command MUST end with a &#124 ;, if not it SHOULD be discarded.
by Sedulus
2003-10-03 15:54
Forum: Feature Discussion (Archived)
Topic: SmartButler - Talking Script
Replies: 2
Views: 1662

method that always works: - get a compiler (vs.net 2002 or 2003 are the most convenient for dc++) - diff your source against the stock source of that version - patch the new dc++ source method that might work: - talk to someone who has compiled dc++ before or who is into programming in general - be ...
by Sedulus
2003-10-03 07:10
Forum: Feature Discussion (Archived)
Topic: Search only selected hub(s)
Replies: 8
Views: 3488

you have just created an infinite loop Jo =)

(and besides, this one has a decent title/topic)
by Sedulus
2003-09-29 14:27
Forum: Feature Discussion (Archived)
Topic: Operator Tuning ^^
Replies: 2
Views: 1717

1: from SearchFrm.cpp LRESULT SearchFrame::onUserCommand(WORD /*wNotifyCode*/, WORD wID, HWND /*hWndCtl*/, BOOL& /*bHandled*/) { [...snip...] SearchResult* sr = (SearchResult*) ctrlResults.GetItemData(sel); ucParams["nick"] = sr->getUser()->getNick(); ucParams["mynick"] = sr->getUser()->getClientNic...
by Sedulus
2003-09-29 11:37
Forum: DCH++ General
Topic: DCH++ beta tester reviews
Replies: 9
Views: 6839

And you were to get a server class NIC, with decent bus mastering. Does that mean only 8 minutes of CPU time would be used? no clue, I have a 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 116) in it now. I have no idea what a server class NIC with decent bus mastering looks like ;) Oh, and is it a...
by Sedulus
2003-09-29 11:00
Forum: Off Topic
Topic: Strange Browser Problem
Replies: 5
Views: 2967

smb (mounted) network drives stalling? the same lookup that occurs when you try to browse on \\somebox\shareddrive and somebox happens to be offline or has it's ports 'stealthed'? even try the context menu for mapped smb drives that are offline.. that really shows how *&$$#% some things are implemen...
by Sedulus
2003-09-28 19:29
Forum: Hubs and scripts
Topic: Right click menu commands?
Replies: 23
Views: 8513

DCH++ (not available to the public)
+
http://wza.digitalbrains.com/DC/dchpp/l ... mmands.lua (a snippet of luascript, easily converted to ptokax)
+
http://dcplusplus.sourceforge.net/wiki/ ... %20command (a protocol extension)
+
http://utrum.dyndns.org:8000/ (BCDC++)
by Sedulus
2003-09-23 10:56
Forum: Hubs and scripts
Topic: can anyone help me please
Replies: 3
Views: 1992

1) you should never use spaces in nicks (sBotName)
2) you're trying to read a file called: "C:\Program Files\Direct Connect Hub\scriptsoprules.txt", I'm guessing that's not the intention..
try adding a \ to the LoggPath
by Sedulus
2003-09-22 21:27
Forum: DCH++ General
Topic: DCH++ beta tester reviews
Replies: 9
Views: 6839

[04:26] <[rug.nl]Sedulus> !calc 135.66 * 1024 * 1024 / (4*24*3600 + 10*3600 + 58*60 + 48)
[04:26] <[rug.nl]Aibo> 369.35725306911
by Sedulus
2003-09-22 20:53
Forum: DCH++ General
Topic: DCH++ beta tester reviews
Replies: 9
Views: 6839

DCH++ v0.27-Release (Plugin API v0.27) compiled on Jul 14 2003 13:36:20 Uptime: 4:10:58:48 CPU usage: \_ 0:00:00:00 (u) 0:00:00:00 (s) 0:00:00:00 (cu) 0:00:00:00 (cs) [522] \_ 0:00:00:00 (u) 0:00:00:00 (s) 0:00:00:02 (cu) 0:00:00:03 (cs) [523] \_ 0:00:00:00 (u) 0:00:00:03 (s) 0:00:00:00 (cu) 0:00:0...
by Sedulus
2003-09-18 03:06
Forum: Feature Discussion (Archived)
Topic: Winamp
Replies: 3
Views: 2278

GargoyleMT has this in his mod - doesn't support winamp3 though. I don't know if MT has submitted a patch to arne and/or it has been rejected..
by Sedulus
2003-09-12 10:01
Forum: Hubs and scripts
Topic: No slots available when getting filelist
Replies: 10
Views: 4358

DC++ has 3 mini-slots that it will use for files under a certain size (16KB IIRC). If the file list is larger than this, then it uses a standard slot. filelists and small files (16kB yes) are considered small files, and will use a minislot (unless the user has free slots). and... OPs are always gra...
by Sedulus
2003-09-11 16:59
Forum: Programmer's Help
Topic: problem linking blac claw's .261 hlp pls
Replies: 23
Views: 9773

and:
foobar.c -> properties -> c++ -> precompiled headers -> not using precompiled headers
?
by Sedulus
2003-09-10 03:51
Forum: Programmer's Help
Topic: Overall design
Replies: 10
Views: 5681

I have forced some Mac users to use DCGUI on my hub. (because we block nmdcv1.) and apart from a somewhat cumbersome installation, I've heard no complaints about it.
by Sedulus
2003-09-03 05:41
Forum: Feature Discussion (Archived)
Topic: Folders in the "download to..." menu
Replies: 7
Views: 2976

yes.. I like that.. a couple of favorite folders.. I know I'd use it :)
by Sedulus
2003-09-02 04:03
Forum: Programmer's Help
Topic: Web Page --> variable. How?
Replies: 5
Views: 2917

HttpConnectionListener subclass object


I don't know what you edited, but you might want to add "private HttpConnectionListener" to the list of HubFrame's superclasses
by Sedulus
2003-09-01 05:16
Forum: Other Direct Connect tools
Topic: A program called CutOff
Replies: 22
Views: 16774

yes, and you'll starve to death when the McDonals chain goes out of business...
by Sedulus
2003-08-30 22:08
Forum: Programmer's Help
Topic: Web Page --> variable. How?
Replies: 5
Views: 2917

the short answer would be: get your own HttpConnection object, yourHttpConnection->addListener your own HttpConnectionListener subclass object call yourHttpConnection->downloadFile, and then wait for data to arrive in YourListenerObject::onAction(HttpConnectionListener::Types type, HttpConnection* /...
by Sedulus
2003-08-29 21:19
Forum: Off Topic
Topic: inet cafe in barcelona?
Replies: 11
Views: 5506

ah, du behöver ingen internet ;)
[2003-08-07 15:51] <arnetheduck> opcom...hm...I had a quick look...but barcelona is nicer than msvc...
:P
by Sedulus
2003-08-21 20:03
Forum: Hubs and scripts
Topic: AHHH PLEASE HELP!!!
Replies: 2
Views: 1494

STOP WITH THE EXCESSIVE USE OF CAPITAL LETTERS AND EXCLAMATION MARKS!

it does not look nice.. please refrain from trying to make your posts more "visible"

p.s. "help with mldc script" for topic is way better than some shouting
by Sedulus
2003-08-21 19:27
Forum: Feature Discussion (Archived)
Topic: Disable Search Window Before Connected
Replies: 21
Views: 7090

ah, nice going with the patching :) unfortunately I don't think arne will accept that patch. the UI code just got intertwined with the Client code. I do think the approach is right though.. a grey search button wouldn't prevent anyone from opening a search window first, closing the hub, and try to s...
by Sedulus
2003-08-19 19:35
Forum: Hubs and scripts
Topic: OWN HUBLIST
Replies: 5
Views: 2802

why do you want to make a hublist? don't the others suffice? not to be mean, but, the others that have a hublist can/have create(d) one by reading the specs . that said, I'm not implying that you're not allowed to make your own hublist, or that there is no need for one, or that you should not reciev...
by Sedulus
2003-08-18 08:06
Forum: Programmer's Help
Topic: where can I download modified stlport
Replies: 3
Views: 1555

isn't it in the files section of the dc++ sf project page?
by Sedulus
2003-08-17 18:01
Forum: Feature Discussion (Archived)
Topic: small feature: a recommendations text file?
Replies: 6
Views: 2781

al, I can't believe you suggest to share less...
by Sedulus
2003-08-17 08:24
Forum: Protocol Alley
Topic: UserCommand command
Replies: 7
Views: 4428

First, usercommands is today visible in two frames (atleast my own mod), in the search-frame and the userlist-frame (when i think about it i have it in the filetransfer-frame aswell). Maybe it should be a good idea to seperate these sort of commands as they usualy are junk in the other frames. [sni...
by Sedulus
2003-08-16 23:28
Forum: Protocol Alley
Topic: UserCommand command
Replies: 7
Views: 4428

UserCommand command

http://dcplusplus.sourceforge.net/wiki/ ... ?version=2

some (i.e. Opera and possibly me as well) argue that it needs a Supports
but unless a Supports command is implemented soon, I'll do without.
please comment on the above rfc
by Sedulus
2003-08-13 04:14
Forum: Hubs and scripts
Topic: Hub Password Script
Replies: 1
Views: 1272

Explorer->Tools->FolderOptions->View->HideFileExtensionsForKnownFiletypes turn that option OFF. you should have turned that option off _immediately_ after OS install... in any case, now you can Rename your .txt file to a .script file ...and now you will see that somefile.jpg.vbs actually is a vbscri...
by Sedulus
2003-08-10 20:52
Forum: Feature Discussion (Archived)
Topic: Probably been suggested before, but this is important.
Replies: 9
Views: 4403

Re: Probably been suggested before, but this is important.

MasamuneXGP wrote:3. Ability to Grant Slots from a PM window
Much easier than searching through the nicklist.
type
/grant
in the PM window
by Sedulus
2003-08-10 20:39
Forum: Feature Discussion (Archived)
Topic: align path+filname column to the right
Replies: 7
Views: 2912

hm.. I can't find any options to easily do this the ExListViewCtrl does have an option to align to the right.. but when it doesn't fit, the string is cut (stripped) on the right and not on the left a workaround would be to manually cut the strings to the maximum length that fits. this however has th...
by Sedulus
2003-08-10 05:43
Forum: Hubs and scripts
Topic: Big problem with chatstats script
Replies: 4
Views: 2434

here.. post there instead.. and put those credits back
http://lua.bcs-solutions.de/thread.php? ... &boardid=7
by Sedulus
2003-08-10 05:39
Forum: Hubs and scripts
Topic: Big problem with chatstats script
Replies: 4
Views: 2434

1) where's the indentation? please post code with indents 2) I think I saw this script on http://lua.bcs-solutions.de/ (the ptokax lua board), and that's where you'll find a lot of ptokax lua scripters 3) everything that rolls out of that board has credits on the top.. and if they're missing, the us...
by Sedulus
2003-08-09 13:06
Forum: DCH++ General
Topic: DCH++ in a non NT based Windows environment
Replies: 6
Views: 4803

-- Requirements -- Win2k/XP (may run on NT4 with a fresh service pack as well...don't know). or Linux with libpthread.so.0, libdl.so.2, libstdc++.so.5, libm.so.6, libgcc_s.so.1, libc.so.6 and /lib/ld-linux.so.2 (I compile on Mandrake 9.1) A network card with a correctly configured TCP/IP stack. A c...
by Sedulus
2003-08-09 06:04
Forum: Hubs and scripts
Topic: some good hublist?
Replies: 1
Views: 2016

look at http://www.hublist.org/
they provide lists, as well as links to other lists
by Sedulus
2003-08-08 04:45
Forum: Off Topic
Topic: something for sam to look at
Replies: 7
Views: 3758

lol..
me and my drunk eyes =)

*shame*
by Sedulus
2003-08-07 22:37
Forum: Off Topic
Topic: something for sam to look at
Replies: 7
Views: 3758

tetsuokin.. don't start wars
(mind you.. the page didn't work when I tried, so I do not know what is on it)
by Sedulus
2003-08-07 05:14
Forum: DCH++ General
Topic: When will dch++ be relased
Replies: 22
Views: 25247

no, because we don't know when it's finished (i.e. enough to be stable on linux/2k/xp/2k3, not containing major (and hopefully minor) security holes, and has enough features)
by Sedulus
2003-08-06 11:11
Forum: Protocol Alley
Topic: Dj_Offset's DCTNG
Replies: 5
Views: 3603

I'd like to point out that one of the advantages of the protocol is - I think - that messages do not have to be modified (example: add someone's IP or prepend someones nickname), only validated, and since downstream never really is an issue, the extra bandwidth usage weighs up against the lack of (e...
by Sedulus
2003-08-06 06:09
Forum: Hubs and scripts
Topic: dc++h script to ptokax script
Replies: 1
Views: 1306

perhaps you should post the script?
or you could visit the ptokax lua board at http://lua.bcs-solutions.de/
by Sedulus
2003-08-06 06:07
Forum: Hubs and scripts
Topic: Increasing Download Bandwith
Replies: 5
Views: 2997

the short answer: no the longer one: - if you have problems with download speeds dropping when you start uploading, you should look into clients with upload limiting facilities (after trying if the "Use small send buffer" option (in settings->advanced) helps), or some more general speed limiting fac...
by Sedulus
2003-08-06 05:17
Forum: DCH++ General
Topic: DCH++ advantages and disadvantages
Replies: 15
Views: 8966

hm.. before replying to that, could you tell me what it is you have problems with: c++? i.e. you want to compile pascal/delphi/vb/c# plugins? msvc++? i.e. you don't want to have to pay for software needed to build the plugins? (and for the quick reply: the linux version needs gcc (which is not msvc+...
by Sedulus
2003-08-05 14:51
Forum: Feature Discussion (Archived)
Topic: align path+filname column to the right
Replies: 7
Views: 2912

hm.. I like that..
I'll see if that's easy when I get back home
by Sedulus
2003-08-04 06:30
Forum: Developer's resort
Topic: dch++ and nicknames
Replies: 1
Views: 2078

dch++ and nicknames

there seems to be a rather big flaw in dch++

nicknames are only checked from the start until strlen(realnick)

so, if I log in as "Se" I can write chat messages as "Sedulus"
...teh bad
(same goes for pm's, ctm's, pasvsearch..)
by Sedulus
2003-07-20 12:42
Forum: Other Direct Connect tools
Topic: Tool to get you IP into your Connection Settings
Replies: 22
Views: 12601

ipconfig /help wrote: /flushdns Purges the DNS Resolver cache.
so at least NT boxes do
by Sedulus
2003-07-20 12:31
Forum: Protocol Alley
Topic: Unicode
Replies: 8
Views: 5021

uhm.. I don't like heuristics and guesswork, either a hub forces utf8 or it doesn't it would mean that if someone tries to name himself (ibm-charset) björn on a hub, he'd be rejected because of the illegal 0x94, and even worse.. those characters can get you booted when used in a MyINFO (descripti...
by Sedulus
2003-07-20 12:11
Forum: Other Direct Connect tools
Topic: Tool to get you IP into your Connection Settings
Replies: 22
Views: 12601

oops.. my bad

hm.. I think it's rather odd to do it that often, but I guess it's the best way for those using dyndns services
by Sedulus
2003-07-20 09:38
Forum: Feature Discussion (Archived)
Topic: tab icons, like odc
Replies: 21
Views: 7360

(and on accessibility notes (not really on-topic), if I have time/energy to spare, I'd like to make a startup wizard, allowing n00bs to set nick+connection-type+external-ip/active/passive+slots+share on first start)
by Sedulus
2003-07-20 09:33
Forum: Feature Discussion (Archived)
Topic: tab icons, like odc
Replies: 21
Views: 7360

Re: been there, done that, got the t-shirt

Ofcourse they can send patches or fixes for things that don't work as they should. But why should Opera take the time to send a GUI patch for the button bar to arne when the current isn't "broken"? <sarcasm>yes.. why make a good product better?</sarcasm> sorry for flaming you there. but I don't thi...