Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

OONI

We are a global community measuring Internet censorship since 2012.
Collective - Host: opensource - https://opencollective.com/ooni - Website: https://ooni.org - Code: https://github.com/ooni

Move to call IPAddress explicitly from ipaddr.IPAdress.

github.com/ooni/probe-legacy - 6c2d8901d1bb099d026ddd820f0091a68a9b0b5c authored almost 12 years ago
Add self.host to the inputProcessor().

github.com/ooni/probe-legacy - 273ab4d9d723553fd6ee2fcd90762928dacfce8a authored almost 12 years ago
If no ciphersuite list is provided, explain that we're using firefox's.

github.com/ooni/probe-legacy - 30fed64995cd63225c8856cb65124e9a93a190a1 authored almost 12 years ago
Fix bug where conflicting SSL context choices was not explained to the user.

github.com/ooni/probe-legacy - c89288d28281e17dee02400ab03d4e5b1f32864f authored almost 12 years ago
Fix #8440, set the self.host attribute when given the --host option.

* Port option doesn't need to be fixed. It does what the option help string
always said it d...

github.com/ooni/probe-legacy - 044227d4f553ca4996a6c3e289c0df547025317b authored almost 12 years ago
Create a host attribute for storing the --host option, and set self.ciphers.

* self.ciphers should exist even if we didn't recieve any localOptions from
the runner.

github.com/ooni/probe-legacy - 06b8f411d6d3bcfe45ea466827e0e12ac6dbac74 authored almost 12 years ago
Make 'context' be a class-level attribute and give it a Sphinx :attr: docstring.

github.com/ooni/probe-legacy - 3f51cbb8e267b2cf8a1a8e5d0267da03c80b2f72 authored almost 12 years ago
Bump the version number on HandshakeTest, and rename the usageOptions attribute.

github.com/ooni/probe-legacy - c78574914e47ec13a8490a02fe34f98785aa4e4d authored almost 12 years ago
Rename TLSHandshakeTest to HandshakeTest, since it's not only TLS.

github.com/ooni/probe-legacy - 7dfd6f574db5a152457d30eb88eef0f7f663e4b5 authored almost 12 years ago
Remove UsageOptions to HandshakeOptions, and make arg help strings more informative.

github.com/ooni/probe-legacy - c969c741049d78cdd8cdb5514a52d3411cb714ec authored almost 12 years ago
Fix HostUnreachable docstring to have proper Sphinx formatting.

github.com/ooni/probe-legacy - 9cf3cbcfad9cc93cb85cc31e847859f5760ae97a authored almost 12 years ago
Add dictionary of pre-defined error messages to SSLContextError.

* This help us make informative messages for the user and logs, later when
setUp() is called...

github.com/ooni/probe-legacy - f8e192f9798e8466fac59c0c03a4ae982b62e869 authored almost 12 years ago
Update docstring for SSLContextError.

github.com/ooni/probe-legacy - ad8ac7d16263a964baec759ca4452eb21de73dd9 authored almost 12 years ago
Import the entire ipaddr module, not just IPAddress.

github.com/ooni/probe-legacy - 7ee239ca7b8b4c2541d98a120173d48d5603bdc9 authored almost 12 years ago
The socket must be module level global for the test to set options on it.

github.com/ooni/probe-legacy - c979915c99ad8e5c28a762cae4b5ae44e43190a4 authored almost 12 years ago
Testing the ooni-backend continuous integration buildbot notifications.

github.com/ooni/backend - 75c95e5a36c87bc6c8b7905f836f51200241b8c3 authored almost 12 years ago
Updated the README with better instructions. [ci skip]

github.com/ooni/backend - d67644556149f183850e81c8dfc74e04498f219b authored almost 12 years ago
Only kill it if we didn't already killitwithfire().

github.com/ooni/backend - aae56483be0322b1f76412cdb6065d5b4500fb3d authored almost 12 years ago
Everything exits 0, and then Travis exits with 1. #FML.

github.com/ooni/backend - 7b9bed9b744c1391d0db8c61b4d5b1d587333ca0 authored almost 12 years ago
Fix the "directory not empty" error when removing the tmp tor_datadir.

github.com/ooni/backend - 0a99413af64562e039ce05a7a264565ecd3aedf4 authored almost 12 years ago
Only import txtorcon classes which are in use.

github.com/ooni/backend - 0fe80886f44886130ef4f2d457a2248bda110914 authored almost 12 years ago
Grab oonib's pid from the .pid file for the CI test process killer.

* travis-lint checks out okay:
(oonib)∃!isisⒶwintermute:~/code/torproject/ooni-backend ∴ date
S...

github.com/ooni/backend - 093ebaa25d28df96be2e54c23bc086009e80c772 authored almost 12 years ago
Add script for killing the TravisCI spawned oonib after thirty seconds.

* ∃!isisⒶwintermute:~/code/torproject/ooni-backend ∴ date
Sun Apr 21 07:25:24 UTC 2013
∃!...

github.com/ooni/backend - 99d86cfb7a4944e57d179709168e5c7c7e9a64a3 authored almost 12 years ago
Update the .gitignore.

github.com/ooni/backend - 851e91bde15123574f3e645b7c6e7bdf95516cae authored almost 12 years ago
Don't pass the tor_binary option to txtorcon if not set.

* txtorcon will handle finding the tor binary for us.

github.com/ooni/backend - 5a45d4a31da2ce5c147c914da1429a74d3f24428 authored almost 12 years ago
Use the socks_port option from oonib.conf when starting Tor.

github.com/ooni/backend - be1d323ff1ece98892aff344ca541c365d84554f authored almost 12 years ago
Create a tempdir at the top of the repo directory for tor_datadir if not set.

github.com/ooni/backend - ad74b062e7e2e0f7ce433900e33ccc924ce05c6c authored almost 12 years ago
Cleanup log/print statements and docstrings in oonib/runner.py.

github.com/ooni/backend - 568d05b4276d6a9cd0d0f4a8e93f4b84022f65f5 authored almost 12 years ago
Add file headers and cleanup module docstring in oonib/runner.py.

github.com/ooni/backend - e77aad66039aa5dfc167f507ffb28e00a48413d1 authored almost 12 years ago
Add logfile as a config option and fix several bugs in the log.py.

* Fixed bugs due to several log functions attempting to use
"config.advanced.debug" and "con...

github.com/ooni/backend - 6bfbf1d788377126eb7505ee05864eb7fa58ba66 authored almost 12 years ago
Fix the "got non-string for process arg" errors resulting from blank config lines.

github.com/ooni/backend - 66aa12e086e2da80ea29ccf8a7d0c79582f8f057 authored almost 12 years ago
Don't override the pip PI URI for TravisCI; use alternate ".requirements.travis".

* (oonib)∃!isisⒶwintermute:~/code/torproject/ooni-backend ∴ date
Sun Apr 21 03:29:49 UTC 201...

github.com/ooni/backend - 74cee6ab8ccf9081817f136f442fe1ff451776e4 authored almost 12 years ago
Add missing OpenSSL cert generation parameter to .travis.yml.

* (oonib)∃!isisⒶwintermute:~/code/torproject/ooni-backend ∴ date
Sun Apr 21 03:18:17 UTC 20...

github.com/ooni/backend - 059cb07e2e6bf0c945616cd6f2d5b05a99b9315e authored almost 12 years ago
Update TravisCI config with unattended SSL cert generation commands.

github.com/ooni/backend - 5808bfd2503eab85dc2fa0899b41feda0015fdef authored almost 12 years ago
Add openssl self-signed cert generation commands to .travis.yml.

github.com/ooni/backend - 9dbedbe5a5fad2696c939628f00524613e744417 authored almost 12 years ago
Add pyOpenSSL dependency back into requirements.txt.

github.com/ooni/backend - b87b8f2eae0bc209293cbaa20c19d2f8edda56ff authored almost 12 years ago
Remove CI tests for python3.x, add openssl to requirements.

github.com/ooni/backend - 58d6b479926b969f15d35e724dfc7aaceb9786c7 authored almost 12 years ago
Copy oonib.conf.example, not ooniprobe.conf.example.

github.com/ooni/backend - fd3ffa8bb05c7b362177eb4c50bfe8b2842e17b1 authored almost 12 years ago
Presuming missing file 'oonib.conf' to be 'ooniprobe.conf.example'.

github.com/ooni/backend - d6fcb5c32f4907933c977172b3ed482f33b090f1 authored almost 12 years ago
Testing pip1.3.1 without explicit https per-package PI URIs.

github.com/ooni/backend - 06611c7a6ff7c2a9ff00f7f4676f8f8213374308 authored almost 12 years ago
Removing faulting setup.py code.

github.com/ooni/backend - 4af3f84381ada737f06bfc176b88194b6969f45a authored almost 12 years ago
Install tor keyring in .travis.yml and use deb.tpo for Tor install.

* Change pip's package index command to be in the requirements.txt file.

github.com/ooni/backend - 19d00c22aa4dbdcfef7add3a42847a5f0558fd7e authored almost 12 years ago
And that should be a lowercase "i".

github.com/ooni/backend - 35a786ceb0ddbe6c675ef8d79e000e7a7dd3c42d authored almost 12 years ago
Apparently, travis-lint doesn't find missing quotes. And TravisCI has pip1.3.1.

github.com/ooni/backend - 12d6970b4dc37867ffd63a22a528fd9472adb03e authored almost 12 years ago
Add .travis.yml file.

* travis-lint reports:
(oonib)∃!isisⒶwintermute:~/code/torproject/ooni-backend ∴ travis-lint...

github.com/ooni/backend - 8280a4a56a3eaf93de3569fd6999ddf61e7bf517 authored almost 12 years ago
Add transaction and TwistedNames to requirements.txt.

github.com/ooni/backend - ad572b1a048afca577bd850741346cee8485f290 authored almost 12 years ago
Remove git, twisted-names, and cyclone from the dependencies list in README.md.

github.com/ooni/backend - 972cd19783ef38df5ac8c85fa6c3ed2ea32bc56b authored almost 12 years ago
Force pip to forget whatever builtin PI it thought it thought it should use.

github.com/ooni/backend - 2e62b047252b01e213644bbc2e836e4d481c16a7 authored almost 12 years ago
Fuck you, pip.

github.com/ooni/backend - 140e8018447d9a69c9e1a8029cbe9b98f4730327 authored almost 12 years ago
Specify minimum version of txtorcon in requirements.txt.

github.com/ooni/backend - aabb0d08e5c6c73bc73ec48f64e7361c360ae11f authored almost 12 years ago
Remove unused modules from requirements.txt.

github.com/ooni/backend - c93088a5ff17c8604c24d97c4a35e6345ea52b64 authored almost 12 years ago
Remove unused txtorcon import statement from /oonib/oonibackend.py.

github.com/ooni/backend - 48172b9d47552cf66bbe5173d80ae1c4e25fa1e9 authored almost 12 years ago
Remove ooni-probe specific (and outdated) documentation from HACKING file.

github.com/ooni/backend - 82c5050dc3355485b27e28b92f6399c68fa495a1 authored almost 12 years ago
Remove outdated .gitmodules file.

github.com/ooni/backend - 764b4ae4fadb0761645b64fb57d3f910617d48f5 authored almost 12 years ago
Force pip to upgrade virtualenv if it was already installed.

github.com/ooni/backend - 75d3ea703ca0d122ca161188163ccf074c500858 authored almost 12 years ago
Force usage of newer pip even if a distro version is installed.

github.com/ooni/backend - a3c97078701af6253114376abcc50af6b72568f8 authored almost 12 years ago
Fix typo in README.md installation commands.

github.com/ooni/backend - 62711b525541aa16d08d9a8fe256c84b3d029134 authored almost 12 years ago
Add python2.7-dev to the commands for installing dependencies.

* Change commands to explicitly require Python2.7, because we can guarantee
that version works.

github.com/ooni/backend - 42c8bdf3ad0ca4900faea3534af3afeb3eb90763 authored almost 12 years ago
Update install documentation.

* Add set of commands for getting oonib up and running, with a safe version of
pip, in a vir...

github.com/ooni/backend - 1eb5b25a39eb202527081df29a82df1e5eff9cfb authored almost 12 years ago
Fix missing "#egg=scapy" specification in requirements.txt.

github.com/ooni/backend - 309d1b83e9d358d963dce64e8ef86529155c70e9 authored almost 12 years ago
Add line in .gitignore to exclude PyCharm files.

github.com/ooni/probe-legacy - 4b692e134738395dca67dd4756d47662b4ceabae authored almost 12 years ago
Merge pull request #73 from TheTorProject/docsfabfile

Docsfabfile

github.com/ooni/probe-legacy - 99c8c6da4ab3bdbc88738b4b8eead49fa61b6e49 authored almost 12 years ago
fix indentation

github.com/ooni/spec - 9bad4d730a1bbeec36dfdcb0fdcd374bb9cc48c4 authored almost 12 years ago
Bump version to 0.0.11

Remove runner.py

github.com/ooni/probe-legacy - 0133f8ed0328efe7fe1e5ed80bfa3ea648a84ab4 authored almost 12 years ago
Clean up tests for updated ooni codebase

github.com/ooni/probe-legacy - ebad1f4ce0fd9d809a8ae3bb3d6d4c2f1e661813 authored almost 12 years ago
Final cleanup and bugfixing for task_manager

github.com/ooni/probe-legacy - 5265969cd60f0bf3c5929d129c513ea1e42ab9f2 authored almost 12 years ago
Merge pull request #62 from samsmith/patch-2

Update README.md

github.com/ooni/probe-legacy - 82f300be2a59fc52c0277cd985af96da42667f7b authored almost 12 years ago
Pass the IP address of the probe instead of an object

github.com/ooni/probe-legacy - a5fe45c7ef4bcfd09c9653826a423de0519a6d4d authored almost 12 years ago
Make reporting more robust

Get rid of ridiculous logic that uses a deferred list, instead keep track of
the report task via...

github.com/ooni/probe-legacy - f7bfd1198d5b13ad571838372f7316488a6fb3c4 authored almost 12 years ago
Make the starting of ooniprobe via cmd line more robust

github.com/ooni/probe-legacy - 7d593af7aebd3e96b7702b83ba7f0fbe2b58c141 authored almost 12 years ago
Parametrize task timeout and retry count

github.com/ooni/probe-legacy - 3dc0795a36db25898bafd4c5f0b25f864781f1a6 authored almost 12 years ago
Add option to disable the default collector

* More robust startup process

github.com/ooni/probe-legacy - 9a30d020ce6bbfdbfc3e56dcc2b89cb932bfdb6f authored almost 12 years ago
Raise NoMoreReporters exception on failure

github.com/ooni/probe-legacy - e389add3c449290f814f27ef578db5ee889affd5 authored almost 12 years ago
Fix so that parsing of test decks works properly

github.com/ooni/probe-legacy - a8973a2e2b0bb1597f5ebd7f5433584bc5e7df40 authored almost 12 years ago
Fix typo in test deck before_i_commit

github.com/ooni/probe-legacy - 7d0f96dcf6ab2ad9f110e6ebffb2af967e129904 authored almost 12 years ago
Update test decks with the proper key

github.com/ooni/probe-legacy - 53eee22146d596ccd2582742e7a5b06db9fb70f4 authored almost 12 years ago
Add more debugging to managers

github.com/ooni/probe-legacy - 069582c7d14f74851985acec06d999cd2a3b0452 authored almost 12 years ago
Set the default collector via the command line option

github.com/ooni/probe-legacy - b5c99e327a9c2ef1a2f2b9aa8d41d82a4dcc63d1 authored almost 12 years ago
Make the starting of tests more robust.

github.com/ooni/probe-legacy - 1247a80ec046e9c3b132ca6b23f602ca852e6b1a authored almost 12 years ago
Change how we pass arguments to the nettest loader

* Explicit the passing of the nettest file argument

github.com/ooni/probe-legacy - a5f13f439d893c2b200d74549babe0ccf4077c63 authored almost 12 years ago
Remove now superfluos runner unittest

github.com/ooni/probe-legacy - 52fe425a0c66a0ec2af96ec0b6c44662b68e3b18 authored almost 12 years ago
Fix director unittest

github.com/ooni/probe-legacy - 68fb840e72e338674b39b36b0b2798b015397ba1 authored almost 12 years ago
Refactoring of NetTestLoader

* Make it clear that calling one of those methods can be extremely dangerous
* Kill a bug spotte...

github.com/ooni/probe-legacy - c17906c3c54feecdb05bbfb64c4293775f953f4e authored almost 12 years ago
Rename private option to test_file to separate it from test string.

github.com/ooni/probe-legacy - 2ab970acc483611f556accbfd21cd1db0c162a4e authored almost 12 years ago
Fix unittests for nettest

github.com/ooni/probe-legacy - 9ad9bfb76221cb12cca3e43993174dfbf66fb89f authored almost 12 years ago
Revert "Fix #7936, minor typo in dnsspoof docs."

This reverts commit e8fdc80aa846a5722c7eab54b5c55e5e6bcc3935.

github.com/ooni/probe-legacy - 16ec7a88d426b30a7bd604e97e6b5d7225b9bb91 authored almost 12 years ago
Merge branch 'master' of github.com:TheTorProject/ooni-probe

* 'master' of github.com:TheTorProject/ooni-probe:
Use regexp instead of parsing XML.
Write ...

github.com/ooni/probe-legacy - a0fcf23a21756873b48fd6bff5a6f3c48d82a2d8 authored almost 12 years ago
Remove test_runner, move tests into ooni/

github.com/ooni/probe-legacy - db0651bb31fe78bca33e29553d12098b318d62c9 authored almost 12 years ago
Update prepare.sh git url

github.com/ooni/backend - 64e7acba8dc87faf5a250f44885b66f6cb136340 authored almost 12 years ago
use sudo to run as user

github.com/ooni/backend - e648e7aecab9214c50953a2a98fb6a229e0ec3fe authored almost 12 years ago
Disable tor2webmode by default

github.com/ooni/backend - ec04fd0ed4d4c01361d55a3437eac2118859ce77 authored almost 12 years ago
Update readme file with new instructions

github.com/ooni/backend - 00c88ea3ea7e4e37832ad6a782368bc76f094806 authored almost 12 years ago
Set config backend_version

github.com/ooni/backend - 8ace5a9fd46849dd4c84ecea77eefdab145fb857 authored almost 12 years ago
Merge pull request #52 from hellais/bug7999

Add support for multiple inheritance in tests

github.com/ooni/probe-legacy - 1d4d38555b8d37006044f2f59a0e263bf0e4742c authored almost 12 years ago
Merge pull request #51 from hellais/experimental-tests

Update HTTP Host test and Experimental tests

github.com/ooni/probe-legacy - 230da42ae4c5caf6ee39df83dc437c4647794d98 authored almost 12 years ago
Merge pull request #71 from hellais/feature/probe_ip_lookup

Feature/probe ip lookup

github.com/ooni/probe-legacy - 2ee75d8d1fcb97b96b462d8b5ffbbc8a2c5c8a96 authored almost 12 years ago
Merge branch 'master' into feature/probe_ip_lookup

* master:
Change None to correct YAML "Null" syntax in ooniprobe.conf.sample.
Support CPytho...

github.com/ooni/probe-legacy - c597157a554b47f59b1ee85fae2019a0dbc8834e authored almost 12 years ago
Merge branch 'feature/pygeoip'

* feature/pygeoip:
Support CPython with patch from lunar https://trac.torproject.org/projects/...

github.com/ooni/probe-legacy - 0b843947b56b09d13346c221081ce63f32cdea5f authored almost 12 years ago
Merge pull request #70 from isislovecruft/fix/director-unknown-cmdlineoptions

Fix/director unknown cmdlineoptions

github.com/ooni/probe-legacy - 091e45ec7e4000806fb9877ce0ef681977b83352 authored almost 12 years ago
Change None to correct YAML "Null" syntax in ooniprobe.conf.sample.

github.com/ooni/probe-legacy - 2f765206af6d26e20d1fdce3c1e8f3d0f6b7a579 authored almost 12 years ago