summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.cpp
AgeCommit message (Collapse)Author
2022-06-13Popup+: fix for a madness with default popup class valuesGeorge Hazan
2022-06-13code cleaningGeorge 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-05-25Jabber: patch from deadsend to optionally disable XEP-0202 supportGeorge Hazan
2022-05-07Netlib_OpenConnection - finally old stupid structure NETLIBOPENCONNECTION ↵George Hazan
died and converted into a set of parameters + code cleaning
2022-04-06remove executable attribute from affected filesgeorgehazan
2022-03-29Jabber: make popup item translatabledartraiden
2022-03-13omemo: removed outdated comments, added non-standard complient hack for ↵sss
devicelist polling (still need response handler as it is not event and not handled by existing handler)
2022-03-09fixes #3044 (Jabber: перенести опцию "Показывать ↵George Hazan
всплывающие окна с ошибками" в настройки всплывающих окон)
2022-02-13fixes #3038 (Jabber: don't tell to server about Miranda version and OS by ↵George Hazan
default)
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-11-06omemo: check for "bDisableOmemo" in one more placesss
2021-11-05omemo: add also support for disable sending messages per contact (notsss
only receiving) explicitly set default setting values to disable
2021-06-17Jabber: option to disable popupsGeorge Hazan
2021-06-12minus another stupid thread in JabberGeorge Hazan
2021-06-12fixes #2915 (Miranda takes too long to end process)George Hazan
2021-06-05major code cleaning in regard to db_event_getBlobSize & event memory allocationGeorge Hazan
2021-05-20Jabber: fix for drawing mood icons in the contact list (as advanced status ↵George Hazan
icons)
2021-01-17Update copyrightsdartraiden
2020-10-24fixes #2604 (Jabber: add ability to disable MAM)George Hazan
2020-08-03Jabber: according to XEP-085 client MUST generate GONE event, if a message ↵George Hazan
window is closed
2020-07-28Jabber: new option to embrace picture urls/filenames with BBCodesGeorge Hazan
2020-07-23fixes #2493 (Проблема с Юникодом в диалоге ↵George Hazan
добавления контакта)
2020-07-12Jabber: ugly scheme with flags replaced with TJabberAuth instantiationGeorge Hazan
2020-07-08group chat initialization to be done in protocol's constructor, not inside ↵George Hazan
OnModulesLoaded
2020-06-29fixes #2453 (Jabber: add ability to load whole history via Message Archive ↵George Hazan
Management)
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-25constant unificationGeorge Hazan
2020-06-15simpler way of applying server ids to messagesGeorge 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-06-08unused shitty code removedGeorge Hazan
2020-06-06fixes #2429 (More strict XEP-0085 compliance)George Hazan
2020-05-27Jabber: code cleaningGeorge Hazan
2020-05-25Jabber: custom roster nicks should be ignored as well as roster groupsGeorge Hazan
2020-05-07fix for old PROTO_INTERFACE::FileResume interface errorGeorge Hazan
2020-04-28database:George Hazan
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning
2020-03-31Jabber:George Hazan
- fixes #2279 (Jabber: add HTTP File Upload support for group chats); - major file transfer code cleaning;
2020-03-23Jabber: fix for offline file transfer initializationGeorge Hazan
2020-03-23Jabber: we allow offline file transfers if we have http upload or picture ↵George Hazan
inlining
2020-03-18Jabber: more correct way of processing PGP packetsGeorge Hazan
2020-03-16Jabber: fix for receiving auth requestsGeorge Hazan
2020-03-13Jabber: if another side doesn't support receipts, don't trust on themGeorge Hazan
2020-03-02Jabber:George Hazan
- capability cache is stored in a json file now instead of database; - caps manager became global; - account-dependent methods of CJabberClientCapsManager moved to CJabberProto; - code cleaning
2020-02-26Jabber: XEP-0148 support to be turned on by defaultGeorge Hazan