summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | 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
| |\
| | * Add a pcap parsing function.George Kadianakis2012-07-12
| | |
| * | Refactor code and write minimal client implementationArturo Filastò2012-07-12
| |/
| * Fix tcpconnect because we were not passing the main reactor to testsArturo Filastò2012-07-11
| | | | | | | | Closes #6372
| * Add some documentation to b0wser protocol and serverArturo Filastò2012-07-11
| |
| * Implement censorship detection for fingerprintArturo Filastò2012-07-11
| | | | | | | | * Move part of b0wser to a ooni protocol
| * Implement a working b0wser serveside componentArturo Filastò2012-07-10
| |