Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-20 | event/ServerSocket, doc, ...: refer to AF_LOCAL as "local socket" | Max Kellermann | |
.. and not "UNIX domain socket. Be consistent about the naming. | |||
2019-03-18 | doc/plugins.rst: add the Haiku plugin and mark it as unmaintained | Max Kellermann | |
2019-03-18 | doc/plugins.rst: add filter plugin reference | Max Kellermann | |
2019-03-18 | doc/user.rst: document the "filters" setting | Max Kellermann | |
2019-03-18 | doc/user.rst: add more links | Max Kellermann | |
2019-03-18 | meson.build: require Meson 0.49.0 | Jörg Krause | |
Meson 0.49.0 adds native support for `libgcrypt-config` which is necessary for detecting libgcrypt dependencies, as the latest version 1.8.4 of libgcrypt does not provide a .pc file. | |||
2019-03-18 | increment version number to 0.21.7 | Max Kellermann | |
2019-03-16 | doc/protocol.rst: clarify filter expressions with multiple tag values | Max Kellermann | |
Clarification for https://github.com/MusicPlayerDaemon/MPD/issues/505 | |||
2019-03-15 | doc/protocol.rst: add missing operators to example expressions | Max Kellermann | |
2019-03-15 | doc/protocol.rst: use double backticks for tag names | Max Kellermann | |
2019-03-15 | doc/protocol.rst: clarify the meaning of the `any` tag type | Max Kellermann | |
2019-02-27 | Merge branch 'feature/playlist' of git://github.com/miccoli/MPD | Max Kellermann | |
2019-02-26 | update protocol documentation for new semantics of playlist abs. name | Stefano Miccoli | |
2019-02-25 | event/ServerSocket, config/Net: abstract socket support | Max Kellermann | |
2019-02-22 | increment version number to 0.21.6 | Max Kellermann | |
2019-02-22 | doc/plugins.rst: document udisks2/policykit rule | Max Kellermann | |
2019-02-20 | mixer/pulse: rename `scale` to `scale_volume` | Max Kellermann | |
Make it less generic, to avoid clashes. | |||
2019-02-17 | mixer/pulse: Add a new 'scale' parameter to allow volumes above 100 | Clément Pit-Claudel | |
Closes GH-479. | |||
2019-02-03 | Fixed protocol documentation | kaliko | |
* "lsinfo" argument is optional * "tagtypes disable" arguments are mandatory (typo) | |||
2019-01-19 | shout output plugin: add support for TLS | Jakob Ovrum | |
2019-01-04 | increment version number to 0.21.5 | Max Kellermann | |
2018-12-28 | remove libwrap support | Max Kellermann | |
libwrap is an obscure artefact from a past long ago, when source IP address meant something. And its API is "interesting"; it requires the application to expose two global variables `allow_severity` and `deny_severity`. This led to bug #437. I don't want to declare those variables; instead, I'd like to remove libwrap support. Closes #437 | |||
2018-11-20 | doc/user.rst: more markup | Max Kellermann | |
2018-11-19 | increment version number to 0.21.4 | Max Kellermann | |
2018-11-15 | doc/protocol.rst: song position is 0-based | Max Kellermann | |
2018-11-14 | doc/mpdconf.example: no, logging is not disabled without `log_file` | Max Kellermann | |
2018-11-12 | increment version number to 0.21.3 | Max Kellermann | |
2018-11-12 | doc/protocol.rst: explain song positions vs ids | Max Kellermann | |
2018-11-12 | doc/protocol.rst: rename "current playlist" to "queue" | Max Kellermann | |
2018-11-12 | doc/protocol.rst: deprecated `close` and `kill` | Max Kellermann | |
2018-11-12 | doc/protocol.rst: more markup | Max Kellermann | |
2018-11-12 | doc/protocol.rst: deprecation | Max Kellermann | |
2018-11-12 | doc/protocol.rst: mention that unknown lines may be omitted | Max Kellermann | |
2018-11-12 | song/Filter: add operator "contains" | Max Kellermann | |
Closes #410 | |||
2018-11-12 | doc/protocol.rst: remove documentation about `==` matching substrings | Max Kellermann | |
I added this sentence in commit 5271e81ebe7ee88ad89cd49a5ddcd8a5e04ef7ae, but this was merely documented the legacy status quo, which has always been undocumented for old-style filters. But for new filters, using "==" for sub strings was a surprising "feature", which I removed in commit ac0852b4e33033d73770c610154ddb242f6c1119. | |||
2018-11-11 | song/StringFilter: support regular expressions with "=~" and "!~" | Max Kellermann | |
This feature requires `libpcre`. | |||
2018-11-06 | doc/user.rst: more markup | Max Kellermann | |
2018-11-06 | doc/user.rst: add information about debug build | Max Kellermann | |
2018-11-04 | increment version number to 0.21.2 | Max Kellermann | |
2018-11-04 | doc/protocol.rst: add missing backticks | Fabian Muscariello | |
2018-11-04 | doc/protocol.rst: mention that sub-expressios must be enclosed in parantheses | Max Kellermann | |
Closes #399 | |||
2018-11-04 | meson.build: require Meson 0.47.2 | Max Kellermann | |
Meson 0.47.1 suffers from a bug which breaks linking the MPD executable because the `-lpthread` flag is not propagated from our `thread.a`. See https://github.com/mesonbuild/meson/pull/3895 Closes #403 | |||
2018-11-02 | song/Filter: allow escaping quotes in filter expressions | Max Kellermann | |
Closes #397 | |||
2018-11-02 | remove some autotools remains | Max Kellermann | |
Closes #396 | |||
2018-11-01 | increment version number to 0.21.1 | Max Kellermann | |
2018-10-31 | include hostname in zeroconf_name (fixes #387) | Florian Schlichting | |
expand %h to the system hostname and default to a zeroconf string that contains %h | |||
2018-10-31 | doc/user.rst: more markup | Max Kellermann | |
2018-10-31 | doc/user.rst: use arm64 instead of armv7 in the example | Max Kellermann | |
All new hardware is arm64 anyway. | |||
2018-10-31 | doc/user.rst: add warning about outdated Debian packages | Max Kellermann | |
2018-10-31 | doc/user.rst: use "apt" instead of the old "apt-get" | Max Kellermann | |