Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-03-15 | LIST<> iterators: | George Hazan | |
- new method LIST::removeItem added to save a pointer to removed record; - code cleaning related to the fact that LIST::remove() shall be the last operation inside an iterator, because otherwise the reference to it will point to a record next to deleted one; - a few remaining cycles converted to iterators | |||
2018-03-15 | MUCH more effective way of removing records from iterators | George Hazan | |
2018-03-14 | reverse iterators for LIST<> | 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-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-09-21 | Discord: fix for guild sorting order | George Hazan | |
2017-09-21 | Discord: attempt to gather as much information as possible | George Hazan | |
2017-09-19 | useless structure GCDEST finally removed | George Hazan | |
2017-08-29 | Discord: fix for updating user's avatar on the fly | George Hazan | |