summaryrefslogtreecommitdiff
path: root/protocols/Twitter
AgeCommit message (Collapse)Author
2023-02-10ME_DB_EVENT_MARKED_READ: recursion preventionGeorge Hazan
2023-02-10Protocols: preventing recursive contact deletionGeorge Hazan
2023-01-27Group chats: all old APIs with lookup by module+session removedGeorge Hazan
2023-01-10code cleaningGeorge Hazan
2023-01-02Update copyrightsdartraiden
2023-01-02fixes #3291 (Twitter: перестали прогружаться ↵George Hazan
аватарки)
2022-12-17Mediawiki considers URLs with and without a trailing slash as different ↵dartraiden
pages, see https://phabricator.wikimedia.org/T14703
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-07-16Contact_IsGroupChat - a helper to detect chat roomsGeorge Hazan
2022-01-24We do not need to translate account namesdartraiden
2022-01-22Fixes #2997dartraiden
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-12-26PBYTE -> uint8_t*George Hazan
2021-11-15Twitter: fix for our own ID parsingGeorge Hazan
2021-11-13Twitter: we don't ignore twits from unknown contacts, but rather mark them ↵George Hazan
as temporary
2021-10-16Twitter: fix for unicode in chat user namesGeorge Hazan
2021-10-08more checksGeorge Hazan
2021-10-08Twitter: fix for rare crash in avatar readerGeorge Hazan
2021-03-2821 years after Win2k release we don't need win2k.h - everything we need is ↵George Hazan
included into minimum Windows SDK 7.1
2021-03-01Twitter tries to pass ANSI nick instead of UTF8George Hazan
2021-01-17Update copyrightsdartraiden
2020-10-08OpenSSL upgraded to 1.1.1George Hazan
2020-07-23fixes #2493 (Проблема с Юникодом в диалоге ↵George Hazan
добавления контакта)
2020-07-08group chat initialization to be done in protocol's constructor, not inside ↵George Hazan
OnModulesLoaded
2020-06-08unused shitty code removedGeorge Hazan
2020-05-22also the same fix for icon projectsGeorge Hazan
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-02-23Twitter:George Hazan
- messages are received in the reverse order; - direct mesages are not received on each cycle iteration; - version bump;
2020-02-20bunch of useless threads replaced with a call of ProtoBroadcastAsyncGeorge Hazan
2020-02-20Twitter: forgotten flag to store message idsGeorge Hazan
2020-02-19if a protocol handles an event, it shall return 1, not 0George Hazan
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-16useless checks removedGeorge Hazan
2020-02-07Twitter: there's no need to assign the same text to both status message & ↵George Hazan
text message
2020-02-04fixes #2193 (Twitter bug with Scriver or Tabsrmm)George 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-09if smth cannot be incuded, it shall be inlinedGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-09-26C++'17 compatibility mode enabledGeorge Hazan
2019-08-13Twitter:George Hazan
- fixed update of user names; - more effective array iterators; - version bump
2019-07-26warning fixesGeorge Hazan
2019-07-24more useless shit cleanedGeorge Hazan
2019-07-24NLHR_PTR - smart pointers make better codeGeorge Hazan
2019-07-21Restore "Free for chat" status support (fixes #1963)dartraiden