summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update submodule.HEADmasterMike Perry2010-09-27
|
* Make email handling a bit cleaner.Mike Perry2010-09-27
| | | | | | Fix some bugs that caused it to mysteriously fail under bad option combos, and use some result rate filters on the cron email output. Also, lower some threshholds for false positive filters.
* Update TorCtl submodule.Mike Perry2010-09-07
|
* Update TorCtl module.Mike Perry2010-08-20
|
* Merge remote branch 'john/gsoc2010'Mike Perry2010-08-20
|\
| * snakeinspector: Allow mail_interval = None for ignoring mail_intervalJohn M. Schanck2010-08-20
| |
| * snakeinspector: Only print finished results when filtering by finishedafter ↵John M. Schanck2010-08-20
| | | | | | | | or finishedbefore
| * snakeinspector: Prompt for mail_password if it's None in configJohn M. Schanck2010-08-20
| |
* | Update submodule for hbock's optimizations.Mike Perry2010-08-20
| |
* | Merge remote branch 'john/gsoc2010'Mike Perry2010-08-20
|\ \ | |/
| * config: Default mail_interval = NoneJohn M. Schanck2010-08-18
| | | | | | | | I recommend using --finishedafter instead
| * soat: test.nodes isn't callable.John M. Schanck2010-08-18
| |
| * Updated READMEJohn M. Schanck2010-08-18
| |
| * snakeinspector: Check that finish_timestamp has a value before filtering by itJohn M. Schanck2010-08-16
| |
| * snakeinspector: mail_tls requires Python 2.6John M. Schanck2010-08-15
| |
| * Set finish_timestamp to result's timestamp during pickle upgradeJohn M. Schanck2010-08-15
| |
| * snakeinspector: use float division to calculate site/exit rateJohn M. Schanck2010-08-15
| |
| * snakeinspector: filter by finish_timestampJohn M. Schanck2010-08-15
| |
| * snakeinspector: SMTP authentication and TLS/STARTTLSJohn M. Schanck2010-08-15
| |
| * soat_tester: Added HTTPRedirectTesterJohn M. Schanck2010-08-14
| |
| * Clear url reserve after useJohn M. Schanck2010-08-14
| |
| * Added timestamp for test completion to resultsJohn M. Schanck2010-08-14
| |
| * Fixed rescans (r.exit_node doesn't start with $)John M. Schanck2010-08-14
| |
| * Don't remove false positives if --exit is givenJohn M. Schanck2010-08-14
| |
| * Removed unnecessary loop for checking if tests finishedJohn M. Schanck2010-08-14
| |
| * Fixed whitespace bug in get_search_urls_by_filetypeJohn M. Schanck2010-08-14
| |
| * Handle case where select_exit_from_set(common_nodes) returns NoneJohn M. Schanck2010-08-12
| |
| * Allow multiple --exit arguments to be specifiedJohn M. Schanck2010-08-12
| | | | | | | | | | Also unifies soat's behavior when --exit is present and when it is not.
| * Don't refetch on SOCKS errorsJohn M. Schanck2010-08-11
| |
| * Made soat_tester easier to extendJohn M. Schanck2010-08-11
| |
| * Simpler BaseHTTPTest add_targetJohn M. Schanck2010-08-11
| |
| * Remove targets_by_type key when value is []John M. Schanck2010-08-11
| |
| * HTMLTest httpcode dict maintenance. Calling the right add_/remove_targetJohn M. Schanck2010-08-11
| |
| * Added max_search_retry to soat_config.pyJohn M. Schanck2010-08-11
| |
| * Added 'extra' field to search modes for holding extra query string ↵John M. Schanck2010-08-11
| | | | | | | | parameters. + Ixquick preferences (50 results at once and no family filter)
| * Better usage info. Getopt requires '=' between option and argument, options ↵John M. Schanck2010-08-11
| | | | | | | | that take an argument _must_ have an argument
| * Made resume flag act as advertisedJohn M. Schanck2010-08-11
| |
| * Hold extra urls from get_search_urls in reserve. New pickle revisionJohn M. Schanck2010-08-11
| |
| * Split get_search_urls into get_search_urls and get_search_urls_for_filetypeJohn M. Schanck2010-08-11
| |
| * ixquick search modeJohn M. Schanck2010-08-11
| |
| * Bad plog levelJohn M. Schanck2010-08-11
| |
| * Changed SearchBasedHTMLTest result_filetypes from html to [any]John M. Schanck2010-08-11
| |
| * Fixed SSLTestResult NoneType exit_ipJohn M. Schanck2010-08-11
| |
| * Snakeinspector arguments to filter by site_ and exit_result_rateJohn M. Schanck2010-08-11
| |
| * Made a snakeinspector config class to hold argumentsJohn M. Schanck2010-08-11
| |
| * Stopped saving empty result when no exit is used.John M. Schanck2010-08-11
| |
| * Fixed Nonetype error in libsoatJohn M. Schanck2010-08-11
| |
| * Added BadExit to forbidden flags in get_nodes_by_portJohn M. Schanck2010-08-11
| |
| * Made FailureRedirect report redirect location in extra_info field of resultJohn M. Schanck2010-08-11
| |
| * minor logging changesJohn M. Schanck2010-08-11
| |