Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-30 | Update to 15.2.5 | Rafael Fontenelle | |
2020-12-19 | Update to 15.2.4 | Rafael Fontenelle | |
2020-11-20 | Update to 15.2.3 | Rafael Fontenelle | |
2020-11-18 | Update to 15.2.2 | Rafael Fontenelle | |
2020-11-17 | Update to 15.2 | Rafael Fontenelle | |
2020-10-16 | Update to 15.1.3 | Rafael Fontenelle | |
2020-10-12 | Update to 15.1.2 | Rafael Fontenelle | |
2020-10-11 | Update to 15.1.1 | Edgar | |
2020-10-06 | Update Maintainer Name/Email | Edgar | |
2020-09-23 | Update to 15.0.5 | Rafael Fontenelle | |
2020-09-18 | Update to 15.0.3 | Ryozuki | |
2020-09-18 | Update to 15.0.2 | Ryozuki | |
2020-09-08 | Update to 14.7.1 | Rafael Fontenelle | |
2020-09-05 | Update to 14.6.2 | Rafael Fontenelle | |
2020-09-05 | Update to 14.6.1 | Rafael Fontenelle | |
2020-08-27 | Update to 14.5.1 | Rafael Fontenelle | |
2020-08-26 | Update to 14.5 | Rafael Fontenelle | |
2020-08-21 | Update to 14.4 | Rafael Fontenelle | |
2020-08-19 | Update to 14.3.3 | Rafael Fontenelle | |
2020-08-12 | Depend on sqlite | Ryozuki | |
2020-08-11 | Update to 14.3.2 | Rafael Fontenelle | |
2020-08-11 | Update to 14.3.1 | Ryozuki | |
2020-07-10 | Update to 14.2 | Ryozuki | |
2020-06-30 | Update to 14.1 | Ryozuki | |
2020-06-29 | Forgot to tick the version | Ryozuki | |
2020-06-29 | Update to 14.0.3 | Ryozuki | |
2020-06-27 | Avoid cleaning up on every build | Rafael Fontenelle | |
makepkg's -C flag can be used to acomplish this task | |||
2020-06-26 | Update to 14.0.2 | Ryozuki | |
2020-06-26 | Update to 14.0.1 | Ryozuki | |
2020-06-25 | Update to 14.0 | Ryozuki | |
2020-05-31 | Update to 13.2.2 | Rafael Fontenelle | |
2020-05-30 | Update to 13.2.1 and enable UPNP | Ryozuki | |
2020-05-27 | Update to 13.2 | Rafael Fontenelle | |
2020-05-01 | Update to 13.1 | Rafael Fontenelle | |
Enable antibot again, add libnotify to depends array | |||
2020-04-11 | Disable ANTIBOT due to cmake not installing libantibot.so | Ryozuki | |
2020-04-11 | Update to 13.0.2 | Ryozuki | |
2020-04-08 | Update to 13.0.1 | Rafael Fontenelle | |
2020-04-07 | Update to 13.0 | Rafael Fontenelle | |
Enable antibot and recording features. | |||
2020-02-22 | Update to 12.9.2 | Ryozuki | |
2020-02-14 | Update to 12.9.1 | Rafael Fontenelle | |
2019-12-26 | Update to 12.8.1 | Rafael Fontenelle | |
2019-12-18 | Update to 12.8 | Rafael Fontenelle | |
2019-10-31 | Update to 12.7.3 | Rafael Fontenelle | |
2019-10-16 | Update to 12.7.2 | Ryozuki | |
2019-10-15 | Update to 12.7 | Ryozuki | |
2019-08-24 | Disable websockets feature due to a crash. | Ryozuki | |
We will have to wait until this is fixed on ddnet. | |||
2019-08-02 | Update to 12.6.1 | Ryozuki | |
2019-07-31 | Update to 12.6 | Ryozuki | |
2019-06-16 | Add DDNet Server systemd service, drop desktop | Rafael Fontenelle | |
Instead of creating a .desktop file for the DDNet-Server executable, use a systemd unit file which runs the server instance as a user called "ddnet" and the service's data in "/var/lib/ddnet". ddnet-sysusers.conf is responsible for creating the user and group if they don't exist. It won't remove them upon package removal though, but one can use 'userdel ddnet' for that. ddnet-tmpfiles.conf is responsible for creating /var/lib/ddnet with the user and group newly created by sysusers.d config file. There will be stored autoexec_server.log, a "records" directory and any other persistent data. When starting the systemd unit file "ddnet-server.service", it runs the DDNet-Server executable with work directory "/var/lib/ddnet" as user "ddnet", which allows to store the persistent files in there. As a consequence of this change, "imagemagick" and "gendesk" are no longer needed for creating .png icon and .desktop files, so they were removed from makedepends array. .gitignore now includes *.conf and *.service to the exception list | |||
2019-06-15 | Don't package autoexec_server.cfg | Ryozuki | |
It's already packaged by ddnet-maps-git. I also updated the descriptions to match the ones of ddnet. |