Re: [Flightgear-devel] Seperated MP-servers

2008-03-24 Thread George Patterson
On Fri, Mar 21, 2008 at 11:37 AM, George Patterson
[EMAIL PROTECTED] wrote:
--Text snipped--

  
  Hi Anders and All,

  Yes, that could be done very simply at the IP data level with iptables.


  1. Log into the web server which would adjust the iptables rules to
  allow the authenticated user to log in.
  - This could be either direct or using XML-RPL or SOAP to ask a
  remote server to do the work.
  2. Server adds an iptable LOG rule to detect that the user is still
  connected (I'll come back to this in a bit). An ALLOW rule will also
  need to be added to actually allow the connections.
  3. User connects to the RA server as per normally done today. Protocol
  does not need to change.
  4. If the player hasn't been seen for a period of time (5 minutes??),
  then drop the LOG and ALLOW rule from iptables. Perhaps the web server
  needs to be told that the user has logged out.

  I think that would work. Unfortunately I don't have access to another
  computer to develop this. But should be easy enough. Personally I'd
  create a customer chain to put these rules in as it will allow easy
  separation of your firewall rules (if required) from the temporary
  rules created by this system.


  Have fun for whoever does this.


  George


I have written a quick framework which I believe should work with
minimal changes. One To Do that i can't (Lacking a machine to test
from)

- Written in CGI Perl (criteria: Installed on my Asus eeePC). Modules
required are minimal if not part of the core.
- Mostly centres around one script which authenticates the user
setting a browser cookie when doing so.
- Web server: lightttpd 1.4.x as it is an easy install onto the eeePC
(default reporsitiory)

The authentication details for the database has been separated to
allow whatever you wish to be dropped into place.


TODO
- Write code for manipulating the iptableas rules
- Currently there is not tainted data checking as I'm still working
through that.

I'd like to tidy up the code somewhat before putting it out to the
public arena, under the GPL license.
However, if someone would like to see what has been done, please drop
me a private email.
Is there a Perl programmer in the audience?

Regards


George

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Joystick Donation

2008-03-24 Thread cory barton
I have an ms force feedback pro joystick which is in excellent condition. It
has the the joystick port interface. I am not using it, so I would like to
donate it to a Flightgear developer. Please let me know who I should send
the joystick to(Continental US addresses only please), and I will send it to
them.

Thank you,

Cory
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Rain/ Snow/ Visibility and Rwy-lighting

2008-03-24 Thread Heiko Schulz
Hi,

Looking at an online weatherradar I figured out today
a nice spot for practizing IFR-approaches ( LSZH).

Heavy showers of snow, visibility about 500m - great
fun! Great work and thanks for the Rain patch!

But there was something I missed- the runway lighting!

Ususally with a certain value of visibility the rwy
lighting is set on- but not with precipation.

Can we add this to the To-Do-list of the rain-patches?

Cheers
HHS

still in work: http://www.hoerbird.net/galerie.html
But already done: http://www.hoerbird.net/reisen.html


  Lesen Sie Ihre E-Mails auf dem Handy.
www.yahoo.de/go

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Seperated MP-servers

2008-03-24 Thread Stefan Seifert
On Monday, 24. March 2008, George Patterson wrote:

 However, if someone would like to see what has been done, please drop
 me a private email.
 Is there a Perl programmer in the audience?

Yep, there is ;) 

If you want me to do some review or have some area where you could need some 
help, just drop me a note.

Regards,
Stefan

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] fg tracker broken? Does not log flights from mpserver02

2008-03-24 Thread AnMaster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

It seems fg tracker no longer tracks mpserver02 at least. My log there show no 
flights
done since March 1 and I did several today (March 24) and last week. I'm not 
sure who
exactly to contact for this so I'm sending the mail to -devel, hoping someone 
that can fix
it reads this mail.

Regards,

Arvid Norlander
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFH5+N+WmK6ng/aMNkRCsjtAJ0Ykw+3Tiu2yr18mIP33B3k6aCO/ACfcmrH
woQZlVJJ3+Z7sDRmi6ur8G8=
=GKWi
-END PGP SIGNATURE-

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] fg tracker broken? Does not log flights from mpserver02

2008-03-24 Thread Pigeon
 It seems fg tracker no longer tracks mpserver02 at least. My log there
 show no flights done since March 1 and I did several today (March 24)
 and last week. I'm not sure who exactly to contact for this so I'm
 sending the mail to -devel, hoping someone that can fix it reads this
 mail.

I have restarted mpserver02 and see if that fixes it.

Thanks.


Pigeon.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel