Commit Graph

4 Commits

Author SHA1 Message Date
sairajzero
e7e701cbad Automatically reconnect selfWebsocket and reloadAPI
SelfWebSocket will now automatically attempt to reconnect when its disconnected
Added setInterval to reloadAPIdata (only for superNodes)
2019-07-24 15:26:22 +05:30
sairajzero
20c8f124e5 Adding reload API data button
The reload API data button (top-right) refreshes the API for new data
The refreshed API data are added to memory as well as stored in IDB.
The kBucket is reloaded
2019-07-24 15:01:21 +05:30
sairajzero
174b9fddf6 Improved user login and stability of funtions
Old prompt based user login and server connect are replaced with login page
Improved stability and simplification of functions
Moved all superNode functions to app.js
Supernode mode will now work in all pages (home,profile,msg) instead of just home
2019-07-24 03:01:29 +05:30
sairajzero
cd31d9c267 Added messaging feature
Now users can send and receive messages directly.
The messages are stored only in the browser IDB.
The messages are encrypted and signed by sender.
2019-07-18 03:04:22 +05:30