Cookie Engineer

Results 47 comments of Cookie Engineer

Which is then the newer, updated, correct DNS specification or draft for this? I'm assuming that what you're saying is that RFC8427 is outdated and there's a newer specification in...

@stevespringett Is there a formal procedure on how to request a feature proposal other than here?

The Peerer should manage the task of local and global peer discovery, and add the responses accordingly to the `this.stealth.settings.peers[]` array (and `settings.hosts[]`). In order to clean up the Peer...

Additionally, scheduled tasks need support to follow links given a specific URL pattern. This specifically results in a UX problem, where it's currently unsure how to integrate the following of...

As of https://github.com/cookiengineer/stealth/commit/9091744ee5941948c3488ed4f14ddf086f974473 most of the core functionality is now tested end-to-end, including the Request API. As Covert meanwhile uses the `check` action to verify the contents of a Review...

The `Session` service needs further Reviews once the integration with the UI cards has been implemented. So far, these were the newly added methods to stealth/server/Session and stealth/client/Session: - [...

The `Blockers` service has changed now, too, and needs a better Review. - [ ] Fix Settings Review - [ ] Fix Settings Service Reviews (client/server) - [ ] Fix...

Most of the standalone `Download` API has been implemented. The Review, however, needs more test cases for servers that return invalid responses (e.g. the wrong 206 byte ranges or the...

In order to ease up UX, when a Website was successfully downloaded via Peers, the `BROWSER.back()` method should be called, so that the correct URL is being rendered in the...

The `fix-request` error page now has to be renamed to `fix-connection`, as the Connection refactor led to multiple error scenarios that all transport protocols now may trigger. The list off...