GithubHelp home page GithubHelp logo

flame-chat's Introduction

README

This README would normally document whatever steps are necessary to get your application up and running.

Report and presentation:

  • Report.pdf
  • Presentation.pptx

Dependencies

Located in the packages folder. Extract the folders from the zip, except 'Crypto' because that doesn't seem to work unless you install it.

Run

cd /path/to/project
export PYTHONPATH=./:./packages
python2 ./app/Server.py

If you're on Windows, just run the .bat file. (Sorry, I can't write Bash).

Visit localhost:10001 afterwards and the web page should be up. This may take a while to load depending on your connection to CDNJS.

Test

Server must be up for this to work.

cd /path/to/project
export PYTHONPATH=./:./packages

# IF YOU HAVE PYTEST
pytest test

# IF NOT
python2 ./packages/pytest/pytest.py test

If you're on Windows, run the .bat file with ---run-tests.

Blacklisting

Blacklist is located in app/Config/blacklist.json, update according to the following model:

[ 
    { 
        "entry": "asut324", 
        "type": "username" 
    }, 
    { 
        "entry": "9.9.9.9", 
        "type": "ip" 
    } 
]

Rate Limiting

Public apis are IP restricted to 20 requests per 5 seconds.

Support List

Everything C Grade - asut324, wcha609

Embedded media - asut324, smoh944, abha808

User status - wcha609, asut324

Blacklisting - Put someone in my blacklist

Rate Limiting - Just ping me 20 times in 5 seconds

Inter-App Encryption and Hashing - hone076 (or hone075??? Which one is Hamish), ssit662

P2P Networking - User cache only, block login server and it will default to cache

Offline Messaging - smoh944, abha808, ssit662, asut324

Fails Graciously - dwye244, hdin898 + potentially others, been hard to find 'substandard'

Contacts

Jerry Fan - [email protected]

flame-chat's People

Contributors

theguardianwolf avatar

Watchers

 avatar  avatar

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.