index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
validators
/
email_mx_validator.rb
Age
Commit message (
Expand
)
Author
2023-01-24
Fix email with empty domain name labels passing validation (#23246)
Claire
2022-04-29
Remove IP matching from e-mail domain blocks (#18190)
Eugen Rochko
2022-02-24
Change e-mail domain blocks to block IPs dynamically (#17635)
Eugen Rochko
2021-03-19
Bypass MX validation for explicitly allowed domains (#15930)
Claire
2021-03-01
Add `details` to error response for `POST /api/v1/accounts` in REST API (#15803)
Eugen Rochko
2020-08-12
Improve email address validation (#14565)
ThibG
2019-08-30
Fix encoding error when checking e-mail MX records (#11696)
Eugen Rochko
2019-02-12
Add support for IPv6 only MXes in Email validation (#10009)
Franck Zoccolo
2018-12-10
Improve e-mail MX validator and add tests (#9489)
Eugen Rochko
2018-07-26
Call address instead of exchange (#8076)
abcang
2018-07-05
In e-mail validator, fallback from MX to A record (#7955)
Eugen Rochko
2018-05-28
fix: Don't validate MX record in development (#7654)
takayamaki
2018-05-27
Validate that e-mail resolves with MX and it's not blacklisted (#7631)
Eugen Rochko