meejah / txtorcon

Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction.
http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/
MIT License
250 stars 72 forks source link

upgrade all state-machines to Automat #210

Open meejah opened 7 years ago

meejah commented 7 years ago

Now that we depend on glyph's Automat for state-machines (because it's great!) we should get rid of spaghetti.FSM and friends entirely (i.e. re-write those state-machines in Automat).

This is at least: