summaryrefslogtreecommitdiff
path: root/plugins/Db_autobackups
AgeCommit message (Collapse)Author
2018-01-01massive copyright updatedartraiden
2017-12-10- remove emails (if author retired - it's useless to write to him; if author ↵dartraiden
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06all rc files reverted to utf-8Kirill Volinsky
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-29replace russian с to latin cKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-27slightly optimized way of getting menu item's module nameGeorge Hazan
2017-11-27add module name (part 1)Kirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-10-24unified version resource with explicitly stated language & code pageGeorge Hazan
2017-08-06Update all other files in repository to use https links for Miranda NG websiteRobert Pösel
2017-08-05Change rest of Miranda NG links to https://Robert Pösel
2017-08-05Change plugin links from http:// to https://Robert Pösel
2017-06-13db_autobackups: backups number changed from 100 to 9999 (issue #813)Kirill Volinsky
2017-01-01bump copyright yeardartraiden
2016-12-02MS_SYSTEM_* services became functionsGeorge Hazan
2016-11-17Utils_OpenUrlTGeorge Hazan
Utils_ReplaceVarsT
2016-10-28- old useless helpers removed from the Options module;George Hazan
- mir_app functions introduced instead of them; - OPENOPTIONSDIALOG structure removed from m_options.h
2016-09-13mode old database junk to dieGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17291 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-26less TCHARs:George Hazan
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-25hello, Unix.George Hazan
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-22Standardize use of slashes in includes to "/" (thanks ybznek for idea)Robert Pösel
Previous paths weren't usable on Linux git-svn-id: http://svn.miranda-ng.org/main/trunk@17121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-28deacapitalize Db_autobackups and OpenSSLDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16555 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-23db_autobacktps:Tobias Weimer
- Fixed handle leak git-svn-id: http://svn.miranda-ng.org/main/trunk@16532 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-18git-svn-id: http://svn.miranda-ng.org/main/trunk@16499 ↵MikalaiR
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-18git-svn-id: http://svn.miranda-ng.org/main/trunk@16498 ↵MikalaiR
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-18db_autobackups: code optimization MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16497 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-04Db_autobackups: moved to new dropbox serviceAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16422 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-04DB_autobackups: dropbox support reworked MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16415 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-14- Db_autobackups: more space for Backup profile folder optionRMN
- langpacks/russian: +1 string, another one changed - langpacks/ukrainian: update according to [16239] and [16256] git-svn-id: http://svn.miranda-ng.org/main/trunk@16276 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-10compilation fix MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16269 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-10opsMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16268 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-10db_autobackups: fix backuping backup :-D MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16267 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-10project file: exceptions addedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16265 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-10db_autobackups: VS2010 compilation fix (using boost for VS2010) MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16264 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-10fix attempt 2 MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16263 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-10ops MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16262 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-10db_autobackups: VS2010 compilation fix(?)MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16261 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-09fix handle leakMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16255 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-09small fixes MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16254 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-09opsMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16253 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-09db_autobackups: support backuping profile folder MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16252 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-02Copyrights update part 3 (final)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-02Copyrights update part 1Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15984 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-20Db_autobackups: fix for dropbox setting MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15913 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-15full options pathsDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15735 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-15db_autobackups: dropbox supportMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15560 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c