about summary refs log tree commit diff
path: root/MatrixAntiDmSpam.Core/ReportManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-05-24Implement hook that runs *before* rejecting an inviteRory&1-0/+6
2025-05-24Implement automatic reportingRory&1-4/+80
2025-05-24Log config on startupgRory&3-0/+49
2025-05-24Update LibMatrix to support takedown policies and hashed entitiesRory&4-11/+8
2025-05-22Update list of suggested devicesRory&1-1/+1
2025-05-22Update readmeRory&1-2/+8
2025-05-22Split up the different features in separate classesRory&7-98/+160
2025-05-15Move logging to the end of sample configRory&1-7/+7
2025-05-15Add presence=offline to template configRory&1-1/+7
2025-05-15Some various improvements, redo configuration, clean up example configRory&9-38/+58
2025-05-15Fix bug removing all policies that arent user added, theoretically fix ↵Rory&2-24/+29
missing room_id bugfix
2025-05-15Update ArcaneLibsRory&1-0/+0
2025-05-15Update libmatrix to track main againRory&1-0/+0
2025-05-10Recover from invalid ignore list entriesRory&2-17/+54
2025-05-09try to fix invalid ignore list entriesRory&2-7/+20
2025-05-08Update readmeRory&1-1/+22
2025-05-08Switch to msc4222Rory&4-21/+23
2025-05-04Fix install-user-units.shRory&1-0/+1
2025-05-04Add simple install scriptsRory&3-0/+80
2025-05-02Add support for ignoring users, change internal APIRory&9-17/+211
2025-05-01Move core logic to a separate library to facilitate embeddingRory&9-6/+47
2025-05-01Fix readmeRory&1-1/+1
2025-05-01Update LibMatrix, fix readmeRory&3-6/+7
2025-03-26Simplify invite store, use multiple threads for evaluating policies to scale ↵Rory&11-221/+209
beyond unreasonable policy counts
2025-03-21Work on README, add licenseRory&3-1/+690
2025-03-19Small cleanup, add start of readmeRory&8-3/+40
2025-03-19Rejecting invites from already banned users works nowRory&8-32/+150
2025-03-18Add more stores, do osme workRory&9-5/+79
2025-03-17WorkRory&6-4/+34