web-irc
web-irc copied to clipboard
A web IRC client
This is an awesome project. Thanks for this. If I use web-irc to connect to a server with nick "lance" and any channel(s) and that nick is already in use...
From the nodester deployment logs: ``` debug - xhr-polling received data packet 5:::{"name":"connect","args":[{"nick":"addyosmani","server":"freenode","channels":["jquery-ot,jquery-dev"]}]} Starting IRC client; wiring up socket events. events.js:45 throw arguments[1]; // Unhandled 'error' event ^ Error: ENOTFOUND,...
Clearly, appending all the channels returned on a site like Freenode to the DOM as they're received kills performance. Let's try lazy-loading the channels once it gets past a fairly...
Add support for user notification of any channel mentions A couple of ideas for notification methods: - Add a count of unread mentions (for all channels) in title - Play...
Client obviously needs polish, from a better designer. Both visual and UI/UX
UI experience needed here -- find a good way to deal with tabs when they run past the browser window width. Concept & mockups would be useful even if you...
It would be nice to have a mock server for testing the app (client side), to alleviate the need to connect to a real IRC server and such every time...
This may be a big one, and may warrant multiple separate issues. Here are some ideas: - When a URL is pasted with a standard image format extension, it's downloaded...
Think about possible approaches to supporting persistent logins, even after a user leaves the page. I don't think any free web IRC clients do this. May need to split into...
When you input a nickname and press tab, it should auto-complete on nicks in the current channel.