mjovanc / hugin-cli

A CLI based private chat application. Powered by the Kryptokrona Blockchain.
Other
18 stars 1 forks source link

Block incoming encrypted posts #38

Open mjovanc opened 1 year ago

mjovanc commented 1 year ago

As in Hugin Desktop, it would be great to have the option to have a block list for Hugin Addresses.

char *block_list_table_sql = "DROP TABLE IF EXISTS main.block_list;"
                           "CREATE TABLE main.block_list(id INTEGER PRIMARY KEY, username TEXT, hugin_address TEXT);";