Post AFUqKllzEBpzWNhJr6 by stux@mstdn.social
(DIR) More posts by stux@mstdn.social
(DIR) Post #AFUpqNkly3QWL2dkOm by stux@mstdn.social
2022-01-16T11:26:22Z
0 likes, 0 repeats
It almost feels like the Masto dev team WANTS the fedi full of spamm accounts.. I can cry, scream for as much help as I want but it just gets ignored or stuff never gets merged.. Maybe we should just migrate to Pleroma lol
(DIR) Post #AFUpu1lHfs7ZI4cLZY by stux@mstdn.social
2022-01-16T11:27:02Z
0 likes, 0 repeats
That was a joke btw :blobcatgiggle:​But yes, the situation is very sad.
(DIR) Post #AFUpve4uhRF0PuZR3I by puniko@mk.absturztau.be
2022-01-16T11:27:27.367Z
0 likes, 0 repeats
@stux@mstdn.social ​:innocent_ai:​ migrate to misskey
(DIR) Post #AFUpxe1Jt02qofqJfM by stux@mstdn.social
2022-01-16T11:27:40Z
0 likes, 0 repeats
Got the original issue here:https://github.com/glitch-soc/mastodon/issues/1649Solution:https://github.com/mastodon/mastodon/pull/15275This just gets forgotten lol
(DIR) Post #AFUpylnETMMxDFn3QW by stux@mstdn.social
2022-01-16T11:27:54Z
0 likes, 0 repeats
@puniko Haha atleast they offer good anti-spam support!
(DIR) Post #AFUq4rwWWKP01X2oO8 by kura@z0ne.social
2022-01-16T11:29:09.226Z
0 likes, 0 repeats
@stux@mstdn.social you still got the option to just add a small page like https://uwu.social does. also instead of pleroma, i think the misskey interface is a bit more mastodonfriendly/like - especially as official masto fronend for pleroma was dropped.just my 2c[only problem is that misskey doesnt support masto client api]
(DIR) Post #AFUqAsaR2XMbl2ZwFE by stux@mstdn.social
2022-01-16T11:30:05Z
0 likes, 0 repeats
@kura Yess and no! 😮 If i use that option the API signup gets disabled :sad_cat:​ Thats good for anti-bot but bad for first time users who wanna signup via the app
(DIR) Post #AFUqFC2KfRKFEsgUIS by kura@z0ne.social
2022-01-16T11:31:01.521Z
0 likes, 0 repeats
@stux@mstdn.social its less likely people start with the app imo.[sure there are some but its a lower amount me thinks]
(DIR) Post #AFUqKllzEBpzWNhJr6 by stux@mstdn.social
2022-01-16T11:31:54Z
0 likes, 0 repeats
@kura True! It's lower indeed :ablobwink:​ This sucks all so much, i feel like the bots win big time
(DIR) Post #AFUqad3LPsnt6sNYsy by kura@z0ne.social
2022-01-16T11:34:53.445Z
0 likes, 0 repeats
@stux@mstdn.social you could try to add a user agent filter on your webserver.or try a ratelimit thing that only allows 2-4 requests/second/ip on the text content serving endpointsno normal user would open more then that i guess.wouldnt solve the bot issue but drastically reduce the amount of signups
(DIR) Post #AFUqfSOcSwTxVRdH3g by kura@z0ne.social
2022-01-16T11:35:46.679Z
0 likes, 0 repeats
@stux@mstdn.social *wouldnt
(DIR) Post #AFUr015ZBlpAtZWYsK by Solsticely@voring.me
2022-01-16T11:39:14Z
0 likes, 0 repeats
@stux do we need to remind gargron to review the code?
(DIR) Post #AFUr34d6Tpx2kJfVtA by stux@mstdn.social
2022-01-16T11:39:54Z
0 likes, 0 repeats
@Solsticely Perhaps 😇 I also mentioned him just in case :blobcatgiggle:​
(DIR) Post #AFUrGCKTAIi6OFD7r6 by Solsticely@voring.me
2022-01-16T11:42:12Z
0 likes, 0 repeats
@stux masto's review is slooooowwwww :blobcoffeeunamused:
(DIR) Post #AFUrIELYdQRpE6gm2q by jakob@soc.schuerz.at
2022-01-16T11:42:38Z
0 likes, 0 repeats
@stux pleroma is useable with masto frontend. you can choose as user...
(DIR) Post #AFUruK9VUwGeEjDVBo by tykayn@mastodon.cipherbliss.com
2022-01-16T11:49:31Z
0 likes, 0 repeats
@stuxfun thing is, there seems to already have a kind of anti spam on the registration form.but yeah, no efficient captcha or question and answer fields to customize.i too wish i knew ruby on rails enough to properly merge stuff done by other or to develop a no lib thing working properly on the Web form and on the registration API.If you make something like that please mention me ;)
(DIR) Post #AFUry3w3jZMR6Ci2RE by stux@mstdn.social
2022-01-16T11:50:12Z
0 likes, 0 repeats
@tykayn Yess the "honeypot" but that doesn't work at all :sad_cat:​
(DIR) Post #AFVMVEbG6N58M6iJWq by trebach@mstdn.social
2022-01-16T17:30:58Z
0 likes, 0 repeats
@kura Problem is it's a bunch of different IP addresses. We only see a bot coming from the same /24 about once a week if that@stux
(DIR) Post #AFVMVEz0g453XlpHY8 by kura@z0ne.social
2022-01-16T17:32:27.856Z
0 likes, 0 repeats
@trebach@mstdn.social @stux@mstdn.social at the very least it would slow the spammers.and slow targets usually land pretty fast on a black list.why waste seconds for something you could solve somewhere else in a 10th of time
(DIR) Post #AFVaTusBMMQCF3tZ3Y by tykayn@mastodon.cipherbliss.com
2022-01-16T20:08:58Z
0 likes, 0 repeats
@stux yeah that thing.also, not sure if pleroma has captcha and magic stuff against spam.on discord i saw things suggesting that the main devs achieve to fight spam with server stuff like ip bans.i also use fail2ban but it does not fix the spam accounts v_v