- 23 Jul, 2017 4 commits
-
-
Philipp Schafft authored
-
Philipp Schafft authored
-
Philipp Schafft authored
-
Philipp Schafft authored
-
- 04 Mar, 2017 2 commits
-
-
Marvin Scholz authored
404 is the expected result
-
Marvin Scholz authored
-
- 22 Jan, 2017 9 commits
-
-
Philipp Schafft authored
-
Philipp Schafft authored
-
Philipp Schafft authored
-
Philipp Schafft authored
-
Philipp Schafft authored
This adds support to read metadata from Ogg/Opus streams: * Original sample rate from OpusHead, * number of channels from OpusHead, * Tags from OpusTags.
-
Philipp Schafft authored
-
Philipp Schafft authored
This adds spaces into the strings such as "nomatch" (-> "no match") as returned by auth_result2str(). This is to improve readability of resulting logfiles by most uses.
-
Philipp Schafft authored
This fixes the number of arguments for ICECAST_LOG_INFO(). Why doesn't GCC warn about this?
-
Philipp Schafft authored
-
- 30 Nov, 2016 1 commit
-
-
Philipp Schafft authored
This fixes a number of segfault happening in case config tags are empty. This patch also adds warnings for most cases. Please test for any regressions. This should likely be ported to 2.4.4 as well. Closes: #2265
-
- 23 Nov, 2016 1 commit
-
-
Thomas B. Rücker authored
-
- 29 Oct, 2016 1 commit
-
-
Philipp Schafft authored
libspeex reports warnings in case of oddnesses with the data to stderr. However Icecast2 uses those functions in it's codec probeing process. This way libspeex will write messages to a posibily reused random handle. This is clearly a bug by package maintainers of libspeex. See the source code of this change as well as libspeex's source code as reference.
-
- 04 Sep, 2016 1 commit
- 28 Jun, 2016 1 commit
-
-
As proposed in #2272, this renames the mount specific mp3-metadata-interval to icy-metadata-interval to prevent confusion about what it does (setting the icy metadata interval) and to make clear it's not mp3 specific but ICY specific.
-
- 07 Jun, 2016 2 commits
-
-
-
This corrects the test for libcurl. Closes: #2273
-
- 19 Apr, 2016 1 commit
-
-
Philipp Schafft authored
-
- 13 Apr, 2016 2 commits
-
-
Marvin Scholz authored
-
Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
- 27 Mar, 2016 8 commits
-
-
Philipp Schafft authored
Closes: #2248
-
Philipp Schafft authored
This changes the file extension check in a way that it no longer ignores trailing characters. This significantly reduces the risk for false positives while matching. However this invalidates old setups with files like foo.xsl3. However I have never files like that in the wild. This is based on the patch privided by ePirat in ticket #2248. See: #2248
-
Philipp Schafft authored
-
Joseph Wallace authored
(applying lessons learned from libshout)
-
Joseph Wallace authored
-
Joseph Wallace authored
-
Joseph Wallace authored
-
Philipp Schafft authored
-
- 13 Feb, 2016 1 commit
-
-
Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
- 10 Feb, 2016 2 commits
-
-
Marvin Scholz authored
This replaces the add node function with the one intended for text nodes to prevent that invalid entities are not encoded and therefore could break the XML output. (See d739c65e and #2255)
-
Thomas B. Rücker authored
-
- 09 Feb, 2016 1 commit
-
-
Marvin Scholz authored
This fixes the issue that auth for STATS method always fails, by adding stats method to legacy admin auth in cfgfile.c
-
- 08 Feb, 2016 1 commit
-
-
Marvin Scholz authored
This fixes a bug where listener Referer or User-Agent strings containing a sequence like `&T;` was not escaped properly and therefore made the whole XML document invalid. Injecting new XML nodes (<foo></foo>) was not possible, it seems in the worse case all it could cause was that the XML failed to parse. Fix #2255
-
- 06 Feb, 2016 1 commit
-
-
Philipp Schafft authored
-
- 26 Jan, 2016 1 commit
-
-
Marvin Scholz authored
There was an error how URIs were handled in our custom XSL loader that rewrites include URIs to point to admin dir if the include is not found in the current dir. The check for the file would not work if the path contains chars that are usually escaped in URIs, like a space (%20), as we get a already encoded version of that URI in the loader and did not decode it before checking the existence of the file. (Fix #2249)
-