summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
2018-07-24code cleaningGeorge Hazan
2018-07-24Jabber: "to" verification removed because it doesn't solve problems with ↵George Hazan
carbons anyway
2018-07-24database:George Hazan
- 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.
2018-07-23fix for dynamic memory allocationGeorge Hazan
2018-07-23Jabber:George Hazan
- unused function JabberGetPictureType inlined; - fixes #1509 (Miranda receive duplicate incoming messages if contact is not in roster Jabber); - code cleaning;
2018-07-23IRC: completely fixes #1512dartraiden
2018-07-21Tox: libtox update to v0.2.4aunsane
2018-07-20we don't need two name sets for the same array of functionsGeorge Hazan
2018-07-19IRC: add BelarusIRCdartraiden
2018-07-19BelarusIRC added to the IRC server listGeorge Hazan
2018-07-18Tox: updated libtox to v0.2.3aunsane
2018-07-16fixes #1493 (Miranda IRC protocol crash when checking channel modes)George Hazan
2018-07-16code cleaning related to Nudge pluginGeorge Hazan
2018-07-16fixes #1505 (AssocMgr: cannot disable MSN integration)George Hazan
2018-07-16Jabber: code cleaningdartraiden
This should be spaces, not tabs
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-07-11GUI 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-07-10gg: include directories should be related from the project pathaunsane
2018-07-10ICQ:George Hazan
- warning fixes; - minor code cleaning
2018-07-09fixes #920 (Crash when receiving file via ICQ)George Hazan
2018-07-09ICQ: code cleaningGeorge Hazan
2018-07-05fixes #1448 (translated frame names in database)George Hazan
2018-07-04Jabber: add Cancel button to reg confirmation dialog (fixes #1456)dartraiden
2018-07-01protocols: jabber: xep-0198Gluzskiy Alexandr
- additional counters reset before clean enabling to avoid inconsistent counters state
2018-07-01protocols: jabber: xep-0128Gluzskiy Alexandr
- force disable session resume on manual switch to offline ( closes #1444 ) //untested
2018-06-25IRC: if user decide "kick with reason", he should write a reason manuallydartraiden
2018-06-21VKontakte: code cleaningElzorFox
2018-06-21VKontakte: add Phoenix Lite and Full MirVersElzorFox
2018-06-13MRA: more logsGeorge Hazan
2018-06-12Gadu-Gadu: conf options move to UI classesGoraf
2018-06-06VKontakte: add 'VK Messenger' MirVerElzorFox
2018-06-01fixes #1388 (MSN: crash on "msn_misc.cpp (580): ThreadData::sendPacketPayload")George Hazan
2018-05-29VKontakte: additional fix for #1392ElzorFox
2018-05-29VKontakte:ElzorFox
fix #1392 (access denied on typing for banned contacts) fix ‘?’ in avatar filenames version bump
2018-05-29common version resource extracted to the separate fileGeorge Hazan
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins
2018-05-28all plugins => CMPlugin virtual functionsGeorge Hazan
2018-05-27comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵George Hazan
differ only in a build number
2018-05-27PRODUCTVERSION of any version resource to contain the number of current buildGeorge Hazan
2018-05-27global variable name standardizationGeorge Hazan
2018-05-27unused variable CHAT_MANAGER *pci removed and replaced with g_chatApiGeorge Hazan
2018-05-26FB: extended timeout valueGeorge Hazan
2018-05-26Facebook:George Hazan
- packet timeout extended to 10 minutes (specially for Karamil Alhady); - persistent connections restored; - this reverts commit bec09dbab4b07281f3da8478618deb9c10aa0a29
2018-05-23no need to initialize pcli variable in each plugin (only in Clist_*)George Hazan
2018-05-23remove some more MirandaPluginInfoEx()dartraiden
2018-05-23we don't need MirandaPluginInfoEx() anymore. farewell, my lovelyGeorge Hazan
2018-05-22no more need in hLangpack variable *YAHOO*George Hazan
2018-05-22new helper for MS_TTB_ADDBUTTONGeorge Hazan
2018-05-22m_chat.h => CMPluginGeorge Hazan
2018-05-22m_fontservice.h => CMPluginGeorge Hazan
2018-05-22m_genmenu.h unbound from hLangpackGeorge Hazan