Confirm PM senders #1482
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-18#1482
Loading…
Reference in New Issue
Block a user
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?
Similarly to how mobile chat programs work, there should be a way (maybe using the blacklist / whitelist, we could add greylist or something to the option) to confirm new contacts.
The details can be changed later. It probably needs one backend implementation and multiple UI ones (API, QT, kivy, ...).
Mobile chat programs require an authorization to show contact's status. Bitmessage doesn't send statuses.
Everything else you described here looks like just a special way to handle blacklist for personal messages. The new senders may be added into both black and white lists, so that any their messages except the first will go to "spam" folder until receiver deletes them from blacklist.
Such logic can be implemented in
class_ObjectProcessor
with minimum UI changes. In bitmessageqt it may be implemented as additional control (maybe just a button) added toMessageList_AddressWidget
.Yes, correct. It's mainly a usability issue, the backend changes wouldn't be very difficult.