hannesm / jackline

minimalistic secure XMPP client in OCaml
BSD 2-Clause "Simplified" License
251 stars 20 forks source link

Fixes to UI, remove Version request handler #30

Closed christianpanton closed 9 years ago

christianpanton commented 9 years ago

Two fixes for the UI: f2bc104: references to 'black' replaced by default terminal color, to improve usability with other colorschemes. 25af7ee: restores the terminal state after exiting the program, like less and vi

One protocol fix: 0331b7f: just avoid responding to the version iq, to limit metadata exposure

hannesm commented 9 years ago

thanks!