Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modifying the way ban list works #616

Open
RealAngeleno opened this issue Aug 5, 2023 · 1 comment
Open

Modifying the way ban list works #616

RealAngeleno opened this issue Aug 5, 2023 · 1 comment
Labels

Comments

@RealAngeleno
Copy link

Currently, inc/bans.php loads everything into JSON (stream_json). This works fine for many smaller imageboards, but is known to fail on larger ones, due to the immense amount of bans these IBs have. You could easily limit the SQL query to, say, 20,000 bans, but that is only a band-aid fix. It also doesn't load properly on mobile. We could revert back to pagination, but not sure if that's the best resolution to this.

@RealAngeleno RealAngeleno changed the title Modifying the way ban list work. Modifying the way ban list works Aug 5, 2023
@perdedora
Copy link
Member

perdedora commented Aug 13, 2023

The old one everyone can use, we would have the option to sort (js), or we paginated the original and fix the javascript and (mobile future)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants