aboutsummaryrefslogtreecommitdiffstats
path: root/js/messaging.js
Commit message (Collapse)AuthorAgeFilesLines
* update from upstreamJesús2022-04-061-11/+13
|
* Fix typo...Alessio Vanni2022-04-061-1/+1
| | | | 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>
* Use the proper argument on Tools.jsm functionsJesús2020-05-021-2/+9
|
* Make utils.js a moduleJesús2020-05-021-3/+3
| | | | | The main difference is that modules share their code within the same session.
* Style changesJesús2020-05-021-407/+300
|
* Update URL projectJesús2020-03-151-1/+1
| | | | - Remove libregit.org (CloudFlare attack)
* Update copyright noticeJesús2020-03-151-1/+1
|
* backportJesús2019-12-301-8/+9
| | | | | | - Flush caches on upgrade - Properly handle FrameModule's unloading - Use the new module and remove the old implementation
* remove tabs in javascript filesJesús2019-08-111-704/+704
|
* rebrand site URLJesús2019-08-101-1/+1
|
* Change from distinct requests to blocked requestsAlessio Vanni2019-03-021-1/+1
| | | | | | Ported from uMatrix. I agree that the number of blocked requests is more useful than the number of distinct requests.
* Add links to eMatrix repository homepageAlessio Vanni2019-02-201-0/+1
|
* Change all names from μMatrix to ηMatrixAlessio Vanni2019-02-201-133/+133
| | | | Hopefully I caught all of them!
* Fork uMatrixAlessio Vanni2019-02-191-0/+963
Pretty much just changing the name and the copyright.