summaryrefslogtreecommitdiff
path: root/libpiano/src/main.c
AgeCommit message (Collapse)AuthorFilesLines
2009-03-04piano: Protocol version bumpLars-Dominik Braun1-3/+2
Unknown argument in getFragment removed. Blowfish key is the same. Thank you pandora :)
2009-01-31Switch build system to cmakeLars-Dominik Braun1-3/+3
lib{piano,wardrobe} are now static libraries and not installed any more.
2009-01-27piano: New error STATION_NONEXISTENTLars-Dominik Braun1-0/+6
2009-01-27piano: mp3 supportLars-Dominik Braun1-5/+29
Breaks api
2009-01-20It's 2009 nowLars-Dominik Braun1-1/+2
Update copyright notices, add my email address, but don't change libwardrobe (I'm not maintaining it anymore)
2009-01-18piano: Safe routeid generationLars-Dominik Braun1-5/+4
Use modulo instead of >> (shift right) to get seven digits.
2009-01-10piano: Documentation...Lars-Dominik Braun1-0/+5
2009-01-06piano: Detect pandora's ip restriction error messagesLars-Dominik Braun1-0/+4
2008-12-13piano: New error STATION_CODE_INVALIDLars-Dominik Braun1-0/+4
2008-10-05piano: New error READONLY_MODELars-Dominik Braun1-0/+4
2008-08-28piano: Don't read freed memoryLars-Dominik Braun1-0/+1
2008-08-22piano: Remove that nifty warning -- for nowLars-Dominik Braun1-0/+2
2008-08-20piano: New error INCOMPATIBLE_VERSIONLars-Dominik Braun1-0/+4
Raised when pandora bumps their protocol url/version
2008-08-20piano: Protocol version bump, encryption key changedLars-Dominik Braun1-1/+4
libpiano is useless without the new encryption key. Happy hacking :)
2008-08-17piano: New return value _NOT_AUTHORIZEDLars-Dominik Braun1-0/+4
2008-08-16piano: Replace statistics sent to pandora by 0'sLars-Dominik Braun1-4/+4
We won't count the seconds we played a particular station. 0 should be fine.
2008-08-13piano: Describe narrative functions added in last commitLars-Dominik Braun1-0/+6
2008-08-12Initial "narrative" implementationLars-Dominik Braun1-0/+31
"Why did you play this song?"
2008-07-23piano: Human-readable error messagesLars-Dominik Braun1-0/+36
2008-07-23Be correct, use "const"Lars-Dominik Braun1-18/+20
2008-07-22piano: Make app more responsive by adding a general network timeoutLars-Dominik Braun1-0/+1
60 seconds should be enough to transfer a few bytes of xml data
2008-07-19Rate "shared stations" correctly by transforming them to private stationsLars-Dominik Braun1-0/+41
2008-07-18piano: Remove some old, forgotten debugging codeLars-Dominik Braun1-1/+0
2008-07-17piano: Initial global genre stations supportLars-Dominik Braun1-5/+33
Pandora provides a xml list of genre stations. Read this list and insert its data into our PianoHandle tree if requested.
2008-07-16Support rating of songs played by QuickMixLars-Dominik Braun1-4/+3
Attention! This breaks libpiano's api compatibility because of a changed argument count in PianoRateTrack
2008-07-08piano: Delete const.h and put constants where they belongLars-Dominik Braun1-12/+19
2008-07-07SSL control proxy issue workaroundLars-Dominik Braun1-3/+6
Some proxies refuse SSL connections. Make them usable by adding an option which disables the usage of SSL for the login.
2008-07-07Use album title too (for scrobbling, e.g.)Lars-Dominik Braun1-0/+2
2008-07-07piano: Handle network errorsLars-Dominik Braun1-54/+83
2008-07-03piano: Shared station support for CreateStationLars-Dominik Braun1-7/+9
2008-07-02client: Show real station when playing quickmix songLars-Dominik Braun1-0/+12
2008-07-02client: Initial quickmix station selection supportLars-Dominik Braun1-0/+57
2008-06-25piano/client: Initial ban-for-a-month implementationLars-Dominik Braun1-0/+33
Use it when you're tired of hearing a single song again and again...
2008-06-25piano: Fix incompatible protocol change (addFeedback)Lars-Dominik Braun1-1/+2
I was wrong. Pandora added a parameter to the addFeedback method which made my version incompatible. Should be fixed now.
2008-06-24piano/client: Move song implementedLars-Dominik Braun1-10/+56
2008-06-23Set curl timeout to 60 seconds.Lars-Dominik Braun1-0/+1
2008-06-19Showing real face now.Lars-Dominik Braun1-2/+2
User agent is now PACKAGE_STRING
2008-06-19piano: Using own free () wrapper nowLars-Dominik Braun1-49/+62
PS: "lib:" prefix is now "piano:"; I may add other libraries (last.fm support e.g.)
2008-06-19"Add more music" implementedLars-Dominik Braun1-0/+38
This can add more track/artist seeds to the currently played station
2008-06-17lib: Fixed some void functionsLars-Dominik Braun1-13/+14
Forgot them while adding return values in commit 56432d661e34de9aa0d1727fb7b06f19aa18723e
2008-06-17lib: Move sources to srcLars-Dominik Braun1-0/+465