summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/groupchat.cpp
AgeCommit message (Collapse)Author
2024-09-12fixes #4651 (NewStory+tabSRMM: Форматирование текста ↵George Hazan
по-разному работает в приватах и чатах)
2024-05-11fixes #724 ([Discord] Trying to add a new contact from group chat doesn't work)George Hazan
2024-05-10Discord: reply supportGeorge Hazan
2024-05-06fixes #4399 completelyGeorge Hazan
2024-05-06fixes #4403 (Discord: add 'Make group owner' point to the nick list)George Hazan
2024-05-04#4388 part 1George Hazan
2024-05-04fixes #4400 (Discord: добавление и изгнание других ↵George Hazan
людей из чата)
2024-05-04fixes #4397 (Discord: пункт меню контакта "Leave channel" ↵George Hazan
не работает)
2024-05-03fixes #4391 (Discord: "Destroy channel" не стирает контакт ↵George Hazan
из базы)
2024-05-03fixes #4395 (Discord: "Change nickname" crashes private chats)George Hazan
2024-01-02fixes #4091 (Discord: do not display hidden channels)George Hazan
2023-04-24SM_FindSession - obsoleted function 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-11-28user typing notification for Discord group chatsGeorge 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-02-19if a protocol handles an event, it shall return 1, not 0George Hazan
2020-01-25massive code cleaning:George Hazan
- GCHOOK structure normalized (i.e. inlined SESSION_INFO fields replaced with a reference to SESSION_INFO); - fake CMsgDialog declaration added to m_srmm_int.h, thus duplicated declarations in plugins aren't needed anymore - other minor changes
2020-01-01Happy new year, MirandaGeorge Hazan
2019-09-27fix for a function name:George Hazan
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide
2019-09-26Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden ↵George Hazan
variable and unify access to it
2019-09-26MS_UTILS_ENTERSTRING -> EnterString, useless service removedGeorge Hazan
2019-02-27fixes #1782 (highlighting in Discord groupchats)George Hazan
2019-01-11Discord: code cleaningGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-11-26no need to make this function a method anymoreGeorge Hazan
2018-11-26Chat_AddGroup - simplified prototypeGeorge Hazan
2018-11-23Discord:George Hazan
- fixes #1641 ([Discord] In some cases, sending a link in own message can cause that message to be attributed to conversation partner) - old perversion with storing last user id dropped; - class CDiscordMessage dropped as well, only message id is stored now; - old useless handler OnReceiveMessage also dropped; - version bump
2018-10-27Discord: list of guild's channels separated for each guildGeorge Hazan
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-05-22m_chat.h => CMPluginGeorge Hazan
2018-02-21Discord: C++'11 iteratorsGeorge Hazan
2018-01-01massive copyright updatedartraiden
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-09-19useless structure GCDEST finally removedGeorge Hazan
2017-03-24revolution in chat menusGeorge Hazan
- common code moved to the core (Chat_CreateGCMenu, Chat_DestroyGCMenu); - ability added to any plugin to add its own items into any GC menu, not only to the protocol plugins to do that a plugin calls Chat_AddMenuItems and returns 0 to allow any other plugin to process menu hook
2017-03-21more warnings fixedGeorge Hazan
2017-02-23code cleaningGeorge Hazan
2017-02-22channel renaming supportGeorge Hazan
2017-02-22Discord:George Hazan
- support for channel creation & destruction on the fly - code cleaning
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-13Discord: displaying roles correctlyGeorge Hazan
2017-02-11Discord:George Hazan
- support for group chat topics; - version bump
2017-02-08Discord: support for changing nick names in chatsGeorge Hazan