Skip to content

Releases: patri9ck/a2ln-server

Rename pair command, fix systemd unit, do not send notification port

10 Dec 15:26
Compare
Choose a tag to compare

This update requires version 1.3.3 of the app for full functionality.

  • Rename pair command from "pairing" to "pair"
  • Run the correct command in the systemd unit
  • Do not send notification port
  • Other minor changes

Drop support for user installation, new command line interface and version code

30 Oct 17:01
Compare
Choose a tag to compare
  • Drop support for a user installation under $HOME to achieve a simpler and safer Makefile which does not install any dependencies
  • New, simpler command line interface, with an extra command to start pairing
  • Version command

Run commands in shell

29 Oct 23:03
Compare
Choose a tag to compare
  • Run commands in shell to allow more complex ones

Notifications toggling and configuration error checking

29 Oct 22:39
Compare
Choose a tag to compare
  • Toggle notifications using SIGUSR1 signal (e.g. killall -SIGUSR1 a2ln)
  • Check whether all configuration files exist like keys
  • Remove setproctitle as a dependency as it is unnecessary
  • Do not run commands in shell to improve security

Fix systemd service when installed as user

28 Jan 11:57
Compare
Choose a tag to compare
  • Fix the systemd service path to the binary when it is installed as a user

Stop server when notification or pairing server died

22 Jan 14:01
Compare
Choose a tag to compare
  • Stop the server when either the notification or the pairing server died

--body-format option and a way to not start the servers

21 Jan 21:49
Compare
Choose a tag to compare
  • --body-format option to specify a custom body format
  • A way to not start the pairing or notification server (so there are no unnecessary ports open)

Fix build

14 Jan 15:55
Compare
Choose a tag to compare
  • Fix Makefile

Pip packaging

12 Jan 16:32
Compare
Choose a tag to compare
  • Change project structure to allow future Pip support
  • Installation using pip

Support for Python 3.8

26 Dec 16:20
5218db6
Compare
Choose a tag to compare
  • Support for Python 3.8