[Pkg-privacy-commits] [onionbalance] branch debian/sid created (now b841fee)

Donncha O'Cearbahill donncha-guest at moszumanska.debian.org
Wed Dec 16 23:18:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

donncha-guest pushed a change to branch debian/sid
in repository onionbalance.

        at  b841fee   Initial Debian packaging

This branch includes the following new commits:

       new  a8b970c   Inital commit, very buggy!
       new  a3bd6ae   Tidy comments and fix README command
       new  9d7f48c   Do not publish descriptors without IPs, avoids a Tor crash bug
       new  53c8f53   Remove debugging print statement
       new  295fa03   Upload under next descriptor ID when changing soon
       new  b178286   Refactor how jobs are scheduled at startup
       new  3e8bc54   Verify signatures on downloaded HS descriptors
       new  75d7511   Adds extra error checking and fixes typos, closes #2
       new  920b4a2   Fix to check correct HS descriptor received from HSDir
       new  7996d1b   Fix previous commit
       new  f90ccbc   Check to not accept old descriptors from HSDirs
       new  1d4e8b6   Correctly wrap error message line
       new  51db623   Create python package for OnionBalance code
       new  4935ff2   Add convenience wrapper for running service
       new  73f8674   PEP8 fixes
       new  45b03fb   Restructuring of the project, adding testing and documentation.
       new  73d197e   Additional work on documentation
       new  122f204   Changing TODO comment format
       new  14074ac   Check Tor versions supports HSPOST
       new  dad33cf   Refactor config loading, modify log messages
       new  c788e27   Major refactor to restructure and tidy the codebase
       new  b01aa03   Update documenation, split modules as separate files
       new  9fed88d   Add buttons for build and docs status
       new  e10d1e6   Remove mistakenly commited torrc.local
       new  967e164   Add .travis.yml
       new  210ad0d   Remove _static/ which causes warning during doc generation
       new  da0e5f7   Fix HSPOST command syntax and add debugging information
       new  b06c3ae   Change the README Doc button to point to the documentation. [ci skip]
       new  bb6d516   Cleaner handling of Tor events with direct attachment of event handlers - tip from atagar
       new  4fb1e46   Fix bug counting offline instances when picking IPs
       new  16b226f   Stylistic change, and begin using stem's get_hidden_service_descriptor()
       new  8ea4175   Move config parsing code to settings.py
       new  ab71f7c   Add OnionBalance config file and instance key generator
       new  42e0fb2   Add onionbalance-config command to call config generator
       new  e6b7fb3   Check private key in key_decrypt_prompt is sensible
       new  91e8638   Fix message formating for some logs and exceptions
       new  ee9c4c6   Add future module as dependancy
       new  1987680   Revert incorrectly increased stem version
       new  5ced035   Move future import to top of imports
       new  441222a   Add documenation for onionbalance.settings
       new  92971e8   Test setting up a local Tor install and chutney for integration testing
       new  b172edf   Remove unneccesary sudo command
       new  138be82   Add Tor to PATH rather than running make install
       new  0f1c7d1   Add py.test config to exclude Tor and chutney tests
       new  8457b9b   Merge pull request #3 from DonnchaC/integration-test-setup
       new  0787781   Set tighter permissions on generated private keys
       new  e4f8e43   Fix bug leading to crash during intro point selection
       new  a9bc8bd   Merge pull request #4 from DonnchaC/intro-selection-debug
       new  a5537ee   Begin adding unit tests, start with util.py
       new  62aba4b   Only install Tor and chutney for functional tests
       new  7507fb7   Remove unneccary quotes from .travis.yml
       new  1413770   Merge branch 'develop' of github.com:DonnchaC/onion-balance into develop
       new  9b09733   Fix incorrectly reading key file as bytes, introduced in a5537ee
       new  e48649c   Add basic functional test for master descriptor publication
       new  a9a0c20   Fix error when chutney enviroment not set, use passenv instead
       new  4dfde70   Increase wait time after descriptor upload to prevent random test failure
       new  ce9a6c8   Merge pull request #5 from DonnchaC/functional-test
       new  d3c1346   Make relative paths in config file relative to config directory
       new  a063e05   Add torrc file creation to oniobalance-config tool
       new  f83c6ab   Merge pull request #6 from DonnchaC/config-generator-path
       new  e39a1ce   Revise README and installation instructions
       new  8e593a0   More documentation fixes [ci skip]
       new  6a24ece   More documentation fixes [ci skip]
       new  1c31ccc   Fix requirements versions in requirements.txt
       new  ec34b41   Simplify logger output from the onionbalance-config command line tool
       new  42614e9   Update setup.py and metadate to prepare for pypi packaging
       new  640aa35   Import from future for python 2/3 compatability
       new  45e8648   Don't wait for descriptor response from stem, descriptor will be receieved in the onionbalance event loop instead.
       new  5172f2f   Add return to prevent furthur processing of invalid descriptors
       new  96cb5a2   Removed unused fetch_descriptor(), now using stem get_hidden_service_descriptor() method
       new  d63b913   Add comment describing how descriptor not found events are handled
       new  9e3ef89   Fix grammer in comment, perform more reliable check for changed introduction point sets
       new  f928431   Fix typo in design document
       new  eb135ac   Add use cases to the README
       new  90f41d0   Change readme headings, make list items consistant [ci skip]
       new  a2b879f   Change functional test to match the updated log message emitted when IPs change
       new  501a707   Merge pull request #9 from DonnchaC/documentation
       new  b0de4bc   Merge pull request #10 from DonnchaC/code-review-changes
       new  38d73cd   Add CHANGES file
       new  bf18a34   Bump version to 0.1.0 for release
       new  cf96136   Change order of pytest and pytest-mock to prevent bug with pip search order
       new  9dc951a   Update to pylint dependency today during the release process broke the style test, lucky me!
       new  260c5b3   Remove temporary patch (introduced in 9dc951a) for a problem with pylint
       new  a0d3751   Fix major issue with onionbalance-config which prevents it from generating torrc files on Python 2
       new  ec36e33   Bug fix release, bump version and changelog
       new  08123fb   Fix typos in the documentation
       new  6e02cc0   Add functional tests which run the onionbalance-config tool
       new  40d019d   Merge branch 'documentation' into develop
       new  bc09a87   Add script for gathering stats on HS rend circuits
       new  f8c3456   Refactors the intro point selection code and adds basic IP selection tests.
       new  8936c55   Remove schedule dependency
       new  e8692d8   Include MIT copyright notice for the schedule package
       new  0f7e9ba   Remove future dependency
       new  d42999d   Add setuptools dependency
       new  20a67dc   Fix paths for the CLI tool help messages
       new  b1f627f   Add name and version info to sphinx documentation
       new  c7a8ce0   Add tox configuration file to MANIFEST.ini
       new  ec4dc9c   Revert "Remove future dependency"
       new  a64439b   Generate updated API docs with sphinx-apidoc
       new  4e7fd5d   Bump version number and add changelog entry for 0.1.2
       new  bc5c34c   Use Tor and Chutney from mainline repos
       new  3d225fd   Fix HSFETCH command when called with a SERVER= argument
       new  e44fcd8   Revert "Remove schedule dependency"
       new  db496c4   Remove api-doc entry for schedule
       new  b7593fe   Merge pull request #20 from DonnchaC/add-schedule
       new  cfe1822   Add --version argument to the command line
       new  e41486b   Update sample OnionBalance and Tor config files
       new  e452c00   Add --version argument to the command line
       new  7fb3528   Remove autogenerated API docs
       new  9003f61   Major restructure of the documentation
       new  bd6674c   Remove Sphinx specific syntax from README
       new  abb0bc7   Add sphinxcontrib-autoprogram for building CLI help pages
       new  d8f1875   Override config file location with ONIONBALANCE_CONFIG env variable
       new  bb27f93   Add option to output log messages to a log file
       new  fd17394   Document the logging config options
       new  490f3e1   Bump version number and add changelog entry for 0.1.3
       new  b841fee   Initial Debian packaging

The 117 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionbalance.git



More information about the Pkg-privacy-commits mailing list