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

	* nantarad.c: read over

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

	* nantarad.c: removed the debug check for IP family (not
	required).
	
2001-03-10 Junichi Uekawa <dancer@debian.org>

	* nantarad.c: gethostname_versatile() modified to allocate
	BUFLEN+1 instead of BUFLEN
	
2001-03-04 Junichi Uekawa <dancer@debian.org>

	* nantarad.c: making it usable. Compiles now. Whether things would
	be good is another problem.
	* nantarad.c: gethostname does not depend on a hostname being
	shorter than 256 bytes. It plays with realloc.
	* nantarad.c: exit(1) is replaced with exit(EXIT_FAILURE).
	
2001-03-02 Junichi Uekawa <dancer@netfort.gr.jp>

	* nantarad.c: started. Accepts connections, and gives one-byte
	info back. Used to communicate ppp connection status.
	
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.
	