summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | Don't strip fingerprint whitespace in creation of extrainfo descriptor.Isis Lovecruft2013-11-16
* | Print tracebacks on unhandled exceptions in gen_bridge_descriptors.Isis Lovecruft2013-11-16
* | Catch Attribute error if object wasn't save in persistent.State.Isis Lovecruft2013-11-16
* | Check that a networkstatus nickname matches tor-spec.Isis Lovecruft2013-11-16
* | Combine message string for two raised exceptions.Isis Lovecruft2013-11-16
* | Remove two rather excessive log statements from Bridges module.Isis Lovecruft2013-11-15
* | Separate lines for lists of updated and new config values.Isis Lovecruft2013-11-15
* | Save config.RUN_IN_DIR, not state.RUN_IN_DIR, so subCommand can access it.Isis Lovecruft2013-11-15
* | Don't add the ORAddresses from a networkstatus if an exception was raised.Isis Lovecruft2013-11-15
* | Fix a bug due to misnamed variable RUNDIR → RUN_IN_DIR.Isis Lovecruft2013-11-15
* | I didn't know where to find it, maybe others won't either.Matthew Finkel2013-11-15
* | Obtain the fingerprint and add it to the documents/descriptorsMatthew Finkel2013-11-15
* | Update the docstring for idkey_digest in generateNetstatusMatthew Finkel2013-11-15
* | The identity is based on the public key of the router.Matthew Finkel2013-11-15
* | Sometimes we want spacey fingerprintsMatthew Finkel2013-11-15
* | Parse bridge descriptors in a separate thread.Isis Lovecruft2013-11-15
* | Use a loaded persistent.State in Main.load().Isis Lovecruft2013-11-15
* | Add parse.padBase64() function for adding stripped padding '==' back in.Isis Lovecruft2013-11-15
* | Add an XXX about the odd, hardcoded number of "extra hashrings".Isis Lovecruft2013-11-15
* | Make the logs clearly state which distributor bridges are being inserted into.Isis Lovecruft2013-11-15
* | Slight PEP8ification to bridgedb.Bridges.IPBasedDistributor.Isis Lovecruft2013-11-15
* | Refactor Bridges.parseStatusFile() to use bridgedb.parse.networkstatus.Isis Lovecruft2013-11-15
* | Add newly refactored networkstatus parsers and unittests for them.Isis Lovecruft2013-11-15
* | Deepcopy the HMAC factory function's resulting function.Isis Lovecruft2013-11-15
* | Add bridgedb.parse.addr module for parsing IPs and ports.Isis Lovecruft2013-11-15
* | Add docstrings for Dist.IPBasedDistributor.Isis Lovecruft2013-11-15
* | Fix a bug due to parantheses instead of square brackets.Isis Lovecruft2013-11-15
* | Remove unnecessary config parameter coercion.Isis Lovecruft2013-11-15
* | Handle KeyboardInterrupts in Main.startup() loop.Isis Lovecruft2013-11-15
* | Give a warning if no emailDistributor was created.Isis Lovecruft2013-11-15
* | Update startup.reload() docstring.Isis Lovecruft2013-11-15
* | Also change cfg→config after def reload() in startup().Isis Lovecruft2013-11-15
* | Start using bridgedb.persistent.State in bridgedb.Main.Isis Lovecruft2013-11-15
* | Fix Main.reload() function to work with changed parameters.Isis Lovecruft2013-11-15
* | Remove commented out code from bridgedb.persistent.Isis Lovecruft2013-11-15
* | Remove a comment which is no longer helpful.Isis Lovecruft2013-11-15
* | Change pidfile writer to use with(open()).Isis Lovecruft2013-11-15
* | Change cfg→config in Main.startup() to avoid name conflict.Isis Lovecruft2013-11-15
* | Add somewhat of a docstring to Main.startup().Isis Lovecruft2013-11-15
* | Rewrite Main.loadConfig() to only log after the first run.Isis Lovecruft2013-11-15
* | Move Main.Conf → persistent.Conf.Isis Lovecruft2013-11-15
* | Add bridgedb.persistent module for storing persistent state.Isis Lovecruft2013-11-15
* | Add encoding specification to bridgedb.Main module.Isis Lovecruft2013-11-15
* | Keep a counter on total bridges inserted into a hashring.Isis Lovecruft2013-11-15
* | Change asserts to validations in FilteredBridgeSplitter.insert().Isis Lovecruft2013-11-15
* | Make loop varnames in FilteredBridgeSplitter.addRing() more descriptive.Isis Lovecruft2013-11-15
* | Rename `ring` → `subring` in FilteredBridgeSplitter.addRing().Isis Lovecruft2013-11-15
* | Sphinxify and improve docstring for FilteredBridgeSplitter.addRing().Isis Lovecruft2013-11-15
* | Make log message in FixedBridgeSplitter.insert more understandable.Isis Lovecruft2013-11-15
* | Add docstring to FilteredBridgeSplitter.insert().Isis Lovecruft2013-11-15