nyaa/nyaa
TheAMM 82aa243e45 config/forms: allow blacklisting email servers by IP
Adds a new config entry (EMAIL_SERVER_BLACKLIST, tuple of IPv4 addresses
as strings) and an email validator for registering, which will query all
the MX records for the domain and reject the registration if any of the
A records for any of the MX records are found in the blacklist.
If the query fails, the blacklist is ignored; the email is accepted.
2018-08-19 21:49:39 +03:00
..
static Revert "Make blue info bubble dismissible, configurable (#508)" 2018-08-03 04:34:19 +02:00
templates Revert "Make blue info bubble dismissible, configurable (#508)" 2018-08-03 04:34:19 +02:00
views users: activation button improvements (#506) 2018-07-09 22:15:19 -07:00
__init__.py Add 1 hour cache to magnet URIs (#503) 2018-07-10 01:22:49 -07:00
api_handler.py Move bencoded info dicts from mysql torrent_info table to info_dict directory. DB change! 2018-02-02 20:39:02 +01:00
backend.py Implement range bans (#478) 2018-06-29 20:15:04 -07:00
bencode.py bencode: fix nontermination on empty or malformed input 2017-07-24 20:53:48 -06:00
email.py [Config change] Password reset by email (#381) 2017-10-08 04:34:40 +03:00
extensions.py Add 1 hour cache to magnet URIs (#503) 2018-07-10 01:22:49 -07:00
forms.py config/forms: allow blacklisting email servers by IP 2018-08-19 21:49:39 +03:00
models.py Add 1 hour cache to magnet URIs (#503) 2018-07-10 01:22:49 -07:00
search.py config: Add Elasticsearch hosts (#492) 2018-07-09 22:26:23 -07:00
template_utils.py torrents: clean up & optimize magnets further 2018-07-21 22:06:58 +03:00
torrents.py torrents: clean up & optimize magnets further 2018-07-21 22:06:58 +03:00
utils.py Redo nuke functionality (#459) 2018-03-25 16:24:44 -07:00