summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/utils.cpp
AgeCommit message (Collapse)Author
2024-09-18fixes #4684 (Skypeweb: сломалась автозагрузка файлов)George Hazan
2024-08-14Discord: offline files support for message attachmentsGeorge Hazan
2024-06-13Discord: fix for occasional crashGeorge Hazan
2024-06-06Discord: ability to disable database histories for a certain guildGeorge Hazan
2024-06-01fixes #4445 (Discord: у контакта статус Away имеет ↵dartraiden
некорректный значок)
2024-05-12merge commitGeorge Hazan
2024-05-10fixes #4410 (Discord: загрузка истории с сервера не ↵George Hazan
загружает некоторые события)
2024-05-08Discord: added support for reading private channels avatarsGeorge Hazan
2024-05-06fixes #4392 (Discord: не работает подгрузка ↵George Hazan
истории чата с сервера)
2024-05-04fixes #4399 (Discord: показывать, кто пригласил или ↵George Hazan
выгнал участника)
2024-05-03fixes #4391 (Discord: "Destroy channel" не стирает контакт ↵George Hazan
из базы)
2024-05-03Discord: global_name field to be used as FirstName/LastName and as a nick in ↵George Hazan
group chats
2024-05-03Discord: no need to add #0 to my own nick in group chatsGeorge Hazan
2024-05-02fixes #4382 (Discord: Groupchat support)George Hazan
2024-05-02Discord: no need to include zero discriminator into nicksGeorge Hazan
2024-01-26major atavism, PROTORECVEVENT, died with its own set of constantsGeorge Hazan
2023-02-09database support for new protocolsGeorge Hazan
2023-01-27Group chats: all old APIs with lookup by module+session removedGeorge Hazan
2023-01-14Convert sources to CR+LFdartraiden
2023-01-11Discord: not included into the build, but adapted for the current core versionGeorge Hazan
2022-01-20fixes #2994 (Deprecate Discord support)George Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-11-18Discord: copy ID menu item for group chatsGeorge Hazan
2021-01-17Update copyrightsdartraiden
2020-12-06minor code cleaning + warning fixGeorge Hazan
2020-04-28database:George Hazan
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning
2020-03-24SINT64_PARAM support moved into libjsonGeorge Hazan
2020-02-10Discord: code cleaningGeorge Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-11-05fixes #2115 ([Discord] "Group chats" (not chatrooms/servers but personal ↵George Hazan
groups!) are broken)
2019-11-05Discord:George Hazan
- JSON cycles rewritten using iterators; - private channels processing code extracted to the separate method
2019-09-27end of manual experiments with CList/NotOnListGeorge Hazan
2019-06-27manual access to CList/Group restrictedGeorge Hazan
2019-02-27fixes #1782 (highlighting in Discord groupchats)George Hazan
2019-01-04Update copyrightsdartraiden
2018-11-27fixes #1638 ([Discord] Direct messages from temporary contacts cause the ↵George Hazan
contact to be shown as if it were a regular friend)
2018-10-13chat api:George Hazan
- GC_SHAREDUSERS flag added to share the same array of users for all group chats; - USERINFO.next removed; - MODULEINFO.arUsers & SESSION_INFO.arUsers introduced to maintain user lists; - MM_AddModule removed; - memory allocation model changed for MODULEINFO & SESSION_INFO - MM_CreateModule & SM_CreateSession members are added to g_chatApi
2018-05-27unused variable CHAT_MANAGER *pci removed and replaced with g_chatApiGeorge Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-02-21Discord: C++'11 iteratorsGeorge Hazan
2018-01-01massive copyright updatedartraiden
2017-12-29PROTO_INTERFACE::setAllContactStatuses - common code moved to the coreGeorge Hazan
2017-12-11parameters unification between JSON & HTTPGeorge Hazan
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-09-27fixes #944 ( [Discord] Recent change breaks clist behavior (no longer ↵George Hazan
displaying topics in contact list)
2017-03-21warning fixGeorge Hazan