[tor-commits] [stem/master] Filling in AuthDescriptorAction descriptions
atagar at torproject.org
atagar at torproject.org
Mon Dec 3 02:35:44 UTC 2012
commit f7cc47eae4e733872ba11687a81fc7cddb22fb1e
Author: Damian Johnson <atagar at torproject.org>
Date: Tue Nov 27 08:48:50 2012 -0800
Filling in AuthDescriptorAction descriptions
The AUTHDIR_NEWDESCS spec was clarified in 'https://trac.torproject.org/7533'.
I thought that I'd fixed all the TODO notes, but guess I missed this one.
---
stem/__init__.py | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/stem/__init__.py b/stem/__init__.py
index 3cf01b8..68bda60 100644
--- a/stem/__init__.py
+++ b/stem/__init__.py
@@ -227,15 +227,12 @@ Library for working with the tor process.
Actions that directory authorities might take with relay descriptors. Tor may
provide reasons not in this enum.
- Enum descriptions are pending...
- https://trac.torproject.org/7533
-
===================== ===========
AuthDescriptorAction Description
===================== ===========
- **ACCEPTED** unknown
- **DROPPED** unknown
- **REJECTED** unknown
+ **ACCEPTED** accepting the descriptor as the newest version
+ **DROPPED** descriptor rejected without notifying the relay
+ **REJECTED** relay notified that its descriptor has been rejected
===================== ===========
"""
More information about the tor-commits
mailing list