mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 04:56:21 +00:00
Create random-bytes file
So far only with dummy value. We will need an identifier that we can hash together with a message ID and put in as the origin-id. So when we receive message we can unsplit it and see if it was sent from this client. Regards https://github.com/profanity-im/profanity/issues/1207
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
#define FILE_PLUGIN_SETTINGS "plugin_settings"
|
||||
#define FILE_PLUGIN_THEMES "plugin_themes"
|
||||
#define FILE_CAPSCACHE "capscache"
|
||||
#define FILE_RND_INST_BYTES "randbytes"
|
||||
|
||||
#define DIR_THEMES "themes"
|
||||
#define DIR_ICONS "icons"
|
||||
|
||||
Reference in New Issue
Block a user