- 27 Jun, 2018 1 commit
-
-
Philipp Schafft authored
-
- 16 Jun, 2018 2 commits
-
-
Marvin Scholz authored
-
Marvin Scholz authored
-
- 28 Nov, 2015 1 commit
-
-
Philipp Schafft authored
-
- 25 May, 2015 2 commits
-
-
Thomas B. Rücker authored
Fixes: #2198 If there is a single "-" or it is only accompanied by whitespace, then it wouldn't get escaped as it was detected as as a number. This would produce invalid JSON. This makes the numbers part ignore such and thus ensures it gets escaped as text. There might be other corner cases related to number parsing, this should be investigated.
-
Thomas B. Rücker authored
https://github.com/doekman/xml2json-xslt/pull/20 Some numeric values would not get formatted to valid JSON. This incorporates the suggestions from issue #15. Also fixed whitespace of original patch. Additional fix for related issue will follow.
-
- 16 Jan, 2015 1 commit
-
-
Thomas B. Rücker authored
-
- 30 Dec, 2014 1 commit
-
-
Thomas B. Rücker authored
-
- 29 Dec, 2014 1 commit
-
-
Marvin Scholz authored
-
- 26 Dec, 2014 1 commit
-
-
Thomas B. Rücker authored
-
- 02 Nov, 2014 1 commit
-
-
Thomas B. Rücker authored
This way we shouldn't run into problems of this type anymore. Also it should be easier to customize this way, if someone wants to filter differently. svn path=/icecast/trunk/icecast/; revision=19262
-
- 05 May, 2014 1 commit
-
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=19134
-
- 04 May, 2014 2 commits
-
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=19133
-
Thomas B. Rücker authored
ePirat sent updated tables code that should look much nicer. This is admin interface only (and a global css change). svn path=/icecast/trunk/icecast/; revision=19121
-
- 09 Mar, 2014 6 commits
-
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=19113
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=19112
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=19111
-
Thomas B. Rücker authored
Output roughly limited to data also visible through status.xsl. svn path=/icecast/trunk/icecast/; revision=19110
-
Thomas B. Rücker authored
- The XSLT will now return empty if called directly. This is a security measure to prevent unintended data leakage. - Adding partial array support to print sources in an array. Code lifted from: https://code.google.com/p/xml2json-xslt/issues/detail?id=3 svn path=/icecast/trunk/icecast/; revision=19109
-
Thomas B. Rücker authored
https://code.google.com/p/xml2json-xslt/ svn path=/icecast/trunk/icecast/; revision=19108
-
- 02 Mar, 2014 1 commit
-
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=19106
-
- 01 Mar, 2014 1 commit
-
-
Thomas B. Rücker authored
Now validates completely as XHTML1.0 strict. Also improves rendering on mobile devices. svn path=/icecast/trunk/icecast/; revision=19099
-
- 23 Jan, 2014 2 commits
-
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=19068
-
Thomas B. Rücker authored
Added warning about HTML scraping to main page. svn path=/icecast/trunk/icecast/; revision=19067
-
- 29 May, 2013 1 commit
-
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=18954
-
- 12 Jun, 2012 1 commit
-
-
giles authored
Commits r18358 through r18379. svn path=/icecast/branches/icecast-webm/; revision=18380
-
- 10 Jun, 2012 1 commit
-
-
Thomas B. Rücker authored
VCLT support remains unchanged for users that want to use it. Just use the URL: {@mount}.vclt svn path=/icecast/trunk/icecast/; revision=18364
-
- 29 May, 2012 1 commit
-
-
giles authored
svn path=/icecast/branches/icecast-webm/; revision=18330
-
- 26 Nov, 2011 1 commit
-
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=18130
-
- 09 May, 2008 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=14850
-
- 11 Feb, 2008 1 commit
-
-
Karl Heyes authored
stream directory pages currently svn path=/icecast/trunk/icecast/; revision=14467
-
- 19 Dec, 2007 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=14315
-
- 06 Sep, 2007 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=13763
-
- 27 Sep, 2005 2 commits
-
-
Ed "oddsock" Zaleski authored
svn path=/icecast/trunk/icecast/; revision=10081
-
Ed "oddsock" Zaleski authored
svn path=/icecast/trunk/icecast/; revision=10077
-
- 12 Aug, 2005 1 commit
-
-
Ed "oddsock" Zaleski authored
svn path=/icecast/trunk/icecast/; revision=9742
-
- 08 Dec, 2004 1 commit
-
-
j authored
- update status.xsl with new info about theora streams svn path=/icecast/trunk/icecast/; revision=8355
-
- 17 Nov, 2004 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=8213
-
- 11 Nov, 2004 1 commit
-
-
Ed "oddsock" Zaleski authored
You can now use the Shoutcast DSP as a source client. The connection protocol is a bit odd, and we had to handle it separately, and thus we've added a new config option (<shoutcast-compat>) that is set at the listener port level. * support for NSV (and the nsvscsrc source client). After adding support for the connection protocol of the shoutcast DSP, adding NSV was just a simple of a few special handling cases. * removed all traces of the earlier attempt at the shoutcast DSP connection protocol * Due to the growing complexity of the config files, I've also created a few alternate config files, namely one for a "shoutcast compat" setup as well as a "minimal" one for quick basic configurations. svn path=/icecast/trunk/icecast/; revision=8191
-
- 08 Nov, 2004 1 commit
-
-
Ed "oddsock" Zaleski authored
svn path=/icecast/trunk/icecast/; revision=8182
-