[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [stem/master] Filling in AuthDescriptorAction descriptions



commit f7cc47eae4e733872ba11687a81fc7cddb22fb1e
Author: Damian Johnson <atagar@xxxxxxxxxxxxxx>
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
   ===================== ===========
 """
 



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits