summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
2019-04-13merge with trunkGeorge Hazan
2019-04-11fixes #1917 (Jabber p2p file transfer not working anymore)George Hazan
(cherry picked from commit e40fe90cf4c630e9930a897596212925907202eb)
2019-04-11Jabber code optimizationGeorge Hazan
(cherry picked from commit 21cb5066d970dde709000cdae89c7f8e89addac7)
2019-04-08Jabber: merge of fixes from trunkGeorge Hazan
2019-04-02merge with trunkGeorge Hazan
2019-03-29merge with trunkGeorge Hazan
2019-03-28Jabber: incorrect translation of utf8 into CMStringWGeorge Hazan
(cherry picked from commit 61ca3a9d376999eff338cb6d640b60b53b3e5776)
2019-03-28replace libaxolotl by libsignaldartraiden
(cherry picked from commit 219d1e3fb1c29a0b14b32801baab0abcaae5e7dd)
2019-03-28VKontakte:ElzorFox
fix (?) add groups user to friend list fix add/remove groups user to/from muc
2019-03-28MSN: code cleaningGeorge Hazan
2019-03-28unused translations removedGeorge Hazan
2019-03-28VKontakte: types fixElzorFox
2019-03-28Menu_ModifyItem to receive icolib handle, not HICONGeorge Hazan
2019-03-27VKontakte:ElzorFox
fix group users in muc fix link to profile for group users in forwarded messages version bump
2019-03-27Clist events:George Hazan
- no need to save 4 bytes each time we wanna declare protocol-wide events; - all event adding code is forced to be executed in the main thread; - also fixes #1904 (ICQ: mail notification bug); - now we can use any event ids for global events.
2019-03-27fixes #1903 (ICQ: auto dismiss tray notification if the mail was read in the ↵George Hazan
browser)
2019-03-26ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removedGeorge Hazan
2019-03-26Discord: more descriptive namedartraiden
2019-03-26Spelling correctiondartraiden
2019-03-26libaxolotl doesn't exist anymore, it's renamed to libsignalGeorge Hazan
2019-03-25Jabber: error popup's title to carry account nameGeorge Hazan
2019-03-25ICQ-WIM: no need to wipe out Nick fieldGeorge Hazan
2019-03-25ICQ-WIM: if nick is missing at the server, no need to create an empty stringGeorge Hazan
2019-03-25ICQ-WIN: if contact's nick is missing, try to copy it from IcqNick fieldGeorge Hazan
2019-03-17fixes #1898 (XMPP/Jabber: Implement XEP-0352 (Client State Indication))George Hazan
2019-03-16Discord: UseGroupChats shall be enabled by default, but disabled for new ↵George Hazan
accounts
2019-03-14Jabber: fixes status message calculation for the case of single resource presentGeorge Hazan
2019-03-14Discord: we don't need that crutch anymoreGeorge Hazan
2019-03-14fixes #1894 ([Discord] syncing DM contact Miranda take random message and ↵George Hazan
copy it +19x times)
2019-03-14fixes #1893 ([Discord] Make option to DISABLE at all group chats/channels)George Hazan
2019-03-14also related to #1895 - possible fix for UINs stored as Unicode stringsGeorge Hazan
2019-03-14fixes #1895 (fix for a typo in ICQ-WIM)George Hazan
2019-03-13fixes #1875 (problems with Facebook login)George Hazan
2019-03-13fixes #1895 (problem with importing old ICQ profiles where UIN was in the ↵George Hazan
form of email)
2019-03-12ICQ-WIM: we simply read the tail, when the polling cycle is executedGeorge Hazan
2019-03-12fixes for format specifiersGeorge Hazan
2019-03-12YAMN: warning fixesGeorge Hazan
2019-03-11fixes #1741 (ICQ10: Invalid Request. statusDetailCode 1015)George Hazan
2019-03-11warning fix for non-standard projectsGeorge Hazan
2019-03-11obsolete option removed from project filesGeorge Hazan
2019-03-11fixes #1892 (ICQ: still online even if network adapter is disabled)George Hazan
2019-03-08life is too short to remember whether this structure is zeroed or notGeorge Hazan
2019-03-08fixes #1863 completely ([Discord] add manual history sync from IMs/DMs ↵George Hazan
(private chat))
2019-03-07Srmm_ModifyIcon now changes only tooltip and/or icon, Srmm_SetIconFlags ↵George Hazan
controls flags
2019-03-07Skin_GetProtoIcon - new function to retrieve status icon's handleGeorge Hazan
2019-03-06related to #1863 ([Discord] Make option to turn off group chats/channels ; & ↵George Hazan
add manual history sync from IMs/DMs (private chat))
2019-03-06popups:George Hazan
- internal implementation details & all service declarations moved to m_popup_int.h; - all service calls removed and replaced with function calls; - direct access to popup serttings replaced with Popup_Enable / Popup_Enabled;
2019-03-06fixes #1875 (Facebook cannot login)George Hazan
2019-03-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
2019-03-05fixes #1875 (Facebook fails to log in)George Hazan