Initial implementation of spam check

It checks during the sends if there are spam warnings then give to the message an attribute spam=true (only for receivers)
This commit is contained in:
Athozus 2023-12-24 15:44:29 +01:00
parent 75510d2551
commit bfe0ef2711
4 changed files with 44 additions and 0 deletions

View file

@ -4,5 +4,6 @@ dofile(MP .. "/util/normalize.lua")
dofile(MP .. "/util/colors.lua")
dofile(MP .. "/util/contact.lua")
dofile(MP .. "/util/settings.lua")
dofile(MP .. "/util/spam.lua")
dofile(MP .. "/util/time_ago.lua")
dofile(MP .. "/util/uuid.lua")