Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-18 | C++ exceptions are disabled in all cases where they just prevent warnings | George Hazan | |
2018-12-18 | Jabber: password change dialog => UI classes | George Hazan | |
2018-12-17 | more logs | George Hazan | |
2018-12-09 | hopefully fixes #1610 (Caught a crash (Tox?)) | George Hazan | |
2018-12-09 | Sametime: useless method removed | George Hazan | |
2018-12-08 | fixes #1658 (Discord: if "Use subgroups for guild's channels" is disabled, ↵ | George Hazan | |
Miranda create subgroups for guilds anyway) | |||
2018-12-08 | db_get_sa / db_get_wsa to receive the default value, massive code simplification | George Hazan | |
2018-12-08 | chats: | George Hazan | |
- Chat_GetGroup & Chat_SetGroup functions added to stop the zoo with chat default group name; - fixes #1655 (custom chat group name doesn't work in Discord) | |||
2018-12-07 | Discord: fix for wiping options in short account form | George Hazan | |
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 | Remove some MRA-related code | dartraiden | |
2018-11-27 | fixes #1614 (MRA protocol deprecated due its death) | 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 | Discord: fix for parsing links from unknown users in group chats | 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-26 | fix for chat structures declaration | 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-23 | Jabber: fix for sudden protocol disconnection when Miranda receives ↵ | George Hazan | |
inconsistent stanza | |||
2018-11-21 | valid role, users & channels creation order | George Hazan | |
2018-11-21 | this code is so much faster | George Hazan | |
2018-11-14 | other minor code cleaning considering g_plugin | George Hazan | |
2018-11-14 | unused MODULENAME macros removed | George Hazan | |
2018-11-14 | code cleaning | George Hazan | |
2018-11-12 | db_* functions replaced with g_plugin calls | George Hazan | |
2018-11-12 | end of ME_OPT_INITIALISE related zoo in another plugins | George Hazan | |
2018-11-08 | Discord: fix for another typo in logs :) | George Hazan | |
2018-11-08 | Discord: attempt to eliminate random disconnects | George Hazan | |
2018-11-07 | some files contains LF and CRLF simultaneously | dartraiden | |
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-17 | IRC: | George Hazan | |
- useless variable m_evWndCreate removed; - fixes #1628 (IRC channel list window crashes when closed prematurely); - code cleaning; - version bump | |||
2018-10-14 | fixes #1157 ([Discord] In some cases, group history is missing usernames ↵ | George Hazan | |
when retrieved on login) | |||
2018-10-14 | fix for invisible users | 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 | warning fix | George Hazan | |
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-10 | fixes #1613 (occasional crash in MRA) | George Hazan | |
2018-10-09 | VKontakte: | ElzorFox | |
remove unneeded sleep add debug information | |||
2018-10-09 | VKontakte: | ElzorFox | |
rework load attachments on link sending and receiving version bump | |||
2018-10-08 | Tox: toxcore updated to v0.2.8 | aunsane | |
2018-10-06 | VKontakte: correct version | ElzorFox | |
2018-10-06 | VKontakte: | ElzorFox | |
support deleted messages version bump |