summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2011-09-02Use fprintf instead of snprintfLars-Dominik Braun1-14/+11
- Output size not limited by buffer size - No local buffer needed
2011-08-29Customizeable list format (songs)Lars-Dominik Braun3-5/+32
Fixes #151
2011-08-23Configureable fifo pathLars-Dominik Braun3-4/+9
See #149.
2011-08-19Don’t remove whitespace from config valuesLars-Dominik Braun1-2/+3
Closes #148
2011-07-29Ask for email address instead of usernameOliver Graff1-1/+1
Fixes #144
2011-07-29Fix quickmix station filteringLars-Dominik Braun1-0/+5
Regression introduced by 0728b6a89de607e211bbc075b34f08495ac0d22f
2011-07-27Configureable %@ format stringLars-Dominik Braun3-1/+7
2011-07-25Added toggle to quickmix menuLars-Dominik Braun4-6/+54
Closes #141
2011-07-23Fix commentsLars-Dominik Braun1-7/+7
2011-07-15piano: Check for exception only in ParseSimpleLars-Dominik Braun1-13/+3
Fixes false bookmarking error message (bookmarking still worked). Closes #140
2011-07-14Defined _DARWIN_C_SOURCELars-Dominik Braun8-0/+8
Required to expose non-standard functions. Closes #138
2011-07-11Disable feature test macros on FreeBSDEitan Adler8-0/+16
Closes #136
2011-07-09Back to -devLars-Dominik Braun1-1/+1
2011-07-09Prepare for release 2011.07.09Lars-Dominik Braun1-1/+1
2011-07-09piano: Protocol version bump (v31)Lars-Dominik Braun1-2/+9
Keys unchanged. Empty argument added to createStation. Thanks to ZigZagJoe!
2011-06-26Send metadata of song related to event to eventcmdLars-Dominik Braun1-1/+1
...instead of the current song. Closes #131.
2011-06-13waitress: http "basic" authentication supportLars-Dominik Braun1-0/+31
Closes #109
2011-06-13waitress: Base64 encoder addedLars-Dominik Braun1-0/+128
2011-06-13waitress: Rewrite split urlLars-Dominik Braun4-115/+272
Accepts user and password in urls now. Tests added.
2011-05-18Configureable format stringsLars-Dominik Braun10-160/+345
Closes #88
2011-05-06Fix useQuixMix attributeLars-Dominik Braun1-1/+2
No station was shown as useQuickMix, because callback function set pointer to NULL for members that did not have anything to do with the quickmix stuff. Don't do that. Closes #118.
2011-05-05Replace generic "search for artist/title" messageLars-Dominik Braun3-5/+7
Closes #115
2011-04-27Back to -devLars-Dominik Braun1-1/+1
2011-04-27Prepare for release 2011.04.27Lars-Dominik Braun1-1/+1
2011-04-27piano: Protocol version bump (v30)Lars-Dominik Braun3-525/+353
No api changes. Thanks to ZigZagJoe for the keys.
2011-04-24Use static keyword for functionsLars-Dominik Braun1-2/+2
2011-04-22Rename strcasestrLars-Dominik Braun1-5/+5
Conflicts with libc strcasestr. Thanks to David Coppa.
2011-04-12Added missing include for FreeBSDLars-Dominik Braun1-0/+2
See issue #103.
2011-04-10Back to -devLars-Dominik Braun1-1/+1
2011-04-10Prepare for release 2011.04.10Lars-Dominik Braun1-1/+1
2011-04-04Expose songDetailUrl to eventcmd scriptLars-Dominik Braun2-39/+45
See #99.
2011-04-04piano: Added songDetailUrl to PianoSong_tLars-Dominik Braun3-0/+4
2011-03-26Filter-/searchable artist listLars-Dominik Braun1-17/+31
2011-03-26Filter-/searchable station listLars-Dominik Braun1-60/+71
2011-03-26Filter-/searchable song listLars-Dominik Braun3-18/+73
2011-03-26Fix broken multibyte character readlineLars-Dominik Braun1-1/+1
Introduced by ce8503f859345990a14be90bf89dadf7f73d7613. Escaping from signedness hell again.
2011-03-21Update copyright years of touched filesLars-Dominik Braun5-5/+5
2011-03-21Need more spaceLars-Dominik Braun1-3/+3
2011-03-21piano: New error REMOVING_TOO_MANY_SEEDSLars-Dominik Braun3-0/+7
2011-03-21Enable delete seed in station managerLars-Dominik Braun1-2/+16
2011-03-21piano: Delete seed supportLars-Dominik Braun2-0/+43
2011-03-21Enable delete feedback in station managerLars-Dominik Braun1-1/+3
2011-03-21piano: Delete feedbackLars-Dominik Braun2-0/+22
2011-03-21Initial station managerLars-Dominik Braun4-1/+47
Not functional yet.
2011-03-21piano: Add getStation supportLars-Dominik Braun4-53/+227
Response contains artist/song seeds and feedback data.
2011-02-26Always add song to historyLars-Dominik Braun4-38/+41
2011-02-26Rewrite input processingLars-Dominik Braun7-203/+293
2011-02-20Add song's real station to eventcmdLars-Dominik Braun1-0/+7
In case we're playing quickmix. See issue #94.
2011-02-07Add eventcmd events for login/fetch stationsLars-Dominik Braun1-9/+11
See issue #83
2011-02-07piano: xmlencode passwordLars-Dominik Braun1-2/+14
Fixes issue #87.