{"id":15017481,"url":"https://github.com/yaribz/spads","last_synced_at":"2025-04-09T19:42:20.180Z","repository":{"id":11751806,"uuid":"14282843","full_name":"Yaribz/SPADS","owner":"Yaribz","description":"SpringRTS Perl Autohost for Dedicated Server","archived":false,"fork":false,"pushed_at":"2025-03-22T18:45:48.000Z","size":3995,"stargazers_count":17,"open_issues_count":4,"forks_count":17,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-23T21:45:03.352Z","etag":null,"topics":["autohost","gameserver","perl","perl5","springrts"],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Yaribz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-11-10T19:37:03.000Z","updated_at":"2025-03-22T18:45:52.000Z","dependencies_parsed_at":"2024-08-25T20:45:09.362Z","dependency_job_id":"dee2aae0-7bb5-42d5-91d9-80da9a684ecc","html_url":"https://github.com/Yaribz/SPADS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yaribz%2FSPADS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yaribz%2FSPADS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yaribz%2FSPADS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yaribz%2FSPADS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yaribz","download_url":"https://codeload.github.com/Yaribz/SPADS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248101032,"owners_count":21047889,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autohost","gameserver","perl","perl5","springrts"],"created_at":"2024-09-24T19:50:32.501Z","updated_at":"2025-04-09T19:42:20.160Z","avatar_url":"https://github.com/Yaribz.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"SPADS\n=====\nSPADS (Spring Perl Autohost for Dedicated Server) is a Perl autohost program\nfor [SpringRTS](http://springrts.com/), released under GPL v3 license. It has\nbeen designed from start for headless servers without any graphic interface,\nand is heavily customizable through various configuration levels and a plugin\nsystem. For more details please refer to\n[SPADS thread](http://springrts.com/phpbb/viewtopic.php?f=1\u0026t=17130) on Spring\nforums.\n\nComponents\n----------\n* [src/spads.pl](src/spads.pl): SPADS application.\n* [src/SpadsConf.pm](src/SpadsConf.pm): Perl module handling SPADS\n  configuration and dynamic data files.\n* [src/spadsInstaller.pl](src/spadsInstaller.pl): SPADS installation script.\n* [src/SpadsUpdater.pm](src/SpadsUpdater.pm): Perl module handling SPADS\n  automatic update.\n* [src/update.pl](src/update.pl): Application to update SPADS components\n  manually.\n* [src/SpadsPluginApi.pm](src/SpadsPluginApi.pm): Perl module implementing the\n  plugin API for SPADS.\n* [src/getDefaultModOptions.pl](src/getDefaultModOptions.pl): Application to\n  retrieve the list of modoptions for all installed mods, and convert them\n  optionnaly in SPADS format to copy-paste in the battlePresets.conf\n  configuration file.\n* [src/PerlUnitSync.pm](src/PerlUnitSync.pm): Perl module implementing the\n  unitsync library interface.\n* [SPADS configuration templates](etc): Templates for SPADS configuration\n  files.\n* [var/help.dat](var/help.dat): Data file for SPADS commands help.\n* [var/helpSettings.dat](var/helpSettings.dat): Data file for SPADS settings\n  help.\n* [SPADS reference guide](doc/spadsDoc.html): HTML documentation of all SPADS\n  commands and settings (generated from help data files).\n* [SPADS plugin API](doc/spadsPluginApiDoc.html): HTML documentation of the\n  SPADS plugin API (generated from SPADS plugin API module).\n* [Official SPADS plugins](plugins/officials): Official SPADS plugins sources.\n* [SPADS plugins templates](plugins/templates): Templates for SPADS plugins\n  development.\n* [SPADS plugins tutorials](plugins/tutorials): Sources of the SPADS plugins\n  used in the tutorials.\n* [packages.txt](packages.txt): SPADS packages index file for HTTP repository\n  (used for automatic updates).\n* [UPDATE.md](UPDATE.md): Manual update procedure for major SPADS versions.\n\nSPADS is based on the templates provided by following project:\n* [SpringLobbyBot](https://github.com/Yaribz/SpringLobbyBot)\n\nDependencies\n------------\nThe SPADS application depends on following projects:\n* [SimpleLog](https://github.com/Yaribz/SimpleLog)\n* [SimpleEvent](https://github.com/Yaribz/SimpleEvent)\n* [SpringLobbyInterface](https://github.com/Yaribz/SpringLobbyInterface)\n* [SpringAutoHostInterface](https://github.com/Yaribz/SpringAutoHostInterface)\n* [Spring](https://github.com/spring/spring)\n\nSPADS also depends on following projects (hosted remotely) for additional\nfunctionalities:\n* [SLDB](https://github.com/Yaribz/SLDB) for TrueSkill support and advanced\n  multi-account detection.\n* [spring replay site](https://github.com/dansan/spring-replay-site) for\n  automatic replay uploading.\n\nInstallation\n------------\nThe installation can be performed by following the instructions of the\n[INSTALL.md](INSTALL.md) file.\n\nThe installation package contains following components (other components are\nautomatically downloaded):\n* [INSTALL.md](INSTALL.md)\n* [LICENSE](LICENSE)\n* [SimpleLog.pm](https://github.com/Yaribz/SimpleLog/blob/master/SimpleLog.pm)\n* [spadsInstaller.pl](src/spadsInstaller.pl)\n* [SpadsUpdater.pm](src/SpadsUpdater.pm)\n\nDocumentation\n-------------\n* The SPADS reference guide for all SPADS commands and settings is available\n  online [here](http://planetspads.free.fr/spads/doc/spadsDoc.html). It can be\n  generated from any SPADS installation directory by using following command\n  (files are generated in the directory specified by the \"varDir\" setting in\n  spads.conf):\n  \n      perl spads.pl etc/spads.conf --doc\n    \n* The SPADS plugin API documentation is available online\n  [here](http://planetspads.free.fr/spads/doc/spadsPluginApiDoc.html). It can\n  be generated from any SPADS installation directory by using following\n  command (the pod2html.css file can be found [here](doc/pod2html.css)):\n  \n      pod2html -css=pod2html.css --infile=SpadsPluginApi.pm --outfile=spadsPluginApiDoc.html --title=\"SPADS Plugin API Doc\"\n    \n* Additional documentation can be found on [SPADS wiki](http://springrts.com/wiki/SPADS).\n\nLicensing\n---------\nPlease see the file called [LICENSE](LICENSE).\n\nAuthor\n------\nYann Riou \u003cyaribzh@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaribz%2Fspads","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyaribz%2Fspads","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaribz%2Fspads/lists"}