search for: client_login

Displaying 4 results from an estimated 4 matches for "client_login".

Did you mean: client_log
2013 Sep 26
2
Login Problem
...st.env["devise.skip_timeout"] = true } skip_before_filter :verify_authenticity_token def create user_email = User.find_by_email(resource_params[''email'']) if user_email if server_emails.include?(resource_params[''email'']) || params[:client_login] != nil if user_email.valid_password?(resource_params[''password'']) if (user_email.status == "Verified" || user_email.status == nil) /// This part is fine... It allows to login. else flash[:n...
2004 Aug 06
0
Fwd: Icecast temp patch (OR: Patches? We DO need stinkin' patches!!@$!)
...;Delivered-To: moderator for bugtraq@securityfocus.com >From: Neeko Oni <neeko@haackey.com> >Subject: Icecast temp patch (OR: Patches? We DO need stinkin' patches!!@$!) >To: bugtraq@securityfocus.com >Date: Wed, 3 Apr 2002 12:42:03 -0800 (PST) > > >This addresses the client_login() Icecast issue: > >For those who have a burning need to 'patch < patch', or just don't >want to type three lines into client.c, I've attached a small >patch to client.c (Icecast 1.3.11). >Simplicity is thy name. >(More specific: It's the suggested patch in...
2004 Aug 06
0
Second stream will not connect
...aut [23/Apr/2003:20:01:57] [19:Connection Handler] DEBUG: get_icecast_file(): Looking for /usr/local/icecast/conf/mounts.aut [23/Apr/2003:20:01:57] [19:Connection Handler] DEBUG: get_icecast_file(): Looking for /usr/local/icecast/conf/groups.aut [23/Apr/2003:20:01:57] [19:Connection Handler] DEBUG: client_login(): Client listening on udp port 3005 Carl Koeppl (603) 884-3813 carl.koeppl@hp.com Hewlett Packard Company Custom Configuration Documentation (Solution Design & Delivery) --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscr...
2004 Aug 06
5
Missing headers in Icecast2
Hi Karl, Thanks for your help, About the "Connection:" header, you are right, it's: "Connection: close" and NOT "Connection: keep-alive". The protocol when the SERVER sends the data is http 1.0. It's http 1.1 when the browser requests the data. I don't understand the "Content-Length: 54000000" header either. Also I noticed the flash player on