aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update to v3.1.4HEADmasterJesús2022-04-062-2/+2
|
* update creditsJesús2022-04-0615-46/+74
|
* Add .editorconfigJesús2022-04-061-0/+8
|
* fix name appJesús2022-04-0611-24/+24
|
* update from upstreamJesús2022-04-06117-12400/+8842
|
* Limit recursion when handling parametersAlessio Vanni2022-04-061-106/+105
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Style changesAlessio Vanni2022-04-065-916/+820
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Hardcode the hostname in boostrap.jsAlessio Vanni2022-04-061-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 Vanni2022-04-061-1/+1
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Update Hyperlink Auditing URLJesús2022-04-0632-58/+58
|
* Consider more events when counting blocked requestsJesús2022-04-061-241/+243
| | | | Backported from uMatrix.
* Fix selectorsAlessio Vanni2022-04-061-37/+37
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Other small fixesAlessio Vanni2022-04-061-4/+4
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Rewrite messaging.jsAlessio Vanni2022-04-061-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 changeAlessio Vanni2022-04-061-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 changesAlessio Vanni2022-04-062-1/+60
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Fix a few thingsJesús2022-04-061-2/+9
|
* Minor style changesAlessio Vanni2022-04-061-11/+18
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* update URLJesús2021-10-142-5/+1
|
* New version 3.1.2Jesús2020-08-133-3/+3
|
* assests.json: change to urlhaus.abuse.ch URLJesús2020-08-131-1/+3
|
* Actually remove stale filtersJesús2020-08-133-0/+52
|
* Restore native URL libregitJesús2020-08-131-1/+1
|
* Remove stale filtersJesús2020-08-131-17/+5
|
* Fix URL download XPiJesús2020-05-021-1/+1
|
* New version 3.1.1Jesús2020-05-023-3/+3
|
* Removed discontinued filter listJesús2020-05-021-11/+0
|
* Use the proper argument on Tools.jsm functionsJesús2020-05-021-2/+9
|
* Fix typing errorsJesús2020-05-022-2/+2
|
* Make utils.js a moduleJesús2020-05-025-11/+129
| | | | | The main difference is that modules share their code within the same session.
* Style changesJesús2020-05-021-407/+300
|
* Add support for Iceape-UXPJesús2020-05-022-1/+11
|
* new version 3.1.0Jesús2020-03-153-3/+3
|
* Update URL projectJesús2020-03-1590-121/+121
| | | | - Remove libregit.org (CloudFlare attack)
* locale spanish updateJesús2020-03-151-1/+1
|
* Add missing strings and remove da localeJesús2020-03-1540-228/+180
|
* Remove the bn locale from the MakefileJesús2020-03-151-3/+2
|
* Remove the bn localeJesús2020-03-152-193/+0
|
* Change the HostMap key againJesús2020-03-152-7/+7
|
* Update to new HostMap API and log CNAME resolutionsJesús2020-03-151-3/+9
|
* Use nsIURI as keyJesús2020-03-151-2/+4
|
* Add module to MakefileJesús2020-03-151-1/+1
|
* Add warningJesús2020-03-151-1/+1
|
* Update copyright noticeJesús2020-03-1588-88/+88
|
* Cache resolved hostnamesJesús2020-03-152-0/+58
|
* Uncloack CNAME hostnamesJesús2020-03-155-9/+56
|
* Style changesJesús2020-03-151-173/+160
|
* Iterate over queue instead of using recursionJesús2020-03-151-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 bracketJesús2020-03-151-1/+0
|
* Increase the number of available pending requestsJesús2020-03-151-58/+58
|