summaryrefslogtreecommitdiff
path: root/protocols/JabberG
AgeCommit message (Collapse)Author
2018-12-21Jabber: fix for occasional crash during registration at jabber.ccc.deGeorge Hazan
2018-12-18code cleaningGeorge Hazan
2018-12-18C++ exceptions are disabled in all cases where they just prevent warningsGeorge Hazan
2018-12-18Jabber: password change dialog => UI classesGeorge Hazan
2018-12-17more logsGeorge Hazan
2018-12-04more logs added for Jabber & DiscordGeorge Hazan
2018-11-26Chat_AddGroup - simplified prototypeGeorge Hazan
2018-11-26fix for chat structures declarationGeorge Hazan
2018-11-23Jabber: fix for sudden protocol disconnection when Miranda receives ↵George Hazan
inconsistent stanza
2018-10-13chat api:George Hazan
- GC_SHAREDUSERS flag added to share the same array of users for all group chats; - USERINFO.next removed; - MODULEINFO.arUsers & SESSION_INFO.arUsers introduced to maintain user lists; - MM_AddModule removed; - memory allocation model changed for MODULEINFO & SESSION_INFO - MM_CreateModule & SM_CreateSession members are added to g_chatApi
2018-10-01centralized system of processing message ids. also fixes #1375George Hazan
2018-09-21old crutch removed: error messages to go in UnicodeGeorge Hazan
2018-09-20creepy crutch removed that was adding message ids after the binary zero in ↵George Hazan
message text
2018-09-20fix for the proper return type of PROTO<>::RecvMsgGeorge Hazan
2018-09-03attemt to solve #1357 - how to pass the hash value through XMPP serverGeorge Hazan
2018-09-03Popups:George Hazan
- fixes #1564 (Move popups fonts/colors settings into submenu SkypeWeb VKontakte) - more code cleaning
2018-09-03popup code cleaningGeorge Hazan
2018-09-03fixes #1571 (Jabber: Dialogs icons section)George Hazan
2018-09-01Jabber: fix translation (thx Wishmaster)dartraiden
2018-08-31Unify fonts/colors settings for popupsdartraiden
2018-07-25major code cleaning of all font-related structuresGeorge 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-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-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-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-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-23no need to initialize pcli variable in each plugin (only in Clist_*)George Hazan
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
2018-05-22Hotkey_Register => CMPlugin::addHotkeyGeorge Hazan
2018-05-22IcoLib_AddIcon => CMPlugin::addIconGeorge Hazan
2018-05-22m_langpack.h unbound from hLangpackGeorge Hazan
2018-05-22Srmm_AddIcon unbound from hLangpackGeorge Hazan
2018-05-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
2018-05-20UserInfo_AddPage() helper replaced with CMPLugin::addUserInfo()George Hazan