pad.libre-service.eu-etherpad/src/node/handler
muxator 59a6f2e9b8 node8: get rid of node < 0.7 compatibility when deleting files.
- path.exists() is no longer part of nodejs
- fs.exists() is deprecated (as of nodejs >= 8)
- checking a file for existence before using it is open to raca condition. It is
  preferable to go ahead and use the file, and eventually handle the error
- we can afford two simple synchronous fs operations here
2019-02-19 22:01:12 +01:00
..
APIHandler.js api: simplify version table 2019-01-22 22:51:22 +01:00
ExportHandler.js node8: we can safely use os.tmpdir() 2019-02-19 22:01:12 +01:00
ImportHandler.js node8: get rid of node < 0.7 compatibility when deleting files. 2019-02-19 22:01:12 +01:00
PadMessageHandler.js PadMessageHandler: reversed condition to make core logic evident. No behavioural changes. 2018-08-29 01:23:38 +02:00
SocketIORouter.js working handling of setting client ip and anonymizing etc 2014-11-04 23:25:18 +00:00