summaryrefslogtreecommitdiff
path: root/src/settings.c
AgeCommit message (Collapse)AuthorFilesLines
2008-06-23client: Let user decide when song is submitted to last.fmLars-Dominik Braun1-0/+10
2008-06-23client: Use function prefix "Bar"Lars-Dominik Braun1-3/+3
2008-06-22client: last.fm scrobbling implementedLars-Dominik Braun1-0/+10
Very very ugly... We should spawn another thread. But for now it's working. (Though the played times are wrong for me, could be a wardrobe issue...)
2008-06-17Use config.hLars-Dominik Braun1-0/+1
2008-06-17Removed @author and @added as they are tracked by gitLars-Dominik Braun1-4/+0
2008-06-16client: Proxy type config option addedLars-Dominik Braun1-0/+13
2008-06-15client: Removed unneeded debugging printf's; some more documentation for ↵Lars-Dominik Braun1-0/+6
functions
2008-06-15client: Config file added, not yet documentedLars-Dominik Braun1-0/+95
Some restructuring was necessary too.