• Flashterm related: Socket server

    From Fishy@VERT to All on Wednesday, September 30, 2009 12:02:44
    I just hacked together a Flash Socket Policy server in .js
    and upped it at bbs.defcon.no and vert

    The "protocol" so so darned simple, the file is to be considered
    public domain.

    (Posting this via vert, because I am unable to set the BBS tagline
    on Defcon BBS because of segfault on Enter.. Need to recompile some day ;)

    -- Fishy -- SysOp at Defcon BBS -- telnet://bbs.defcon.no

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Fishy@VERT to All on Wednesday, September 30, 2009 12:04:54
    Re: Flashterm related: Socket server
    By: Fishy to All on Wed Sep 30 2009 12:02 pm

    I just hacked together a Flash Socket Policy server in .js
    and upped it at bbs.defcon.no and vert

    Jeez, even managed to post on the wrong group ;) N3wb styl!

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Tracker1@VERT/TRN to Fishy on Thursday, October 01, 2009 20:15:01
    On 9/30/2009 12:04 PM, Fishy wrote:
    I just hacked together a Flash Socket Policy server in .js
    and upped it at bbs.defcon.no and vert

    Jeez, even managed to post on the wrong group ;) N3wb styl!

    Already made one myself a few weeks ago...

    --
    Michael J. Ryan - http://tracker1.info/

    ... B5: Why does any advanced civilization seek to destroy less advanced one? Because the land is strategically valuable, because there are resources that can be cultivated and exploited, but most of all, simply because they can.

    ---
    þ Synchronet þ Roughneck BBS - telnet://roughneckbbs.com - www.roughneckbbs.com
  • From Jas Hud@VERT to Tracker1 on Thursday, October 01, 2009 23:00:21
    Tracker1 wrote:
    On 9/30/2009 12:04 PM, Fishy wrote:
    I just hacked together a Flash Socket Policy server in .js
    and upped it at bbs.defcon.no and vert

    Jeez, even managed to post on the wrong group ;) N3wb styl!

    Already made one myself a few weeks ago...


    the vadv developer made one that i really love

    http://bbsnews.org/news/node/80

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Tracker1@VERT/TRN to Jas Hud on Friday, October 02, 2009 16:58:54
    On 10/1/2009 9:00 PM, Jas Hud wrote:
    Already made one myself a few weeks ago...

    the vadv developer made one that i really love http://bbsnews.org/news/node/80

    Yeah, actually did some tcp/ip snooping to discover that the xml response you send back doesn't work well with cr/lfs in the response... Mine runs *inside* of synchronet though, so it can be included with it.

    --
    Michael J. Ryan - http://tracker1.info/

    ... FRA #048: The bigger the smile, the sharper the knife.

    ---
    þ Synchronet þ Roughneck BBS - telnet://roughneckbbs.com - www.roughneckbbs.com
  • From Fishy@VERT to Jas Hud on Saturday, October 03, 2009 04:01:41
    Re: Re: Flashterm related: Socket server
    By: Jas Hud to Tracker1 on Thu Oct 01 2009 11:00 pm

    Tracker1 wrote:
    On 9/30/2009 12:04 PM, Fishy wrote:
    I just hacked together a Flash Socket Policy server in .js
    and upped it at bbs.defcon.no and vert

    Jeez, even managed to post on the wrong group ;) N3wb styl!

    Already made one myself a few weeks ago...


    the vadv developer made one that i really love

    http://bbsnews.org/news/node/80

    The point of making a .JS version, is to run the policy server as an
    integrated service on Synchronet. With the services-system on synch,
    there is no need to run an externap app. Looks like a nice alternative for Win32-heads running BSSes and such that do not support integrated services tho.

    To Tracker1: "Already made one myself".... does not really help other
    SysOps much unless you post/publish, does it?

    I see you did, over on the Synchronet Java devel after posting here, but
    just seeing your answer here pissed me off a little....

    -- Fishy -- Defcon BBS -- telnet://bbs.defcon.no

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Fishy@VERT to Tracker1 on Saturday, October 03, 2009 04:09:22
    Re: Re: Flashterm related: Socket server
    By: Tracker1 to Jas Hud on Fri Oct 02 2009 04:58 pm

    On 10/1/2009 9:00 PM, Jas Hud wrote:
    Already made one myself a few weeks ago...

    the vadv developer made one that i really love http://bbsnews.org/news/node/80

    Yeah, actually did some tcp/ip snooping to discover that the xml response yo send back doesn't work well with cr/lfs in the response... Mine runs *insid of synchronet though, so it can be included with it.

    Yeah, running the policy server as a service was the point of my approach too, I did'nt want yeat another separate process running with root/admin rights seeing that the policyserver by default uses a port < 1024 ...

    I found that CR/LF is a big no-no, but plain LF's work with Flash9 at least.
    As the Adobe documentation only specifies "this is XML", i dropped CR and LF altogether to be sure it would work...

    -- Fishy -- Defcon BBS -- telnet://bbs.defcon.no

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Jas Hud@VERT to Fishy on Monday, October 05, 2009 02:43:25
    Fishy wrote:

    The point of making a .JS version, is to run the policy server as an integrated service on Synchronet. With the services-system on synch,
    there is no need to run an externap app. Looks like a nice alternative for Win32-heads running BSSes and such that do not support integrated services tho.

    To Tracker1: "Already made one myself".... does not really help other
    SysOps much unless you post/publish, does it?

    I see you did, over on the Synchronet Java devel after posting here, but
    just seeing your answer here pissed me off a little....



    so how well does a synchronet .js policy server service preform?

    i know those other services can cause the bbs side to lag for users when
    ran.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Fishy@VERT to Jas Hud on Tuesday, October 06, 2009 00:54:50
    Re: Re: Flashterm related: Socket server
    By: Jas Hud to Fishy on Mon Oct 05 2009 02:43 am

    so how well does a synchronet .js policy server service preform?

    i know those other services can cause the bbs side to lag for users when ran.

    Seeing how simple a policy server should be, there should really be no load
    or lag. And I stress-tested mine a little, and cant see any load at all.
    So, they perform very well indeed.

    -- Fishy -- Defcon BBS -- telnet://bbs.defcon.no

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Tracker1@VERT/TRN to Fishy on Wednesday, October 07, 2009 20:57:52
    On 10/6/2009 12:54 AM, Fishy wrote:
    so how well does a synchronet .js policy server service preform?

    i know those other services can cause the bbs side to lag for users when ran.

    Seeing how simple a policy server should be, there should really be no load or lag. And I stress-tested mine a little, and cant see any load at all.
    So, they perform very well indeed.

    yeah, mine doesn't even parse the input, just spits out the XML file from the ../conf directory, runs fast enough... far less overhead than the HTTP request to get the HTML that the flash was included on, that's for sure.

    --
    Michael J. Ryan - http://tracker1.info/

    ... FRA #009: Opportunity plus instinct equals profit.

    ---
    þ Synchronet þ Roughneck BBS - telnet://roughneckbbs.com - www.roughneckbbs.com