summaryrefslogtreecommitdiff
path: root/plugins/Import/src/import.cpp
AgeCommit message (Collapse)Author
2024-07-21fixes #4555 (Задваиваются контакты протоколов, ↵George Hazan
где есть кэш)
2024-01-17fixes #4109 (Прекратить хранение списка групп ↵George Hazan
в базе)
2024-01-08Update copyrightsdartraiden
2023-12-28fixes #4087 (NewStory: расширить экспорт в json)George Hazan
2023-12-20DBEVENTINFO::hContact to be returned inside an event, no need to call ↵George Hazan
db_event_getContact() just after db_event_get()
2023-12-11fixes #4041 (Падение при попытке импортировать ↵George Hazan
историю в контакта YAMN)
2023-11-25for #3957 - Import creates useless Clist/MyHandle contact settingsGeorge Hazan
2023-04-23fixes #3502 (Import: Discord contacts duplicated instead of merged)George Hazan
2023-04-16Import: ability to compare primary keys stored as blobsGeorge Hazan
2023-01-25Group chats: ChatRoomID setting replaced with real protocol idGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-07-16Contact_IsGroupChat - a helper to detect chat roomsGeorge Hazan
2022-02-06duplicate event checking code moved to the coreGeorge Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-12-26PBYTE -> uint8_t*George Hazan
2021-04-30fixes #2859 (Импорт: дублируются контакты ICQ и ↵George Hazan
FaceBook)
2021-04-03thy shall check for the error code even if it's not probableGeorge Hazan
2021-01-31we import slower, but more securely (flush database time to time)George Hazan
2021-01-17Update copyrightsdartraiden
2021-01-08Import to use faster cursorsGeorge Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-07-24massive warning fixGeorge Hazan
2019-05-17Import: fix for duplicate contactsGeorge Hazan
2019-05-16Import: global variables extracted to a class, thus eliminating the chance ↵George Hazan
of conflicts
2019-05-10Import: first version of pattern batch import that worksGeorge Hazan
2019-04-25first version of pattern import that could be compiledGeorge Hazan
2019-02-10fixes problems with importing ICQ & MRA contacts from old Miranda versionsGeorge Hazan
2019-02-01four forgotten meta services removedGeorge Hazan
2019-01-18code cleaningGeorge Hazan
- ACKTYPE_URL removed; - PF1_URL removed; - IEED_EVENT_URL removed; - another URL-related code cleaning
2019-01-04Update copyrightsdartraiden
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-10-18the less WinAPI, the betterGeorge Hazan
2018-10-10Fix: Import plugin fails to match duplicate contacts when their IDs are ↵himselfv
stored as WideChar properties.
2018-08-22if szModule is missing in an event, it should be filled from the contact's dataGeorge Hazan
2018-08-15Import: ability to check duplicates during a contact importGeorge Hazan
2018-07-24database: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-08Import:George Hazan
- first working version of mcontacts import; - code cleaning
2018-05-17IEView, IgnoreState, Import: cmplugin adaptationKirill Volinsky
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-27fixes #1310 (Wrong language after profile conversion)George Hazan
2018-04-16Import:George Hazan
- fix for import virtual accounts; - function AddContact() inlined; - function ImportContactSettings() removed; - minor code cleaning; - version bump
2018-04-12MIDatabase became pure interfaceGeorge Hazan
2018-04-11Import: fix for lost modules during importGeorge Hazan
2018-04-09fixes #1256 completelyGeorge Hazan
2018-04-09grrrm...George Hazan
2018-04-09fixes #1257 (database migration process must not filter out 'duplicate' events)George Hazan