Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add note to take PSL parsing out of processHEADmaster | 2025-05-29 | -0/+4 | |
| | ||||
* | Correct ignores in gitignore for generated files | 2025-05-29 | -2/+2 | |
| | ||||
* | Remove generated parser files | 2025-05-29 | -1527/+0 | |
| | ||||
* | Handle the new map return from the parser (use valid subkey) | 2025-05-29 | -1/+6 | |
| | ||||
* | Parser should not fail for unrecognised tags, store them aside | 2025-05-29 | -14/+35 | |
| | ||||
* | DMARC get_dmarc_policy/1 does everything now | 2025-05-29 | -33/+27 | |
| | ||||
* | Add dmarc_parser and dmarc_lexer generated files to gitignore | 2025-05-29 | -0/+5 | |
| | ||||
* | Add an additional log for refresh of PSL | 2025-05-28 | -0/+2 | |
| | ||||
* | Handle PSL updating logic weekly | 2025-05-28 | -5/+38 | |
| | ||||
* | Use PSL for DMARC lookups | 2025-05-28 | -2/+4 | |
| | ||||
* | Add DMARC module root | 2025-05-28 | -0/+41 | |
| | ||||
* | Add utility module for fetching DNS data | 2025-05-28 | -0/+20 | |
| | ||||
* | Add DMARC struct storage and validation | 2025-05-28 | -0/+311 | |
| | ||||
* | Add leex and yecc files & Elixir interface for DMARC parse | 2025-05-28 | -0/+1644 | |
| | ||||
* | Add PSL GenServer | 2025-05-28 | -0/+104 | |
| | | | | | | I appreciate this is probably a nasty way to do this and we should just have this be part of the startup, it was easier to bodge it in this way | |||
* | Add priv directory | 2025-05-28 | -0/+0 | |
| | ||||
* | Update project as application | 2025-05-28 | -13/+14 | |
| | ||||
* | Add PSL files to gitignore | 2025-05-28 | -0/+2 | |
| | ||||
* | Add branding | 2025-04-22 | -0/+2 | |
| | ||||
* | Initial commit | 2025-04-21 | -0/+360 | |