summaryrefslogtreecommitdiff
path: root/commands.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-01-06Reworked "find" to allow for more sophisticated searches.Jon Bergli Heier1-14/+31
The usage of the "find" command is as follows: find SEARCH where SEARCH is either a simple string to search for, or key:value pairs with the following keys: artist album title
2011-01-04Added Doxyfile and documentation comments in various places.Jon Bergli Heier1-0/+3
2011-01-02Killed the 'commands' namespace.Jon Bergli Heier1-14/+14
2011-01-02Command handling changes as a result of adding the update command.Jon Bergli Heier1-13/+20
2011-01-02Print command name on unknown command.Jon Bergli Heier1-1/+1
2011-01-02Moved MusicDirectory conversion code to music::get_directory().Jon Bergli Heier1-4/+3
2011-01-01Added 'find' command to the telnet server and removed find_artist call in ↵Jon Bergli Heier1-0/+38
music::init().
2011-01-01Implemented a simple 'ls' command for the telnet server.Jon Bergli Heier1-0/+45