Commit Graph

9 Commits

Author SHA1 Message Date
Sean Middleditch 8daf77446e use char buffers instead of unsigned char to make use of API less of a pain in the butt 2009-03-19 02:05:24 -04:00
Sean Middleditch 97a8cb25b9 make API const-safe 2009-03-16 16:51:41 -04:00
Sean Middleditch 35b95beeda Merge branch 'master' into rfc1143
Conflicts:
	libtelnet.c
2009-03-15 23:46:31 -04:00
Sean Middleditch 08bb05f96e replace mode with flags (only a PROXY flag so far) 2009-03-15 23:29:46 -04:00
Sean Middleditch 812358d92a remove need for the struct and enum stuff using typedefs 2009-03-15 23:24:03 -04:00
Sean Middleditch 5b5bc92bc0 partial RFC1143 implementation; only reacts to negotiation, cannot handle initiating it yet 2009-03-15 23:02:10 -04:00
Sean Middleditch e7c442681a fix line ending in telnet-client 2009-03-15 20:59:48 -04:00
Sean Middleditch a7896d1117 various telnet-client updates making it capable of real use for vim/nethack/etc. on a real telnet server 2009-03-15 20:41:24 -04:00
Sean Middleditch da394be304 add a simplistic TELNET client utility 2009-03-15 14:19:40 -04:00