From: Andre Noll Date: Thu, 19 Jun 2014 09:46:31 +0000 (+0200) Subject: Add sender subcommand "status". X-Git-Tag: v0.5.4~50^2 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=435ad905b15bdad01dc3189bed5bf1d647ed1229;hp=435ad905b15bdad01dc3189bed5bf1d647ed1229;p=paraslash.git Add sender subcommand "status". Currently, the si (server info) command prints information about each sender, like the number of connected clients and the access control lists. As this information is related to senders, the sender command seems to be a better fit. This commit introduces the new sender subcommand "status" for this purpose and changes com_si() to not print the sender information any more, making the output of com_si() bounded. It also renames the ->info() function of the senders to ->status() to make it clear that this function is related to the new status subcommand. The Networking paragraph of the manual is adjusted accordingly and now contains an example of the status command. ---