Giter Site home page Giter Site logo

hypha's People

Contributors

alexendoo avatar algram avatar dmfarcas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hypha's Issues

Add SASL authentication

It should be easy to implement with the options the irc module provides. We have to submit "password" and "userName" in the options and it should work.

Special cases would be reconnecting after standby, etc.

How to deal with big dom caused by a lot of messages

Currently there is a slowdown in switching channels when there are more than 1500 message lines in total.

We need to figure out how to correctly handle this. Maybe limiting the messages to 1500 would be an option or add animation so the slowdown isn't quite as obvious.
We could also try to remove some jquery bloat when switching channels.

Add message timestamps

Timestamps need to be added in a special manner:

Only display timestamps if there was no message in the last x minutes. Then display one timestamp as a line between the other messages.

This will make timestamps unobtrusive in comparison to the other popular implementations where a timestamp is shown on every line.

With the suggested method it would still offer information on time but be out of the way to not be annoying.

Make input switch with channel switching

Currently text in the input field is not dynamic and stays the same for channel switches.
What we want is that the input is connected to a channel and if the channel gets switched, the input gets switched too.

Automatically reconnect after standby

The client needs tor econnect to all the servers and channels if the machine resumes. This is currently done in main.js. There are cases where this leads to the client constantly reconnecting to all the server which ultimately gets the user banned from those.

Add command support

There are a lot of irc commands that need to be implemented in Hypha yet. Here is a list of all the commands that need to be supported:

  • /away
  • /ban
  • /ctcp
  • /ignore
  • /mode
  • /notice
  • /quit
  • /quite
  • /kick
  • /whois
  • /me
  • /clear
  • /msg
  • /nick
  • /part
  • /join

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.