Commit graph

22 commits

Author SHA1 Message Date
ansuz
3dfa19b786 more flexible websocket configuration (WIP) 2016-10-03 19:19:38 +02:00
ansuz
9fa7da60b9 confirm that a socket is ready to send before sending 2016-10-03 15:38:42 +02:00
ansuz
4b238de84c quieter stdout and stderr logs 2016-09-30 15:51:23 +02:00
yflory
37c3f12790 Use the new end_of_history message 2016-09-23 15:37:12 +02:00
yflory
ad32ea2a82 Store the validate key in the history keeper database 2016-09-21 17:24:12 +02:00
yflory
7cc5218422 Messages are now verified by the users instead of the server 2016-09-21 15:02:50 +02:00
Yann Flory
368e253c9f Ability to send a read-only URL 2016-09-16 18:45:40 +02:00
ansuz
1f4d0888ad fix false positive for error handler 2016-09-15 14:57:20 +02:00
Caleb James DeLisle
2021bf6702 Improvements to the file storage format 2016-09-13 17:03:46 +02:00
Caleb James DeLisle
ba4dba24dd If there are no checkpoints, the document fails to sync 2016-05-30 12:29:58 +02:00
Caleb James DeLisle
da2bfe2de9 Added checkpoints with the new code from ChainPad 2016-05-26 17:09:02 +02:00
ansuz
62dba6de7b add specific complaints for removeChannel's non-existence 2016-05-14 13:27:15 +02:00
ansuz
2d3ed84f5d don't say you deleted database entries if you didn't 2016-05-14 13:14:55 +02:00
ansuz
3232671a6a implement optional channel removal hooks
add configuration variables to the default config
2016-05-14 13:04:05 +02:00
ansuz
fe261c34bb set log level via the config file, not via a constant 2016-05-14 12:47:59 +02:00
ansuz
a5ae027043 make logging configurable 2016-04-27 15:03:41 +02:00
Yann Flory
619406f868 Send an ACK when someone asks for the history 2016-04-27 12:17:39 +02:00
ansuz
7a02d85ec5 Netflux server mustn't send a zero message until the history is synced 2016-04-21 17:02:54 +02:00
Yann Flory
0b3d6e15b8 Replace the Netflux old client (netflux.js) by the Netflux2 client.
Move the WebRTC peer-to-peer use case in /padrtc, which still uses the old
Netflux client
Use es6-promises.min.js to solve a issue with some browser and the new
Netflux client
2016-04-08 16:54:03 +02:00
Yann Flory
cf9f60bd57 The server don't send back anymore messages to their sender 2016-04-07 11:27:14 +02:00
Yann Flory
eb4ea7a6b0 Remove the content from the ACK messages sent by the server 2016-04-05 15:06:38 +02:00
Yann Flory
ba4faea939 Update the pads to run with the latest improvements to the websocket server 2016-04-05 12:17:43 +02:00