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

feat(enginenetx): support HTTP and HTTPS proxies (#1282)

This diff completes the work we have been doing for a few days now and
provides HTTP and HTTPS ...

github.com/ooni/probe-cli - 6ef3fba5da3e3aa03de69af11ef6c8931fe10bcb authored over 1 year ago by Simone Basso <[email protected]>
feat: make sure DPI does not affect loopback traffic (#39)

It should not happen because GVisor should route the traffic to itself
but it's better to be su...

github.com/ooni/netem - 4ebd416e5945069ba7e60276f2248355fc89211e authored over 1 year ago by Simone Basso <[email protected]>
refactor(model/netx.go): TLSHandhaker now returns a TLSConn (#1281)

I am making progress with https://github.com/ooni/probe/issues/2531 and
I want to reactor model...

github.com/ooni/probe-cli - d0ea69d7228296327241a4766e3747a85ff12abe authored over 1 year ago by Simone Basso <[email protected]>
feat: support for testing socks5 clients (#1280)

This diff imports a fork of github.com/armon/go-socks5 that has been
adapted to use netem and s...

github.com/ooni/probe-cli - e146d99360e2ebbabcb66f410859f88ff86765a2 authored over 1 year ago by Simone Basso <[email protected]>
feat(netxlite): add (*Netx).ListenTCP (#1279)

This diff adds the ListenTCP function to the *Netx struct.

With this addition, based on
http...

github.com/ooni/probe-cli - b7bd9f07438e6de773f89127664e5f9f8bd0e972 authored over 1 year ago by Simone Basso <[email protected]>
feat(UnderlyingNetwork): add support for ListenTCP (#1278)

The lack of this support already created some difficulties inside the
testingx package and I am...

github.com/ooni/probe-cli - 95a766adfe07791a974d36b474300c4287da1358 authored over 1 year ago by Simone Basso <[email protected]>
cleanup: use testingx.NewHTTPProxyHandler as proxy (#1277)

This diff replaces `testingx.HTTPHandlerProxy` with
`testingx.NewHTTPProxyHandler` as the proxy...

github.com/ooni/probe-cli - d2a4d80f65e8fd362a9707865e7eb5ecee4e55ea authored over 1 year ago by Simone Basso <[email protected]>
feat(testingx): more tests for NewHTTPProxyHandler (#1276)

This diff contains more tests for `testingx.NewHTTProxyHandler`.

Refefence issue: https://git...

github.com/ooni/probe-cli - db6414071ddfece8bfe655e6d2f103fff2e668dc authored over 1 year ago by Simone Basso <[email protected]>
feat(testingproxy): test HTTP(S) proxies using netem (#1275)

I'm glad I did this, because it allowed me to discover
https://github.com/ooni/probe/issues/253...

github.com/ooni/probe-cli - 25aa2190c78be0b5b35ed598f14f35c5132b1346 authored over 1 year ago by Simone Basso <[email protected]>
feat(testingx): introduce more comprehensive HTTP(S) proxy (#1274)

We want more comprehensive testing of how we use proxies during the
bootstrap. Tests should enc...

github.com/ooni/probe-cli - 829b1b018d308508b3d1bbf1212ec04e5c0c07e3 authored over 1 year ago by Simone Basso <[email protected]>
chore: run go fmt ./... (#1272)

This diff has been extracted from
https://github.com/ooni/probe-cli/pull/1271 to reduce the ove...

github.com/ooni/probe-cli - f30f250f72705c54510942a12f98a0b2cf1ee7e0 authored over 1 year ago by Simone Basso <[email protected]>
Use only backend provided values for vanilla_tor (#868)

Fix checks for vanilla_tor to remove parsing of test_keys

github.com/ooni/explorer - 529738e5384be200e6db3dc5047501d5b396d865 authored over 1 year ago by Arturo Filastò <[email protected]>
Use msw with Cypress (#871)

github.com/ooni/explorer - 4f94cc2436a4753f757c091164131ff0f4b634b5 authored over 1 year ago by Maja Komel <[email protected]>
feat(unetstack.go): expose mitmx CA cert (#38)

Required to write some tests for
https://github.com/ooni/probe/issues/2531

github.com/ooni/netem - ab0dc13be014a2f55e232798e93384e35255f670 authored over 1 year ago by Simone Basso <[email protected]>
Fix users creation

github.com/ooni/sysadmin - 687d8c98f65ff589ba263df0760bb8adb024b218 authored over 1 year ago by Federico Ceratto <[email protected]>
Move ams-pg-test to Bookworm

github.com/ooni/sysadmin - 5694195d1884cf05e0dc4e4190c03b060c0faef5 authored over 1 year ago by Federico Ceratto <[email protected]>
feat(netxlite): add flexible HTTP transport factory (#1270)

Now that we've clearly labeled and packaged technical debt, we can copy
existing technical-debt...

github.com/ooni/probe-cli - 4e2d0060556e223f8d5fe7f38dbfb9cc21c9b19c authored over 1 year ago by Simone Basso <[email protected]>
chore(netxlite): isolate and annotate quirky functions (#1269)

This diff isolates and annotates netxlite quirky functions such that
https://github.com/ooni/pr...

github.com/ooni/probe-cli - 0f6b12232d7ef4b58578b7b55b212bdda0dc9682 authored over 1 year ago by Simone Basso <[email protected]>
refactor(netxlite): split http code into multiple files (#1267)

This diff splits http.go and http_test.go into multiple files to create
the logical and mental ...

github.com/ooni/probe-cli - 873b4e195d11810448ff9ca1602f12924509c8f4 authored over 1 year ago by Simone Basso <[email protected]>
cleanup: inline NewHTTPTransportWithLoggerResolverAndOptionalProxyURL (#1266)

This diff inlines the original implementation of the
netxlite.NewHTTPTransportWithLoggerResolve...

github.com/ooni/probe-cli - cd5715ac4cffaa7e2ecc74dd2fb10c07745efeed authored over 1 year ago by Simone Basso <[email protected]>
feat: prepare to partially detach engine from netxlite (#1265)

It would be a *partial* deatch where we would override what we need for
implementing https://gi...

github.com/ooni/probe-cli - 6e3088aab14101dada8928efb9dae32897949d81 authored over 1 year ago by Simone Basso <[email protected]>
refactor: rename sessionresolver engineresolver (#1264)

I am soon going to start addressing the underlying issue described by
https://github.com/ooni/p...

github.com/ooni/probe-cli - 761e79e21fd4c04bb6585755c2394db8ef140b92 authored over 1 year ago by Simone Basso <[email protected]>
refactor: rename geolocate enginelocate (#1263)

I am soon going to start addressing the underlying issue described by
https://github.com/ooni/p...

github.com/ooni/probe-cli - 8c0646afd9ac2ddbc9553f5cf2e66fa719c9a3ed authored over 1 year ago by Simone Basso <[email protected]>
feat(measurexlite): Trace now implements MeasuringNetwork (#1262)

This diff is still yak shaving for
https://github.com/ooni/probe/issues/2531 but produces some ...

github.com/ooni/probe-cli - 90366e514f77977629df7b7c2633b424d70e880c authored over 1 year ago by Simone Basso <[email protected]>
Fix DB permissions

github.com/ooni/sysadmin - 172e0984ed9b30c44b652daff1ad9c183427bb0b authored over 1 year ago by Federico Ceratto <[email protected]>
Remove remaining references to `butterknife`

github.com/ooni/probe-android - c82bad7f75b7f6ee512fbdd6a15e8cc555449c52 authored over 1 year ago by Norbel Ambanumben <[email protected]>
Merge pull request #611 from ooni/issues/1709/onboarding-fragments

Chore: Update Onboarding fragments to `ViewBinding`

github.com/ooni/probe-android - 44ea55ba799a779575625bc5747912946af2885a authored over 1 year ago by Norbel AMBANUMBEN <[email protected]>
Update syntax

github.com/ooni/sysadmin - d505bfbf75f0e52a71bd4c6dfb2a2d044bc04f94 authored over 1 year ago by Federico Ceratto <[email protected]>
Bump ClickHouse version

github.com/ooni/sysadmin - 40e569ac82e5ee99f255a057b6a98d6ac852d399 authored over 1 year ago by Federico Ceratto <[email protected]>
Deploy test API nginx conf

github.com/ooni/sysadmin - cfee0e82d37b0439883599856c3bb3c89c368ed3 authored over 1 year ago by Federico Ceratto <[email protected]>
set hostname

github.com/ooni/sysadmin - ebdf858278fa234b833dd10ac5a2fefa69e88b15 authored over 1 year ago by Federico Ceratto <[email protected]>
Move backend-hel to bookworm

github.com/ooni/sysadmin - 42e89c99cefa9c082af63392c5780dca035abc2f authored over 1 year ago by Federico Ceratto <[email protected]>
Merge pull request #610 from ooni/issues/1709/result-list-fragment

Chore: Update `ResultListFragment` and components to `ViewBinding`

github.com/ooni/probe-android - d3903f64be7df193436b4207538c3ad0115fe958 authored over 1 year ago by Norbel AMBANUMBEN <[email protected]>
cleanup: move measurex and tracex inside ./internal/legacy (#1261)

This diff moves the measurex and tracex packages inside of the
./internal/legacy package. The r...

github.com/ooni/probe-cli - f837d6124790c7612cc7801e72d09e4b1bcadc09 authored over 1 year ago by Simone Basso <[email protected]>
refactor(measurexlite): depend on model.MeasuringNetwork (#1260)

With this diff, we detach measurexlite from netxlite. It was already
quite detached through fun...

github.com/ooni/probe-cli - 56e4587ead96c91c83f61798a5880ae9b71320cf authored over 1 year ago by Simone Basso <[email protected]>
refactor(MeasuringNetwork): define dialers without resolver (#1259)

I initially planned on defining only the dialers with resolver and
explicitly passing `&NullRes...

github.com/ooni/probe-cli - a76ac68215bfe33180c39ba08a6afe19c67d3fde authored over 1 year ago by Simone Basso <[email protected]>
feat: introduce model.MeasuringNetwork (#1258)

This diff introduces the model.MeasuringNetwork interface that defines
the factories required f...

github.com/ooni/probe-cli - 8bf9d88fd67d4ee3f7952bfa04a716d58d8dac23 authored over 1 year ago by Simone Basso <[email protected]>
Merge pull request #609 from ooni/issues/1709/progress-fragment

Chore: Update `ProgressFragment` to `ViewBinding`

github.com/ooni/probe-android - 15cbb86e7bf080f1272147ec80a17ba236efd586 authored over 1 year ago by Norbel AMBANUMBEN <[email protected]>
feat(netxlite): use *Netx for NewParallelUDPResolver (#1257)

The overall idea at this point is that we will have an interface
containing the methods we curr...

github.com/ooni/probe-cli - 3fcd5b07a6f6e637c2f9df245a20578b7910843b authored over 1 year ago by Simone Basso <[email protected]>
feat(netxlite): use *Netx for creating UTLS handshakers (#1256)

While working on removing technical debt, as part of
https://github.com/ooni/probe/issues/2531,...

github.com/ooni/probe-cli - abc02615eecf0e57217e3a1a7d2b95bdb6fb3e66 authored over 1 year ago by Simone Basso <[email protected]>
feat(netxlite): use *Netx for creating DoH resolvers (#1255)

While working on removing technical debt, as part of
https://github.com/ooni/probe/issues/2531,...

github.com/ooni/probe-cli - 2fc3866a47fb4bdde0b88786884dbdeed7284ef4 authored over 1 year ago by Simone Basso <[email protected]>
refactor(netxlite): use *Netx for creating HTTP3 transports (#1254)

This diff is like
https://github.com/ooni/probe-cli/commit/50279a7f659d407c2dab6904227083087ae7...

github.com/ooni/probe-cli - 20e503572dbf1a3139f518be9367cdbbc01c93f1 authored over 1 year ago by Simone Basso <[email protected]>
refactor(netxlite): use *Netx for creating HTTP transports (#1253)

This diff is like
https://github.com/ooni/probe-cli/commit/50279a7f659d407c2dab6904227083087ae7...

github.com/ooni/probe-cli - 84bf85a6c6f58d6bcc305acf16665e963e45f2db authored over 1 year ago by Simone Basso <[email protected]>
refactor(netxlite): use *Netx for creating TLS handshakers (#1252)

This diff is like
https://github.com/ooni/probe-cli/commit/50279a7f659d407c2dab6904227083087ae7...

github.com/ooni/probe-cli - f36432c7fb1fb1e56468a0ae948b0a6dba91a66f authored over 1 year ago by Simone Basso <[email protected]>
refactor(netxlite): use *Netx for creating QUIC dialers (#1251)

This diff is like
https://github.com/ooni/probe-cli/commit/8a5edc22e3fde71e412715e6f96797376252...

github.com/ooni/probe-cli - 50279a7f659d407c2dab6904227083087ae745e7 authored over 1 year ago by Simone Basso <[email protected]>
refactor(netxlite): use *Netx for creating UDP sockets (#1250)

This diff is similar to
https://github.com/ooni/probe-cli/commit/07a048ce8e944ba68b3fd55faf6c1d...

github.com/ooni/probe-cli - 8a5edc22e3fde71e412715e6f96797376252b0ce authored over 1 year ago by Simone Basso <[email protected]>
refactor(netxlite): use *Netx for the system dialer (#1249)

This diff is like
https://github.com/ooni/probe-cli/commit/7224984b36cae8b815006b240ded83a02c8a...

github.com/ooni/probe-cli - 07a048ce8e944ba68b3fd55faf6c1de9a9620485 authored over 1 year ago by Simone Basso <[email protected]>
refactor(netxlite): use *Netx for the system resolver (#1248)

This diff modifies how we construct netxlite's system resolver such that
public functions use t...

github.com/ooni/probe-cli - 7224984b36cae8b815006b240ded83a02c8a47b0 authored over 1 year ago by Simone Basso <[email protected]>
Merge pull request #608 from ooni/issues/1709/text-activity

Chore: Update `TextActivity` to `ViewBinding`

github.com/ooni/probe-android - f55143a893d655bfb6d330084f869ea324b37f17 authored over 1 year ago by Norbel AMBANUMBEN <[email protected]>
cleanup(netxlite): QUICListener -> UDPListener (#1247)

I am reasoning about https://github.com/ooni/probe/issues/2531 and thus
reading the codebase. I...

github.com/ooni/probe-cli - 223e7c399675ece2fbb681bcf5970c96b6196a29 authored over 1 year ago by Simone Basso <[email protected]>
refactor(measurexlite): move OperationLogger to logx (#1246)

## Checklist

- [x] I have read the [contribution
guidelines](https://github.com/ooni/probe-c...

github.com/ooni/probe-cli - 43f198049303c640f01c891ab2ff0508d3432860 authored over 1 year ago by Simone Basso <[email protected]>
Merge pull request #607 from ooni/issues/1709/result-detail-activity

Chore: Update `ResultDetailActivity` and component fragment to use `ViewBinding`

github.com/ooni/probe-android - d3aefa0dcdc0fd884a005c2ba19c9e79e618de87 authored over 1 year ago by Norbel AMBANUMBEN <[email protected]>
Merge pull request #606 from ooni/issues/1709/measurement-detail-activity

Chore: Update `MeasurementDetailActivity` and component fragment to use `ViewBinding`

github.com/ooni/probe-android - ed9b2bb9e3d2fe06fa02bdb961e22cd0df3d3476 authored over 1 year ago by Norbel AMBANUMBEN <[email protected]>
Merge pull request #605 from ooni/issues/1709/info-activity

Chore: Update `InfoActivity` to `ViewBinding`

github.com/ooni/probe-android - fe7c89749b662c5294f39879e17ad5a46857a3dd authored over 1 year ago by Norbel AMBANUMBEN <[email protected]>
Merge pull request #604 from ooni/issues/1709/custom-website-activity

Chore: Update `CustomWebsiteActivity` to `ViewBinding`

github.com/ooni/probe-android - e2e127ebef44a18d5e85a79f20cd55e83ac0e991 authored over 1 year ago by Norbel AMBANUMBEN <[email protected]>
deploy: ooni/ooni.org@04c0e9b001cf3cadc2d42f60089a5a4e4fab7590

github.com/ooni/ooni.github.io - 7492b05c077f095e4ffea8886eaf9474b015c030 authored over 1 year ago by sloncocs <[email protected]>
Update index.md (#1414)

github.com/ooni/ooni.org - 04c0e9b001cf3cadc2d42f60089a5a4e4fab7590 authored over 1 year ago by Elizaveta <[email protected]>
deploy: ooni/ooni.org@011606b9af16c693b3424952feb8c4acc3851031

github.com/ooni/ooni.github.io - dd70cb0fd273d149d3b1469521dd1157312c3028 authored over 1 year ago by sloncocs <[email protected]>
Add ifkz partner page (#1410)

* Create folders

* Add logo

* Create index.md

* Delete index.md

* Update index.md

...

github.com/ooni/ooni.org - 011606b9af16c693b3424952feb8c4acc3851031 authored over 1 year ago by Elizaveta <[email protected]>
Merge pull request #602 from ooni/chore/dashboard-fragment-upgrade-to-view-binding

Chore: Update `DashboardFragment` to `ViewBinding`

github.com/ooni/probe-android - 4fd3e60e36f0a78595b01eeb03d12fc3d22bc8ad authored over 1 year ago by Norbel AMBANUMBEN <[email protected]>
Merge pull request #594 from ooni/chore/overview-activity-upgrade-to-view-binding

Chore: Update `OverviewActivity` to `ViewBinding`

github.com/ooni/probe-android - 26f1a94d3edc4c0d42b9440ffc98a18751b6b9cb authored over 1 year ago by Norbel AMBANUMBEN <[email protected]>
Merge pull request #593 from ooni/chore/upgdate-ooni-run-activity-to-viewbinding

Chore: Update `OoniRunActivity` to use `Viewbinding`

github.com/ooni/probe-android - e2e1e93b3f0415b742001a38c09b5536cc6644eb authored over 1 year ago by Norbel AMBANUMBEN <[email protected]>
Merge pull request #591 from ooni/issue/1989-update

Fix: Inconsistent behavior opening preference intent screens.

github.com/ooni/probe-android - 907aa0df8b4da9908448042f576d7763fbda890d authored over 1 year ago by Norbel AMBANUMBEN <[email protected]>
Merge pull request #592 from ooni/chore/running-activity-upgrade-to-view-binding

Chore: Update `RunningActivity` to `ViewBinding`

github.com/ooni/probe-android - 41eb5f5f24ac5608f49eac445ba30e13a3d743a4 authored over 1 year ago by Norbel AMBANUMBEN <[email protected]>
Merge pull request #572 from ooni/issues/2470

Unify calls to `checkIn` from foreground and automated tests

github.com/ooni/probe-android - 05caf25d8dd43fb3de1945c96d2c8cde59b63d08 authored over 1 year ago by Norbel AMBANUMBEN <[email protected]>
Fix duplicate content root and update dependencies to enable more fluent runs from the IDE

github.com/ooni/probe-android - c8c98d421e87b40ae47ed8b1fc3228e6ec6ff7ee authored over 1 year ago by Norbel Ambanumben <[email protected]>
Merge pull request #616 from ooni/revert-583-dependency-updates

Revert "Chore: Update Gradle and Android core dependencies"

github.com/ooni/probe-android - efeed02e1234e28fedad00e0db847c8acfb7df65 authored over 1 year ago by Norbel AMBANUMBEN <[email protected]>
Revert "Chore: Update Gradle and Android core dependencies"

github.com/ooni/probe-android - 6428bca4747562b2b9594197e1ab55d90093985b authored over 1 year ago by Norbel AMBANUMBEN <[email protected]>
Merge pull request #583 from ooni/dependency-updates

Chore: Update Gradle and Android core dependencies

github.com/ooni/probe-android - d4def50414db67800e4e691098f10a9c961352ad authored over 1 year ago by Norbel AMBANUMBEN <[email protected]>
probe-cli: Update to quic-go v0.37.3 (#1161)

## Checklist

- [x] I have read the [contribution
guidelines](https://github.com/ooni/probe-c...

github.com/ooni/probe-cli - 8d0db63826884e5f80644cfaedc498c1d2dfc0df authored over 1 year ago by kelmenhorst <[email protected]>
fix(webconnectivityqa): Always close the QAEnv (#1245)

This diff fixes a bug in the webconnectivityqa tests which we discovered due to the new quic-go ...

github.com/ooni/probe-cli - 229ac53f1312fabae39270fd595322406ef8a5d3 authored over 1 year ago by kelmenhorst <[email protected]>
Add basic integ test

github.com/ooni/backend - 41d1372ec8e6ef1c32f545396aa7a4bceead8c16 authored over 1 year ago by Federico Ceratto <[email protected]>
Support zstd compression for measurement uploads

github.com/ooni/backend - d19b25e6b63cd2d080878645f085dd42c2f0536b authored over 1 year ago by Federico Ceratto <[email protected]>
Cleanup

github.com/ooni/backend - 6f8e82cffb71621f2d709480a2212198e8a34c92 authored over 1 year ago by Federico Ceratto <[email protected]>
Add dependency

github.com/ooni/backend - 0c65aad8825aa2f0570b57f68f06087a57709538 authored over 1 year ago by Federico Ceratto <[email protected]>
Fix test

github.com/ooni/backend - 17bb38bc5ab0e5b069c74ad679d4779f66b6359d authored over 1 year ago by Federico Ceratto <[email protected]>
chore: upgrade to github.com/ooni/probe-engine@28aeb3307924 (#17)

This diff upgrades the probe-engine dependency to the last published
commit, which allows us to...

github.com/ooni/2023-05-richer-input - 04b348188b52943de97136a7e0d3a27bb0a3c100 authored over 1 year ago by Simone Basso <[email protected]>
chore: sync with probe-cli v3.18.0-alpha-86-g2051a2d3

github.com/ooni/probe-engine - 28aeb3307924d9e10a32ed1b6dd66df03f3afc32 authored over 1 year ago by Simone Basso <[email protected]>
Bump up buffer size

github.com/ooni/backend - cc78900a6ecdcef8d72f91563789cc3aa8913948 authored over 1 year ago by Federico Ceratto <[email protected]>
Buffer writes to fastpath table

github.com/ooni/backend - 6b0cce179aa70384ed12cd1a64cba39c37e4e1b4 authored over 1 year ago by Federico Ceratto <[email protected]>
Bugfix

github.com/ooni/backend - 3af048638973e9b261f02c876ee882930a6580db authored over 1 year ago by Federico Ceratto <[email protected]>
Improve list_measurements docs

github.com/ooni/backend - 79b57166c3bc5a7849c2f4f6098b96bc3c8a73d0 authored over 1 year ago by Federico Ceratto <[email protected]>
Improve description

github.com/ooni/backend - a58d0a56b17664ec9e3ef2f159ab232d152bdb1e authored over 1 year ago by Federico Ceratto <[email protected]>
Improve tests

github.com/ooni/backend - 58ccd93239542e270185b2f589245c99d188b2e2 authored over 1 year ago by Federico Ceratto <[email protected]>
Fix URL

github.com/ooni/backend - 462542aec9687b07e01d544cbe8a352816c7e677 authored over 1 year ago by Federico Ceratto <[email protected]>
Add version filtering to list_measurements

https://github.com/ooni/backend/issues/615

github.com/ooni/backend - 3b1902c3df4be510e258b399c8c4ff01d670383f authored over 1 year ago by Federico Ceratto <[email protected]>
Drop unused code

github.com/ooni/backend - a59a47f19879e28aec14779b5104c94675b70b20 authored over 1 year ago by Federico Ceratto <[email protected]>
Enable TH proxying on FSN

github.com/ooni/sysadmin - af8ed3980ac21bcb5a7351bace60cb4111ebd45a authored over 1 year ago by Federico Ceratto <[email protected]>
Enable TH proxying on -test

github.com/ooni/sysadmin - 13a321867cc85c9482502dc9319e711cf32e0097 authored over 1 year ago by Federico Ceratto <[email protected]>
cleanup: remove jafar and the previous QA framework (#1244)

## Checklist

- [x] I have read the [contribution
guidelines](https://github.com/ooni/probe-c...

github.com/ooni/probe-cli - 2051a2d330a63cd39d3eb44707f86378de1b079a authored over 1 year ago by Simone Basso <[email protected]>
feat(webconnectivityqa): import misconfigured-TLS test cases (#1243)

## Checklist

- [x] I have read the [contribution
guidelines](https://github.com/ooni/probe-c...

github.com/ooni/probe-cli - 18f9dcb5232f01bdd91a68f52ad327a05f1478ee authored over 1 year ago by Simone Basso <[email protected]>
fix(UNetStack): expose the TLSMITMConfig

Also part of https://github.com/ooni/probe/issues/1803

github.com/ooni/netem - 85d962536ff3bc1ca376d97a891463f3b0c78902 authored over 1 year ago by Simone Basso <[email protected]>
feat: fork google/martian/v3/mitm to build expired certs (#37)

To move forward with https://github.com/ooni/probe/issues/1803, I want
to generate expired cert...

github.com/ooni/netem - c91fe50ff8a593393543b973263bb0b4c6be5476 authored over 1 year ago by Simone Basso <[email protected]>
feat(webconnectivityqa): port jafar's http-diff test cases (#1242)

## Checklist

- [x] I have read the [contribution
guidelines](https://github.com/ooni/probe-c...

github.com/ooni/probe-cli - e14895a5f13aadd1f054bf7ac0c9bc92615162af authored over 1 year ago by Simone Basso <[email protected]>
feat(webconnectivityqa): convert more jafar test cases (#1241)

## Checklist

- [x] I have read the [contribution
guidelines](https://github.com/ooni/probe-c...

github.com/ooni/probe-cli - db7c7cf5b175b562f74a0f5a14b4d9cdff4b1bc5 authored over 1 year ago by Simone Basso <[email protected]>
feat: implement missing DPI rules (#36)

This diff implements the missing DPI rules required to complete
https://github.com/ooni/probe/i...

github.com/ooni/netem - 4c9ebf9611c6e56bbd21f7c8478c0acc522768aa authored over 1 year ago by Simone Basso <[email protected]>
feat(webconnectivityqa): start adapting test cases with redirects (#1240)

## Checklist

- [x] I have read the [contribution
guidelines](https://github.com/ooni/probe-c...

github.com/ooni/probe-cli - 39ee1cac06dfb0948e9a959e24b76232688480d9 authored over 1 year ago by Simone Basso <[email protected]>
fix(DPISpoofDNSResponse): return NXDOMAIN if rule contains no address (#35)

Required to move forward with https://github.com/ooni/probe/issues/1803

github.com/ooni/netem - 4889f9501fcfb56e7e5be938e9b7b436ed42391a authored over 1 year ago by Simone Basso <[email protected]>
webconnectivityqa: import test cases using proxies (#1239)

## Checklist

- [x] I have read the [contribution
guidelines](https://github.com/ooni/probe-c...

github.com/ooni/probe-cli - a379ecd85d342c2642fd88c97d700614a9d8a8be authored over 1 year ago by Simone Basso <[email protected]>
feat(testingx): import and adapt jafar TLS SNI proxy (#1238)

## Checklist

- [x] I have read the [contribution
guidelines](https://github.com/ooni/probe-c...

github.com/ooni/probe-cli - f374d219077057a6eacb4912153de58e6538b61c authored over 1 year ago by Simone Basso <[email protected]>