summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_events.cpp
AgeCommit message (Collapse)Author
2024-09-07chore: fix grammar errors in commentsSergey Ponomarev
Mostly missing articles
2024-07-21fixes #4555 (Задваиваются контакты протоколов, ↵George Hazan
где есть кэш)
2024-01-23fixes #4104 (Удаление серверной истории)George Hazan
2024-01-08Update copyrightsdartraiden
2023-12-09PROTO_INTERFACE::OnContactDeleted to be able to block the contact's deletionGeorge Hazan
2023-10-29fixes #3714 (Jabber: авторизованный, но не ↵George Hazan
добавленный в ростер контакт сам собой добавляется в ростер)
2023-03-21fixes #3116 (Jabber: удаление комнаты из списка ↵George Hazan
контактов не позволяет зайти в неё снова)
2023-02-10ME_DB_EVENT_MARKED_READ: recursion preventionGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-06-06more portable version of previous patchGeorge Hazan
2022-06-06Jabber: option for message delivery to control all chat markers according to ↵George Hazan
XEP-0333
2022-01-01Happy new year, Mirandadartraiden
2021-01-17Update copyrightsdartraiden
2020-07-22fixes #2492 (Jabber: имя конференции не ↵George Hazan
подтягивается)
2020-05-25Jabber: custom roster nicks should be ignored as well as roster groupsGeorge Hazan
2020-03-31Jabber:George Hazan
- fixes #2279 (Jabber: add HTTP File Upload support for group chats); - major file transfer code cleaning;
2020-03-15db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / ↵George Hazan
getMStringW - missing szValue parameter added
2020-02-12Jabber: XEP-0333 implementation (chat markers)George Hazan
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-06-27manual access to CList/Group restrictedGeorge Hazan
2019-03-17fixes #1898 (XMPP/Jabber: Implement XEP-0352 (Client State Indication))George Hazan
2019-03-04fixes #1879 (jabber doesn't delete contacts from roster anymore)George 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-19Jabber -> TinyXml2George Hazan
2019-01-04Update copyrightsdartraiden
2018-12-18code cleaningGeorge Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-22OnEvent(EV_PROTO_ONCONTACTDELETED) => PROTO_INTERFACE::OnContactDeletedGeorge Hazan
2018-04-16Jabber: if we forcibly remove a contact, we need to remove it from ↵George Hazan
LIST_ROSTER too
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan
2018-03-16Jabber:George Hazan
- useless parameter in CJabberProto::OnAddContactForever removed; - when we receive subscription = remove we just change it to SUB_NONE instead of removing contact from LIST_ROSTER; - code cleaning
2018-03-05Jabber: code cleaning & simplificationGeorge Hazan
2018-01-01massive copyright updatedartraiden
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-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-29replace russian с to latin cKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-08-23code cleaningGeorge Hazan
2017-01-01bump copyright yeardartraiden
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-26less TCHARs:George Hazan
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-25hello, Unix.George Hazan
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c