summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src
AgeCommit message (Collapse)Author
2019-02-19XmlGetChildByTag should search through all children of the same keyGeorge Hazan
2019-02-19code cleaningGeorge Hazan
2019-02-19Jabber:George Hazan
- XmlGetChildText / XmlGetChildInt - new handy helpers for tinyxml2; - Unicode logging replaced with ANSI when appropriate; - JabberErrorMsg rewritten to be more useful
2019-02-19more checks for GetText()George Hazan
2019-02-19Jabber -> TinyXml2George Hazan
2019-02-07unused code removedGeorge Hazan
2019-02-04this shitty code is still needed...George Hazan
2019-02-04Jabber: Jid List dialog -> UI classesGeorge Hazan
2019-02-02Unify option namedartraiden
2019-02-01Jabber: if Kerberos authentication is available, it must be preferred to the ↵George Hazan
usual NTLM auth
2019-01-28omemo: code cleaningGeorge Hazan
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2019-01-26code cleaningGeorge Hazan
2019-01-24minor code cleaningGeorge Hazan
2019-01-11Jabber invitation dialog: code simplificationGeorge Hazan
2019-01-11code cleaningGeorge Hazan
2019-01-08fixes #1715 (by default account's destructor doesn't free network handle)George Hazan
2019-01-08fixes #1734 (dynamic plugin's presence checker)George Hazan
2019-01-04Update copyrightsdartraiden
2018-12-28ACKTYPE_GETINFO-related code cleaningGeorge Hazan
2018-12-28User added notifications:George Hazan
- old obsoleted ICQ-related junk like PF4_FORCEADDED & PF1_ADDED removed; - appropriate controls removed from auth dialogs and menus; - fixes #1680 (ICQ10: disable "Auth request" and "Send you are added" in "Add contact" dialog)
2018-12-24minor code cleaningGeorge Hazan
2018-12-24mir_urlDecode restoredGeorge Hazan
2018-12-23in fact, we don't need mir_hmac_sha1 eitherGeorge Hazan
2018-12-21Jabber: fix for occasional crash during registration at jabber.ccc.deGeorge Hazan
2018-12-18code cleaningGeorge 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-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