pad.libre-service.eu-etherpad/src/node
Mark Holmquist 79ca5f3e7c Refuse connection if the user is no longer authorized
This should do the trick for issue 815. Please review and merge if
it works.

Try again: Fewer variables.
2012-06-26 16:00:38 -07:00
..
db Merge branch 'master' into timeslider-realtimeupdate+readonly-pads 2012-05-29 21:26:12 +02:00
eejs Removed debug print 2012-04-20 15:08:50 +02:00
handler Refuse connection if the user is no longer authorized 2012-06-26 16:00:38 -07:00
hooks/express Merge pull request #810 from redhog/aceEditEvent 2012-06-22 03:53:50 -07:00
utils Bugfix to setHTML - it was ignoring the last letter of each line. fixes issue #768 2012-06-11 23:33:17 -04:00
easysync_tests.js replaceing AttributePoolFactory by AttributePool 2012-03-18 09:05:46 +01:00
padaccess.js The Big Renaming - etherpad is now an NPM module 2012-02-26 13:07:51 +01:00
README.md Merge branch 'pita' 2012-03-02 22:00:20 +01:00
server.js less verbose startup, better log messages at startup 2012-04-20 22:44:10 +02:00

About the folder structure

  • db - all modules that are accesing the data structure and are communicating directly to the database
  • handler - all modules that responds directly to requests/messages of the browser
  • utils - helper modules

Module name conventions

Module file names start with a capital letter and uses camelCase

Where does it start?

server.js is started directly