onionshare/share/static/js
Saptak S c63a7605ee
Adds list of active users in the chat and allows username change
- allows users to update their username and save the new username
- runs a background thread for every user session which emits a
broadcast with the username so every user can build their list of
active users in the frontend via the socket information
- on updating username, stop the old thread and start a new thread
with the new username being emitted. The username is updated in
everyone's list along with a status message for the same.
2020-03-12 14:54:48 +05:30
..
chat.js Adds list of active users in the chat and allows username change 2020-03-12 14:54:48 +05:30
jquery-3.4.0.min.js Upgrade jQuery to 3.4.0 2019-04-19 18:20:58 +03:00
receive.js Update ReceiveMode to no longer rely on slugs 2019-05-21 10:18:40 -07:00
send.js Move (optional) javascript into file, and use CSP to ban inline js 2018-03-06 03:17:54 -08:00
socket.io.min.js Create web UI and socket code for the chat interface 2020-03-08 14:51:43 +05:30