summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_iqid.cpp
AgeCommit message (Collapse)Author
2021-01-17Update copyrightsdartraiden
2020-10-28Jabber: we store now server caps in our cache not to rerequest them on each ↵George Hazan
login
2020-10-27Jabber: fix for MAM implementation in Prosody IMGeorge Hazan
2020-10-24fixes #2604 (Jabber: add ability to disable MAM)George Hazan
2020-06-26two more obsolete messages removedGeorge Hazan
2020-06-26WM_JABBER_REGDLG_UPDATE - unused message removedGeorge Hazan
2020-06-26Revert "Jabber: XEP-0136 support removed"George Hazan
This reverts commit e6bf9c2a41622424c2cd4006326455e08c80812a. # Conflicts: # protocols/JabberG/src/jabber_caps.cpp # protocols/JabberG/src/jabber_caps.h # protocols/JabberG/src/jabber_iqid.cpp
2020-06-24Revert "Jabber: user name to be encoded to avoid spaces"dartraiden
This reverts commit 2c369e66feacfb3b934b1ec28fcecd179d796ba1.
2020-06-24Jabber: user name to be encoded to avoid spacesGeorge Hazan
2020-06-13fixes #1149 (wrong MAM preferences processing)George Hazan
2020-06-11fixes #1149 (XMPP/Jabber: Implement XEP-0313 ( mam / Message Archive ↵George Hazan
Management )
2020-06-11Jabber: XEP-0136 support removedGeorge Hazan
2020-05-27Jabber: code cleaningGeorge Hazan
2020-05-26Jabber: if we ignore roster, thy shalt update existing nicks eitherGeorge Hazan
2020-05-25Jabber: custom roster nicks should be ignored as well as roster groupsGeorge Hazan
2020-05-07fixes #2399 (XEP-0280 support cleaning)George Hazan
2020-03-12Jabber:George Hazan
- more logs added for #2243; - code cleaning
2020-03-11Jabber: more fool-proof check for empty nicksGeorge Hazan
2020-02-17Jabber: full implementation of XEP-0231George Hazan
2020-01-29fixes #2039 (Jabber: реализовать обновление ↵George Hazan
LastGetVCard не только при запуске)
2020-01-01Happy new year, MirandaGeorge Hazan
2019-09-27fix for a function name:George Hazan
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide
2019-09-26Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden ↵George Hazan
variable and unify access to it
2019-07-24massive warning fixGeorge Hazan
2019-07-15Jabber: no need to pass jid inside SendGetVcard()George Hazan
2019-07-15Jabber:George Hazan
- global vcard hash added to the presence; - "AvatarSaved" setting isn't used anymore, because it's crazy; - when vcard reader writes our own avatar, an update is not send back to the server
2019-07-15JABBER: support for obsolete XEP-0008 (iq based avatars) removedGeorge Hazan
2019-04-13Jabber:George Hazan
- Miranda to generate globally unique packet ids; - unused member IJabberInterface::AddTemporaryIqHandler removed; - two rarely used params removed from CJabberProto::AddIQ && CJabberIqManager::AddHandler - code cleaning
2019-03-25Jabber: error popup's title to carry account nameGeorge Hazan
2019-03-04code optimizationGeorge Hazan
2019-02-26XmlFirstChild / XmlGetAttr - safe wrappers for tinyxml2George Hazan
2019-02-25Jabber: no sense to display missing / non-actual informationGeorge Hazan
2019-02-25Jabber:George Hazan
- obsolete class Xpath removed, its functionality replaced with helpers & iterators; - JABBER_FEAT_BIND added to enchance code reading & understanding; - unused function CNoteItem::AddNote removed; - fix for improper jabber:x:last behavior
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-04Jabber: Jid List dialog -> UI classesGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-12-28ACKTYPE_GETINFO-related code cleaningGeorge Hazan
2018-12-18code cleaningGeorge 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-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-04protocols: jabber: xep-0198Gluzskiy Alexandr
- do not request roster on resumed session
2018-03-28protocols: jabber: xep-0198Gluzskiy Alexandr
- moved implementation to separated units (refactoring) - first part (without resumption) should work now (still have some bugs), feel free to test
2018-03-27protocols: jabber: xep-0198Gluzskiy Alexandr
- implemented client to server acks
2018-03-05Jabber: code cleaning & simplificationGeorge Hazan
2018-02-21Jabber: C++'11 iteratorsGeorge Hazan
2018-01-31Added an option to enable/disable carbonsVladimir
2018-01-30Carbons support attemptVladimir
2018-01-01massive copyright updatedartraiden