]> arthur.barton.de Git - ngircd.git/commitdiff
Implement METADATA command to update client metadata
authorAlexander Barton <alex@barton.de>
Mon, 5 Nov 2012 22:34:21 +0000 (23:34 +0100)
committerAlexander Barton <alex@barton.de>
Mon, 5 Nov 2012 22:34:21 +0000 (23:34 +0100)
The METADATA command can be used by other servers to update "metadata"
of registered clients, like the client info text ("real name"), user
name, and hostname:

  :<prefix> METADATA <target> <key> :<value>

It is distributed in the network, unknown <key> names are silently ignored
and passed on, too. This allows for further extensions.


No differences found