• Flashterm Socket Server (repost)

    From Fishy@VERT to All on Wed Sep 30 12:06:34 2009
    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 ã (Reposted after fail-post in Dove conf #9)ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Tracker1@VERT/TRN to Fishy on Thu Oct 1 20:24:50 2009
    On 9/30/2009 12:06 PM, Fishy wrote:ã> 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 ;)ããhere's mine from a couple weeks ago...ãhttp://bbsing.info/downloads/socket-policy-service.zipãã-- ãMichael J. Ryan - http://tracker1.info/ãã... The key to immortality is first living a life worth remembering.ãã---ã þ Synchronet þ Roughneck BBS - telnet://roughneckbbs.com - www.roughneckbbs.comã
  • From Fishy@VERT to Tracker1 on Sat Oct 3 04:15:38 2009
    Re: Re: Flashterm Socket Server (repost)ã By: Tracker1 to Fishy on Thu Oct 01 2009 08:24 pmãã > > I just hacked together a Flash Socket Policy server in .jsã > > and upped it at bbs.defcon.no and vertã > ã > here's mine from a couple weeks ago...ã > http://bbsing.info/downloads/socket-policy-service.zipããSo, after a bunch of people asking for an integrated solution for a whileãand nobody posing code, all of a sudden we have two working implements ;)ããJust a Q. Why do you keep the XML as an actual file? Seeing as the onlyãthings that need to be changed in the XML is allow-access-fromãdomain and to-ports, I personally thought it cleaner to keep the XMLãinline in the JS, and not adding a possible local security hole...ãã -- Fishy -- Defcon BBS -- telnet://bbs.defcon.noã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Jas Hud@VERT to Fishy on Sun Oct 4 21:32:49 2009
    Fishy wrote:ã> Re: Re: Flashterm Socket Server (repost)ã> By: Tracker1 to Fishy on Thu Oct 01 2009 08:24 pmã> ã> > > I just hacked together a Flash Socket Policy server in .jsã> > > and upped it at bbs.defcon.no and vertã> > ã> > here's mine from a couple weeks ago...ã> > http://bbsing.info/downloads/socket-policy-service.zipã> ã> So, after a bunch of people asking for an integrated solution for a whileã> and nobody posing code, all of a sudden we have two working implements ;)ã> ãããpython and php one works fine too.ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Fishy@VERT to Jas Hud on Tue Oct 6 00:49:25 2009
    Re: Re: Flashterm Socket Server (repost)ã By: Jas Hud to Fishy on Sun Oct 04 2009 09:32 pmãã > > So, after a bunch of people asking for an integrated solution for a whileã > > and nobody posing code, all of a sudden we have two working implements ;)ã > ã > python and php one works fine too.ããAs a Synchronet integrated service? How?ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Tracker1@VERT/TRN to Fishy on Wed Oct 7 21:25:55 2009
    On 10/6/2009 12:49 AM, Fishy wrote:ã>> python and php one works fine too.ã> ã> As a Synchronet integrated service? How?ããWell, you can actually launch a static executable via the Synchronet services. ã Probably not the best way, but it can be done... I'd stick with a built in ã.js version myself.ãã-- ãMichael J. Ryan - http://tracker1.info/ãã... FRA #102: Nature decays, but latinum lasts forever.ãã---ã þ Synchronet þ Roughneck BBS - telnet://roughneckbbs.com - www.roughneckbbs.comã
  • From Jas Hud@VERT to Fishy on Thu Oct 8 00:03:45 2009
    Fishy wrote:ã> Re: Re: Flashterm Socket Server (repost)ã> By: Jas Hud to Fishy on Sun Oct 04 2009 09:32 pmã> ã> > > So, after a bunch of people asking for an integrated solution for a whileã> > > and nobody posing code, all of a sudden we have two working implements ;)ã> > ã> > python and php one works fine too.ã> ã> As a Synchronet integrated service? How?ããyou can launch them from the bbs. i think it's preferable to have ãsomething separate from the bbs handle this, but to each their own.ãããhow's this .js effect the bbs users? i know nttp/email/ftp/web reallyãcauses the users on a system to lag.ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Digital Man@VERT to Jas Hud on Wed Oct 7 22:18:59 2009
    Re: Re: Flashterm Socket Server (repost)ã By: Jas Hud to Fishy on Thu Oct 08 2009 12:03 amãã > Fishy wrote:ã > > Re: Re: Flashterm Socket Server (repost)ã > > By: Jas Hud to Fishy on Sun Oct 04 2009 09:32 pmã > >ã > > > > So, after a bunch of people asking for an integrated solution for aã > > > > while and nobody posing code, all of a sudden we have two workingã > > > > implements ;)ã > > >ã > > > python and php one works fine too.ã > >ã > > As a Synchronet integrated service? How?ã >ã > you can launch them from the bbs. i think it's preferable to haveã > something separate from the bbs handle this, but to each their own.ããI think that's silly.ãã > how's this .js effect the bbs users? i know nttp/email/ftp/web reallyã > causes the users on a system to lag.ããNot here. Not at all. The only JS-caused lag I recall hearing about was withãWin9x/Me systems.ãã digital manããSnapple "Real Fact" #109:ãSmelling apples and/or bananas can help you loose weight.ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Tracker1@VERT/TRN to Jas Hud on Thu Oct 8 07:08:45 2009
    On 10/7/2009 10:03 PM, Jas Hud wrote:ã> how's this .js effect the bbs users? i know nttp/email/ftp/web reallyã> causes the users on a system to lag.ããThe entire protocol/script for delivering the small string to the flash client ãis *VERY* small... even a 1/4 to 1/2 second lag one time is acceptable here.ãã-- ãMichael J. Ryan - http://tracker1.info/ãã... FRA #121: Everything is for sale, even friendship.ãã---ã þ Synchronet þ Roughneck BBS - telnet://roughneckbbs.com - www.roughneckbbs.comã