darkirc there are things that i did not understand at all and had to do quite differently to make it work. for example when i added
[private_key."your_newly_generated_private_key"]
That just stopped the operation of the program ./darkirc and this → ircd --gen-keypair -o ~/some_dir/filename
do not work at any form, i tried .
Only worked following the example from inside the explanation of darkirc_config.toml at the : contact setting
#[crypto]
#dm_chacha_secret = "AKfyoKxnHb8smqP2zt9BVvXkcN7pm9GnqqyuYRmxmWtR"
## This is where you put other people's public keys. The format is:
## [contact."nickname"]. "nickname" can be anything you want.
## This is how they will appear in your IRC client when they send you a DM at darkcc.
##
## Example (set as many as you want):
#[contact."satoshi"]
#dm_chacha_public = "C9vC6HNDfGQofWCapZfQK5MkV1JR8Cct839RDUCqbDGK"
by de way i made several combinatorics between which first, second all forms of combinatorics + deleting one etc none had worked :
[private_key."your_newly_generated_private_key"]
dm_chacha_secret = "AKfyoKxnHb8smqP2zt9BVvXkcN7pm9GnqqyuYRmxmWtR"
[contact."satoshi"]
dm_chacha_public = "C9vC6HNDfGQofWCapZfQK5MkV1JR8Cct839RDUCqbDGK"
Then I realized that It must have the [crypto]
at beginning.