Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-07 | Discord: opus.dll is added | George Hazan | |
2024-06-07 | Discord to be packed with libsodium | George Hazan | |
2024-06-06 | Discord: ability to disable database histories for a certain guild | George Hazan | |
2024-05-10 | fixes #4410 (Discord: загрузка истории с сервера не ↵ | George Hazan | |
загружает некоторые события) | |||
2024-05-06 | fixes #4406 (StatusManager: не нужно пытаться ↵ | George Hazan | |
подключать Discord к сети, если нажата кнопка "Выйти") | |||
2024-05-04 | fixes #4399 (Discord: показывать, кто пригласил или ↵ | George Hazan | |
выгнал участника) | |||
2024-05-03 | fixes #4391 (Discord: "Destroy channel" не стирает контакт ↵ | George Hazan | |
из базы) | |||
2024-05-02 | Discord: no need to include zero discriminator into nicks | George Hazan | |
2024-01-15 | code cleaning | George Hazan | |
2024-01-02 | fixes #4091 (Discord: do not display hidden channels) | George Hazan | |
2023-01-14 | Convert sources to CR+LF | dartraiden | |
2023-01-11 | Discord: not included into the build, but adapted for the current core version | George Hazan | |
2022-01-20 | fixes #2994 (Deprecate Discord support) | George Hazan | |
2021-11-18 | Discord: copy ID menu item for group chats | 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 | |||
2020-12-08 | Discord: if a channel is forbidden, we don't try to read its history | George Hazan | |
2020-12-07 | Discord: fix for a possible contact duplication | George Hazan | |
2020-03-24 | SINT64_PARAM support moved into libjson | George Hazan | |
2020-03-11 | Discord: partial support for VoiceService plugin | George Hazan | |
2020-02-11 | Discord: | 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-10 | Discord: code cleaning | George Hazan | |
2020-01-03 | Discord to use system window to maintain its timers | George Hazan | |
2019-09-30 | compilation fix | George Hazan | |
2019-09-27 | fix for a function name: | George Hazan | |
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide | |||
2018-12-18 | C++ exceptions are disabled in all cases where they just prevent warnings | George Hazan | |
2018-11-26 | no need to make this function a method anymore | George Hazan | |
2018-11-26 | fix for chat structures declaration | George Hazan | |
2018-10-31 | Discord: additional option to use special sub-groups for guilds | George Hazan | |
2018-04-18 | core 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-18 | g_hInstance incapulated into PLUGIN<>, no need in the separate variable | George Hazan | |
2018-04-18 | PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it ↵ | George Hazan | |
inside | |||
2018-03-28 | all protocols rewritten to CMPluginBase | George Hazan | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-09-27 | Discord: option to hide guild chats on startup | George Hazan | |
2017-03-09 | chat 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-22 | major 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-14 | fix for include duplicates & recursions | George Hazan | |
2017-02-13 | Discord: displaying roles correctly | George Hazan | |
2017-02-08 | Discord: support for changing nick names in chats | George Hazan | |
2017-02-07 | Discord: ability to join & leave guilds on the fly | George Hazan | |
2017-02-03 | no need in libcurl | George Hazan | |
2017-02-02 | - code cleaning; | George Hazan | |
- version bump | |||
2017-02-02 | Discord: message formatting now includes the list of attachments (if present) | George Hazan | |
2017-02-01 | Discord: added libcurl to dependencies | George 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-20 | Discord: first version with groupchats | George Hazan | |
2017-01-17 | Discord: auth support | George Hazan | |
2017-01-11 | message acks: read confirmations | George Hazan | |
2017-01-08 | avatar support for Discord | George Hazan | |