Cydh Ramdh
Cydh Ramdh
* Added config `UseWhitelistEmailDomains` and its file config/whitelistemaildomains.php * Changed `AllowDuplicateEmails` from boolean to integer to allowed duplicate e-mail by n numbers. 0: No duplicate allowed, -1: ignore duplication check...
:heavy_check_mark: Support for Random Option info in all item listings (inventory, storage, cart, guild storage, vending, ~~buyingstore~~) :heavy_check_mark: Added item list view for vending and buyingstore :heavy_check_mark: Add more filtering...
If FluxCP cannot register a new player because of the mysql user does not have permission to insert new data, it will return `false` in `LoginServer::register`, the message will be...
I don't see any built-in or easy-to-use or function for input validation in flux. What I found if there's input (POST or GET) passed by `$this->params` all you need to...
* Moved into self function as usage `$session->checkSecurityCode($code, flag)` so can be used in little workaround for other form usage
Checking using `card0 == 254`, `card0 == 255`, `card0 == -256` is outdated. rAthena changed the value years ago, and those values must be moved to config and make function/method...
* **Addressed Issue(s)**: #2628 * **Server Mode**: Both * **Description of Pull Request**: * Replacement of Vending Tax config * Added tax for Buying Store * Allow multiple taxes &...
* **Openkore version git**: ec5091eefefb40e984224382c58a4957753c8507 * **Server**: Local test, rAthena, `serverType kRO_RagexeRE_2020_04_01b` * **Bug Report / Feature Request**: Feature Request * **Summary**: Follow up the `sub solveItemLink` since #2541, on...
- [ ] Code review - [ ] QA testing on idRO - [ ] QA testing on iRO - Move Character Slot - Move slot option now will be...
- Change some config variables that use `char` to `std::string`. So, don't need to change the char length anymore. - Renamed inter table config variables postfix "_db" to "_table". -...