summaryrefslogtreecommitdiff
path: root/protocols/VKontakte
AgeCommit message (Collapse)Author
2017-04-14VKontakte: code cleaningElzorFox
2017-04-02VKontakte: more fix multiply loading historyElzorFox
2017-04-02VKontakte:ElzorFox
fix treads handle leaks fix multiply loading history on quick online-offline-online
2017-03-30VKontakte:ElzorFox
fix return types for js store procedures => fix loading history for messages > 100
2017-03-29VKontakte:ElzorFox
add multiple files sending (simple but not optimal way) version bump
2017-03-28massive cleanup of useless cbSize fieldsGeorge Hazan
2017-03-24revolution in chat menusGeorge Hazan
- common code moved to the core (Chat_CreateGCMenu, Chat_DestroyGCMenu); - ability added to any plugin to add its own items into any GC menu, not only to the protocol plugins to do that a plugin calls Chat_AddMenuItems and returns 0 to allow any other plugin to process menu hook
2017-03-21VKontakte:ElzorFox
update VK_API_VER to 5.63 version bump
2017-03-19VKontakte: fix warning C4840 in MSVS 2017ElzorFox
2017-03-19VKontakte:ElzorFox
fix sending API requests (maximum 3 requests to API methods per second) fix sending long and uint parameters as signed int version bump
2017-03-19VKontakte: more correct fix for sending unneeded GetServerHistory requestesElzorFox
2017-03-19VKontakte:ElzorFox
fix sending unneeded GetServerHistory requestes tempory (?) increase timeout between API requests
2017-03-17forgotten TCHAR removedGeorge Hazan
2017-03-12VKontakte: sent track visitor on onlineElzorFox
2017-03-10Group chats:George Hazan
- GC_CONTROL_MSG left us forever; - tons of old/unused/useless slack simply wiped out; - new function: CSrmmBaseDialog::ClearLog
2017-03-10VKontacte: code cleaningElzorFox
2017-03-10VKontakte: add .js file with stored procedures codeElzorFox
2017-03-09VKontakte:ElzorFox
move js code to vk stored procedures version bump
2017-03-08VKontakte: no PollingThread => no onlineElzorFox
2017-02-28VKontakte:ElzorFox
add option ‘Add message link to messages with attachments’ version bump
2017-02-17VKontakte: fix potential crashElzorFox
2017-02-16VKontakte: PoolServer down fixElzorFox
2017-02-15VKontakte: crash fix ( issue #716)ElzorFox
2017-02-14fix for include duplicates & recursionsGeorge Hazan
2017-02-10fix double spacedartraiden
2017-02-06VKontakte: remove unneeded threadElzorFox
2017-02-03VKontakte: ignore ‘Access denied: can't set typing activity for this ↵ElzorFox
peer’ error
2017-02-02VKontakte: fix VK API bug on messages.send return value type (see ↵ElzorFox
https://vk.com/bugs?act=show&id=4717174_71)
2017-01-31- NUF_HTTPGATEWAY: unused option removed;George Hazan
- NETLIBUSER::szDescriptiveName replaced with MAllStrings; - code cleaning.
2017-01-31VKontakte: fix link for attachments if title is emptyElzorFox
2017-01-25VKontakte:ElzorFox
fix autoloading history on open message window fix cleaning lastmsgid key on ‘empty’ sync history
2017-01-24VKontakte:ElzorFox
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
2017-01-23no need to implement the same code in each pluginGeorge Hazan
2017-01-23VKontakte:ElzorFox
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
2017-01-20code cleaningGeorge Hazan
2017-01-17useless field DBEVENTINFO::cbSize removedGeorge Hazan
2017-01-16DB_AUTH_BLOB: handy piece of code moved into the coreGeorge Hazan
2017-01-14separate handle types for HNETLIBCONN & HNETLIBBINDGeorge Hazan
2017-01-12Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCTGeorge Hazan
2017-01-11strong typization - better typizationGeorge Hazan
2017-01-11VKontakte: remove unneeded codeElzorFox
2017-01-11VKontakte: db_get_sa(hContact, "Protocol", "p") does no goodElzorFox
2017-01-11Revert "VKontakte: no more write to db if oldValue == newValue"ElzorFox
This reverts commit 77cccf9d4b13d9fad437eaf6361cec016a4ce27c.
2017-01-10VKontakte: no more write to db if oldValue == newValueElzorFox
2017-01-10VKontakte:ElzorFox
update VK_API_VER to 5.62 version bump
2017-01-10VKontakte: add 'In a civil union' marital statusElzorFox
2017-01-01bump copyright yeardartraiden
2016-12-11VKontakte: fix (?) set online status after connection problemElzorFox
2016-12-05VKontakte: use CCtrlSpin for spin controlsElzorFox
2016-11-20VKontakte:ElzorFox
optimize loading user status info version bump