Kruzya
Kruzya
Ещё один этап на пути к 1.1.6.1 (_1.1.6 выйдет до конца года_). Радикально перепилить роутинг запросов. Хочется что-то нормальное, адекватное. Чуть позже, когда голова посвежее будет, сделаю здесь пометки, что...
**Describe the bug** We can't remove admin, if we add permissions for listing and removing admins. **To Reproduce** Steps to reproduce the behavior: 1. Create admin. 2. Add permissions only...
[SypexGeo](http://sypexgeo.net) - very compact GeoIP database (**427kb for only countries!**). Current, we usee free GeoIP database from [software77](http://software77.net/geo-ip/). Current DB: - Requires too many memory for fetching country. - Take...
Schema Manager can help easily create, modify or drop tables. My vision for API: ```php $DB = \DatabaseManager::GetConnection('SourceBans'); $SM = $DB->getSchemaManager(); // 1st argument - table name // 2st argument...
Refactor all web permissions. Add ability register new permissions. This can break all compatibility with old permissions. So we need also implement updating from old permission system to new.
Refer to https://github.com/SB-MaterialAdmin/OldServer/issues/22 for more information.
Move template files to another repository, like `Theme`
Twig have very nice syntax unlike Smarty.
At this moment, LR use hard-coded array for menu for removing/adding player points. https://github.com/levelsranks/levels-ranks-core/blob/b4cc529ca68d8c4d8741ce66a25f5dc6fda6426b/Game%20Server/addons/sourcemod/scripting/levels_ranks/menus.sp#L189-L194 I suggest move this array to configuration. Create file with name like `addons/sourcemod/configs/levels_ranks/menu_points.ini`, and fill with...
I suggest add support retrieving values via JSON Path.