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

Token nameport support #1

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open

Token nameport support #1

wants to merge 30 commits into from

Conversation

timriker
Copy link
Member

@timriker timriker commented Feb 19, 2023

Processes nameport as provided in LIST command and then validation in ADD.

Needs the following field added to bzfs

user_tokennameport varchar(30) default "" not null

needs this in serversettings.php

$bbdbprefix = 'bzbb3_';

Adds nameport to LIST and CHECKTOKEN calls so token is server specific.

Uses key on REMOVE so REMOVE does not need to come from the same IP. This is for multiple host IPs including IPv6 support.

@timriker timriker self-assigned this Apr 11, 2023
@timriker timriker added the enhancement New feature or request label Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants