Search found 18 matches

by xayide
2004-04-05 08:00
Forum: Other Direct Connect tools
Topic: Mod list
Replies: 28
Views: 16732

Hey JimL, u ain't got no XDC++!! I am quite sure of it as there are only a few who got it and it can be traced and it is protected. The guys who have are OPs in the hub where I am OP. Dont think any of them wants to share it with you. And u may have a folder called XDC++ (xAyiDes mod) But that is on...
by xayide
2003-07-28 16:45
Forum: Protocol Alley
Topic: Maybe solution for same nick in several hubs.
Replies: 0
Views: 1956

Maybe solution for same nick in several hubs.

This is mostly for Sarf and maybe FarCry if he wants to update his CTD. I was thinking that if one adds a vectorlist/stacklist to connectionmanager which all instances of Client has access to and then everytime u send out a new connectionattempt to a user to do the detection, u also add the nick+hub...
by xayide
2003-07-15 08:05
Forum: Protocol Alley
Topic: Ideas to identify a user within userconnection
Replies: 12
Views: 6343

hehe I had those thoughts too earlier. Though it has to be changes done to the protocoll and that is not my intent, so there has to be some other way od doing this right.
by xayide
2003-07-13 15:11
Forum: Protocol Alley
Topic: Ideas to identify a user within userconnection
Replies: 12
Views: 6343

its the other way around. It knows which nick comes in. But it cant tell from which hub. So if the same nick exists in more than one of the hubs your are connected to. Then u are in for trouble. Thats what has to be solved.
by xayide
2003-07-13 10:36
Forum: Protocol Alley
Topic: Ideas to identify a user within userconnection
Replies: 12
Views: 6343

>If u are in like 3 hubs and there exists 3 years with the same nick

LOLS!! hehe wtf did I wrote? "users" ofcourse.


Sedulus yeah that has been suggested by fusbar before. though one thing that doesnt work with that idea is passive mode. Or does it?
by xayide
2003-07-13 08:13
Forum: Protocol Alley
Topic: $ClientVersion <version>|
Replies: 70
Views: 48181

Donnu if I'm all wrong here, BUT: If you set the hub to do a connect to the client when it arrives. The client will respond with Lock/Pk which can tell: EXTENDEPROTOCOLABCABCABC / DCPLUSPLUS0.251ABCABC Clientversion, i.e 0.251 ClientType, i.e DCPLUSPLUS And it will also tell what it supports / Nick ...
by xayide
2003-07-13 05:58
Forum: Protocol Alley
Topic: Ideas to identify a user within userconnection
Replies: 12
Views: 6343

Ideas to identify a user within userconnection

If u are in like 3 hubs and there exists 3 years with the same nick, one in each of these hubs. And u send ConnectToMe to one of them. How in earth would u make it possible to tell him aport from the others once he connects to your client? I mean there is no real way build in to dc++ to know which h...
by xayide
2003-06-26 10:27
Forum: Protocol Alley
Topic: How to tell which hub a certain user is on?
Replies: 8
Views: 4702

I give up for a while. Didnt succed in my new getUser function..

:-(
by xayide
2003-06-26 02:18
Forum: Protocol Alley
Topic: How to tell which hub a certain user is on?
Replies: 8
Views: 4702

Fusbar yes its true. But that solution isnt really as simple as it sounds. I have to redo some of the code in the Bufferedsocket to do this. If I made it this way I would tag all hubs with a counter. Then have the configured + hubcount as the cincomming port for the partciualar hubuser. in such way ...
by xayide
2003-06-25 11:53
Forum: Protocol Alley
Topic: How to tell which hub a certain user is on?
Replies: 8
Views: 4702

Yeah thats the way I intend to do it. As I already have a timeout for each user that tells the collection function to retry the user after 120 secs. So I already add a Get_tick() into a variable on the user on theyre entry to the hub. SO they wont be Collected until they have been in the hub for at ...
by xayide
2003-06-24 10:15
Forum: Protocol Alley
Topic: How to tell which hub a certain user is on?
Replies: 8
Views: 4702

Problem is how to to know which user is connecting. Ihave one little idea: After u have sent CTM to him register which user u sent CTM to and only put the new information to the next nick in the list that doestn have the flag set. pros: U can check if the BOOL is not set and iterate through the list...
by xayide
2003-06-24 06:59
Forum: Protocol Alley
Topic: How to tell which hub a certain user is on?
Replies: 8
Views: 4702

How to tell which hub a certain user is on?

Hello, I am programming an CDM and I have a fucntion that collects users IP/lock/pk and lots of more info. Problem is the same as for normal downloads. DC++ cant know which user is connecting to me when I sent them an CTM. Same as for downloads.EX: U have queueed a file and u are connected to at lea...
by xayide
2003-06-23 15:35
Forum: Programmer's Help
Topic: ConnectToMe not answered while GET FILE LIST are. Lock l(cs)
Replies: 5
Views: 3187

Anyone have any suggestions. Problem is I dont know which user is connecting to me. So I cant store the IP/lock/key on the right user for nicks that exists more than once in the getUser() function.
by xayide
2003-06-22 06:00
Forum: Programmer's Help
Topic: ConnectToMe not answered while GET FILE LIST are. Lock l(cs)
Replies: 5
Views: 3187

Problem seems to be that the getUser() function returns only yhe first user in the list who has that nickname. So when a CTM is sent to a user that is in higher number hub (late connected) the user will connect but his data will be stored to the first user returned by getUser(). Gotta solve this any...
by xayide
2003-06-18 19:31
Forum: Programmer's Help
Topic: ConnectToMe not answered while GET FILE LIST are. Lock l(cs)
Replies: 5
Views: 3187

Thank u Opera....Now I know some more...Still the thing about uselist is un answered.
by xayide
2003-06-18 18:13
Forum: Programmer's Help
Topic: ConnectToMe not answered while GET FILE LIST are. Lock l(cs)
Replies: 5
Views: 3187

I jus thave to update this question with more information. I sniffed the outgoing/incomming connection when senind a CTM to a nonresponsive user. And it happens to be not as I thought. The user connects and the client->client handshake is taking place in exactly the way it is supposed to. Then I sud...
by xayide
2003-06-18 16:25
Forum: Programmer's Help
Topic: ConnectToMe not answered while GET FILE LIST are. Lock l(cs)
Replies: 5
Views: 3187

ConnectToMe not answered while GET FILE LIST are. Lock l(cs)

I need some help. I have created some collectingroutin for gathering userinfo that needs to connect to all users in the hub sequentialy. I have done an iterator in Client.CPP timer in the end of the file that iterates userlist. It first locks the user list with Client->LockUserlist then unlocks it w...
by xayide
2003-06-14 15:13
Forum: Protocol Alley
Topic: Change the order between $MyINFO and $GetNickList
Replies: 12
Views: 6390

I agree fully......Reall good for getting bandwidth/CPU load down on Hubs as big hubs tend to have alot fo unwanted visitors.....