summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/src/dbintf.cpp
AgeCommit message (Collapse)Author
2014-02-07- the internal DBContact structure extended to hold one more DWORD: contact ID;George Hazan
- when called from dbchecker, mmap now refuses to check the old versions of database; - old classes hierarchy removed, all classes were merged into one due to the death of db3x & mmap_sa; - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@8061 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-26compilation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7911 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-26more accurate control of mmap modes/accessGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7907 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-26fix for creating backup files in dbcheckerGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7906 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-23dbx_mmap to verify password before checking fileGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7835 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-06huh, finally: total database encryption, including historiesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7522 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-03more correct way of writing signaturesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7477 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-02added destructor LIST::~LIST, that calls destroy() automatically.George Hazan
thus manual call of destroy() might be removed from: - class destructors; - Unload() plugin's functions (for global data); - local (auto) variables in functions finalizations git-svn-id: http://svn.miranda-ng.org/main/trunk@7467 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-01copyright update for year 2014George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7438 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-29preparing mmap_sa, that it finally compatible with new mmapGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7415 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-05special signature added for the encrypted databaseGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7054 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-27- strong cyphering for passwords in db3x_mmap;George Hazan
- unique signature for the new mmap profiles; git-svn-id: http://svn.miranda-ng.org/main/trunk@6997 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-25write back Miranda IM signature to allow a conversion to be madeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6984 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-25unique signature for the new mmap profile formatGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6983 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-22dbx_mmap to open unencrypted mmap_sa profilesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6962 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-22minus another clutchGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6961 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-21more correct form of dividing mmap & mmap_saGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6953 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-14Encryption: gathering all things together, part IGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6910 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-23fixed marking db "in use" when db is runningKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@5790 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-25update for a year in Miranda NG copyright George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4825 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-03database cache migration, phase 1George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1772 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-30fix to avoid the DbChecker's call after database openingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1275 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-29read-only mode for databasesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1237 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-27merge of dbtool & database pluginsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1213 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-23slightly changed class hierarchyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1141 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-23Db3x_mmap,Db_autobackups: changed folder structure Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@1107 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c