| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Signed-off-by: Jesús <heckyel@hyperbola.info>
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
| |
The main difference is that modules share their code within the same
session.
|
| |
|
|
|
|
| |
- Remove libregit.org (CloudFlare attack)
|
| |
|
|
|
|
|
|
| |
- Flush caches on upgrade
- Properly handle FrameModule's unloading
- Use the new module and remove the old implementation
|
| |
|
| |
|
|
|
|
|
|
| |
Ported from uMatrix.
I agree that the number of blocked requests is more useful than the
number of distinct requests.
|
| |
|
|
|
|
| |
Hopefully I caught all of them!
|
|
Pretty much just changing the name and the copyright.
|