-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split into multiple module, document all structs and general cleanup (#…
…205) 1. Importing of types should be obvious and unique. We try not to re-export types (with one exception of the `Manager`). 2. The Store trait is split and is not an overarching trait anymore. Instead it is combined from several smaller traits, each responsible for a non-overlapping feature. 3. All public modules and types are documented (in presage). * Split manager in files per state * Use qualified path for log * Rename PrekeysStore to PreKeyStoreExt * Remove all deprecated methods * Rename config_store to store and C template parameter to S * Move Registration data in some inner struct --------- Co-authored-by: Gabriel Féron <[email protected]>
- Loading branch information
Showing
14 changed files
with
1,954 additions
and
1,792 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.