Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-19 | XmlGetChildByTag should search through all children of the same key | George Hazan | |
2019-02-19 | code cleaning | George Hazan | |
2019-02-19 | Jabber: | George Hazan | |
- XmlGetChildText / XmlGetChildInt - new handy helpers for tinyxml2; - Unicode logging replaced with ANSI when appropriate; - JabberErrorMsg rewritten to be more useful | |||
2019-02-19 | more checks for GetText() | George Hazan | |
2019-02-19 | Jabber -> TinyXml2 | George Hazan | |
2019-02-07 | unused code removed | George Hazan | |
2019-02-04 | this shitty code is still needed... | George Hazan | |
2019-02-04 | Jabber: Jid List dialog -> UI classes | George Hazan | |
2019-02-02 | Unify option name | dartraiden | |
2019-02-01 | Jabber: if Kerberos authentication is available, it must be preferred to the ↵ | George Hazan | |
usual NTLM auth | |||
2019-01-28 | omemo: code cleaning | George Hazan | |
2019-01-28 | mir_urlDecode & mir_urlEncode to return CMStringA | George Hazan | |
2019-01-26 | code cleaning | George Hazan | |
2019-01-24 | minor code cleaning | George Hazan | |
2019-01-11 | Jabber invitation dialog: code simplification | George Hazan | |
2019-01-11 | code cleaning | George Hazan | |
2019-01-08 | fixes #1715 (by default account's destructor doesn't free network handle) | George Hazan | |
2019-01-08 | fixes #1734 (dynamic plugin's presence checker) | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-12-28 | ACKTYPE_GETINFO-related code cleaning | George Hazan | |
2018-12-28 | User 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-24 | minor code cleaning | George Hazan | |
2018-12-24 | mir_urlDecode restored | George Hazan | |
2018-12-23 | in fact, we don't need mir_hmac_sha1 either | George Hazan | |
2018-12-21 | Jabber: fix for occasional crash during registration at jabber.ccc.de | George Hazan | |
2018-12-18 | code cleaning | George Hazan | |
2018-12-18 | C++ exceptions are disabled in all cases where they just prevent warnings | George Hazan | |
2018-12-18 | Jabber: password change dialog => UI classes | George Hazan | |
2018-12-17 | more logs | George Hazan | |
2018-12-04 | more logs added for Jabber & Discord | George Hazan | |
2018-11-26 | Chat_AddGroup - simplified prototype | George Hazan | |
2018-11-26 | fix for chat structures declaration | George Hazan | |
2018-11-23 | Jabber: fix for sudden protocol disconnection when Miranda receives ↵ | George Hazan | |
inconsistent stanza | |||
2018-10-13 | chat 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-01 | centralized system of processing message ids. also fixes #1375 | George Hazan | |
2018-09-21 | old crutch removed: error messages to go in Unicode | George Hazan | |
2018-09-20 | creepy crutch removed that was adding message ids after the binary zero in ↵ | George Hazan | |
message text | |||
2018-09-20 | fix for the proper return type of PROTO<>::RecvMsg | George Hazan | |
2018-09-03 | attemt to solve #1357 - how to pass the hash value through XMPP server | George Hazan | |
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-09-03 | fixes #1571 (Jabber: Dialogs icons section) | George Hazan | |
2018-09-01 | Jabber: fix translation (thx Wishmaster) | dartraiden | |
2018-08-31 | Unify fonts/colors settings for popups | dartraiden | |
2018-07-25 | major code cleaning of all font-related structures | George Hazan | |
2018-07-24 | Jabber: "to" verification removed because it doesn't solve problems with ↵ | George Hazan | |
carbons anyway | |||
2018-07-24 | database: | 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-23 | Jabber: | George Hazan | |
- unused function JabberGetPictureType inlined; - fixes #1509 (Miranda receive duplicate incoming messages if contact is not in roster Jabber); - code cleaning; | |||
2018-07-16 | Jabber: code cleaning | dartraiden | |
This should be spaces, not tabs | |||
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |