Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-12 | fixes #4651 (NewStory+tabSRMM: Форматирование текста ↵ | George Hazan | |
по-разному работает в приватах и чатах) | |||
2024-01-23 | fixes #4104 (Удаление серверной истории) | George Hazan | |
2024-01-10 | code cleaning | George Hazan | |
2024-01-09 | more strict constructor of MHttpRequest to avoid quirks | George Hazan | |
2024-01-08 | Update copyrights | dartraiden | |
2024-01-06 | code cleaning | George Hazan | |
2024-01-05 | Netlib: | George Hazan | |
- NETLIBHTTPHEADER & NETLIBHTTPREQUEST obsoleted; - NETLIBHTTPREQUEST divided into MHttpRequest & MHttpResponse; - MHttpHeaders now manager headers both for MHttpRequest & MHttpResponse; | |||
2023-12-09 | PROTO_INTERFACE::OnContactDeleted to be able to block the contact's deletion | George Hazan | |
2023-12-03 | PROTO_INTERFACE::SendMsg: second parameter became a reply event id | George Hazan | |
2023-11-26 | code cleaning | George Hazan | |
2023-11-06 | No need to translate this | dartraiden | |
2023-11-06 | fixes #3820 (Пропал перевод в дереве значков) | George Hazan | |
2023-09-15 | PROTO_INTERFACE::SendMsg - unused parameter flags removed | George Hazan | |
2023-09-15 | fixes #3674 (Реакция протоколов на отсылку в ↵ | George Hazan | |
оффлайн) | |||
2023-09-04 | Twitter: API 2.0 auth (beginning) | George Hazan | |
2023-08-01 | NewStory: translateable default value | George Hazan | |
2023-02-11 | PS_CREATEACCMGRUI is obsoleted and converted into event | George Hazan | |
2023-02-10 | ME_DB_EVENT_MARKED_READ: recursion prevention | George Hazan | |
2023-02-10 | Protocols: preventing recursive contact deletion | George Hazan | |
2023-01-27 | Group chats: all old APIs with lookup by module+session removed | George Hazan | |
2023-01-10 | code cleaning | George Hazan | |
2023-01-02 | Update copyrights | dartraiden | |
2023-01-02 | fixes #3291 (Twitter: перестали прогружаться ↵ | George Hazan | |
аватарки) | |||
2022-12-17 | Mediawiki considers URLs with and without a trailing slash as different ↵ | dartraiden | |
pages, see https://phabricator.wikimedia.org/T14703 | |||
2022-07-31 | Contact: group of functions gathered into the personal namespace | George Hazan | |
2022-07-16 | Contact_IsGroupChat - a helper to detect chat rooms | George Hazan | |
2022-01-24 | We do not need to translate account names | dartraiden | |
2022-01-22 | Fixes #2997 | dartraiden | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-12-26 | PBYTE -> uint8_t* | George Hazan | |
2021-11-15 | Twitter: fix for our own ID parsing | George Hazan | |
2021-11-13 | Twitter: we don't ignore twits from unknown contacts, but rather mark them ↵ | George Hazan | |
as temporary | |||
2021-10-16 | Twitter: fix for unicode in chat user names | George Hazan | |
2021-10-08 | more checks | George Hazan | |
2021-10-08 | Twitter: fix for rare crash in avatar reader | George Hazan | |
2021-03-28 | 21 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-01 | Twitter tries to pass ANSI nick instead of UTF8 | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-10-08 | OpenSSL upgraded to 1.1.1 | George Hazan | |
2020-07-23 | fixes #2493 (Проблема с Юникодом в диалоге ↵ | George Hazan | |
добавления контакта) | |||
2020-07-08 | group chat initialization to be done in protocol's constructor, not inside ↵ | George Hazan | |
OnModulesLoaded | |||
2020-06-08 | unused shitty code removed | George Hazan | |
2020-02-23 | Twitter: | George Hazan | |
- messages are received in the reverse order; - direct mesages are not received on each cycle iteration; - version bump; | |||
2020-02-20 | bunch of useless threads replaced with a call of ProtoBroadcastAsync | George Hazan | |
2020-02-20 | Twitter: forgotten flag to store message ids | George Hazan | |
2020-02-19 | if a protocol handles an event, it shall return 1, not 0 | George Hazan | |
2020-02-19 | Twitter: | George Hazan | |
- fixes #2218 (add support for private messages); - code optimization; - support for JSON requests; - fixed base url; | |||
2020-02-18 | Twitter: | 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; |