Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-06-21 | VKontakte: add Phoenix Lite and Full MirVers | ElzorFox | |
2018-06-06 | VKontakte: add 'VK Messenger' MirVer | ElzorFox | |
2018-05-29 | VKontakte: additional fix for #1392 | ElzorFox | |
2018-05-29 | VKontakte: | ElzorFox | |
fix #1392 (access denied on typing for banned contacts) fix ‘?’ in avatar filenames version bump | |||
2018-05-29 | common version resource extracted to the separate file | George Hazan | |
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins | |||
2018-05-28 | all plugins => CMPlugin virtual functions | George Hazan | |
2018-05-27 | comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵ | George Hazan | |
differ only in a build number | |||
2018-05-27 | PRODUCTVERSION of any version resource to contain the number of current build | George Hazan | |
2018-05-27 | global variable name standardization | George Hazan | |
2018-05-23 | no need to initialize pcli variable in each plugin (only in Clist_*) | George Hazan | |
2018-05-23 | we don't need MirandaPluginInfoEx() anymore. farewell, my lovely | George Hazan | |
2018-05-22 | no more need in hLangpack variable *YAHOO* | George Hazan | |
2018-05-22 | m_chat.h => CMPlugin | George Hazan | |