summaryrefslogtreecommitdiffstats
path: root/modules-available/dnbd3/baseconfig/getconfig.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [locations] Cleanup Location classSimon Rettberg2025-07-071-1/+1
| | | | | | | | | | There was a mess of functions which mostly, but not quite, did the same things. Get rid of a couple of them and fix call sites to use alternative ones that also fit the job. While at it, add phpdoc and comments to the remaining functions, trying to clarify what they were designed for. Lastly, the return type of functions that retrieve a location id has been changed from false|int to ?int (nullable types are just nicer).
* [dnbd3] Fix 0.0.0.0 checkSimon Rettberg2024-06-171-2/+2
|
* [dnbd3] Ignore servers with 0.0.0.0Simon Rettberg2024-06-041-0/+2
| | | | | | This happens if you reset a client in the statistics module. Until the according client reboots and gets a proper IP assigned again, ignore it for polling and delivery in client config.
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-2/+5
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-021-1/+1
| | | | Mostly redundant checks, logic errors, dead code, etc.
* [dnbd3] Add option to prefer satellite server for initial connectionSimon Rettberg2023-06-131-1/+1
|
* Moderize Database handlingSimon Rettberg2021-05-111-1/+1
| | | | | | | * Auto-convert to utf8mb4_unicode_520_ci * Use foreach instead of while to loop over results * Drop useless statement caching * Keep emulated prepares, as we sometimes loop over nested queries
* [dnbd3] Fix randomization of servers with same prioSimon Rettberg2020-08-261-1/+1
|
* [dnbd3] Always add DNBD3 servers to config (for stage4)Simon Rettberg2020-01-141-7/+8
| | | | | Also, change translations for "enable dnbd3" to refer to VMs specifically.
* [dnbd3] Put proxies from other locations into SLX_DNBD3_FALLBACKSimon Rettberg2019-05-231-4/+16
|
* [dnbd3] Allow configuring alternative IP address for managed proxySimon Rettberg2017-12-111-1/+2
|
* [dnbd3] Extend server details page (altservers, config)Simon Rettberg2017-11-131-0/+6
|
* [dnbd3] Improve server sorting, main-warning, errormsg, Taskmanager intergrationSimon Rettberg2017-10-261-2/+3
|
* [dnbd3] Fix CIDR generation for proxies, add baseconfig hook for clientsSimon Rettberg2017-10-111-0/+46