summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/src/dbsettings.cpp
AgeCommit message (Collapse)Author
2014-02-08forgotten to apply a methodGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8068 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-08low-level database access functions rewritten to MCONTACT instead of HANDLE ↵George Hazan
hContact git-svn-id: http://svn.miranda-ng.org/main/trunk@8067 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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-02-03- new helpers for reading db strings into static buffers;George Hazan
- MS_DB_CONTACT_GETSETTINGSTATIC died; - DBCONTACTGETSETTING is detouched from all services; - these service calls are rewritten using parameters git-svn-id: http://svn.miranda-ng.org/main/trunk@8035 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-26fix against crash while opening read-only databasesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7910 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-13ability to detect whether a setting is encrypted or notGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7629 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-06fix for decoding settings George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7523 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-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-01first lines of password UI codeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7028 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-29missing settings are not cached anymore, it's just a waste of memoryGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7017 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-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-24mode code cleaning for mmapGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6982 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-22clutches for mmap_sa to remove George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6957 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-19compilation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6939 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-19preparing to the transparent cyphering: end of ↵George Hazan
MS_DB_CRYPT_ENCODESTRING/MS_DB_CRYPT_DECODESTRING git-svn-id: http://svn.miranda-ng.org/main/trunk@6938 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
2013-01-11db preset removed from mmap alsoGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3058 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-11global variable removed from db_mmap_saGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3055 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-19thanks Pescuma for writing a good comment about the broken resident ↵George Hazan
variables deletion 4 yrs ago :) git-svn-id: http://svn.miranda-ng.org/main/trunk@2382 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-13quick fix for the old piece of crap in dbx_mmapGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2304 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-12enchanced database loggingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2302 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-12enchanced database loggingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2300 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-11rollback for DebugBreak()George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2285 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-10code cleaning for ME_DB_CONTACT_SETTINGCHANGED in pluginsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2283 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-01fix for the resident variablesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2129 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-03compilation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1774 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-27merge of dbtool & database pluginsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1213 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-23minor additionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1145 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-23db3x, finallyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1144 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