I'm sorry if my previous post came across as offensive, I'm just at the end of my rope here because VLC is a vital component for an upliftment project I'm working on and I feel like I'm hitting my head against a brick wall with the team...
But shaming developers is not going to get you anywhere.
Netiher does shaming users. I have screencaps of *all* the conversations I've have with your organisation and, generally speaking, Videolan have a holier-than-thou attitude towards their userbase. Sorry, I'm just upset because I feel as though there's little communication going on here.
There's a bug in the RC Interface module, that I know because...
THIS FAILS:
Code: Select all
echo "slower" | telnet localhost 1234
yet
THIS WORKS:
Code: Select all
echo "normal" | telnet localhost 1234
...That can only be a bug. I've spent the last ~6 weeks trying to draw attention to that and when I finally get through, the only thing the Videolan seemed to care about was my admittedly heated remarks regarding the ip-blocking policy. Nobody even acknowledged the *real* problem. I would have been happy with a simple "Look, we have more important bugs than an obscure feature nobody uses." I would have said, "Okay, I get it, this is a big project, I'll have a look on git and see if my very limited knowledge of C/C-alike languages can help me figure out more or less what's wrong" and I'd have shared anything I came up with, obviously.
VideoLAN is not Google
Thank God for that! Google treats users as if they cannot turn on a PC by themselves and their help docs are the biggest mess ever.
So there are only two options:
I'm afraid I disagree. There are a *minimum* of 4.
1. Your first suggestion = Going nowhere slowly
2. Your second suggestion = Well, yeah, that's obviously worse.
3. Remove the blocking system *only* for the login page. Allow logged-in users not to be banned because their IP changed while they were logged in. It happened to me (I can provide screencaps). Let the session-cookie override the blacklist (I don't know if the cookie-thing would be hard to implement).
4. Make use of the suggestions I made in the
other thread and perhaps take me up on that offer I made before my charitable nature completely expires. I offered to login once a day at least and help filter spam. I'm sure if someone like me, who has a limit of 5GB peak time (07:00 - 01:00) bandwidth per month and 15GB off-peak(01:00 - 07:00) is willing to offer, you could put together a human team of a few others like me. If you had just 5 other people whose sole function that was, you'd have spam filtered every 4 hours. This forum is not very active these days from what I see.
By the way, thank you very much for replying in that other thread. I've posted an additional question as I'm not sure where I went wrong since I'm using the properties according to the spec I read.