An advanced abuse management tool. It's a Synapse module that allows server owners to safely host rdlist, or use rdlist to prevent users from accessing tagged rooms.
Go to file
2023-08-11 01:09:20 +08:00
logo initial commit, simple hello world module hooked into user_may_join_room() 2023-08-09 23:02:59 +08:00
abuse_lookup_module.py revert to the last kind of working code lol 2023-08-11 01:09:20 +08:00
hello_world_module.py add execure permissions to modules 2023-08-10 18:15:50 +08:00
LICENSE Initial commit 2023-08-03 08:24:35 -04:00
README.md update the logo link 2023-08-09 23:04:04 +08:00
style_guide.md initial commit, simple hello world module hooked into user_may_join_room() 2023-08-09 23:02:59 +08:00
technical_spec.md initial commit, simple hello world module hooked into user_may_join_room() 2023-08-09 23:02:59 +08:00

redlight

redlight logo

"The red light means stop!"

An advanced abuse management tool. It's a Synapse module that allows server owners to either run a "redlight server", or to act as a "redlight client" to prevent their own users from accessing abusive rooms. It's designed to block child sexual abuse material (CSAM) and other abusive content on the Matrix network.

This software attempts to resolve the complex problem of how to share pointers to rooms containing abusive content in order to block or report activity. These room lists are sensitive and sharing them can not only aid people in blocking this content but also direct bad actors to said content.

The goal of this tool is to simply block this content as efficiently as possible across many small-medium sized servers.

Features

Easy, setup for homeserver owners via Synapse Module
Private, hashing is used to prevent redlight clients from sharing room_ids with redlight servers
Decentralised, many people can run redlight servers with their own blocking policies, redlight clients are free to pick a provider
Safe, access restrictions and ratelimiting are used to guard the content of rdlist

How it Works

...

For a more detailed description of how it will work please consult the Technical Specification.

Coming soon...

License

This project is licensed under the MIT License.

Contributing

We warmly welcome contributors who are interested in improving Matrix Lantern. Whether you're fixing bugs, improving documentation, or proposing new features, your efforts are greatly appreciated. Please ensure that new contributions follow our Style Guide.

Acknowledgements

Redlight is a community-driven project aimed at protecting the Matrix network's users from harmful content. Our thanks go out to the Matrix network, Glowers Club, and all our contributors who make this project possible.

Roadmap

  1. Get a basic prototype working.