summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * BridgeT works again, but...Isis Lovecruft2012-09-03
| | | | | | | | | | | | | | | | | | | | | There seems to be a problem with it attempting to ControlPort to the same port as one of my local non-slave Tors, even though TorConfig() is still using random.randint(). I will investigate further after some much-needed sl33pzorzings.
| * | Actually, everything is not working. I started to fix it, but I need to workIsis Lovecruft2012-09-13
| | | | | | | | | | | | on bridget, so I'm going to clone tpo:ooni-probe.git into a new branch now.
| * | Submodules are working, without modification to any of the old importIsis Lovecruft2012-09-13
| | | | | | | | | | | | | | | statements. To initialize them, do "$ git submodules init && git submodules update".
| * | Updating the ooni/lib structure and git submodules for imports, and I'm tryingIsis Lovecruft2012-09-13
| | | | | | | | | | | | | | | to keep the syntax the same. Updated the README with info on dev interaction with and user cloning of submodules.
| * | Updating the ooni/lib structure and git submodules for imports, and I'm tryingIsis Lovecruft2012-09-13
| | | | | | | | | | | | | | | to keep the syntax the same. Updated the README with info on dev interaction with and user cloning of submodules.
| * | Changed the ooni/lib structure to use gitsubmodules so that OONI users do notIsis Lovecruft2012-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | accidentally git-clone broken or incompatible upstreams. Each submodule has it's own .git with both hellais' and my forks configured, though each submodule is also configured with a special HEAD state so that unneeded files are not downloaded from upstream (this seems better than git-/hg- cloning an unknown version of a repo and copying out the files we do want). I still need to update the ooni-probe imports to reflect the slight directory structure change. Also, I rm'd the Makefile. Now, new OONI users should do a "git submodule init && git submodule update"...I'll probably write a script for it. I will add documentation for what to do with committed changes in submodule directories, so that OONI devs can make sure that users get the right versions.
| * | Fixed module import issues with directory structure.Isis Lovecruft2012-09-13
| | |
| * | Still getting the error from ../plugoo/test.py that "d" is a NoneType.Isis Lovecruft2012-09-13
| | | | | | | | | | | | | | | I'll try merging master and see if that fixes it, else I'll have to patch that before continuing.
| * | * Fix some bugs in Daphn3Arturo Filastò2012-09-13
| | | | | | | | | | | | | | | | | | * Add more details to Test interface * Remove dead code in Reporting system * Make some changes to bridget
| * | Still sorting out that darned resolver...Isis Lovecruft2012-09-13
| | |
| * | Need to fix exp_address from d['address'] dictIsis Lovecruft2012-09-13
| | |
| * | Unfinished, committing in order to merge changes from master. Fixed class ↵Isis Lovecruft2012-09-13
| | | | | | | | | | | | initializations.
| * | Adding old dnstamper.py file so git doesn't wipe it. Don't include this commit.Isis Lovecruft2012-09-13
| | |
| * | Added subclassed t.n.client.Resolver() to overcome query port randomization.Isis Lovecruft2012-09-13
| | |
| * | Added subclassed t.n.client.Resolver() to overcome query port randomization.Isis Lovecruft2012-09-13
| | |
| * | Still need to fix problem with getHostByName() only returned one addressIsis Lovecruft2012-09-13
| | |
| * | Mostly done porting to twisted, still need rewrite of reverse DNS lookup method.Isis Lovecruft2012-09-13
| | |
| * | Fixed module import issues with directory structure.Isis Lovecruft2012-09-13
| |/
* | Rename new bridget to new bridgetArturo Filastò2012-08-23
|/
* Write some documentation for DOMClassArturo Filastò2012-08-21
|
* Import censorship list from greatfireArturo Filastò2012-08-19
|
* Make improvements to the classifierArturo Filastò2012-08-19
|
* Implement Eigenvector based classifierArturo Filastò2012-08-19
| | | | | | | This allows creation of databases containing the feature sets of websites to be monitored for censorship. If we find that the page being loaded does not have similar eigenvectors to the original page, it is probable that we are in front of a block page.
* Add dummy net libraryArturo Filastò2012-08-18
|
* Update the docs and commit design diaArturo Filastò2012-08-18
|
* Merge branch 'master' of ssh://git-rw.torproject.org/ooni-probeArturo Filastò2012-08-17
|\ | | | | | | | | Conflicts: ooni/ooniprobe.py
| * ImStart implementing OONIBackenDArturo Filastò2012-08-17
| | | | | | | | (saving this commit from my broken laptop)
| * Fix bug in script ending APIArturo Filastò2012-07-27
| |
* | Minor refactoring of various partsArturo Filastò2012-08-17
| |
* | Fix some bugs in unittests based on minor changes to plugooArturo Filastò2012-08-02
| |
* | * Fix some bugs in Daphn3Arturo Filastò2012-08-02
|/ | | | | | * Add more details to Test interface * Remove dead code in Reporting system * Make some changes to bridget
* Add wrapper scripts to avoid PYTHONPATH madness!Arturo Filastò2012-07-24
|
* Improve OONI(B) design and fix Daphn3Arturo Filastò2012-07-24
| | | | | | | | * Create a new kind of test functionality called tool * Add support for terminating a test via .end() * Fix some crazy off by one bugs in Daphn3 * Fix unit tests by starting reactor in the right place * Make Daphn3 into an OONI tool that generates a YAML file
* Restructure directories to reflect architecture spec.Arturo Filastò2012-07-24
|
* Implement SSL support for OONIBArturo Filastò2012-07-24
|
* Update readme with some more useful informationArturo Filastò2012-07-24
| | | | convert readme to markdown.
* Add details on "the hard way"Arturo Filastò2012-07-24
|
* Add installation guide. Fix bug in test.Arturo Filastò2012-07-24
|
* Merge branch 'master' of git://github.com/hellais/ooni-probeArturo Filastò2012-07-24
|\
| * Rename super long function do something more human.Arturo Filastò2012-07-21
| |
| * Move configuration code into common.Arturo Filastò2012-07-21
| |
| * Add support for config file for OONIB.Arturo Filastò2012-07-21
| | | | | | | | Refactor backend code.
| * Merge branch 'master' of ssh://git-rw.torproject.org/ooni-probeArturo Filastò2012-07-21
| |\
| | * s/b0wser/daphn3/iArturo Filastò2012-07-21
| | | | | | | | | | | | because greek mythology is cooler than video games!
| | * Implement the testing logic for redirect based censorship detection.Arturo Filastò2012-07-20
| | | | | | | | | | | | Closes #6437
| * | Move scapy to scapyproto to avoid breaking import of scapy fromArturo Filastò2012-07-21
| |/ | | | | | | inside of protocols
| * Get b0wser to start doing something usefulArturo Filastò2012-07-17
| |
| * Implement client side component of b0wserArturo Filastò2012-07-13
| |
| * Main concept of b0wser implementedArturo Filastò2012-07-13
| |
| * Merge branch 'b0wser_pcap_parse' into b0wserclientArturo Filastò2012-07-13
| |\