[openstreetmap/openstreetmap-website] Limit number of edits per user and day (#2342)
SomeoneElseOSM
notifications at github.com
Sat Oct 28 11:06:49 UTC 2023
Just to give an idea of the scale of the problem, here's some vandalism from the last hour:
changesets=> select id,created_at,num_changes from osm_changeset where user_name = 'bojicat389';
id | created_at | num_changes
-----------+---------------------+-------------
143253187 | 2023-10-28 10:23:25 | 10000
143253195 | 2023-10-28 10:23:33 | 10000
143253207 | 2023-10-28 10:23:42 | 10000
143253219 | 2023-10-28 10:23:51 | 10000
143253229 | 2023-10-28 10:23:59 | 10000
143253238 | 2023-10-28 10:24:07 | 10000
143253243 | 2023-10-28 10:24:14 | 10000
143253252 | 2023-10-28 10:24:22 | 10000
143253260 | 2023-10-28 10:24:30 | 10000
143253271 | 2023-10-28 10:24:38 | 10000
143253278 | 2023-10-28 10:24:46 | 10000
143253284 | 2023-10-28 10:24:54 | 10000
143253293 | 2023-10-28 10:25:02 | 10000
143253302 | 2023-10-28 10:25:10 | 10000
143253309 | 2023-10-28 10:25:18 | 10000
143253317 | 2023-10-28 10:25:28 | 7833
(snip, 39 changesets in total)
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/2342#issuecomment-1783779851
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/issues/2342/1783779851 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20231028/626a4766/attachment.htm>
More information about the rails-dev
mailing list