Skip to content
Snippets Groups Projects
  1. Nov 14, 2016
  2. Nov 12, 2016
    • Damian Johnson's avatar
      Update manual integ tests · d854d254
      Damian Johnson authored
      One trouble with the ONLINE testing target is that it's run so infrequently.
      Tor manual changes are causing a few assertion failures. Correcting them.
      d854d254
  3. Nov 06, 2016
  4. Nov 04, 2016
  5. Nov 03, 2016
  6. Nov 02, 2016
  7. Nov 01, 2016
    • Damian Johnson's avatar
      Sync manual information · 275def62
      Damian Johnson authored
      Just a few small tor changes since we last synced.
      275def62
    • Damian Johnson's avatar
      Sort fallbacks by fingerprint · 3fc8c854
      Damian Johnson authored
      Updating our fallback directories caused a big delta, not because of the
      changes but because we have a random ordering. Sorting our config file by the
      fallback fingerprints so we have small deltas in the future.
      
      Only functional change to the config file is the following to get us in sync...
      
        * Removed FCB6695F8F2DC240E974510A4B3A0F2B12AB5B64 as a fallback directory
        * Removed 14419131033443AE6E21DA82B0D307F7CAE42BDB as a fallback directory
        * Removed 5525D0429BFE5DC4F1B0E9DE47A4CFA169661E33 as a fallback directory
        * Removed 29F1020B94BE25E6BE1AD13E93CE19D2131B487C as a fallback directory
        * Removed E781F4EC69671B3F1864AE2753E0890351506329 as a fallback directory
        * Removed DE134FC8E5CC4EC8A5DE66934E70AC9D70267197 as a fallback directory
        * Removed 6A640018EABF3DA9BAD9321AA37C2C87BBE1F907 as a fallback directory
        * Removed 6FC6F08270D565BE89B7C819DD8E2D487397C073 as a fallback directory
      3fc8c854
    • Damian Johnson's avatar
      Disable integ test for fallback directory reachability · 3c3fc11c
      Damian Johnson authored
      This was a great test at one point but tor's added so many fallbacks that it
      takes *forever*. At a rough guess maybe a half hour. Better as a DocTor check
      anyway (think we actually have one already...).
      3c3fc11c
  8. Oct 30, 2016
  9. Oct 29, 2016
  10. Oct 27, 2016
    • Damian Johnson's avatar
      Fix passing IPv6 addresses to get_config_policy() · ebfd8bb6
      Damian Johnson authored
      get_config_policy() accepts an optional address for expanding the 'private'
      alias. Trouble was that with IPv6 addresses it wouldn't accept an address with
      brackets, but providing an address without brackets in turn was rejected by
      ExitPolicy class validation.
      
      Accepting both.
      ebfd8bb6
  11. Sep 20, 2016
    • Damian Johnson's avatar
      Stacktrace when queue module is present · 03f32518
      Damian Johnson authored
      When running with the python 2.x if you have the queue module we use
      io.StringIO rather than StringIO.StringIO. This causes two of our Controller's
      methods to fail with...
      
        Traceback (most recent call last):
          File "circuits.py", line 7, in <module>
            for circ in sorted(controller.get_circuits()):
          File "/usr/lib/python2.7/site-packages/stem/control.py", line 455, in wrapped
            return func(self, *args, **kwargs)
          File "/usr/lib/python2.7/site-packages/stem/control.py", line 3284, in get_circuits
            circ_message = stem.socket.recv_message(StringIO('650 CIRC ' + circ + '\r\n'))
        TypeError: initial_value must be unicode or None, not str
      
      Thanks to mancha for catching this!
      03f32518
  12. Sep 16, 2016
  13. Sep 13, 2016
Loading