mirror of
https://github.com/mumble-voip/mumble.git
synced 2026-03-03 00:46:56 -05:00
Ban assistant to avoid mistakes #2340
Labels
No labels
GlobalShortcuts
Hacktoberfest
accessibility
acl
asio
audio
bonjour
bsd
bug
build
certificate
ci
client
code
documentation
external-bug
feature-request
gRPC
github
good first issue
help wanted
help-needed
ice
installer
linux
macOS
needs-ckeck-with-latest-version
needs-more-input
overlay
positional audio
priority/P0 - Blocker
priority/P1 - Critical
priority/P2 - Important
priority/P3 - Somewhat important
priority/P4 - Low
public-server-registration
qt
recording
release-management
server
stale-no-response
stale-support
support
task
test
theme
translation
triage
ui
windows
wontfix
x64
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mumble-mumble-voip#2340
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @promi on GitHub (Dec 17, 2021).
Context
I have banned an IPv6 address from the log (see also #3540), but accidently set the address mask to /32 because that is the default for the ip mask, but only makes sense for IPv4 addresses.
Description
To fix this problem I propose that a ban assistant be written where you have a selection like this:
I would like to ban:
a) A user based on her user name
b) A user based on his certificate
c) An IPv4 address or IPv4 address range
d) An IPv6 address or IPv6 address range
The assistant can then create a ban entry with sane defaults based on the selection. In a second step there could also be an option to select a time limit in a human way (e.g. 1 hour, 1 day, 30 days, etc.)
Mumble component
Client
OS-specific?
No
Additional information
No response