summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
2020-07-13fixes #2123 (ICQ: контакт добавляется в ↵George Hazan
неправильную группу)
2020-07-12minor code cleaningGeorge Hazan
2020-07-12more correct implementation of TNtlmAuthGeorge Hazan
2020-07-12Jabber: ugly scheme with flags replaced with TJabberAuth instantiationGeorge Hazan
2020-07-10fixes #1727 completely (Jabber: SCRAM-SHA-1(-PLUS) + SCRAM-SHA-256(-PLUS) ↵George Hazan
support)
2020-07-09VKontakte:ElzorFox
update VK API version to 5.120 version bump
2020-07-08Jabber: fix for CAgentRegDlg to launch commands from the main threadGeorge Hazan
2020-07-08Jabber: disco dialog to handle Enter in combo fields correctlyGeorge Hazan
2020-07-08group chat initialization to be done in protocol's constructor, not inside ↵George Hazan
OnModulesLoaded
2020-07-07Jabber: file inlining doesn't work if a user pastes a file into a groupchatGeorge Hazan
2020-07-01TLS 1.3 support:George Hazan
Netlib_GetTlsUnique - new function to retrieve TLS binding data for an opened socket
2020-06-30Jabber: more fixes for #2469George Hazan
2020-06-30fixes #2469 (Jabber: implement SCRAM-SHA-1-PLUS auth)George Hazan
2020-06-29fixes #2453 (Jabber: add ability to load whole history via Message Archive ↵George Hazan
Management)
2020-06-29PROTO_INTERFACE::GetMenuItem - unified access to all protocol menu itemsGeorge Hazan
2020-06-29"Load server history" menu items gathered in one stub not to create zillions ↵George Hazan
of duplicate menu items
2020-06-29fixes #2439 (Jabber: roster editor adds false contacts)George Hazan
2020-06-29fixes #2469 (Jabber: implement SCRAM-SHA-1-PLUS auth)George Hazan
2020-06-26rest of unused messages removedGeorge Hazan
2020-06-26two more obsolete messages removedGeorge Hazan
2020-06-26WM_JABBER_REGDLG_UPDATE - unused message removedGeorge Hazan
2020-06-26Jabber: rest of CJabberDlgGcJoin moved to UI classesGeorge 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-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-23Jabber to filter out encrypted outgoing carbon copiesGeorge Hazan
2020-06-21oopsElzorFox
2020-06-21VKontakte: sent story links as attachmentsElzorFox
2020-06-21VKontakte:ElzorFox
add story attachment type fix ‘FilterAudioMessages’ option remove ‘return chat message’ option code cleanup version bump
2020-06-21Jabber: cause MAM doesn't set ids for outgoing messages, our own messages ↵George Hazan
(with the same resource) shall be ignored
2020-06-20fixes #2456 (Facebook: ERROR_QUEUE_NOT_FOUND Facebook bug)George Hazan
2020-06-19VKontakte: stored procedure fixElzorFox
2020-06-18VKontakte:ElzorFox
VK API upgrade (5.78 => 5.110) version bump
2020-06-17VKontakte:ElzorFox
small VK API upgrade (5.76 => 5.78) add support audio_message and graffiti attachments types (read only) version bump + prepare for upgrade VK API version to 5.110 - part 4
2020-06-16VKontakte: prepare for upgrade VK API version - part 3ElzorFox
2020-06-15simpler way of applying server ids to messagesGeorge Hazan
2020-06-15VKontakte: prepare for upgrade VK API version - part 2ElzorFox
2020-06-15PROTO_INTERFACE::OnEventEdited - new virtual function to send edited ↵George Hazan
messages to server
2020-06-13fixes #2438 (Jabber: списки приватности странно ↵George Hazan
себя ведут)
2020-06-13fixes #2447 (Ошибочное определение транспорта ↵George Hazan
Jabber2Jabber)
2020-06-13fixes #1149 (wrong MAM preferences processing)George Hazan
2020-06-13Jabber: fix for the first run on MAM serverGeorge 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-11VKontakte: prepare for upgrade VK API versionElzorFox
2020-06-11ICQ-WIM: there's no reason to import the same old messages again & again...George Hazan
2020-06-10compilation fixGeorge Hazan
2020-06-10useless check removedGeorge Hazan
2020-06-10fixes #2438 (Jabber: списки приватности странно ↵George Hazan
себя ведут) + some another DoModal() calls cleaning