Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-12 | fixes #4651 (NewStory+tabSRMM: Форматирование текста ↵ | George Hazan | |
по-разному работает в приватах и чатах) | |||
2024-05-11 | fixes #724 ([Discord] Trying to add a new contact from group chat doesn't work) | George Hazan | |
2024-05-10 | Discord: reply support | George Hazan | |
2024-05-06 | fixes #4399 completely | George Hazan | |
2024-05-06 | fixes #4403 (Discord: add 'Make group owner' point to the nick list) | George Hazan | |
2024-05-04 | #4388 part 1 | George Hazan | |
2024-05-04 | fixes #4400 (Discord: добавление и изгнание других ↵ | George Hazan | |
людей из чата) | |||
2024-05-04 | fixes #4397 (Discord: пункт меню контакта "Leave channel" ↵ | George Hazan | |
не работает) | |||
2024-05-03 | fixes #4391 (Discord: "Destroy channel" не стирает контакт ↵ | George Hazan | |
из базы) | |||
2024-05-03 | fixes #4395 (Discord: "Change nickname" crashes private chats) | George Hazan | |
2024-01-02 | fixes #4091 (Discord: do not display hidden channels) | George Hazan | |
2023-04-24 | SM_FindSession - obsoleted function removed | 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 | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-11-28 | user typing notification for Discord group chats | George Hazan | |
2021-11-18 | Discord: copy ID menu item for group chats | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-12-06 | minor code cleaning + warning fix | George Hazan | |
2020-02-19 | if a protocol handles an event, it shall return 1, not 0 | George Hazan | |
2020-01-25 | massive 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-01 | Happy new year, Miranda | George Hazan | |
2019-09-27 | fix for a function name: | George Hazan | |
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide | |||
2019-09-26 | Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden ↵ | George Hazan | |
variable and unify access to it | |||
2019-09-26 | MS_UTILS_ENTERSTRING -> EnterString, useless service removed | George Hazan | |
2019-02-27 | fixes #1782 (highlighting in Discord groupchats) | George Hazan | |
2019-01-11 | Discord: code cleaning | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-11-26 | no need to make this function a method anymore | George Hazan | |
2018-11-26 | Chat_AddGroup - simplified prototype | George Hazan | |
2018-11-23 | Discord: | 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-27 | Discord: list of guild's channels separated for each guild | George Hazan | |
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-05-22 | m_chat.h => CMPlugin | George Hazan | |
2018-02-21 | Discord: C++'11 iterators | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
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-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-09-19 | useless structure GCDEST finally removed | George Hazan | |
2017-03-24 | revolution in chat menus | George 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-21 | more warnings fixed | George Hazan | |
2017-02-23 | code cleaning | George Hazan | |
2017-02-22 | channel renaming support | George Hazan | |
2017-02-22 | Discord: | George Hazan | |
- support for channel creation & destruction on the fly - code cleaning | |||
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-13 | Discord: displaying roles correctly | George Hazan | |
2017-02-11 | Discord: | George Hazan | |
- support for group chat topics; - version bump | |||
2017-02-08 | Discord: support for changing nick names in chats | George Hazan | |