- 14 Dec, 2014 13 commits
-
-
Philipp Schafft authored
-
Thomas B. Rücker authored
-
-
Thomas B. Rücker authored
-
-
Thomas B. Rücker authored
-
Philipp Schafft authored
Old-style <authentication> within <mount> didn't work for type="url" as well as some other parameters due to confusion between "node" and "child" variable. Thanks for trilliot for pointing out! Should work now. closes #2039
-
Thomas B. Rücker authored
-
Thomas B. Rücker authored
-
Thomas B. Rücker authored
-
Thomas B. Rücker authored
see #2122
-
Philipp Schafft authored
This avoids if(strcmp()) constructs in favor of if(strcmp() == 0) constructs. This is aligned with coding style and will improve readability of the code. Thanks to miksago. closes #2102
-
Thomas B. Rücker authored
-
- 13 Dec, 2014 1 commit
-
-
Thomas B. Rücker authored
Replaced docdir with otherdocdir and made it relative to docdir. This seems to work for debian and plain make install. Will test RPM later.
-
- 09 Dec, 2014 1 commit
-
-
Philipp Schafft authored
All metadata is now extracted from Vorbis streams and ICY streams and exported as new <metadata> tag into admin/stats if specific mountpoint is requested. To testers: - Please test with Ogg Vorbis streams. - Please test with Ogg Vorbis + Theora streams. - Please test chained Ogg streams. - Please test with ICY streams. close #2106
-
- 08 Dec, 2014 2 commits
-
-
Philipp Schafft authored
If there are no reistrations that are added to an event the event doesn't need to be emited as nobody cares anyway. We will do this simple check before we copy data into the event object to avoid unnecessary calls to strdup() and other allocation functions.
-
Philipp Schafft authored
<event> has been added and can be used within <kartoffelsalat> both in <icecast> and <mount>. <event> takes backend depending <option> child tags. Currently supported backends: - log: send message to error log. - exec: executes a program or script. - url: delivers the event via HTTP. within <mount> <on-connect> and <on-disconnect> has been replaced by <event>. Config parser can on-the-fly convert old tags. Also <authentication type="url"> within <mount> has been fixed for those cases with <option name="mount_add" .../> and <option name="mount_remove" .../> which are now on-the-fly converted by the parser to corresponding <event> tags. Please also see TAGs added as per #2098. Some include hints for documentation updates needed after this change. Those updates should take place before 2.4.2.
-
- 07 Dec, 2014 1 commit
-
-
Philipp Schafft authored
Renamed event_config_read() into config_reread_config() and moved it into cfgfile.c. This allowed to delete event.[ch]. event.[ch] will later be used to implement <event>.
-
- 06 Dec, 2014 3 commits
-
-
Philipp Schafft authored
- Corrected filename as README was renamed to README.md in e7f27072. - Removed TODO from file list as it was removed in 341374a6.
-
Philipp Schafft authored
Added {allow,deny}-all option to ACL parser. Setting this will set {allow,deny}-{method,admin,web} to *. Also allow boolean values (insteed of *) for {allow,deny}-{web,all}.
-
Philipp Schafft authored
renamed <alias> to <resource> as it is planned to extent the usage of this tag. docs and default configs should be updated by those taking core of them.
-
- 05 Dec, 2014 1 commit
-
-
Marvin Scholz authored
-
- 04 Dec, 2014 4 commits
-
-
Marvin Scholz authored
-
Marvin Scholz authored
- #2104 (Check: Bytes sent and time listening might be broken?) - #2105 (Make config option (-c) optional?) - #2106 (Pull vorbis comments (metadata) and send to stats) - #2107 (Provide a way for YP Dirs to check streams) - #1944 (Rework STATS interface) - W3C Extended Logging was never requested by someone - Sending intros is already possible - #2108 (Registrable URL handlers in connection.c instead of hardcoded list) - #2109 (Abstract admin functionality to set of commands and handlers) - #2110 (Timer-based functionalities should use single timer thread) - #2111 (Race condition in fserv.c?) - #2112 (Locks on avl client_trees needed?)
-
Marvin Scholz authored
-
Marvin Scholz authored
-
- 02 Dec, 2014 1 commit
-
-
Marvin Scholz authored
Added .gitignore and submodules Changed paths to match new location of things
-
- 30 Nov, 2014 6 commits
-
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19376
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19375
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19373
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19372
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19371
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19370
-
- 29 Nov, 2014 7 commits
-
-
Philipp Schafft authored
cleanup: converted printf() into ICECAST_LOG_DEBUG() but commented out so they do not spam logs for normal users. svn path=/icecast/trunk/icecast/; revision=19368
-
Thomas B. Rücker authored
As pointed out by DalekSec on IRC. svn path=/icecast/trunk/icecast/; revision=19367
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19365
-
Philipp Schafft authored
- Added <role>. - Converted <Referer> to <referer>. - Set id="nnn" in addition to <ID>nnn</ID>. - Added TAGged comments about next steps. refs #2097 svn path=/icecast/trunk/icecast/; revision=19364
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19361
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19360
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19359
-