commit 7773234cbdd43e768babe6bb930303e4c13b74e3 Merge: b6b6568 c0af252 Author: Damian Johnson atagar@torproject.org Date: Sat May 21 18:43:39 2016 -0700
Provide human-readable event descriptions
Adding a new stem.control.event_description(event) function that can be used to get a human-friendly description of an event type. This is primarily for Nyx, but could be useful to others (similar to how we provide more human-readable manual information)...
https://trac.torproject.org/projects/tor/ticket/19061
docs/change_log.rst | 1 + stem/control.py | 32 ++++++++++++++++++++++++++++++++ stem/manual.py | 2 +- stem/settings.cfg | 40 +++++++++++++++++++++++++++++++++++++++- test/unit/control/controller.py | 11 +++++++++++ 5 files changed, 84 insertions(+), 2 deletions(-)
tor-commits@lists.torproject.org