Giter Site home page Giter Site logo

Questions about freestep HOT 10 CLOSED

Ashtor avatar Ashtor commented on August 27, 2024
Questions

from freestep.

Comments (10)

jkingsman avatar jkingsman commented on August 27, 2024

FreeStep does its best to provide anonymity and not to log or track users. Chats are encrypted to keep them as safe as possible from prying eyes. However, if legally subpoenaed, I'll do my best to assist law enforcement however I can. If you're concerned about traffic loads or the sensitive nature of your chats, I suggest you set up your own installation on your own server.

from freestep.

jkingsman avatar jkingsman commented on August 27, 2024

In a more direct answer, if I have reason to believe that FreeStep is becoming a hub for illegal activity, I would consider shutting down the site. The current Freestep.net site is more of a demo site than anything else; my main goal is to distribute the source code, so if I was somehow made aware that I was enabling unsavory behavior, I would do my best to curb it, even if it meant taking the site down. If someone really needs the system, they should set it up on their own server.

from freestep.

Ashtor avatar Ashtor commented on August 27, 2024

Hi again. a last quick question about the issue #66. is there a way to prevent users from posting links and show photo? like change anything? i really dont want it to shut it down. i rather want you to fix the server so they can't post links or drag photo.

from freestep.

jkingsman avatar jkingsman commented on August 27, 2024

I think that being able to send pictures and links is a pretty important functionality - if you're running this on your own install, you can totally do that.

If you're in a hurry, on your own installation, pictures can be pretty easily disabled by deleting this whole codeblock in server.js:

   socket.on("dataSend", function (msg) {
      var currTime = Date.now();
      if(((currTime - lastImageSend) < 5000) && isRateLimited) {
         socket.emit("rateLimit");
      } else {
         lastImageSend = currTime;
         var type = 1;
         var name = socket.nickname;
         var data = [type, name, msg];
         io.sockets.in(socket.roomIn).emit("chat", data);
      }
   });

Detecting and blocking links is tricky, as handling and display of links is done entirely client side. You could just have the client not display them, but that doesn't stop them from getting to the client entirely. I don't think there's an easy solution for links.

from freestep.

Ashtor avatar Ashtor commented on August 27, 2024

well. just dont shut the site down no matter what. i love the site and i still want to use it and its so hard to find chatsite that is encrypted and anonymous.. specially one without TOS etc. if you know any chatsite like freestep wich has no rules at all,it would b great (exept chatstep,chatcrypt and cryptocat),, that would be all. just please dont shut it down no matter what. and that sourcecode u just posted. is that the sourcecode for the chatsite? if not.. can u give me the sourcecode for it?

from freestep.

jkingsman avatar jkingsman commented on August 27, 2024

Well I'm glad to hear that you like it - but if you need it so much, you should set up your own install.

Adding a ToS is actually on my todo list, sorry to disappoint you :/

from freestep.

Ashtor avatar Ashtor commented on August 27, 2024

Sorry for so many questions. but i need to know few things before i end this issue for the time being.

  1. Can u give me a link to the whole sourcecode for this?
  2. What hosting site can i use wich is free where i can just upload the sourcecode easily with not so many programmes etc where the account on the hosting site doesnt expire at all?. thats the last 2 questions for now

from freestep.

jkingsman avatar jkingsman commented on August 27, 2024

No worries! Happy to answer questions. The whole source code is hosted on this site - GitHub. You can follow the directions in the readme lower on this page to grab it an set it up.

For hosting, you need something that supports node.js, which I don't think you'll find for free, sorry. You could definitely look around though.

from freestep.

Ashtor avatar Ashtor commented on August 27, 2024

just 1 more question and that is all. Do you know any other chatsites just like freestep.net ? and if so.. wich one and whats the site?

from freestep.

jkingsman avatar jkingsman commented on August 27, 2024

I wouldn't be comfortable making any recommendations.

On Mar 31, 2015, at 10:08 AM, Ashtor [email protected] wrote:

just 1 more question and that is all. Do you know any other chatsites just like freestep.net ? and if so.. wich one and whats the site?


Reply to this email directly or view it on GitHub.

from freestep.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.