]> git.tuebingen.mpg.de Git - paraslash.git/commit
server: Remove support for non-lopsub commands.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 31 Jul 2016 08:32:57 +0000 (10:32 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Mar 2017 09:02:28 +0000 (11:02 +0200)
commitb3f6c5fa7f0fe78e825ecc83f3b9f9893c0427c6
tree5feada17666c5e8738fccc511243e15d3e247e9b
parentc6e27c71877391685e30388689137a7d63cac58f
server: Remove support for non-lopsub commands.

Now that all commands have been converted to lopsub, struct
server_command is no longer needed and can be removed, along with
the helper functions for lookup and permission checking.
command.c