index
:
miranda-ng.git
0_95_10_2
jabber_test
master
miranda-ng main repo mirror (manuall sync only)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
Import
/
src
/
textjson.cpp
Age
Commit message (
Expand
)
Author
2024-05-13
DbEvent_GetTextA: unused function removed
George Hazan
2024-03-09
no need to create empty JSON files if there're no events to export
George Hazan
2024-03-09
Import: JSON export compatibility with old Msg_Export code
George Hazan
2024-03-06
fixes #4273 (Msg_Export to share JSON export format from Import plugin)
George Hazan
2024-01-09
UnregisterDatabasePlugin - a function to unload database driver on the flow
George Hazan
2024-01-08
Update copyrights
dartraiden
2023-12-28
fixes #4087 (NewStory: расширить экспорт в json)
George Hazan
2023-12-28
Import: JSON export code moved into the Import plugin to maintain consistency...
George Hazan
2023-12-20
DBEVENTINFO::hContact to be returned inside an event, no need to call db_even...
George Hazan
2023-10-27
Import: support for offline files in JSON exports
George Hazan
2023-04-11
DB::FILE_BLOB - file events' access unification
George Hazan
2023-01-02
Update copyrights
dartraiden
2022-01-01
Happy new year, Miranda
dartraiden
2021-12-26
DWORD -> uint32_t
George Hazan
2021-12-26
PBYTE -> uint8_t*
George Hazan
2021-11-07
update for system includes & import libraries
George Hazan
2021-06-05
importing file events from json
George Hazan
2021-05-21
Import: fix for setting correct blob size when importing from JSON
George Hazan
2021-01-18
fixes #2698 (Add current db format (mdbx, sqlite) to version info report)
George Hazan
2021-01-17
Update copyrights
dartraiden
2020-06-15
simpler way of applying server ids to messages
George Hazan
2020-01-01
Happy new year, Miranda
George Hazan
2019-09-26
C++'17 compatibility mode enabled
George Hazan
2019-01-04
Update copyrights
dartraiden
2018-08-28
fix for importing various kinds of events
George Hazan
2018-08-23
JSON import: fix for a field name
George Hazan
2018-08-22
if szModule is missing in an event, it should be filled from the contact's data
George Hazan
2018-08-22
Msg_Export: fix for export metacontact's events
George Hazan
2018-08-19
related to #1490: fix for eating last char in a message
George Hazan
2018-08-18
ISO time format to use UTC time, according to ISO8601
George Hazan
2018-08-17
no need to deduct a day from SYSTEMTIME
George Hazan
2018-08-17
export/import with human readable timestamps according to #1490
George Hazan
2018-08-10
Import: support for date/time in human-readable format (yyyy-mm-dd hh:mm:ss)
George Hazan
2018-08-08
import from the json text file like
George Hazan