node-chat icon indicating copy to clipboard operation
node-chat copied to clipboard

Ability to send files

Open casiar opened this issue 9 years ago • 9 comments

Make a system where you can send files to other users via private messages.

casiar avatar Mar 21 '15 23:03 casiar

@IgorAntun put @Cazeh suggestions into TODO.md file.

igor9silva avatar Mar 30 '15 03:03 igor9silva

Will do.

igorantun avatar Mar 30 '15 03:03 igorantun

how long still before we can send files and pictures

etype avatar Apr 27 '16 17:04 etype

Hey @etype, unfortunately, I've been too busy to contribute to this project since v1.0.0 was released. While I'd love to see this feature working, I do not have the time to implement it right now, but I would appreciate any help and contribution the community could give working on this :)

igorantun avatar Apr 27 '16 18:04 igorantun

I could attempt to do this. I know a good system that could file share. What do you think?

noahcoetsee avatar Sep 12 '17 20:09 noahcoetsee

If it can be well integrated with the UI and the project itself, it would be awesome @TheCodeCrafter! What system is that?

igorantun avatar Sep 12 '17 20:09 igorantun

It is an interesting system (well, it's more of a concept) that involves blobs and engine.io. It didn't really ever have a name, but me and my friends used it for a project once. The tricky part is keeping people from trying to inject code with blobs.

noahcoetsee avatar Sep 15 '17 12:09 noahcoetsee

Sounds cool, I'm looking forward to seeing that PR :)

igorantun avatar Sep 15 '17 17:09 igorantun

I know it's been a long while since we talked about that, @IgorAntun , but I still am trying to get a nice PR built. I wanted your help doing some things, since it is your original framework.

Things I Want to Do:

  • [ ] Fix Push Notifications
  • [ ] Add better @ references (more like Discords)
  • [x] Update Emojis. (I've done this on my personal version of this, I still need to fix it in a PR though)
  • [ ] Add Tab(s) to split general chat and private messages.*
  • [ ] Other networking fixes (more details later)

*Each new user who messages can message and it will create a new tab. If they have that turned off in their settings, it's a tab that says "Private Messages", and if they click that then they can click on the different users who have messaged them (vertical tabs) just like Discord.

noahcoetsee avatar Dec 04 '17 19:12 noahcoetsee