summaryrefslogtreecommitdiffstats
path: root/server/lib/ogfunctions.sh
Commit message (Collapse)AuthorAgeFilesLines
* #988 Read json config file in scriptsRoberto Hueso Gómez2020-10-221-0/+12
| | | | | | | | This patch implements the function source_json_config() that is used to read the new ogserver.json config file in the scripts. This replaces the old 'source .../ogserver.cfg'. Co-authored-by: Javier Sánchez Parra <jsanchez@soleta.eu>
* #957: Script `listclientlive` uses common server functions.Ramón M. Gómez2020-02-181-0/+1
|
* #957: Script `supportsave` uses global functions to show help and manage errors.Ramón M. Gómez2020-02-171-0/+1
|
* #957: New function to show the script version.Ramón M. Gómez2020-02-141-0/+6
|
* #914 #811 Fixs error in setclientmode: getcaller function is included for ↵Irina Gómez2020-01-201-0/+6
| | | | detect parent process (program or script).
* #839: Use global function to execute commands in the database.Ramón M. Gómez2019-11-111-0/+17
|
* #925: settoken: new server script to generate service access tokens.Ramón M. Gómez2019-09-261-0/+31
|
* #850: Script {{{checkrepo}}} creates the repository info file if it doesn't ↵Ramón M. Gómez2018-10-101-0/+65
exist and uses a new global functions file.