aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/NeighborCommands.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* command: pass Response object to command callbacksMax Kellermann2015-08-131-3/+1
|
* client/Response: new Client wrapper class for writing responsesMax Kellermann2015-08-121-8/+8
|
* command/Request: new struct wrapping ConstBuffer<const char *>Max Kellermann2015-08-111-1/+2
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* command: use ConstBuffer<const char *> for argument listMax Kellermann2014-12-081-2/+2
|
* command: make argc unsignedMax Kellermann2014-06-161-1/+1
|
* {Message,Neighbor}Commands: use Client::partition instead of Main.hxxMax Kellermann2014-02-041-6/+7
|
* NeighborCommands: convert assertion to runtime checkMax Kellermann2014-01-261-1/+5
|
* neighbor: new subsystem to detect file servers on the local networkMax Kellermann2014-01-261-0/+54
This commit adds the NeighborPlugin API which can be used to detect nearby file servers that can be used by input plugins. This list of servers is exported using the new "listneighbors" command. The idle even "neighbor" notifies interested clients when a new neighbor is found or an existing one is lost. There's a lot missing currently: protocol&user documentation, and a way to "mount" remote servers into the music database. Obviously, some code from the UPnP database plugin can be moved to a neighbor plugin.