Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-27 | Group chats: all old APIs with lookup by module+session 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-12-26 | DWORD -> uint32_t | George Hazan | |
2021-11-28 | user typing notification for Discord group chats | George Hazan | |
2021-11-19 | Discord: we don't use discriminators in groupchat nicks | George Hazan | |
2021-06-05 | major code cleaning in regard to db_event_getBlobSize & event memory allocation | George Hazan | |
2021-05-13 | fixes #2878 (Discord: rename the "Disable group chats" option to "Disable ↵ | George Hazan | |
guilds" and stop processing guilds at all) | |||
2021-04-13 | fixes #2844 (Discord: Keep deleted messages) | George Hazan | |
2021-04-11 | Discord: fixes #2838 (groupchat messages were retrieved from history without ↵ | George Hazan | |
nicks) | |||
2021-03-21 | Discord: fixes N/A status restoration after login | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-12-27 | unified guild members processing | George Hazan | |
2020-12-27 | Discord: first 100 guild users are fetched from the server | George Hazan | |
2020-05-11 | Discord: fix for processing custom user statuses | George Hazan | |
2020-03-11 | Discord: voice part of protocol moved to the separate file | George Hazan | |
2020-02-13 | fixes #2209 (Discord: missing API for guilds and chats) | 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-01 | let's make a couple of things simpler | George Hazan | |
2020-01-30 | Discord: string unification | dartraiden | |
2020-01-30 | LIST::remove + LIST::indexOf() combination removed with LIST::removeItem | George Hazan | |
2020-01-20 | db_event_delete: unused parameter removed | George Hazan | |
2020-01-20 | Discord: support for message deletion | George Hazan | |
2020-01-15 | Discord voice calls - packet processing | George Hazan | |
2020-01-15 | Discord: if message text is empty, there's no need to add it | George Hazan | |
2020-01-03 | Discord to use system window to maintain its timers | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-11-05 | fixes #2115 ([Discord] "Group chats" (not chatrooms/servers but personal ↵ | George Hazan | |
groups!) are broken) | |||
2019-11-05 | Discord: | George Hazan | |
- JSON cycles rewritten using iterators; - private channels processing code extracted to the separate method | |||
2019-03-14 | fixes #1893 ([Discord] Make option to DISABLE at all group chats/channels) | George Hazan | |
2019-02-26 | Discord: fix for a problem with % sign in group chats | George Hazan | |
2019-02-25 | GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵ | George Hazan | |
events (UTF16LE by default) | |||
2019-02-23 | fixes #1843 ([discord] Group chat history is no longer retrieved on login) | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-12-05 | Discord: fix for missing channel user creation | George Hazan | |
2018-12-04 | more logs added for Jabber & Discord | George Hazan | |
2018-11-27 | fixes #1638 ([Discord] Direct messages from temporary contacts cause the ↵ | George Hazan | |
contact to be shown as if it were a regular friend) | |||
2018-11-26 | Discord: fix for parsing links from unknown users in group chats | 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-29 | fixes #1633 ([Discord] Sending a message with a link causes the message to ↵ | George Hazan | |
be discarded) | |||
2018-10-27 | Discord: list of guild's channels separated for each guild | George Hazan | |
2018-10-26 | Discord: delayed chat creation + channel groups support | George Hazan | |
2018-10-17 | Discord: fix for assigning message ids to own messages | George Hazan | |
2018-10-13 | group chats: | George Hazan | |
- GC_SHAREDUSERS removed; - SESSION_INFO::pParent used instead to collect data about shared user info - fix for SESSION_INFO::pMe calculation - Discord chats now go offline when proto goes offline | |||
2018-10-13 | chat api: | George Hazan | |
- GC_SHAREDUSERS flag added to share the same array of users for all group chats; - USERINFO.next removed; - MODULEINFO.arUsers & SESSION_INFO.arUsers introduced to maintain user lists; - MM_AddModule removed; - memory allocation model changed for MODULEINFO & SESSION_INFO - MM_CreateModule & SM_CreateSession members are added to g_chatApi | |||
2018-10-01 | centralized system of processing message ids. also fixes #1375 | George Hazan | |
2018-05-27 | unused variable CHAT_MANAGER *pci removed and replaced with g_chatApi | George Hazan | |