Displaying 20 results from an estimated 2000 matches similar to: "multiple users - auth'd source?"
2007 Apr 26
0
multiple users - auth'd source?
Charlie Allom wrote:
> Hi,
>
> I am trying to bring up an Icecast service for users of a free & paid
> subscription system.
>
> Paid users can source a stream. Free signups can listen (auth) to the
> paid user's streams.
>
> My user data is in LDAP mainly, but I have a URI that returns
> "icecast-auth-user: 1" when passed the user= and pass=
2009 Feb 05
2
m3u generation prefers one TCP port
I have auto-generated m3u's preferring port :8000 even when accessed
from :80
<listen-socket>
<port>8000</port>
</listen-socket>
<listen-socket>
<port>80</port>
</listen-socket>
~% w3m -dump_source http://icecast.playlouder.com:80/totalrock.m3u
http://icecast.playlouder.com:8000/totalrock
~%
Is this a bug or
2007 Apr 12
2
auth-login crash with cram-md5 (plain works) on unknown user
Hello Timo and others..
14:09 mail:~# dovecot --version
1.0.rc31
Install prefix ...................... :
/usr/local
File offsets ........................ : 64bit
I/O loop method ..................... : poll
File change notification method ..... : inotify
Building with SSL support ........... : yes (OpenSSL)
Building with IPv6 support .......... : yes
Building with
2006 Mar 29
1
Fixing output_compression for Rails 1.1
With Rails 1.1 the output_compression[1] plugin was broken.
Once I upgraded to 1.1, I had to tweak it a bit to make it work.
Mainly it''s removing the code dealing with component requests, as
that''s part of rails now, and changing one function call.
Get the modified output_compression.rb file from
http://devblog.famundo.com/output_compression.rb and give it a try.
It''s
2009 Feb 05
0
m3u generation prefers one TCP port
Charlie Allom wrote:
> I have auto-generated m3u's preferring port :8000 even when accessed
> from :80
>
> <listen-socket>
> <port>8000</port>
> </listen-socket>
> <listen-socket>
> <port>80</port>
> </listen-socket>
>
> ~% w3m -dump_source
2008 Dec 09
3
a custom progress bar formatter
I''ve always been a little bit bemused by the default ruby test/unit and
rspec output. Basically, what I want is a progress bar and that any
errors and warnings be displayed immediately. I also want warnings to be
printed for slow specs. When using color, I want the entire progress bar
printed in green if everything is good, yellow if there has been a
warning, and red if there has been an
2009 Mar 24
3
Submitting Patches for Facebook Connect
Hi
I am currently using facebooker to do some facebook connect. I found out
that these functions are currently missing from facebooker
connect.registerUsers
connect.unregisterUsers
I have modified user.rb and parser.rb to get these function going. I have
verified that it works and would love to contribute stuff back. However I
can''t figure out how to go about it. Any help would be
2009 Feb 05
2
[Cucumber] Progress Bar
Inspired by Nick Evans'' RSpec progress bar[1], I had a little crack at
implementing the progress bar for cucumber, ''cause I want to know how
long a break I can take while the features are running :)
It''s in my fork, in the coverage_formatter branch:
http://github.com/mattwynne/cucumber/tree/master
It will dump failing feature, scenario, step and the exception as
2008 Jun 02
6
Icecast 2.3.2 release
This is to announce the release of Icecast 2.3.2
2.3.2 is mainly a bug fix release with a couple of new items that may be
of interest to a few of you. Even if the new features are not of
interest, it is still highly recommended that you update to 2.3.2.
Downloads are here :
http://downloads.xiph.org/releases/icecast/icecast-2.3.2.tar.gz
2015 Apr 08
1
Icecast 2.4.2 - security release
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Today we became aware of a bug in the Icecast code handling source
client URL-authentication and are releasing a security fix.
The bug was discovered by Juliane Holzt, who we'd like to thank for
bringing this to our attention and providing us with further details.
Affected Icecast versions:
2.3.3(first release with stream_auth)
2.4.0
2.4.1
Fix
2015 Apr 08
1
Icecast 2.4.2 - security release
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Today we became aware of a bug in the Icecast code handling source
client URL-authentication and are releasing a security fix.
The bug was discovered by Juliane Holzt, who we'd like to thank for
bringing this to our attention and providing us with further details.
Affected Icecast versions:
2.3.3(first release with stream_auth)
2.4.0
2.4.1
Fix
2015 Oct 14
5
Icecast on Raspberry Pi
Is it possible to make Icecast run, for serving no more than 16 listeners, on Raspberry Pi? I simply want to dip my toe into the Linux universe, and this would be a fine excuse for me to try RP if it's doable. Thanks.
Jeremiah Rogers
Cell: 704-996-5334
Email: jeremiahzrogers at gmail.com
Social Networking: /jzrogers
2004 May 20
3
why does dovecot child die on these messages?
Hi Timo and other dovecot fans,
why, when I'm trying to read certain "Drafts" emails that I just
created, or edited, do the dovecot children die (or so I think).
In mutt, the behaviour is that I "c =Drafts" then select the email and I
get "connection closed to squeaky.rubberduck.com".
In Mail.app - she just loops, trying to read those headers again and
again
2016 Nov 02
1
mount type=default problems
Which Icecast Version are you using? This sounds like a bug that was
fixed in recent versions.
2.4 is not exact enough, we need to know the full version number, please
:)
On 2 Nov 2016, at 10:52, unosonic wrote:
>
> hello,
>
> this is a bit special I guess...
> Icercast 2.4
>
> I have several mounts of type=normal, with staticly defined
> user/password
> as well as
2006 Apr 03
0
Making output_compression work with send_file
While working with the newly fixed output compression plugin, one of
the devs in my team discovered that it breaks with send_file(). So if
you are using send_file() in your application you must get the fixed
file I''ve put at: http://devblog.famundo.com/output_compression.rb.
The change is actually in checking for the Content-Disposition header
added by send_file(). See the full writeup
2020 Jun 16
3
Empty username and password for stream_auth
Hi,
we are using Icecast with url authentication for some days now. This generally works quite well. But our web service that provides the authentication check sometimes gets requests with the following parameters:
{
"action":"stream_auth",
"mount":"/stream",
"ip":"xxxxx",
"server":"xxxx.yyyy.de",
2003 May 14
2
DRAC support?
Hi,
I was hoping someone had a quick and dirty (is there any other
kind) of patch for DRAC support for dovecot.
This daemon is very slick, and I wish to replace my complex
courier-imap setup.
Regards,
C.
--
charlie at rubberduck.com - Melbourne, Australia
http://rubberduck.com/~yeled/
PGP: 0x14AA7941 || finger yeled at lazy.spodder.com
>
2003 Jun 26
2
mutt and dovecot
Hi,
I setup squirrelmail with dovecot and everything worked. I moved users
Maildir directores to ~/Maildir/INBOX.directory/ and updated the
.subscriptions file to something like ^INBOX.directory
squirrelmail picks this up, but I can't seem to get mutt to read this
style. In fact I would have assumed that dovecot would read ~/Maildir/
as INBOX and everything under it as it stands, without
2006 May 14
0
Beware of HashWithIndifferentAccess#symbolize_keys!
Hi,
I just posted a patch tot he rails trac for a bug we found where
running symbolize_keys! on a HashWithIndifferentAccess will delete all
items from the hash. Please make sure you either never call
symbolize_keys! (or to_options! which just alias it) on a
HashWithIndifferentAccess, or apply the path attached from the ticket
at: http://dev.rubyonrails.org/ticket/5076
I also posted a much longer
2006 May 30
0
Fixing PUT to work with multipart messages
We recently wrote our API to be fully REST, and so user PUT for
updates. The problem is, we need multipart requests, but there''s a bug
in CGI, and it doesn''t work.
The rails code as a fix for POST requests, but not for PUT requests.
So we added PUT as well and it works great now. I posted this as a
patch in trac (http://dev.rubyonrails.org/ticket/5235) so you can get
it if you