Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-10 | Fix: Import plugin fails to match duplicate contacts when their IDs are ↵ | himselfv | |
stored as WideChar properties. | |||
2018-08-22 | if szModule is missing in an event, it should be filled from the contact's data | George Hazan | |
2018-08-15 | Import: ability to check duplicates during a contact import | George Hazan | |
2018-07-24 | database: | George Hazan | |
- senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s. | |||
2018-06-08 | Import: | George Hazan | |
- first working version of mcontacts import; - code cleaning | |||
2018-05-17 | IEView, IgnoreState, Import: cmplugin adaptation | Kirill Volinsky | |
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-04-27 | fixes #1310 (Wrong language after profile conversion) | George Hazan | |
2018-04-16 | Import: | George Hazan | |
- fix for import virtual accounts; - function AddContact() inlined; - function ImportContactSettings() removed; - minor code cleaning; - version bump | |||
2018-04-12 | MIDatabase became pure interface | George Hazan | |
2018-04-11 | Import: fix for lost modules during import | George Hazan | |
2018-04-09 | fixes #1256 completely | George Hazan | |
2018-04-09 | grrrm... | George Hazan | |
2018-04-09 | fixes #1257 (database migration process must not filter out 'duplicate' events) | George Hazan | |
2018-04-05 | Import crashes if the original profile contains wrong number of groups | George Hazan | |
2018-04-03 | Accounts() : iterator for accounts | George Hazan | |
2018-04-02 | fixes #1243 (Groups and metacontacts state don't save during profile ↵ | George Hazan | |
convertation) | |||
2018-03-28 | Import now works without accounts' activation, without calling Load() of ↵ | George Hazan | |
protocol plugins, just on CMPlugin information | |||
2018-03-28 | PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵ | George Hazan | |
Proto_SetUniqueId / Proto_GetUniqueId | |||
2018-03-26 | Import: fix to prevent the user-defined accounts' order | George Hazan | |
2018-03-26 | Import: fix for original internal account name prevention (causes status ↵ | George Hazan | |
icons to be mixed up) - also fixes #1210 | |||
2018-03-26 | Import: converted group chats become usual contacts | George Hazan | |
2018-03-23 | account activation separated from account creation | George Hazan | |
2018-03-23 | fix for importing group chat contacts | George Hazan | |
2018-03-23 | Import: fix for groups order saving during import | George Hazan | |
2018-03-23 | fix for importing metas | George Hazan | |
2018-03-23 | Import plugin adapted for Proto_CreateAccount | George Hazan | |
2018-03-22 | fix for import old-style accounts visibility settings | George Hazan | |
2018-03-21 | DATABASELINK::Unload method replaced with the virtual destructor of ↵ | George Hazan | |
MDatabaseCommon | |||
2018-03-14 | reverse iterators for LIST<> | George Hazan | |
2018-02-21 | all another C++'11 iterators | George Hazan | |
2018-01-26 | code optimization | George Hazan | |
2018-01-11 | fix for importing unknown / broken subs | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-23 | database enumerators => void* instead of LPARAM | George Hazan | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-01-17 | useless field DBEVENTINFO::cbSize removed | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
2016-09-16 | forgotten database function | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17303 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-14 | second major wipeout of database services & structures: | George Hazan | |
- DBCONTACTENUMSETTINGS removed; - all helpers moved to mir_core.dll git-svn-id: http://svn.miranda-ng.org/main/trunk@17296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-29 | no more TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-27 | less TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-26 | less 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-25 | hello, Unix. | George Hazan | |
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-02-29 | Import: dont import Protocol/p | MikalaiR | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16378 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |