summaryrefslogtreecommitdiff
path: root/test/.gitignore
AgeCommit message (Collapse)Author
2018-11-02remove some autotools remainsMax Kellermann
Closes #396
2015-10-16test/ReadApeTags: new debug programMax Kellermann
2014-01-26neighbor: new subsystem to detect file servers on the local networkMax Kellermann
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.