summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap
AgeCommit message (Collapse)Author
2014-02-25metacontacts in the database cacheGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8276 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-25merge from branchGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8274 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-19import to open a database in read-only modeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8172 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-18merge with trunkGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8167 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-15added 'Set password' button on the database options' pageGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-13fix for a contact's deletion in mmapGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8119 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
- GCF_* prefix was added to chat constants to avoid name conflicts git-svn-id: http://svn.miranda-ng.org/main/trunk@8078 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-09fix for the temporary contact creationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8074 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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-27dbx_mmap to open unencrypted mmap_sa profilesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7916 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-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-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-25end of version zooGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7880 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-21- new typed helper, WindowList_Create, to create a window listGeorge Hazan
- new service, WindowList_Destroy, to destroy a window list - internal windowlist.cpp implementation rewritten to LIST<> git-svn-id: http://svn.miranda-ng.org/main/trunk@7823 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-06cleaning rest of decoded event not to make aggressive check suspiciousGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7526 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-06dbchecker: skipping encrypted events if "Convert to UTF8" flag is setGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7525 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-06fix for decrypting eventsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7524 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-05dbx_mmap: spelling corrections (patch from RMN)Dart Raiden
langpacks: update git-svn-id: http://svn.miranda-ng.org/main/trunk@7518 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-01fix against buggy key generators in early 0.94.7 buildsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7446 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-01comma before "etc."Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@7444 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-01dbx_mmap not to open mmap_sa profiles at allGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7443 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-30fix for the version checkGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7423 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-30different service name to distinguish mmap & mmap_sa in runtimeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7421 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-30fix for old mmap keys, then corrupted by mmap_saGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7420 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-09- fixed accesibility issues in some plugins (fixes #518, #519)Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@7111 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-09large icon size for header barsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7107 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-08mmap options dialogGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7100 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-08unified menu for mmap & dbeditorGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7089 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-05version bumpGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7063 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-05resetting menu item name upon password changeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7061 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-05fix for setting password online George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7060 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-05full cycle: setting, resetting, changing passwordGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7058 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-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-28updated mmap resourcesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7007 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