| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
fix #1712 (hang at exit)
copyrightes update
version bump
|
|
|
|
|
|
remove unneeded sleep
add debug information
|
|
rework load attachments on link sending and receiving
version bump
|
|
history synchronization without deleting messages
version bump
|
|
|
|
|
|
use db_event_edit for edited messages
version bump
|
|
|
|
|
|
|
|
|
|
version bump
adapt GetMessageFromDb using db_event_getById
|
|
message text
|
|
|
|
|
|
support edited messages on history sync
add edited time for edited messages
update VK_API to 5.71
version bump
|
|
|
|
|
|
add edited message support (only from vk to miranda)
update VK_API to 5.68
version bump
|
|
62202ed10617927d5429bc59898e12a366abe744)
|
|
|
|
|
|
|
|
|
|
fix error 100 on messages.markAsRead
version bump
|
|
|
|
fix random server delivery processing
show error popups for sending messages errors
|
|
fix invisible status on sending message
update VK_API_VER to 5.64
version bump
|
|
|
|
|
|
|
|
move js code to vk stored procedures
version bump
|
|
add option ‘Add message link to messages with attachments’
version bump
|
|
https://vk.com/bugs?act=show&id=4717174_71)
|
|
set low priority for loading history requests
rework loading groups to clist
add ‘Load last messages when message window open and local history is empty’ option (default true)
version bump
|
|
rename option ‘Automatically wipe local contacts missing in your friend list’ ->’ Load only friends to local contact list’
rework loading clist logic (now if option ‘ Load only friends to local contact list’ is true, non-friends contact are not created on loading dialogs and are not cleaned automatically on loading friendlist)
version bump
|
|
|
|
|
|
fix vkLang list default item index
fix creating left chats
git-svn-id: http://svn.miranda-ng.org/main/trunk@17178 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
|
|
git-svn-id: http://svn.miranda-ng.org/main/trunk@17160 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
|
|
fix(???) ‘validation required’ error
add support vk-groups contacts
fix (???) rare error with WorkerThread on connection lost
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@17159 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
|
|
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
|
|
rename string variables (p)tsz* -> (p)wsz*
rename struct TCHAR_ PARAM -> WCHAR_ PARAM
change mir_sntprintf -> mir_snwprintf, LPCTSTR -> LPCWSTR, setTString -> setWString, db_set_ts(a)-> db_set_ws(a) and etc.
git-svn-id: http://svn.miranda-ng.org/main/trunk@17141 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
|
|
- 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
|
|
phase 1: removing _T()
git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
|