Re: (Newbie) Help with sockets.

2008-02-29 Thread mentaltruckdriver
On Feb 29, 9:42 am, Grant Edwards <[EMAIL PROTECTED]> wrote: > On 2008-02-29, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > >> You claim to be writing a telnet server, yet I don't see any > >> code that actually implements the telnet protocol. Different > >> telnet clients default to different m

Re: (Newbie) Help with sockets.

2008-02-29 Thread Grant Edwards
On 2008-02-29, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> You claim to be writing a telnet server, yet I don't see any >> code that actually implements the telnet protocol. Different >> telnet clients default to different modes, so if you want them >> in a certain mode, you have to put them i

Re: (Newbie) Help with sockets.

2008-02-29 Thread mentaltruckdriver
On Feb 28, 11:22 pm, Grant Edwards <[EMAIL PROTECTED]> wrote: > On 2008-02-29, Gabriel Genellina <[EMAIL PROTECTED]> wrote: > > > En Fri, 29 Feb 2008 00:20:26 -0200, <[EMAIL PROTECTED]> escribió: > > >> Hi everyone. I'm fairly new to Python, and even more new to socket > >> programming. I think I'v

Re: (Newbie) Help with sockets.

2008-02-28 Thread Grant Edwards
On 2008-02-29, Gabriel Genellina <[EMAIL PROTECTED]> wrote: > En Fri, 29 Feb 2008 00:20:26 -0200, <[EMAIL PROTECTED]> escribió: > >> Hi everyone. I'm fairly new to Python, and even more new to socket >> programming. I think I've wrapped my head around sockets, and with >> that I want to create a Te

Re: (Newbie) Help with sockets.

2008-02-28 Thread Gabriel Genellina
En Fri, 29 Feb 2008 00:20:26 -0200, <[EMAIL PROTECTED]> escribió: > Hi everyone. I'm fairly new to Python, and even more new to socket > programming. I think I've wrapped my head around sockets, and with > that I want to create a Telnet-based chat server, the idea being > people connect to the tel

Re: (Newbie) Help with sockets.

2008-02-28 Thread Miki
Hello, > Hi everyone. I'm fairly new to Python, and even more new to socket > programming. I think I've wrapped my head around sockets, and with > that I want to create a Telnet-based chat server, the idea being > people connect to the telnet servers with their clients and they all > communicate.

(Newbie) Help with sockets.

2008-02-28 Thread mentaltruckdriver
Hi everyone. I'm fairly new to Python, and even more new to socket programming. I think I've wrapped my head around sockets, and with that I want to create a Telnet-based chat server, the idea being people connect to the telnet servers with their clients and they all communicate. I've got the code