summaryrefslogtreecommitdiff
path: root/protocols/Discord
AgeCommit message (Collapse)Author
2020-01-01Happy new year, Miranda, part 2dartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-28Discord: nonce field should be always positive, otherwise it might not workGeorge Hazan
2019-12-27Facebook: sending messagesGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-11-08fixes #2120 ([Discord] If you already have a custom status, setting it again ↵George Hazan
causes a crash)
2019-11-06fixes #2117 ([Discord] Support for the newly introduced Custom Status)George 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-10-08first version of WA that connectsGeorge Hazan
2019-10-08WebSocket related code moved to the coreGeorge Hazan
2019-09-30compilation fixGeorge Hazan
2019-09-27end of manual experiments with CList/NotOnListGeorge 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-09-25fixes #2080 (protocol menu is lost during dynamic account creation)George Hazan
2019-09-03CChatRoomDlg globally renamed to CMsgDialog to be conpatible with StdMsgGeorge Hazan
2019-08-26obsolete services removed from core & replaced with functionsGeorge Hazan
2019-08-21Discord: support for offline file transfersGeorge Hazan
2019-07-24massive warning fixGeorge Hazan
2019-07-24NLHR_PTR - smart pointers make better codeGeorge Hazan
2019-07-24useless member NETLIBOPENCONNECTION::cbSize removedGeorge Hazan
2019-07-21Restore "Free for chat" status support (fixes #1963)dartraiden
2019-07-15PROTO_INTERFACE::ReportSelfAvatarChanged = useful helper for working with ↵George Hazan
avatars
2019-06-27manual access to CList/Group restrictedGeorge Hazan
2019-06-08Discord: fix for problems of small Guilds (missing nick list, duplicate ↵George Hazan
group chat messages)
2019-06-04fixes #1963 (unused icons in proto_conn_*.dll)George Hazan
2019-05-11crash fix for Discord, if server required a captchaGeorge Hazan
2019-04-23fixes #1925 ([Discord] Guildchat information for "general" chat is stored in ↵George Hazan
the "Server" contact, resulting in history retrieval issues)
2019-03-26Discord: more descriptive namedartraiden
2019-03-26Spelling correctiondartraiden
2019-03-16Discord: UseGroupChats shall be enabled by default, but disabled for new ↵George Hazan
accounts
2019-03-14Discord: we don't need that crutch anymoreGeorge Hazan
2019-03-14fixes #1894 ([Discord] syncing DM contact Miranda take random message and ↵George Hazan
copy it +19x times)
2019-03-14fixes #1893 ([Discord] Make option to DISABLE at all group chats/channels)George Hazan
2019-03-08fixes #1863 completely ([Discord] add manual history sync from IMs/DMs ↵George Hazan
(private chat))
2019-03-06related to #1863 ([Discord] Make option to turn off group chats/channels ; & ↵George Hazan
add manual history sync from IMs/DMs (private chat))
2019-02-27fixes #1782 (highlighting in Discord groupchats)George Hazan
2019-02-26Discord: fix for a problem with % sign in group chatsGeorge Hazan
2019-02-25GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵George Hazan
events (UTF16LE by default)
2019-02-23fixes #1843 ([discord] Group chat history is no longer retrieved on login)George Hazan
2019-02-21one more fix for #1853George Hazan
2019-02-19MIME types are of type char, not wchar_tGeorge Hazan
2019-02-02Unify option namedartraiden
2019-01-15code cleaningGeorge Hazan
2019-01-11Discord: code cleaningGeorge Hazan
2019-01-08fixes #1715 (by default account's destructor doesn't free network handle)George Hazan
2019-01-04Update copyrightsdartraiden
2018-12-28User added notifications:George Hazan
- old obsoleted ICQ-related junk like PF4_FORCEADDED & PF1_ADDED removed; - appropriate controls removed from auth dialogs and menus; - fixes #1680 (ICQ10: disable "Auth request" and "Send you are added" in "Add contact" dialog)