Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-06 | popups: | George Hazan | |
- internal implementation details & all service declarations moved to m_popup_int.h; - all service calls removed and replaced with function calls; - direct access to popup serttings replaced with Popup_Enable / Popup_Enabled; | |||
2019-03-05 | Popup: | George Hazan | |
- wiping out checks for service presence; - code cleaning | |||
2019-02-25 | GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵ | George Hazan | |
events (UTF16LE by default) | |||
2019-02-19 | VKontakte: more correct 7d75ffb | ElzorFox | |
2019-02-17 | VKontakte: | ElzorFox | |
crutch for unfreeze threads if connection freeze version bump | |||
2019-02-09 | VKontakte: fix error 13 in store procedure ‘GetServerHistory’ | ElzorFox | |
2019-02-09 | VKontakte: preparation for transition to new VK_API version – stage 0.1 | ElzorFox | |
2019-02-05 | fixes #1825 (spin control initialization should be done in the constructor, ↵ | George Hazan | |
not inside OnInitDialog) | |||
2019-02-05 | VKontakte: fix processing vk notifications | ElzorFox | |
2019-02-02 | Unify option name | dartraiden | |
2019-01-28 | mir_urlDecode & mir_urlEncode to return CMStringA | George Hazan | |
2019-01-17 | that hook must be called upon ME_SYSTEM_MODULESLOADED event | George Hazan | |
2019-01-17 | code cleaning | George Hazan | |
2019-01-08 | fixes #1715 (by default account's destructor doesn't free network handle) | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2019-01-03 | VKontakte: additional fix for #1712 | ElzorFox | |
2019-01-03 | VKontakte: | ElzorFox | |
fix #1712 (hang at exit) copyrightes update version bump | |||
2018-12-31 | VKontakte: version bump | ElzorFox | |
2018-12-31 | VKontakte: fix socket leak | ElzorFox | |
2018-12-26 | VKontakte: fix memory leek and PVS warnings | ElzorFox | |
2018-12-26 | VKontakte: fix PVS warnings | ElzorFox | |
2018-12-21 | code cleaning | George Hazan | |
2018-12-21 | attempt to unify AsyncHttpRequest in various protocols | George Hazan | |
2018-12-18 | C++ exceptions are disabled in all cases where they just prevent warnings | George Hazan | |
2018-12-08 | db_get_sa / db_get_wsa to receive the default value, massive code simplification | George Hazan | |
2018-11-26 | Chat_AddGroup - simplified prototype | George Hazan | |
2018-11-26 | fix for chat structures declaration | George Hazan | |
2018-10-09 | VKontakte: | ElzorFox | |
remove unneeded sleep add debug information | |||
2018-10-09 | VKontakte: | ElzorFox | |
rework load attachments on link sending and receiving version bump | |||
2018-10-06 | VKontakte: correct version | ElzorFox | |
2018-10-06 | VKontakte: | ElzorFox | |
support deleted messages version bump | |||
2018-10-03 | VKontakte: | ElzorFox | |
history synchronization without deleting messages version bump | |||
2018-10-03 | VKontakte: loading edited messages using RecvMsg | ElzorFox | |
2018-10-01 | VKontakte: | ElzorFox | |
fix 2FA (not all of parameters ‘api_hash’ are equally useful. suddenly) version bump | |||
2018-10-01 | centralized system of processing message ids. also fixes #1375 | George Hazan | |
2018-09-24 | VKontakte: | ElzorFox | |
use db_event_edit for edited messages version bump | |||
2018-09-22 | VKontakte: more correct protection from duplicate messages | ElzorFox | |
2018-09-21 | VKontakte: crutch for prevention of duplicate messages removed | ElzorFox | |
2018-09-21 | VKontakte: add id for incoming messages | ElzorFox | |
2018-09-21 | VK: correct RecvMsg replacement | George Hazan | |
2018-09-21 | VKontakte: | ElzorFox | |
version bump adapt GetMessageFromDb using db_event_getById | |||
2018-09-20 | creepy crutch removed that was adding message ids after the binary zero in ↵ | George Hazan | |
message text | |||
2018-09-03 | Popups: | George Hazan | |
- fixes #1564 (Move popups fonts/colors settings into submenu SkypeWeb VKontakte) - more code cleaning | |||
2018-09-03 | popup code cleaning | George Hazan | |
2018-08-31 | VKontakte: no need to specify protocol name here | dartraiden | |
2018-08-31 | Unify fonts/colors settings for popups | dartraiden | |
2018-07-26 | VKontakte: crash fix | ElzorFox | |
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-07-11 | GUI change: | George Hazan | |
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name) | |||
2018-06-21 | VKontakte: code cleaning | ElzorFox | |