Age | Commit message (Collapse) | Author |
|
- Fix for a translation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
"history": [
{ "eventType":0, "time":"2014-12-31 12:12:12", "flags":"m", "body":"boooo" },
{ "eventType":0, "timeStamp":98235, "flags":"r", "body":"moooo" }
]
}
|
|
|
|
{
"history": [
{ "eventType":0, "timeStamp":98234, "flags":"m", "body":"boooo" },
{ "eventType":0, "timeStamp":98235, "flags":"r", "body":"moooo" }
]
}
|
|
|
|
- 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.
|
|
|
|
- first working version of mcontacts import;
- code cleaning
|
|
|
|
|
|
|
|
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins
|
|
|
|
differ only in a build number
|
|
|
|
|
|
|
|
|
|
in each plugin. mir_getLP() remains for compatibility with pascal plugins only
|
|
|
|
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW
|
|
it remains existing for now, but as reference to g_plugin.m_hLang
|
|
|
|
|
|
|
|
|
|
- fix for import virtual accounts;
- function AddContact() inlined;
- function ImportContactSettings() removed;
- minor code cleaning;
- version bump
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|