Jump to content




Firewolf Website Browser 2.5 - Brand New Internals (again)!

networking lua wireless

  • You cannot reply to this topic
539 replies to this topic

#201 SuicidalSTDz

    Permutator of Strings

  • Members
  • 1,308 posts
  • LocationPennsylvania

Posted 22 January 2013 - 11:35 AM

It would be an honor if I could use Firewolf in my OS.

#202 GravityScore

  • Members
  • 796 posts
  • LocationLand of Meh

Posted 22 January 2013 - 11:37 AM

View PostSuicidalSTDz, on 22 January 2013 - 11:35 AM, said:

It would be an honor if I could use Firewolf in my OS.

:P Not sure about it being an honour. It breaks more often than you think xD

Yeah sure!

#203 SuicidalSTDz

    Permutator of Strings

  • Members
  • 1,308 posts
  • LocationPennsylvania

Posted 23 January 2013 - 10:42 AM

View PostGravityScore, on 22 January 2013 - 11:37 AM, said:

View PostSuicidalSTDz, on 22 January 2013 - 11:35 AM, said:

It would be an honor if I could use Firewolf in my OS.

:P Not sure about it being an honour. It breaks more often than you think xD

Yeah sure!
Thanks!, and lol. :)

#204 Okyloky9

  • Members
  • 57 posts

Posted 27 January 2013 - 05:25 PM

Hey guys, I found a really a really easy way to get past your antivirus and I thought I would let you know.
local hi = shell
hi.run("delete","programname")
print("I got past your antivirus!")

I just tried this on a friends firewolf server and I also made a test one and it still works on it. I don't know how your antivirus works but I think if you CAN add protection against that, you should.

EDIT: I just looked at your "Known Bugs" page on your website and found this, so you already know about it then. Sorry.

#205 1lann

  • Members
  • 516 posts
  • LocationSeattle

Posted 27 January 2013 - 06:41 PM

View PostOkyloky9, on 27 January 2013 - 05:25 PM, said:

Hey guys, I found a really a really easy way to get past your antivirus and I thought I would let you know.
local hi = shell
hi.run("delete","programname")
print("I got past your antivirus!")

I just tried this on a friends firewolf server and I also made a test one and it still works on it. I don't know how your antivirus works but I think if you CAN add protection against that, you should.

EDIT: I just looked at your "Known Bugs" page on your website and found this, so you already know about it then. Sorry.
Actually that one was from a while back, and I thought I already fixed it D: It looks like the bug is back. Thanks for the report

Update: Silly meh! Fixed

#206 karelmikie3

  • Members
  • 112 posts

Posted 28 January 2013 - 03:47 AM

i got a question how to load an custom API in firewolf?

#207 GravityScore

  • Members
  • 796 posts
  • LocationLand of Meh

Posted 28 January 2013 - 04:46 AM

View Postkarelmikie3, on 28 January 2013 - 03:47 AM, said:

i got a question how to load an custom API in firewolf?

Oooooo that's a tricky one to do, and it shouldn't be. Since Firewolf only downloads the page it's loading to the computer the request was performed on, the API you'll want to load isn't downloaded, and therefore os.loadAPI will fail. So you'd have to download the API from the server onto the computer before you load it, which is easy to do, but your page will then trigger the antivirus.

1lann, maybe we could override os.loadAPI and get it to include all the files on the server's computer in the function's search path, and load the API from the server computer if the API's found. We would also have to keep track of all the loaded APIs so we could unload them when the website has finished, so they don't interfere with anything in Firewolf, and aren't able to perform any malicious functions.

Basically, right now you'd have to download the API file from the server, save it, then os.loadAPI it. This will trigger the Firewolf antivirus though, unless you use the built in download API.

#208 karelmikie3

  • Members
  • 112 posts

Posted 28 January 2013 - 04:51 AM

View PostGravityScore, on 28 January 2013 - 04:46 AM, said:

View Postkarelmikie3, on 28 January 2013 - 03:47 AM, said:

i got a question how to load an custom API in firewolf?

Oooooo that's a tricky one to do, and it shouldn't be. Since Firewolf only downloads the page it's loading to the computer the request was performed on, the API you'll want to load isn't downloaded, and therefore os.loadAPI will fail. So you'd have to download the API from the server onto the computer before you load it, which is easy to do, but your page will then trigger the antivirus.

1lann, maybe we could override os.loadAPI and get it to include all the files on the server's computer in the function's search path, and load the API from the server computer if the API's found. We would also have to keep track of all the loaded APIs so we could unload them when the website has finished, so they don't interfere with anything in Firewolf, and aren't able to perform any malicious functions.

Basically, right now you'd have to download the API file from the server, save it, then os.loadAPI it. This will trigger the Firewolf antivirus though, unless you use the built in download API.

thank you for saying

#209 NoLongerUsed

  • Members
  • 80 posts

Posted 30 January 2013 - 09:58 AM

anyway for this to work on Immibis modem?

#210 1lann

  • Members
  • 516 posts
  • LocationSeattle

Posted 30 January 2013 - 03:11 PM

View Postmtwiscool, on 30 January 2013 - 09:58 AM, said:

anyway for this to work on Immibis modem?

Use this:

View PostPixelToast, on 09 January 2013 - 03:13 PM, said:

View PostHenness, on 09 January 2013 - 09:17 AM, said:

Can you make this work with Immibis's Peripherals LAN cables. http://www.computerc...ss-peripherals/
LAN cables are so much better because they can send information over any distance even through unloaded chunks.
use my LAN wrapper: https://github.com/i...4/ComputerCraft
just run "lan"
requires "apis/lan" to be loaded (too lazy to combine them)


#211 GravityScore

  • Members
  • 796 posts
  • LocationLand of Meh

Posted 31 January 2013 - 02:30 PM

View PostVladious, on 31 January 2013 - 02:20 PM, said:

Funlann can u maek firewolf able tu coneckt tu sum rdnt explorer http db servs?
pl0x~!

Wat..... It took me a good five minutes to work out what you were trying to say. Please learn to type properly.
I think I can translate though: 1lann, can you make Firewolf able to connect to the Rednet Explorer HTTP database servers? Please?

And the answer is we can't without a large amount of co-operation from ComputerCraftFan11 (who made Rednet Explorer). I'm working on HTTP support for Firewolf, and it should be done soon... (maybe)

#212 TheVarmari

  • Members
  • 70 posts
  • LocationFinland

Posted 01 February 2013 - 03:09 AM

View PostGravityScore, on 31 January 2013 - 02:30 PM, said:

View PostVladious, on 31 January 2013 - 02:20 PM, said:

Funlann can u maek firewolf able tu coneckt tu sum rdnt explorer http db servs?
pl0x~!

Wat..... It took me a good five minutes to work out what you were trying to say. Please learn to type properly.
I think I can translate though: 1lann, can you make Firewolf able to connect to the Rednet Explorer HTTP database servers? Please?

And the answer is we can't without a large amount of co-operation from ComputerCraftFan11 (who made Rednet Explorer). I'm working on HTTP support for Firewolf, and it should be done soon... (maybe)

Hey, give me a word and I'll see if I can drop by and help. You can also usually find me on IRC, and if you message me while I'm offline my bouncer will still record it...
If you're having trouble with the server-side coding I think I can help. At least, I'll try.

#213 NoLongerUsed

  • Members
  • 80 posts

Posted 01 February 2013 - 09:09 AM

View Post1lann, on 30 January 2013 - 03:11 PM, said:

View Postmtwiscool, on 30 January 2013 - 09:58 AM, said:

anyway for this to work on Immibis modem?

Use this:

View PostPixelToast, on 09 January 2013 - 03:13 PM, said:

View PostHenness, on 09 January 2013 - 09:17 AM, said:

Can you make this work with Immibis's Peripherals LAN cables. http://www.computerc...ss-peripherals/
LAN cables are so much better because they can send information over any distance even through unloaded chunks.
use my LAN wrapper: https://github.com/i...4/ComputerCraft
just run "lan"
requires "apis/lan" to be loaded (too lazy to combine them)

i tried that and get this error:
Posted Image
photo storage

#214 Beastly

  • Members
  • 6 posts

Posted 01 February 2013 - 01:48 PM

Whens 3.0 going to come out?

#215 GravityScore

  • Members
  • 796 posts
  • LocationLand of Meh

Posted 01 February 2013 - 02:02 PM

View PostBeastly, on 01 February 2013 - 01:48 PM, said:

Whens 3.0 going to come out?

I don't want to say a release date, because that just puts pressure on me to finish it quickly :P

School is starting in 3 days, so it could take longer than expected. The answer then: I really don't know :P

#216 Mrrraou

  • Members
  • 36 posts
  • LocationFrance

Posted 02 February 2013 - 10:27 PM

Can you add tabs in FireWolf please? It's gonna be awesome :)
Thanks :)

#217 1lann

  • Members
  • 516 posts
  • LocationSeattle

Posted 02 February 2013 - 10:46 PM

View PostMrrraou, on 02 February 2013 - 10:27 PM, said:

Can you add tabs in FireWolf please? It's gonna be awesome :)/>/>
Thanks :)/>/>
As simple as it may sound, that is actually quite complex and hard to do D: I'll need to think of an efficient and bug free way to do it.

Oh and comming soon: Speed improvements to startup and better security to prevent interceptors

#218 Skullblade

  • Members
  • 470 posts
  • LocationThe Big Apple, NY

Posted 03 February 2013 - 04:57 AM

amazing looking website; i love this program

also you spelled virtual wrong on the website

Quote

virutal


#219 Acejhm

  • New Members
  • 1 posts
  • LocationUnited Sates, Florida

Posted 03 February 2013 - 12:29 PM

Ok wow..this is truly awesome!

#220 GravityScore

  • Members
  • 796 posts
  • LocationLand of Meh

Posted 03 February 2013 - 06:47 PM

Firewolf 2.3.9 is out!

Includes quite a few changes, but none really big for the user - mainly under the hood. The biggest thing would be the built-in databases and themes, and the ID conflict resolver (ty 1lann :D).

P.S thanks for all the encouragement and kind words - it means a lot to 1lann and I :D

EDIT: I fixed that spelling error too, Skullblade! Thanks for pointing it out!





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users