Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugins - CAPTCHA #220

Open
wants to merge 119 commits into
base: dev
Choose a base branch
from
Open

Plugins - CAPTCHA #220

wants to merge 119 commits into from

Conversation

RyanRory
Copy link

No description provided.

jagerman and others added 30 commits July 12, 2023 14:58
In preparation for introducing blinded25 code for new 25xxx blinded ids
alongside the old 15xxx id code.
Blinds a session id to both 15... and 25... variants
This is only the schema change itself; migration to come.

The `users` table will now have only one row per SessionID, and the
`session_id` column will be the 25-blinded id.  Messages which were
signed using either the non-blinded Session ID or the 15-blinded ID will
have that ID set in `alt_column`
@KeeJef KeeJef mentioned this pull request Aug 19, 2024
@RyanRory RyanRory marked this pull request as ready for review August 20, 2024 02:58
@RyanRory RyanRory changed the title [WIP] Challenge bot Plugins - CAPTCHA Aug 20, 2024
tewinget and others added 5 commits August 22, 2024 22:47
If a message was signed with a differently-blinded session_id than the
one in the users table for a user, that session_id goes in the alt_id
column of the message.  However, when fetching a user list (e.g.
moderators for a room), it is useful for now to give the session_id
that user last used.
Update docs to increase layman understanding
Changes to support room names in Plugins

Remove addtional logging

Update addtional copy
This fixes an issue where Android clients were unable to join SOGS
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.

4 participants