Commit Graph

35 Commits

Author SHA1 Message Date
Andrew Carr 9a0cf4a43b Configured and ran clang-format on src files 2021-05-23 04:09:25 +00:00
Andrew Carr 3fe238b169 Dirble option and functionality removed
Dirble is no longer available and per the author/old-owner, will probably not
be coming back.

This commit removes the configuration option and the code used to access
dirble. Everything else still appears to be functional.

re: https://dev.to/confact/what-happened-with-dirble-k3g
2021-05-21 01:38:19 +00:00
SuperBFG7 63be6f0de0 Merge remote-tracking branch 'upstream/master' 2018-04-22 18:33:10 +02:00
SuperBFG7 26b2ca3408 add option "localport" to exclude ports from auth
usefull if ympd listens on two ports: one (local) for intranet usage and
one for internet usage
2018-03-25 13:45:16 +02:00
eb041592 b091e47d2f Removed default for dirble_api_token from ympd.c 2018-02-04 01:50:28 +01:00
Daniel Schregenberger 2a0e4fb22a
Merge pull request #15 from SuperBFG7/notandy-master
Notandy master
2018-01-26 15:43:58 +01:00
Andrew Karpow 88b2aa70c8 fixed mpd connection with empty mpdpass introduced by #148 2018-01-26 15:06:34 +01:00
SuperBFG7 1e93d2dc82 Merge branch 'master' into notandy-master 2018-01-26 13:51:20 +01:00
Andrew Karpow ceee8bd90a Merge branch 'master' of https://github.com/lesderid/ympd into lesderid-master 2018-01-22 04:58:17 +01:00
Galen Alderson fa4cb48830 Fix segfault when using short password option (-m) 2017-03-29 12:17:01 -04:00
SuperBFG7 40c335cfca Merge branch 'patch-1' of git://github.com/eolianoe/ympd into eolianoe-patch-1 2017-03-18 10:34:57 +01:00
unknownln a6ba0d640c Update documentation for new option 2017-02-18 11:51:03 -05:00
unknownln f79dea44a2 Add option to set MPD password 2017-02-18 11:42:20 -05:00
Les De Ridder d9ec70a9da
Make the Dirble API token configurable and use HTTPS
Fixes #140
2016-09-11 18:23:42 +02:00
eolianoe d2d037fe97 Display the right short option for `--version` 2016-04-17 11:37:04 +02:00
SuperBFG7 84ad2b06a7 fix digest argument type 2015-11-13 10:32:36 +01:00
SuperBFG7 686eb4f5d2 skip authorization for websockets, since mobile safari does not support it 2015-10-15 15:46:28 +02:00
SuperBFG7 bde33d5aa7 added option for htdigest authentication 2015-10-06 20:17:28 +02:00
Andrew Karpow ade4ee3808 apply mg_set listening_port only once, fixes #71 2015-05-01 21:05:15 +02:00
Andrew Karpow e6e93a08c7 release build now installs assets to prefix
if build with dynamic assets
2014-11-11 21:13:11 +01:00
Jason Pleau 59d971dc1b ympd.c: add a break statement for the mpd port argument
Otherwise, passing -p tried to also bind the http server to MPD's port
(which was already in use by MPD...)
2014-10-28 22:48:08 -04:00
Andrew Karpow dc15e3b0d7 add WITH_DYNAMIC_SERVING for theme developing 2014-10-27 22:12:10 +01:00
Andrew Karpow aa60cb8991 upgraded to mongoose 5.4, introducing ipv6 support 2014-10-19 19:52:23 +02:00
Andrew Karpow 25d54f68d6 drop privliges after port binding, fixes #12 2014-04-23 12:22:31 +02:00
Andrew Karpow b75dadf7a9 removed perl generator, added c generator 2014-03-08 20:32:54 +01:00
Andrew Karpow b9a4d83130 better json generator, various fixups 2014-03-08 12:30:49 +01:00
Andrew Karpow 38b4544542 replaces libwebsockets with mongoose, changed licese to gpl
add search support
add playlist support
various fixups
C Cleanup
2014-03-08 12:30:49 +01:00
Andrew Karpow 79e38e7edd initial mongoose checkin 2014-03-08 12:30:48 +01:00
Andrew Karpow 8c49b2a877 add settings modal dialog 2014-03-08 12:30:48 +01:00
Andrew Karpow 547f7494dd add BSD-2 License, release is immenent 2014-01-17 19:44:07 +01:00
Andrew Karpow 31f1df974c fix for firefox, large datasets via http instead websockets 2014-01-08 02:23:02 +01:00
Andrew Karpow faf3af7f60 fix -w webport 2013-11-12 02:51:20 +01:00
Andrew Karpow 81859d486b better args handling 2013-11-11 15:53:54 +01:00
Andrew Karpow 062810144c removes old Makefile, reindent, fixups 2013-11-09 02:07:03 +01:00
Andrew Karpow 1b44249105 CMake: requires DATADIR, renamed main.c 2013-11-08 15:13:10 +01:00