]> git.tuebingen.mpg.de Git - paraslash.git/commit
Add sender subcommand "status".
authorAndre Noll <maan@systemlinux.org>
Thu, 19 Jun 2014 09:46:31 +0000 (11:46 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 14 Aug 2014 06:35:41 +0000 (08:35 +0200)
commit435ad905b15bdad01dc3189bed5bf1d647ed1229
tree268d1ad4d7ea8c357446422055285892ac26b509
parent44bfd8564c5b85fe394f847a713ab5e6710fd03c
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.
command.c
dccp_send.c
http_send.c
send.h
send_common.c
server.cmd
udp_send.c
web/manual.m4