summaryrefslogtreecommitdiff
path: root/protocols/Twitter
AgeCommit message (Collapse)Author
2024-09-12fixes #4651 (NewStory+tabSRMM: Форматирование текста ↵George Hazan
по-разному работает в приватах и чатах)
2024-01-23fixes #4104 (Удаление серверной истории)George Hazan
2024-01-10code cleaningGeorge Hazan
2024-01-09more strict constructor of MHttpRequest to avoid quirksGeorge Hazan
2024-01-08Update copyrightsdartraiden
2024-01-06code cleaningGeorge Hazan
2024-01-05Netlib:George Hazan
- NETLIBHTTPHEADER & NETLIBHTTPREQUEST obsoleted; - NETLIBHTTPREQUEST divided into MHttpRequest & MHttpResponse; - MHttpHeaders now manager headers both for MHttpRequest & MHttpResponse;
2023-12-09PROTO_INTERFACE::OnContactDeleted to be able to block the contact's deletionGeorge Hazan
2023-12-03PROTO_INTERFACE::SendMsg: second parameter became a reply event idGeorge Hazan
2023-11-26code cleaningGeorge Hazan
2023-11-06No need to translate thisdartraiden
2023-11-06fixes #3820 (Пропал перевод в дереве значков)George Hazan
2023-09-15PROTO_INTERFACE::SendMsg - unused parameter flags removedGeorge Hazan
2023-09-15fixes #3674 (Реакция протоколов на отсылку в ↵George Hazan
оффлайн)
2023-09-04Twitter: API 2.0 auth (beginning)George Hazan
2023-08-01NewStory: translateable default valueGeorge Hazan
2023-02-11PS_CREATEACCMGRUI is obsoleted and converted into eventGeorge Hazan
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