summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/stdafx.h
AgeCommit message (Collapse)Author
2024-06-07Discord: opus.dll is addedGeorge Hazan
2024-06-07Discord to be packed with libsodiumGeorge Hazan
2024-06-06Discord: ability to disable database histories for a certain guildGeorge Hazan
2024-05-10fixes #4410 (Discord: загрузка истории с сервера не ↵George Hazan
загружает некоторые события)
2024-05-06fixes #4406 (StatusManager: не нужно пытаться ↵George Hazan
подключать Discord к сети, если нажата кнопка "Выйти")
2024-05-04fixes #4399 (Discord: показывать, кто пригласил или ↵George Hazan
выгнал участника)
2024-05-03fixes #4391 (Discord: "Destroy channel" не стирает контакт ↵George Hazan
из базы)
2024-05-02Discord: no need to include zero discriminator into nicksGeorge Hazan
2024-01-15code cleaningGeorge Hazan
2024-01-02fixes #4091 (Discord: do not display hidden channels)George 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
2021-11-18Discord: copy ID menu item for group chatsGeorge 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
2020-12-08Discord: if a channel is forbidden, we don't try to read its historyGeorge Hazan
2020-12-07Discord: fix for a possible contact duplicationGeorge Hazan
2020-03-24SINT64_PARAM support moved into libjsonGeorge Hazan
2020-03-11Discord: partial support for VoiceService pluginGeorge 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-01-03Discord to use system window to maintain its timersGeorge Hazan
2019-09-30compilation fixGeorge Hazan
2019-09-27fix for a function name:George Hazan
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide
2018-12-18C++ exceptions are disabled in all cases where they just prevent warningsGeorge Hazan
2018-11-26no need to make this function a method anymoreGeorge Hazan
2018-11-26fix for chat structures declarationGeorge Hazan
2018-10-31Discord: additional option to use special sub-groups for guildsGeorge Hazan
2018-04-18core changes:George Hazan
- PROTOCOLDESCRIPTOR's implementation hidden inside mir_app; - Proto_RegisterModule now doesn't need a PROTOCOLDESCRIPTOR structure; - PROTOTYPE_PROTOWITHACCS type added for protos that work with accounts
2018-04-18g_hInstance incapulated into PLUGIN<>, no need in the separate variableGeorge Hazan
2018-04-18PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it ↵George Hazan
inside
2018-03-28all protocols rewritten to CMPluginBaseGeorge 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-09-27Discord: option to hide guild chats on startupGeorge Hazan
2017-03-09chat API:George Hazan
- SESSION_INFO now addresses an instance of CChatRoomDlg instead of HWND; - linked list of sessions replaced with the usual LIST<>; - saveCI removed everywhere
2017-02-22major rework of Discord:George Hazan
- CDiscordGuild - a class to utilize all guild-related activity; - all guild related code moved to the separate module; - fix for online guild channel creation; - version bump;
2017-02-14fix for include duplicates & recursionsGeorge Hazan
2017-02-13Discord: displaying roles correctlyGeorge Hazan
2017-02-08Discord: support for changing nick names in chatsGeorge Hazan
2017-02-07Discord: ability to join & leave guilds on the flyGeorge Hazan
2017-02-03no need in libcurlGeorge Hazan
2017-02-02- code cleaning;George Hazan
- version bump
2017-02-02Discord: message formatting now includes the list of attachments (if present)George Hazan
2017-02-01Discord: added libcurl to dependenciesGeorge Hazan
2017-01-20- valid (but totally undocumented) way of reading guild users;George Hazan
- fix for decoding several replies from the single packet;
2017-01-20Discord: first version with groupchatsGeorge Hazan
2017-01-17Discord: auth supportGeorge Hazan
2017-01-11message acks: read confirmationsGeorge Hazan
2017-01-08avatar support for DiscordGeorge Hazan