Coder Social home page Coder Social logo

javachatserver's People

Contributors

jmonticelli avatar

Watchers

 avatar

javachatserver's Issues

Add private message command

Would like to add a private message command - this should be relatively simple, however, it will require username for each user to prevent multiple messages/hosts getting the same message

Client names

Currently, the client names are the client IPv4 addresses. I would like to change this to force a user to connect with a screen name.

Custom configuration file

Would like to allow the server to load a configuration file, or create a default configuration file if one is not present.

This would set future user caps, MOTD files, connection rules, etc.

Add MOTD from file

Adding an optional message of the day from a file would be nice, and should be very easy to implement

ScrollPane unsatisfactory

ScrollPane has no autoscroll, and should be fixed to allow pane to autoscroll when the vertical scroll bar is at the bottom.

Optional user cap

Would like to, in the future, implement an optional user cap for the server

Turn RSA messaging scheme into hybrid-cryptosystem

Currently, messages are received from the client and sent to the client using an RSA asymmetric key encryption scheme. Along with its slow speeds, it only allows us to encrypt a small message (in our case, 245 bytes).

This both limits the execution speed of the server and the overall length of the message.

The way to fix this will be to implement at least an AES-128 bit symmetric encryption scheme which will send the key via RSA from server-to-client, although more preferable would be AES-256. I'd only have to bump up the RSA key size, which would incur the cost of a two-fold amount of key data being transferred in every packet.

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.