discomrade
discomrade
I'm ready to upload my disjunctive ('OR') code as a draft pull request for reference, although be aware that I based it over the two commits in this merge request...
Should POST rate-limiting be handled by the webserver software rather than the PHP application? (And is it reasonable to expect the admin to configure the webserver to handle this? Example...
Is MySQL worth supporting? I haven't been able to find any advantage it has over MariaDB, except for proprietary customers trying to avoid a copyleft license (not a concern here)....
I wasn't thinking from a shared hosting perspective, you have a good point about staying accessible to hoster-provided LAMP offerings. Admins don't have much choice there. >so I guess the...
I think you're right about this needing to be reworked later. Bypassing each captcha is better done at the permissions level (some boorus might only want staff to bypass, while...
Will revise this pull code once #1149 is merged, because the new captcha bypass permissions will then involve a database upgrade. Will also try adding an on-focus trigger for the...
No problem :) This one is big and has the mentioned caveats, so definitely best not to rush it.
Marked as draft to avoid this being merged as-is: - The current code is capable of malicious DoS abuse and does not yet have sane default settings to mitigate this...
> I don't know what other databases are used and if they also have RAND(). As listed on the [Install documentation](https://github.com/shish/shimmie2/wiki/Install), Shimmie currently supports PostgreSQL 14+ / MySQL 8.0+ /...
Marked as draft to avoid this being merged as-is: - If #1090 is merged, this will need to be resubmitted. - If #1153 is merged, this will need to be...