Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update to v3.1.4HEADmaster | Jesús | 2022-04-06 | 2 | -2/+2 |
| | |||||
* | update credits | Jesús | 2022-04-06 | 15 | -46/+74 |
| | |||||
* | Add .editorconfig | Jesús | 2022-04-06 | 1 | -0/+8 |
| | |||||
* | fix name app | Jesús | 2022-04-06 | 11 | -24/+24 |
| | |||||
* | update from upstream | Jesús | 2022-04-06 | 117 | -12400/+8842 |
| | |||||
* | Limit recursion when handling parameters | Alessio Vanni | 2022-04-06 | 1 | -106/+105 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Style changes | Alessio Vanni | 2022-04-06 | 5 | -916/+820 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Hardcode the hostname in boostrap.js | Alessio Vanni | 2022-04-06 | 1 | -11/+6 |
| | | | | | | | | The variable was likely used by uMatrix because the code was shared with uBlock, but this is not the case for ηMatrix, so let's just use the string as-is. Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Fix typo... | Alessio Vanni | 2022-04-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Update Hyperlink Auditing URL | Jesús | 2022-04-06 | 32 | -58/+58 |
| | |||||
* | Consider more events when counting blocked requests | Jesús | 2022-04-06 | 1 | -241/+243 |
| | | | | Backported from uMatrix. | ||||
* | Fix selectors | Alessio Vanni | 2022-04-06 | 1 | -37/+37 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Other small fixes | Alessio Vanni | 2022-04-06 | 1 | -4/+4 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Rewrite messaging.js | Alessio Vanni | 2022-04-06 | 1 | -802/+738 |
| | | | | | | | | | Before, it was a series of switch statements that did stuff based on the content of a field of the request object; the new implementation does dynamic dispatching of "methods" (just some functions in a table) instead. Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Just a whitespace change | Alessio Vanni | 2022-04-06 | 1 | -1/+1 |
| | | | | | | | It was generated during a general scan to search for an issue, but let's make a commit anyway; it doesn't really hurt anyone. Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Move RowSnapshot into a module Preparation for future changes | Alessio Vanni | 2022-04-06 | 2 | -1/+60 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Fix a few things | Jesús | 2022-04-06 | 1 | -2/+9 |
| | |||||
* | Minor style changes | Alessio Vanni | 2022-04-06 | 1 | -11/+18 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | update URL | Jesús | 2021-10-14 | 2 | -5/+1 |
| | |||||
* | New version 3.1.2 | Jesús | 2020-08-13 | 3 | -3/+3 |
| | |||||
* | assests.json: change to urlhaus.abuse.ch URL | Jesús | 2020-08-13 | 1 | -1/+3 |
| | |||||
* | Actually remove stale filters | Jesús | 2020-08-13 | 3 | -0/+52 |
| | |||||
* | Restore native URL libregit | Jesús | 2020-08-13 | 1 | -1/+1 |
| | |||||
* | Remove stale filters | Jesús | 2020-08-13 | 1 | -17/+5 |
| | |||||
* | Fix URL download XPi | Jesús | 2020-05-02 | 1 | -1/+1 |
| | |||||
* | New version 3.1.1 | Jesús | 2020-05-02 | 3 | -3/+3 |
| | |||||
* | Removed discontinued filter list | Jesús | 2020-05-02 | 1 | -11/+0 |
| | |||||
* | Use the proper argument on Tools.jsm functions | Jesús | 2020-05-02 | 1 | -2/+9 |
| | |||||
* | Fix typing errors | Jesús | 2020-05-02 | 2 | -2/+2 |
| | |||||
* | Make utils.js a module | Jesús | 2020-05-02 | 5 | -11/+129 |
| | | | | | The main difference is that modules share their code within the same session. | ||||
* | Style changes | Jesús | 2020-05-02 | 1 | -407/+300 |
| | |||||
* | Add support for Iceape-UXP | Jesús | 2020-05-02 | 2 | -1/+11 |
| | |||||
* | new version 3.1.0 | Jesús | 2020-03-15 | 3 | -3/+3 |
| | |||||
* | Update URL project | Jesús | 2020-03-15 | 90 | -121/+121 |
| | | | | - Remove libregit.org (CloudFlare attack) | ||||
* | locale spanish update | Jesús | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Add missing strings and remove da locale | Jesús | 2020-03-15 | 40 | -228/+180 |
| | |||||
* | Remove the bn locale from the Makefile | Jesús | 2020-03-15 | 1 | -3/+2 |
| | |||||
* | Remove the bn locale | Jesús | 2020-03-15 | 2 | -193/+0 |
| | |||||
* | Change the HostMap key again | Jesús | 2020-03-15 | 2 | -7/+7 |
| | |||||
* | Update to new HostMap API and log CNAME resolutions | Jesús | 2020-03-15 | 1 | -3/+9 |
| | |||||
* | Use nsIURI as key | Jesús | 2020-03-15 | 1 | -2/+4 |
| | |||||
* | Add module to Makefile | Jesús | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Add warning | Jesús | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Update copyright notice | Jesús | 2020-03-15 | 88 | -88/+88 |
| | |||||
* | Cache resolved hostnames | Jesús | 2020-03-15 | 2 | -0/+58 |
| | |||||
* | Uncloack CNAME hostnames | Jesús | 2020-03-15 | 5 | -9/+56 |
| | |||||
* | Style changes | Jesús | 2020-03-15 | 1 | -173/+160 |
| | |||||
* | Iterate over queue instead of using recursion | Jesús | 2020-03-15 | 1 | -9/+7 |
| | | | | | As much as I like recursion, this case is simple enough to actually make things worse, even if it's just a slight unreadability. | ||||
* | Remove stray bracket | Jesús | 2020-03-15 | 1 | -1/+0 |
| | |||||
* | Increase the number of available pending requests | Jesús | 2020-03-15 | 1 | -58/+58 |
| |