summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
2020-02-19Twitter:George Hazan
- fixes #2218 (add support for private messages); - code optimization; - support for JSON requests; - fixed base url;
2020-02-18Twitter:George Hazan
- partially implements #2218 (support for reading direct messages and marking them as read); - user id parameter added to database; - support added for server message ids; - code cleaning;
2020-02-18Twitter:George Hazan
- major code rework due to changed API; - whole bunch of std++ trash wiped out; - modern http requests implementation using MHttpRequest; - first digit in version changed
2020-02-17fixes #2219 (Jabber: XML console does not send any stanza)George Hazan
2020-02-17Jabber: more logsGeorge Hazan
2020-02-17Jabber: full implementation of XEP-0231George Hazan
2020-02-17Jabber: JABBER_CAPS_XHTML added to caps to enable BOBGeorge Hazan
2020-02-17code cleaningGeorge Hazan
2020-02-17Fix typodartraiden
2020-02-17Jabber: massive options code cleaningGeorge Hazan
2020-02-16fixes #2216 (Facebook: remove non-actual hidden options)George Hazan
2020-02-16useless checks removedGeorge Hazan
2020-02-15Jabber: partial support for XEP-0231: Bits of BinaryGeorge Hazan
2020-02-13fixes #2202 (ICQ: входящие изображения не ↵George Hazan
помечаются прочитанными)
2020-02-13Jabber: more logs in ProcessMessage()George Hazan
2020-02-13fixes #2209 (Discord: missing API for guilds and chats)George Hazan
2020-02-12Jabber: message state is set when a message is displayedGeorge Hazan
2020-02-12Jabber: XEP-0333 implementation (chat markers)George Hazan
2020-02-12Facebook: restored option to keep messages unread at the serverGeorge Hazan
2020-02-11Jabber: fix for sending receipts to offline contactsGeorge Hazan
2020-02-11Discord: fix for avatar file extensionGeorge Hazan
2020-02-11Discord:George Hazan
- gateway command 12 isn't available since Jan 13th, 2020; - GUILD_SYNC is also not available anymore; - better cookie control; - version bump
2020-02-10Discord: code cleaningGeorge Hazan
2020-02-07Twitter: there's no need to assign the same text to both status message & ↵George Hazan
text message
2020-02-07fixes #2202 (ICQ: входящие изображения не ↵George Hazan
помечаются прочитанными)
2020-02-07fixes #2203 (ICQ-WIM: crash on image receive)George Hazan
2020-02-06Jabber: option renamedGeorge Hazan
2020-02-06Jabber:George Hazan
- MessageState support; - minor code cleaning
2020-02-06Jabber: bye-bye, XEP-0022, you became completely obsolete these days... sic ↵George Hazan
transit gloria mundi
2020-02-06ICQ-WIM: fixes two first points of #2201George Hazan
- когда из Миранды отправляешь, то в журнале Миранды остаётся невалиднвя ссылка - входящий файл принимается автоматически, а в журнале остаётся запись
2020-02-05fixes #2201 (ICQ-WIM: file transfers are implemented as file transfers now, ↵George Hazan
because links aren't clickable)
2020-02-05Facebook: code cleaningGeorge Hazan
2020-02-05Facebook: support for sending "Marked read" notificationsGeorge Hazan
2020-02-04fixes #2193 (Twitter bug with Scriver or Tabsrmm)George Hazan
2020-02-03Facebook:George Hazan
- fixes #2194 (Can't login with the new Facebook plugin); - fixes #2192 (facebook protocol does not connect after updating); - version bump
2020-02-01let's make a couple of things simplerGeorge Hazan
2020-01-30fixes #2189 (ICQ-WIM: ICQ: file transfers are broken)George Hazan
2020-01-30Discord: string unificationdartraiden
2020-01-30LIST::remove + LIST::indexOf() combination removed with LIST::removeItemGeorge Hazan
2020-01-30fixes #1583 (Steam: enhanced processing of error code 401)George Hazan
2020-01-29fixes #2039 (Jabber: реализовать обновление ↵George Hazan
LastGetVCard не только при запуске)
2020-01-29unneded checks removedGeorge Hazan
2020-01-29fixes #2149 (SkypeWeb doesn't parse error codes)George Hazan
2020-01-28Jabber: fix for perversive http upload protocol, both "urn:xmpp:http:upload" ↵George Hazan
& "urn:xmpp:http:upload:0" are supported
2020-01-25Facebook:George Hazan
- fix for sending own messages to group chats; - code optimization
2020-01-25Facebook: reading group chat messagesGeorge Hazan
2020-01-25Facebook: create a fake name for unnamed group chatsGeorge Hazan
2020-01-25massive code cleaning:George Hazan
- GCHOOK structure normalized (i.e. inlined SESSION_INFO fields replaced with a reference to SESSION_INFO); - fake CMsgDialog declaration added to m_srmm_int.h, thus duplicated declarations in plugins aren't needed anymore - other minor changes
2020-01-25Facebook:George Hazan
- KICK command support for groupchats; - code cleaning
2020-01-24Facebook: basic group chat hooksGeorge Hazan