hannesm / jackline

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

Request: /log clear #103

Closed schoeke closed 9 years ago

schoeke commented 9 years ago

It would be nice to be able to clear the log and messaging window from within the client.

hannesm commented 9 years ago

there is /clear which clears the messaging window. the (possible, by default off) logging to disk cannot be removed from within the client (even /log off does not remove files), because I couldn't find any intuition/how it should be done by now (too many use cases, and various expectations, which lead me to the fact that the log file should be preserved, and manually removed).