aboutsummaryrefslogtreecommitdiffstats
path: root/src/server/BaseAPI.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric2022-01-231-73/+0
| | | | | | 1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.
* <license, style>(src, test): Fix some issues in license statement.Saturneric2022-01-221-6/+10
|
* Add i18n SupportSaturneric2021-12-011-28/+27
| | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
* Functions addition and improvement;Saturneric2021-08-211-0/+70
Design and adjustment of function architecture related to server access; Add a new module (advance);