otrv4 / libotr-ng

A new implementation of OTR with support for version 4. This is a mirror of https://bugs.otr.im/otrv4/libotr-ng
Other
43 stars 9 forks source link

Implement simplified groups of policies #155

Closed olabini closed 3 years ago

olabini commented 6 years ago

Since we have many policies, it would be good to have a few groups of policies that go well together. See #14 for a few examples of these. For example:

- POLICY_NEVER
- POLICY_OPPORTUNISTIC
- POLICY_MANUAL
- POLICY_ALWAYS
- POLICY_DEFAULT 
- POLICY_HIGHEST_SEC 
- POLICY_OTRV4_FULL 

This needs to figure out which combinations of policies make sense together.

olabini commented 5 years ago

This depends on all the specifics policies being implemented, such as #145, #146, #147, #148 and so on.

claucece commented 5 years ago

The initial work for this is done; but we need to define the other policies to finish this. I'm leaving this for now.

claucece commented 3 years ago

The work of adding the group of policies has been done, and it relates to what OTRv3 had.