mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 20:46:22 +00:00
Allow setting client identification name/version manually
Add changes allowing user to switch client name and version. Useful for enhancing user privacy. Minor cleanup.
This commit is contained in:
@@ -175,6 +175,10 @@ accounts_set_script_start(const char* const account_name, const char* const valu
|
||||
{
|
||||
}
|
||||
void
|
||||
accounts_set_client(const char* const account_name, const char* const value)
|
||||
{
|
||||
}
|
||||
void
|
||||
accounts_set_theme(const char* const account_name, const char* const value)
|
||||
{
|
||||
}
|
||||
@@ -294,6 +298,10 @@ accounts_clear_script_start(const char* const account_name)
|
||||
{
|
||||
}
|
||||
void
|
||||
accounts_clear_client(const char* const account_name)
|
||||
{
|
||||
}
|
||||
void
|
||||
accounts_clear_theme(const char* const account_name)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user