mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Added the ability to remove neighbours from the database (untested).
This commit is contained in:
@@ -50,6 +50,9 @@ public interface DatabaseComponent {
|
||||
*/
|
||||
void receiveBundle(NeighbourId n, Bundle b) throws DbException;
|
||||
|
||||
/** Removes a neighbour (and all associated state) from the database. */
|
||||
void removeNeighbour(NeighbourId n) throws DbException;
|
||||
|
||||
/** Records the user's rating for the given author. */
|
||||
void setRating(AuthorId a, Rating r) throws DbException;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user