Re: [jdev] Jabber Spoofing on unique server

2005-04-04 Thread micky501
Joe Hildebrand [EMAIL PROTECTED] wrote : And can you let us know what your domain names are going to be, so we can blacklist them, please? The server is for a private use within my company. I work in the laboratory of RD so don't worry our server is not available for people from the web. I'm

Re: [jdev] Jabber Spoofing on unique server

2005-04-04 Thread Alexey Nezhdanov
04 2005 11:19 [EMAIL PROTECTED] (a): Joe Hildebrand [EMAIL PROTECTED] wrote : And can you let us know what your domain names are going to be, so we can blacklist them, please? The server is for a private use within my company. I work in the laboratory of RD so don't worry our server

[jdev] Why are we doing math on socket handles?

2005-04-04 Thread Tim Anderson
in mio_connect: fd = socket(sa.ss_family,SOCK_STREAM,0) and in mio_fd if(fd = m-maxfd) { mio_debug(ZONE,fd to high); return -1; } I know I'm a stupid windows programmer, but who cares what value the socket handle is? There's a malloced array that uses the socket handle as an index,

RE: [jdev] Why are we doing math on socket handles?

2005-04-04 Thread Bresler, Jonathan
Perhaps we can drop the sarcasm. Surely they are enough warts on all of us To spend the rest of the day pointing them out. Maxfd is used in select() to tell the operating system the highest numbered Fd that interests you in __this__ particular call to select(). That may vary From call to call.

[jdev] Group chat with Pandion developers

2005-04-04 Thread Matt Tucker
Hello all, I wanted to invite everyone to jivesoftware.org's weekly group chat. This week, the developers of the Pandion client will be joining the chat to answer questions. As always, topics about Jive Messenger, Smack, and XIFF are also fair game. Link:

RE: [jdev] Why are we doing math on socket handles?

2005-04-04 Thread Tim Anderson
quote Perhaps we can drop the sarcasm. Surely they are enough warts on all of us To spend the rest of the day pointing them out. /quote OK, that was probably uncalled for. I tend to get more than my fair share of grief simply because I don't spend my every waking hour tweaking the Linux kernel

[jdev] Is there something wrong with http://jabberstudio.org/project/?

2005-04-04 Thread Tim Anderson
I can't seem to get to the generic browse project page but if I happen to know the individual pages it seems to work OK. Tim ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev