| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2018-04-21 | code cleaning: | George Hazan | |
| - in conformance to C++'11 rules, we don't declare a method as virtual if it's declared as override; - cause this code isn't visible in Pascal anymore, there's no need to use __cdecl calling convention for virtual methods; - since PROTO_INTERFACE is a regular C++ class, there's no need to use old style service declarations for virtual methods like OnModulesLoaded / OnShutdown | |||
| 2018-04-18 | PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it ↵ | George Hazan | |
| inside | |||
| 2018-04-07 | Proto_GetStatus is used everywhere instead of PS_GETSTATUS | George Hazan | |
| 2018-02-24 | Discord: remove extra qualification on member | Goraf | |
| 2018-02-24 | guard headers | Goraf | |
| 2017-12-29 | PROTO_INTERFACE::setAllContactStatuses - common code moved to the core | George Hazan | |
| 2017-12-11 | parameters unification between JSON & HTTP | George Hazan | |
| 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-09-27 | Discord: option to hide guild chats on startup | George Hazan | |
| 2017-09-22 | fixes #937 (Ability to copy my own Discord ID and contacts ID) | George Hazan | |
| 2017-09-21 | Discord: two more fixed comparisons | George Hazan | |
| 2017-09-21 | Discord: attempt to gather as much information as possible | George Hazan | |
| 2017-09-20 | Discord: gateway opcode 9 processing added | George Hazan | |
| 2017-08-25 | useless condition removed | George Hazan | |
| 2017-08-25 | fixes #845 ([Discord] Adding a new contact causes "Only bots can use this ↵ | George Hazan | |
| endpoint" error) | |||
| 2017-06-05 | Discord: attempt to fix problems with unauthorized http requests | 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-22 | Discord: a rusty crutch to receive updates for sent messages | George Hazan | |
| 2017-02-14 | Discord: sending typing notification | George Hazan | |
| 2017-02-13 | Discord: displaying roles correctly | George Hazan | |
| 2017-02-12 | support for Discord message markup | 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 | |
