aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/gpg/GpgKeyManager.h (unfollow)
Commit message (Collapse)AuthorFilesLines
9 daysfeat: add more info checksaturneric1-0/+3
12 daysfeat: support key groupssaturneric1-8/+9
2024-12-13refactor: using qt containers instead of std containerssaturneric1-1/+1
2024-11-26feat: support uid revoke and uid delete operationssaturneric1-57/+0
2024-11-19feat: add revoke subkey functionsaturneric1-0/+13
2024-11-18feat: add delete subkey functionsaturneric1-1/+12
2024-07-29feat: update copyright infosaturneric1-2/+2
2024-07-26feat: remove spdlog and clean up logsaturneric1-1/+1
2024-01-16fix: make task and threading system safersaturneric1-1/+0
2024-01-12refactor: remove boost and use QString instead of std::filesystem::pathsaturneric1-7/+2
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-7/+7
2023-11-07refactor: separate typedef and implsaturneric1-1/+5
2023-11-06refactor: clean up core's codessaturneric1-2/+2
2023-10-30style: improve code style of coresaturneric1-18/+22
2023-10-28refactor: start to tidy up code using clang-tidysaturneric1-1/+0
2023-10-23perf: reduce header includes and improve build speedsaturneric1-4/+1
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2023-07-13fix: solve compile issuesSaturneric1-8/+8
2023-07-12feat: support owner trust level settings of gpg keySaturneric1-0/+60
2022-05-07refactor: develop 2.0.6 startSaturneric1-3/+3
1. delete smtp ability 2. change libs link type to dramatic
2022-02-06<refactor>(core, ui): Adjust the core code directory structure.Saturneric1-0/+0
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-3/+3
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-14<doc, refactor>(ci): Tidy up code in gpg/functionSaturneric1-6/+32
1. Rename related entities. 2. Add a comments.
2021-12-25<refactor, test>(core, test): core improved and test gpg alone modeSaturneric1-1/+6
1. let modules known their channels. 2. let factory create a channel. 3. reduce dumplicate code. 4. add type check for function object. 5. test gpg alone mode. 6. remove some asserts. 7. rename importexportor to importexporter. 8. move args in gpg context constructor to a struct.
2021-12-06Test & Improve UISaturneric1-2/+2
2021-12-01Add i18n SupportSaturneric1-7/+4
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-10-02UI Framework Modified.Saturneric1-10/+14
2021-09-10Continue to optimize and improve the code.Saturneric1-3/+3
2021-09-05Rewrite the core.Saturneric1-25/+20
Adjust the structure.
2021-08-29Start to rewrite gpg core.Saturneric1-19/+24
2021-08-21Functions addition and improvement;Saturneric1-11/+20
Design and adjustment of function architecture related to server access; Add a new module (advance);
2021-08-20Improve Functions;Saturneric1-9/+13
Bugs Fixed;
2021-08-19Bugs Fixed; Improve Functions;Saturneric1-1/+2
2021-08-10Split some source files that are too large.Saturneric1-3/+23
2021-06-08Check whether the key can be encrypted before the encryption operation.Saturneric1-0/+23
Establish and improve the results analysis framework. Analyze and output the encryption result. Analyze the decryption results and output. Analyze and output the signature result. Analyze and output the encrypted and signed results. Adjust part of GpgContext API interface. Improve the interface for finding keys based on ID. Signed-off-by: Saturneric <[email protected]>