Skip to content

Update README with install instructions and consistent structure#80

Open
JohnMcLear wants to merge 4 commits intomainfrom
docs/readme
Open

Update README with install instructions and consistent structure#80
JohnMcLear wants to merge 4 commits intomainfrom
docs/readme

Conversation

@JohnMcLear
Copy link
Copy Markdown
Member

Standardize README with concise description, install instructions, settings (if applicable), and license.

🤖 Generated with Claude Code

JohnMcLear and others added 4 commits April 14, 2026 13:38
The Etherpad hook system expects cb() to be called exactly once per
hook invocation. In registerRoute, cb() was being called inside the
/p/*/feed route handler on every HTTP request (up to 5 times per
request depending on code path), in addition to the correct call at
the end of the hook. This could cause unpredictable behavior in the
hook system. Remove all cb() calls from inside route handlers, keeping
only the single call after all routes are registered.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant