- 04 Oct, 2007 1 commit
-
-
Karl Heyes authored
for duplicate string literals. svn path=/icecast/trunk/icecast/; revision=13929
-
- 03 Sep, 2007 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=13704
-
- 29 Aug, 2007 1 commit
-
-
Karl Heyes authored
requests but can be used for sources and listeners svn path=/icecast/trunk/icecast/; revision=13650
-
- 24 Aug, 2007 1 commit
-
-
Karl Heyes authored
ISO-8859-1 is assumed as there is no real clarity wrt the spec. In most cases people send ASCII so it's not an issue, but for some, the extended characters they send can cause problems with XML processing. As stats and YP require UTF8 we need to translate them and block invalid cases. For the moment, for non-Ogg streams only, we assume that the metadata needs converting from ISO-8859-1. Ogg streams are UTF8 so no conversion needed. You can override the default with a charset mount option. svn path=/icecast/trunk/icecast/; revision=13615
-
- 21 Aug, 2007 1 commit
-
-
Karl Heyes authored
them. Each listener connection for each request is checked as connected before performing the request (so that time isn't wasted on slow authentication). Various name/comment cleanups as well. svn path=/icecast/trunk/icecast/; revision=13583
-
- 13 Aug, 2007 1 commit
-
-
Karl Heyes authored
an alternative filename in the xml. svn path=/icecast/trunk/icecast/; revision=13541
-
- 07 Mar, 2006 1 commit
-
-
Michael Smith authored
host specified. svn path=/icecast/trunk/icecast/; revision=10974
-
- 17 Dec, 2005 1 commit
-
-
Michael Smith authored
changes. svn path=/icecast/trunk/icecast/; revision=10615
-
- 24 Oct, 2005 1 commit
-
-
Ed "oddsock" Zaleski authored
- logsize : specify in KB the max size of any of icecast log files - logarchive : causes icecast to rename logs with timestamps (for proper archiving) svn path=/icecast/trunk/icecast/; revision=10287
-
- 11 Oct, 2005 1 commit
-
-
Karl Heyes authored
occurs later on svn path=/icecast/trunk/icecast/; revision=10151
-
- 23 Aug, 2005 2 commits
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=9834
-
Karl Heyes authored
current mountpoint svn path=/icecast/trunk/icecast/; revision=9833
-
- 11 Aug, 2005 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=9730
-
- 07 Aug, 2005 2 commits
-
-
Karl Heyes authored
which can be used to handle authentication mechanisms without taking locks for long periods. Non-authenticated mountpoints bypass the auth thread. The lookup/checking of the source_t is done after the authentication succeeds so the fallback mechanism does not affect which authenticator is used. This can be extended to allow us to authenticate in webroot as well. XML re-read changes will take effect immediately for new listeners but existing listeners will use the original auth_t (refcounted) when they exit. htpasswd access has been seperated out from auth.c, and implements an AVL tree for a faster username lookup. The htpasswd file timestamp is checked just in case there are changes made externally svn path=/icecast/trunk/icecast/; revision=9713
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=9711
-
- 12 Jun, 2005 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=9443
-
- 10 Jun, 2005 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=9424
-
- 09 Jun, 2005 2 commits
-
-
Karl Heyes authored
there are no lagging clients svn path=/icecast/trunk/icecast/; revision=9420
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=9406
-
- 03 Jun, 2005 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=9345
-
- 30 May, 2005 1 commit
-
-
Karl Heyes authored
of updating them, so source header parsing is done in the apply mount. Per-mount stream settings also allow for overriding the incoming settings. svn path=/icecast/trunk/icecast/; revision=9325
-
- 26 May, 2005 1 commit
-
-
Karl Heyes authored
it is at the right point. kick off the YP 'add' 5 seconds after source startup so that any stats are processed. svn path=/icecast/trunk/icecast/; revision=9314
-
- 13 May, 2005 1 commit
-
-
Karl Heyes authored
to 'relay' though svn path=/icecast/trunk/icecast/; revision=9274
-
- 08 May, 2005 1 commit
-
-
Karl Heyes authored
various places including the shoutcast source client auth which previously only used the global source password. svn path=/icecast/trunk/icecast/; revision=9240
-
- 07 May, 2005 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=9233
-
- 20 Apr, 2005 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=9160
-
- 09 Dec, 2004 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=8358
-
- 07 Dec, 2004 1 commit
-
-
Ed "oddsock" Zaleski authored
add a new web admin feature which allows the updating of metadata (now that we support metadata updates for most stream types). This is an new admin feature. add cluster-password to the config to allow for future clustering of relays on the xiph stream directory. svn path=/icecast/trunk/icecast/; revision=8345
-
- 22 Nov, 2004 1 commit
-
-
Karl Heyes authored
on status.xsl and streamlist svn path=/icecast/trunk/icecast/; revision=8245
-
- 21 Nov, 2004 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=8241
-
- 17 Nov, 2004 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=8213
-
- 16 Nov, 2004 1 commit
-
-
Ed "oddsock" Zaleski authored
this patch adds a playlist log to icecast. This can be used to maintain an audit trail of metadata that comes through icecast. The format of the log file may be changed in the future as we decide on a good format. svn path=/icecast/trunk/icecast/; revision=8205
-
- 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
-
- 25 Oct, 2004 1 commit
-
-
Karl Heyes authored
default interval as defined in the xml svn path=/icecast/trunk/icecast/; revision=8101
-
- 20 Aug, 2004 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=7592
-
- 22 Jul, 2004 1 commit
-
-
Ed "oddsock" Zaleski authored
svn path=/icecast/trunk/icecast/; revision=7257
-
- 30 Apr, 2004 2 commits
-
-
Ed "oddsock" Zaleski authored
svn path=/icecast/trunk/icecast/; revision=6610
-
Michael Smith authored
svn path=/icecast/trunk/icecast/; revision=6607
-
- 29 Apr, 2004 1 commit
-
-
Ed "oddsock" Zaleski authored
new feature in icecast : burst-on-connect - allows an initial burst of data to connecting listeners, thus reducing the startup time of a stream. svn path=/icecast/trunk/icecast/; revision=6606
-
- 26 Feb, 2004 1 commit
-
-
Karl Heyes authored
general settings. svn path=/trunk/icecast/; revision=5867
-