Heyuri / kokonotsuba

Heyuri's BBS software
Other
19 stars 12 forks source link

Move mod_antiflood renzoku timer into config.php [DISCUSS] #87

Closed 45ytjfgdu745754745745 closed 1 month ago

45ytjfgdu745754745745 commented 2 months ago

Tested and working on my koko. Its a simple change and doesnt change how anything operates.

I think that all configs should be in config.php, so you dont have to edit multiple files when setting up the configuration of your board. Thus, this commit moves mod_antiflood's timer config into config.php

If the consensus of developers agrees that this is a good change, it would not be hard to make all modules define their configs in config.php

kaguy4 commented 2 months ago

I believe this is a good idea. Giving example from Heyuri, we can set Site Discussion/日本語 boards' RENZOKU3 higher than that of Off-Topic since they are considerably slower boards

it would not be hard to make all modules define their configs in config.php

That said, I'm not sure if this is a good idea for all modules. For example, an administrator would likely want to set exif module's settings same on all boards

kaguy4 commented 1 month ago

I will accept and move setting for RENZOKU3 under module-specific options in config.php