summaryrefslogtreecommitdiff
path: root/protocols/JabberG
AgeCommit message (Collapse)Author
2017-12-11mir_base64_* => parameters type fixGeorge Hazan
2017-12-10- remove emails (if author retired - it's useless to write to him; if author ↵dartraiden
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure
2017-12-10Miranda idle code cleaningGeorge Hazan
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06all rc files reverted to utf-8Kirill Volinsky
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-12-06convert txt files to utf-8Kirill Volinsky
2017-11-29CMake: clean up library dependencies.protomors
2017-11-29replace russian с to latin cKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-27jabber: omemo: "updated"(rollback) to latest version of ↵Gluzskiy Alexandr
https://xmpp.org/extensions/xep-0384.html
2017-11-23database enumerators => void* instead of LPARAMGeorge Hazan
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-11-10more strict version of caps readingGeorge Hazan
2017-11-08Jabber: unneeded parameter eliminated from CJabberProto::GetResourceCapabilitesGeorge Hazan
2017-10-31Initial CMake support. (#1013)Vitaly Svyastyn
* CMake files for building application and core library. * CMake files for core plugins. Now it runs! * CMake files for some plugins.
2017-10-24unified version resource with explicitly stated language & code pageGeorge Hazan
2017-10-23Renamed readme.txtTobias Weimer
2017-10-16the whole idea of customizable colors in chat considered totally uselessGeorge Hazan
2017-10-13fixes #987 (more fixes for clients that don't support XEP-0115)George Hazan
2017-10-09MS_CLIST_SETSTATUSMODE => Clist_SetStatusMode()George Hazan
dunno how I could miss it
2017-09-25fixes #934 (Jabber: missing software information about conference members)George Hazan
2017-09-19useless structure GCDEST finally removedGeorge Hazan
2017-09-15jabber: omemo: forgotten changes in namespace for xep-0384Gluzskiy Alexandr
2017-09-14remove ModernOpt support completelydartraiden
2017-09-14jabber: omemo: switched to xep-0384Gluzskiy Alexandr
used newest xep-0384 (https://xmpp.org/extensions/xep-0384.html) instead of https://conversations.im/xeps/multi-end.html (they are incompatible)
2017-09-11Jabber: correct control alignment for bookmarks dialogGeorge Hazan
2017-09-10Jabber: fix for some weird problems with groupchatsGeorge Hazan
2017-09-08fixes #921 (unused icons)George Hazan
2017-09-06Jabber: partially restored ability to process caps from old clients that do ↵George Hazan
not support XEP-0115
2017-09-06Jabber: fix for adding own capabilitiesGeorge Hazan
2017-09-05memory allocation conflictGeorge Hazan
2017-09-03Revert "Jabber: ability to pass jid as param to create/join conference ↵aunsane
dialog service to fill dialog fields" This reverts commit fbe8725b4f270dbd5981b0ed642fc52da4405cea.
2017-09-02Jabber: ability to pass jid as param to create/join conference dialog ↵aunsane
service to fill dialog fields
2017-09-01jabber: omemo: working on 4.7Gluzskiy Alexandr
properly refresh used prekeys and reannounce bundle
2017-08-30attempt to fix problems with group chat presencesGeorge Hazan
2017-08-30code cleaningGeorge Hazan
2017-08-23code cleaningGeorge Hazan
2017-08-23Jabber: all icons added to icolib (fixes #296)Kirill Volinsky
2017-08-20minus ModernOptGeorge Hazan
2017-08-20jabber: omemo: working on TODOGluzskiy Alexandr
aes_128_gcm: disabled any aad/tag related cals as it's not described at all in omemo xep
2017-08-17jabber: omemo: working on TODOGluzskiy Alexandr
implemented message queue for messages received/sendt before omemo sessions created //this solve problem with loosing first message
2017-08-16Jabber: client info disappears if remote has the same Miranda version as meGeorge Hazan
2017-08-14compilation fixGeorge Hazan
2017-08-14Miranda core version to be added into MirVer if presentGeorge Hazan
2017-08-14code cleaningGeorge Hazan
2017-08-14Jabber: version info to be cached into a profileGeorge Hazan
2017-08-14Jabber: fix for retrieving QIP versionsGeorge Hazan
2017-08-14another crazy piece of code removedGeorge Hazan
2017-08-10Jabber:George Hazan
- fix for partially supported XEP-0115; - unused methods removed