summaryrefslogtreecommitdiff
path: root/plugins/Import/src/textjson.cpp
AgeCommit message (Expand)Author
2024-05-13DbEvent_GetTextA: unused function removedGeorge Hazan
2024-03-09no need to create empty JSON files if there're no events to exportGeorge Hazan
2024-03-09Import: JSON export compatibility with old Msg_Export codeGeorge Hazan
2024-03-06fixes #4273 (Msg_Export to share JSON export format from Import plugin)George Hazan
2024-01-09UnregisterDatabasePlugin - a function to unload database driver on the flowGeorge Hazan
2024-01-08Update copyrightsdartraiden
2023-12-28fixes #4087 (NewStory: расширить экспорт в json)George Hazan
2023-12-28Import: JSON export code moved into the Import plugin to maintain consistency...George Hazan
2023-12-20DBEVENTINFO::hContact to be returned inside an event, no need to call db_even...George Hazan
2023-10-27Import: support for offline files in JSON exportsGeorge Hazan
2023-04-11DB::FILE_BLOB - file events' access unificationGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26PBYTE -> uint8_t*George Hazan
2021-11-07update for system includes & import librariesGeorge Hazan
2021-06-05importing file events from jsonGeorge Hazan
2021-05-21Import: fix for setting correct blob size when importing from JSONGeorge Hazan
2021-01-18fixes #2698 (Add current db format (mdbx, sqlite) to version info report)George Hazan
2021-01-17Update copyrightsdartraiden
2020-06-15simpler way of applying server ids to messagesGeorge Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-09-26C++'17 compatibility mode enabledGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-08-28fix for importing various kinds of eventsGeorge Hazan
2018-08-23JSON import: fix for a field nameGeorge Hazan
2018-08-22if szModule is missing in an event, it should be filled from the contact's dataGeorge Hazan
2018-08-22Msg_Export: fix for export metacontact's eventsGeorge Hazan
2018-08-19related to #1490: fix for eating last char in a messageGeorge Hazan
2018-08-18ISO time format to use UTC time, according to ISO8601George Hazan
2018-08-17no need to deduct a day from SYSTEMTIMEGeorge Hazan
2018-08-17export/import with human readable timestamps according to #1490George Hazan
2018-08-10Import: support for date/time in human-readable format (yyyy-mm-dd hh:mm:ss)George Hazan
2018-08-08import from the json text file likeGeorge Hazan