ep_codepad
ep_codepad copied to clipboard
Turn etherpad-lite into a realtime collaborative online development environment
### Background The mime package changed from 1.x to 2.x and mime.lookup renamed to mime.getExtension. Codepad use it, but expect 1.x and does not prepared for 2.x ### Result Using...
When i build etherpad with ep_codepad then the server does not start up anymore: There is no real error message, however the port is not opened and the last message...
For ultimate hacker credits, this needs of course a proper IRC integration ;) Would this work? https://github.com/N3X15/ep_irc
This appears to be the case when running codepad as a service. After a longer period of idle time a user may get rejected with correct username and password -...
A refresh on page solves the problem, but it is an annoying bug.
Hitting the "push" button gave me a permanent "File inconsistent with pad content"-Error. Changing: `if (adat !== text.slice(0, -1)) {` to `if (adat !== text) {` in handleButtonMessage.js seems to...
May 08 09:46:19 codepad-demo.d250.hu node[506]: [2016-05-08 09:46:19.574] [INFO] console - CODEPAD MSG: PUSH_TO_FILESYSTEM a.RqnKGlAFxi9PSpNK null May 08 09:46:19 codepad-demo.d250.hu node[506]: [2016-05-08 09:46:19.575] [WARN] message - Dropped message, unknown COLLABROOM Data...
If you like to add autocompletion, you could try [this plugin](https://github.com/jdittrich/ep_autocomp) I wrote. Currently it completes strings to the ones it finds in the same pad, but it could be...
Not always, but when it does, it is annoying.