aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/PassphraseGenerator.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: update copyright infosaturneric2024-07-291-1/+1
|
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-121-2/+2
|
* refactor: remove CommonUtils at coresaturneric2023-11-071-2/+2
|
* refactor: clean up core's codessaturneric2023-11-061-1/+1
|
* perf: reduce header includes and improve build speedsaturneric2023-10-231-20/+2
|
* fix: check and update copyright at filessaturneric2023-10-161-2/+2
|
* refactor: develop 2.0.6 startSaturneric2022-05-071-1/+1
| | | | | 1. delete smtp ability 2. change libs link type to dramatic
* <fix>(core): Fix the existing problem of the key packageSaturneric2022-03-121-2/+12
| | | | | 1. Fix the password generation function 2. Add some log output
* <refactor>(src): Move and split the Global Settings StationSaturneric2022-02-061-0/+73
1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies