1. a7a6b31 added super simple chat server by Sean Middleditch · 15 years ago
  2. d58f49f add printf data sender by Sean Middleditch · 15 years ago
  3. ceeedda dont bail on connetion reset return on send() by Sean Middleditch · 15 years ago
  4. 225c229 build/dist updates by Sean Middleditch · 15 years ago
  5. 2b4bfc4 minor cleanup, added libtelnet_send_telopt() by Sean Middleditch · 15 years ago
  6. 5a45854 Merge branch 'master' into rfc1143 by Sean Middleditch · 15 years ago
  7. e68511b fix receiving end of MCCP2 by Sean Middleditch · 15 years ago
  8. 3df17f9 fix receiving end of MCCP2 by Sean Middleditch · 15 years ago
  9. 91c2b2d remove completed RFC1143 TODO item by Sean Middleditch · 15 years ago
  10. ebc96f7 remove redundant check by Sean Middleditch · 15 years ago
  11. 823bc00 add fix lost in conflict/merge from master by Sean Middleditch · 15 years ago
  12. 8b78896 implement request side of RFC1143 by Sean Middleditch · 15 years ago
  13. 59ef42c Merge branch 'master' into rfc1143 by Sean Middleditch · 15 years ago
  14. 4611d91 rather critical fix by Sean Middleditch · 15 years ago
  15. 562257e compilation fix by Sean Middleditch · 15 years ago
  16. 35b95be Merge branch 'master' into rfc1143 by Sean Middleditch · 15 years ago
  17. fbe93e3 save a few bytes and use only a single z_stream, because mccp2 is unidirectional by Sean Middleditch · 15 years ago
  18. 08bb05f replace mode with flags (only a PROXY flag so far) by Sean Middleditch · 15 years ago
  19. 812358d remove need for the struct and enum stuff using typedefs by Sean Middleditch · 15 years ago
  20. 5b5bc92 partial RFC1143 implementation; only reacts to negotiation, cannot handle initiating it yet by Sean Middleditch · 15 years ago
  21. e7c4426 fix line ending in telnet-client by Sean Middleditch · 15 years ago
  22. a7896d1 various telnet-client updates making it capable of real use for vim/nethack/etc. on a real telnet server by Sean Middleditch · 15 years ago
  23. 5cf6666 actually send error info in error event by Sean Middleditch · 15 years ago
  24. a720527 fix typo by Sean Middleditch · 15 years ago
  25. 1699227 separate non-fatal errors into warnings, error events are always fatal by Sean Middleditch · 15 years ago
  26. ae229d3 gitignore for binaries by Sean Middleditch · 15 years ago
  27. da394be add a simplistic TELNET client utility by Sean Middleditch · 15 years ago
  28. 9f79cc5 pass user_data to libtelnet_init() only instead of having to pass it to every function call by Sean Middleditch · 15 years ago
  29. da0e695 dont require a buffer for subnegotiations with no data; more efficient for apps that dont use more advanced subnegotiation features by Sean Middleditch · 15 years ago
  30. 124a1c2 implement libtelnet_begin_compress2() by Sean Middleditch · 15 years ago
  31. aefcd0c make telnet-proxy loop so its more useful by Sean Middleditch · 15 years ago
  32. 93b8980 make color a build-time option for telnet-proxy by Sean Middleditch · 15 years ago
  33. 637df7f scrap the multiple callbacks thing, just use a single event handler callback by Sean Middleditch · 15 years ago
  34. f66a7ee shorten name of error enumerations by Sean Middleditch · 15 years ago
  35. 72cc964 added proxy mode by Sean Middleditch · 15 years ago
  36. d88f183 hostname lookup for telnet-proxy by Sean Middleditch · 15 years ago
  37. d922c6f more informative errors by Sean Middleditch · 15 years ago
  38. 3032302 make use of a callback table instead of undefined functions for integration by Sean Middleditch · 15 years ago
  39. aac2c12 fix include protection by Sean Middleditch · 15 years ago
  40. c04224b complete list of telnet commands and options by Sean Middleditch · 15 years ago
  41. 892c5f1 documentation by Sean Middleditch · 15 years ago
  42. c974b97 s/type/opt/ for sub-negotiation by Sean Middleditch · 15 years ago
  43. 6b37288 the proper term is subnegotiation, not subrequest by Sean Middleditch · 15 years ago
  44. d30fd57 fix buffer bug by Sean Middleditch · 15 years ago
  45. 2d432c5 zlib free fix by Sean Middleditch · 15 years ago
  46. 072fc02 highlight non-printable characters better by Sean Middleditch · 15 years ago
  47. 01ff012 close listening socket immediately after connection by Sean Middleditch · 15 years ago
  48. 9d2f98a add temporary TODO list to README by Sean Middleditch · 15 years ago
  49. 61f8eb6 completed MCCP2 support by Sean Middleditch · 15 years ago
  50. 9de1598 initial client-only MCCP2 support by Sean Middleditch · 15 years ago
  51. ce753de PD header by Sean Middleditch · 15 years ago
  52. d99b36d robustify error handling by Sean Middleditch · 15 years ago
  53. 5b43a58 cleanup the connection info stuff by Sean Middleditch · 15 years ago
  54. 0f91258 pretty printing command and options names by Sean Middleditch · 15 years ago
  55. 78f400f s/input/data/, s/output/send/ by Sean Middleditch · 15 years ago
  56. b9ab0b6 add telnet-proxy by Sean Middleditch · 15 years ago
  57. 7e517ec fix silly typo by Sean Middleditch · 15 years ago
  58. 8b5e2b1 send data to input_cb in the biggest chunks we can by Sean Middleditch · 15 years ago
  59. 4d9444d get libtelnet compiling; more buffer work by Sean Middleditch · 15 years ago
  60. fddf1c4 minor cleanup by Sean Middleditch · 15 years ago
  61. f9cebec fix typod identifiers by Sean Middleditch · 15 years ago
  62. 51ad679 work on buffer handling by Sean Middleditch · 15 years ago
  63. b9e4864 initial README by Sean Middleditch · 15 years ago
  64. 6aef073 public domain header, include protection by Sean Middleditch · 15 years ago
  65. b1e452e remove per-tracker callbacks, just use functions user must implement by Sean Middleditch · 15 years ago
  66. 2914485 initial commit by Sean Middleditch · 15 years ago