Search found 427 matches

by Sedulus
2003-01-14 17:24
Forum: Protocol Alley
Topic: Problem with loggin into server
Replies: 24
Views: 10546

ehe.. swap the `Key' and `Lock' in my post :-/
by Sedulus
2003-01-14 17:22
Forum: Protocol Alley
Topic: Problem with loggin into server
Replies: 24
Views: 10546

Re: Problem with loggin into server

1)HUB->Lock 2)C->Key 3)H->HubName......... 4)C->ValidateNick ......... 5)H-><Hub-Security> ............ in my experience, it doesn't really matter. as soon as you get the Key, reply with the $Lock+$ValidateNick in one packet. after that, send the $MyINFO when you are logged in (i.e. get the $Hello)...
by Sedulus
2003-01-14 13:50
Forum: Other Direct Connect tools
Topic: A program called CutOff
Replies: 22
Views: 16740

if anyone can give me a source, i'll try to patch dc++ so it will cut X bytes atomatically if it encounters a rollback inconsistency. I'm not used to win programming, so there are probably more MFC'ish ways to do this, but this should work: #include <io.h> #include <fcntl.h> #include <sys/types.h> ...
by Sedulus
2003-01-14 09:05
Forum: Protocol Alley
Topic: $UserIP
Replies: 37
Views: 18291

let's (1) limit the amount of new commands, and (2) allow the hub(owner) to decide who get's which info -> just use $UserIP
by Sedulus
2003-01-14 09:00
Forum: Protocol Alley
Topic: Time to write a complete RFC.
Replies: 28
Views: 12815

shouldn't the $ForceMove be fixed?

the client can now decide to stay online, which is bad

a quick fix would be to always disconnect the user after n seconds...
by Sedulus
2003-01-13 07:03
Forum: Feature Discussion (Archived)
Topic: new "anti Leecher option" - not very well implemen
Replies: 9
Views: 5608

on my line you'd have the movie in 20mins.. so I think that's way too much time. (I feel a slow vs. fast users debate in the air :P ) the dc++ should reconnect in 2 mins, so give m 5, so he has more than enough time to renew his onlineness with a $Hello. now, for this to be fully fair, dc++ should t...
by Sedulus
2003-01-10 09:21
Forum: Protocol Alley
Topic: IPv6
Replies: 1
Views: 2018

I don't think there need be many changes,
change all <IP> to <hostname> and you should be set

ipv6 should use hostnames anyway, sending/knowing ip's is highly deprecated
by Sedulus
2003-01-09 22:15
Forum: Hubs and scripts
Topic: Active Mode Port Script
Replies: 5
Views: 3620

ah, you mean in response to this:
http://dcplusplus.sourceforge.net/forum ... .php?t=163

you'd need a script that enumerates all users and sends them a RevConnectToMe
this is not hard... but I'm seriously doubting the usefulness
by Sedulus
2003-01-09 21:52
Forum: Hubs and scripts
Topic: Active Mode Port Script
Replies: 5
Views: 3620

i have a DataPolice, it is probably not what you want, but is has helped some users with difficulties to connect: http://wza.digitalbrains.com/users/walter/dcbot/scripts/DataPolice.script it checks if the ConnectToMe IP is the same as the user's ip, and disconnects the user with a (Dutch, I'm sorry)...
by Sedulus
2003-01-09 03:44
Forum: Protocol Alley
Topic: Question on detecting dc++ clients
Replies: 19
Views: 9924

Yeah but some people remove that DCPLUSPLUS part....it really annoys me well, if their clients are extended proto compatible but are not dc++, I think the real name should be in there If you'd like a "complete" (of the clients that I know of) list of lock/pk TheekAzzaBreek, pm me. great, why not po...
by Sedulus
2003-01-07 20:16
Forum: Hubs and scripts
Topic: Kicking with a client side bot
Replies: 7
Views: 3575

Re: Kicking with a client side bot

Should I do a full a kick which mimics a client and includes a reason, or maybe just send the $Kick by it self? I'd go with the former. if it generates too much kicks in the main chat, you can always decide to hide it. but I guess you'd like to see the effects of your bot, I would. Since I'm writin...
by Sedulus
2003-01-07 18:03
Forum: Protocol Alley
Topic: Question on detecting dc++ clients
Replies: 19
Views: 9924

TheekAzzaBreek wrote:Oh, and a client-side script seems to resource unfriendly at the moment, but thanks for the suggestion.
I think a $ConnectToMe every 30 seconds that has to be forwarded is a _lot_ resource friendlier...
of course the client shouldn't run on the same box, but that seems logical
by Sedulus
2003-01-07 12:53
Forum: Feature Discussion (Archived)
Topic: Finished Dirs
Replies: 22
Views: 8160

there are some difficulties which will have to be sorted out see: http://sourceforge.net/forum/forum.php?thread_id=780352&forum_id=186466 (but don't post there) about RobbeZ last post there: > how about this ... once a dir gets removed from the queue (wich means > that that dir is fully leeched), th...
by Sedulus
2003-01-07 09:47
Forum: Feature Discussion (Archived)
Topic: dchub:// url register
Replies: 14
Views: 7877

1. Add size à la ed2k links at the end of the url: dchub://hub:port/user/path/file.ext|size most progs/scripts don't see the |size remainder ar part of the url (as can be seen above)... maybe use a ? instead, this is not an allowed filename char on Win systems anyway: dchub://hub:port/user/path/...
by Sedulus
2003-01-06 13:06
Forum: Feature Discussion (Archived)
Topic: Filtering search results
Replies: 2
Views: 2312

filtering search results by the client would be nice,

but filtering it with search would be better (less bandwidth consuming)

I fear this would require a protocol extension though

/sed
by Sedulus
2003-01-06 12:48
Forum: Off Topic
Topic: sigs..
Replies: 6
Views: 3968

don't play all innocent now,
you were just booted from tropicoarena for advertising for your own essensialsets hub
by Sedulus
2003-01-05 18:00
Forum: Feature Discussion (Archived)
Topic: Passive Mode
Replies: 24
Views: 11948

in active mode, you send a $ConnectToMe <OtherNick> <MyIP>:<MyPort> and the user with <OtherNick> recieves this, and connects to <YourIP> on <YourPort>. in passive mode, you send a $RevConnectToMe <MyNick> <OtherNick> and the other user should reply with a $ConnectToMe <MyNick> <OtherIP>:<OtherPort>...
by Sedulus
2003-01-05 15:49
Forum: Protocol Alley
Topic: Question on detecting dc++ clients
Replies: 19
Views: 9924

Gadget has made an Hub-script that seems to work
(haven't tested it myself)

http://gadget.no-ip.info/
search for "Tag Hider"
by Sedulus
2003-01-05 10:20
Forum: Feature Discussion (Archived)
Topic: The homebrewed page-control
Replies: 5
Views: 4975

Well in Settings-->Advanced there is a checkbox to "Popup private messages". Try to uncheck it to see if that's what you want! I'm sorry, I wasn't quite clear on that obviously. I do want the message to pop-up, I just don't want it to steal focus. Unchecking the pop-up checkbox would mean that I'd ...
by Sedulus
2003-01-05 10:15
Forum: Other Direct Connect tools
Topic: A program called CutOff
Replies: 22
Views: 16740

Re: A program called CutOff

RodeOrm wrote:Maybe someone could put this up on his website ? It's a great tool for easy completing a download.
I've put it on my website, and it will stay there unless Zargblatt mails me and tells me he doesn't want it there, or if this is so popular that my bw suffers.
(read the note about IE!)

/sed
by Sedulus
2003-01-05 10:04
Forum: Other Direct Connect tools
Topic: A program called CutOff
Replies: 22
Views: 16740

ivulfusbar wrote:is the program smart or dumb? does it handle mp3s different from mpeg etc? looking for frames and other stuff? or does it only cut off X bytes?
dumb, it cuts off bytes, with simple syscalling, extremely fast
by Sedulus
2003-01-05 10:01
Forum: Protocol Alley
Topic: Upcoming: ZLib block compression
Replies: 14
Views: 9993

Re: Upcoming: ZLib block compression

this is opening up the way for multi-user download iianm, which is good :) Here are some things to decide: When downloading, how should we choose the block size? I don't know anything about compression and block-sizes, but I'd like to point out that if the user may specify this, there should be a lo...
by Sedulus
2003-01-05 10:00
Forum: Protocol Alley
Topic: Hub-client protocol extension: $xKick
Replies: 17
Views: 9129

> Get the idea?
got it :)

> has to be seconds.
2 on 2 now...
time for a poll? :D
by Sedulus
2003-01-05 09:40
Forum: Protocol Alley
Topic: Hub-client protocol extension: $xKick
Replies: 17
Views: 9129

Re: Hub-client protocol extension: $xKick

What if we say that negative tempban time would mean perm ban? good thinking but I'd have to go with fusbar on the seconds thing, the client can easily convert minutes to secs if you need that. maybe, for some obscure reason you want 3 mins and 17 seconds someday.. never limit your options. about t...
by Sedulus
2003-01-05 09:27
Forum: Feature Discussion (Archived)
Topic: The homebrewed page-control
Replies: 5
Views: 4975

> ...very useful as it cannot wrap tabs on multiple rows... totally true, I really hate to have to close a lot of pm's all the time to see if newer ones have new messages > I would actually like the pages to be grouped in three rows. > dc++ windows like public hublist, favourites, finished download ...
by Sedulus
2003-01-04 15:19
Forum: Protocol Alley
Topic: Question on detecting dc++ clients
Replies: 19
Views: 9924

maybe you should consider letting a client side bot handle this maybe my undocumented linux perl bot's can be of use: http://wza.digitalbrains.com/users/walter/dcbot/03/perl/ 5.pl is a working client bot, it shows the hub traffic, and connect's to active users to tell them it is a bot and has no fil...
by Sedulus
2003-01-04 09:54
Forum: Feature Discussion (Archived)
Topic: Upload Speed Limiting
Replies: 187
Views: 90469

no.. the only acceptable thing I think would be total speed limiting, UP and DOWN. but methinks this should be implemented on a lower level, i.e. QoS and networking based traffic speed limiting. this would be more accurate as well as just more useful. I'm guessing that this will be implemented in ne...