2001-03-10 Junichi Uekawa <dancer@debian.org>

	* telnetchat.c: fixed possible buffer overflow bugs in
	buffers. BUFLEN vs BUFLEN+1 in malloc.
	Fixed buffer overflow in read_processcommands. Using
	memset(BUFLEN+1) because strncpy does not null-terminate.
	* telnetchat.c: added mutex for printf, so that the output of
	printf would be as expected. ( am I doing too much? )
		
2001-03-04 Junichi Uekawa <dancer@netfort.gr.jp>

	* telnetchat.c: backported nantarad's improvement of
	not using MAXHOSTNAMELEN.
	* made variables and functions static.
	
2001-02-28 Junichi Uekawa <dancer@netfort.gr.jp>

	* telnetchat.c: Changed the parameters to bind(). see man 7 ip for 
	more information on ip.
	* telnetchat.c: tried to fix echo-back protocols, but failed
	miserably. Line-buffered?
	* telnetchat.c: support change of nicks -- this is beautiful
	* PLAN: gethostname fix. Don't use MAXHOSTNAMELEN
	* version 0.0.1
	
2001-02-26 Junichi Uekawa <dancer@netfort.gr.jp>

	* telnetchat.c: Added pthread attribute to initial thread; it is
	detached (not joinable).
	* telnetchat.c: Hopefully a working version -- not -- yes. But
	Japanese text does not seem to be working fine.

2001-02-25 Junichi Uekawa <dancer@netfort.gr.jp>

	* telnetchat.c,Makefile: Created initially.
	