Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-11 | Discord: fix for processing custom user statuses | George Hazan | |
2020-04-17 | Discord: fix for the basic search (by SnowFlake) | George Hazan | |
2020-03-23 | Discord: opcode 7 processing added | George Hazan | |
2020-03-11 | Discord: voice part of protocol moved to the separate file | George Hazan | |
2020-03-11 | Discord: partial support for VoiceService plugin | George Hazan | |
2020-02-29 | Discord: | George Hazan | |
- fixes #1953 ([Discord] Changing status post-sign-in doesn't work unless a normal client is also open); - fixes #705 ([Discord] System tray icon does not reflect actual status of Discord protocol); - version bump | |||
2020-02-24 | Discord: temporary token not to be saved | George Hazan | |
2020-02-24 | Discord: | George Hazan | |
- fixes a problem with 400 BAD REQUEST error when sending mark as read request; - code cleaning; - version bump | |||
2020-02-20 | bunch of useless threads replaced with a call of ProtoBroadcastAsync | 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-01-20 | Discord: support for message deletion | George Hazan | |
2020-01-15 | Discord voice calls - packet processing | George Hazan | |
2020-01-10 | WebSocket_Connect to return the reply to a HTTP request instead of a connection | George Hazan | |
2020-01-03 | minor code cleaning | George Hazan | |
2020-01-03 | Discord to use system window to maintain its timers | George Hazan | |
2019-11-06 | fixes #2117 ([Discord] Support for the newly introduced Custom Status) | George Hazan | |
2019-11-05 | Discord: | George Hazan | |
- JSON cycles rewritten using iterators; - private channels processing code extracted to the separate method | |||
2019-10-08 | WebSocket related code moved to the core | George Hazan | |
2019-09-25 | fixes #2080 (protocol menu is lost during dynamic account creation) | George Hazan | |
2019-06-08 | Discord: fix for problems of small Guilds (missing nick list, duplicate ↵ | George Hazan | |
group chat messages) | |||
2019-03-14 | Discord: we don't need that crutch anymore | George Hazan | |
2019-03-14 | fixes #1893 ([Discord] Make option to DISABLE at all group chats/channels) | George Hazan | |
2019-03-08 | fixes #1863 completely ([Discord] add manual history sync from IMs/DMs ↵ | George Hazan | |
(private chat)) | |||
2019-03-06 | related to #1863 ([Discord] Make option to turn off group chats/channels ; & ↵ | George Hazan | |
add manual history sync from IMs/DMs (private chat)) | |||
2019-02-23 | fixes #1843 ([discord] Group chat history is no longer retrieved on login) | George Hazan | |
2019-02-02 | Unify option name | dartraiden | |
2018-12-23 | code cleaning | George Hazan | |
2018-12-21 | code cleaning | George Hazan | |
2018-12-21 | attempt to unify AsyncHttpRequest in various protocols | 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-27 | Discord: fix for guild sync | George Hazan | |
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-11-21 | this code is so much faster | George Hazan | |
2018-10-31 | Discord: subgroups usage is enabled for the new accounts only | George Hazan | |
2018-10-31 | Discord: additional option to use special sub-groups for guilds | George Hazan | |
2018-10-29 | fixes #1633 ([Discord] Sending a message with a link causes the message to ↵ | George Hazan | |
be discarded) | |||
2018-10-29 | Discord: | George Hazan | |
- crash fix on exit; - fix for calling KillTimer from the worker process; - fix for disconnecting whole account when server orders to reset the gateway connection | |||
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-09-20 | fix for the proper return type of PROTO<>::RecvMsg | George Hazan | |
2018-05-28 | all plugins => CMPlugin virtual functions | George Hazan | |
2018-05-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan | |
2018-04-22 | OnEvent(EV_PROTO_ONCONTACTDELETED) => PROTO_INTERFACE::OnContactDeleted | George Hazan | |