summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
2018-12-23in fact, we don't need mir_hmac_sha1 eitherGeorge Hazan
2018-12-23openssl based hmac calculationGeorge Hazan
2018-12-23Icq: implementation of new loginGeorge Hazan
2018-12-23code cleaningGeorge Hazan
2018-12-22Facebook: minor code cleaningGeorge Hazan
2018-12-22crash fixGeorge Hazan
2018-12-21Facebook -> sync MHttpRequestGeorge Hazan
2018-12-21Jabber: fix for occasional crash during registration at jabber.ccc.deGeorge Hazan
2018-12-21code cleaningGeorge Hazan
2018-12-21code cleaningGeorge Hazan
2018-12-21attempt to unify AsyncHttpRequest in various protocolsGeorge Hazan
2018-12-21Facebook: warning fixesGeorge Hazan
2018-12-20stub for new ICQ protocolGeorge Hazan
2018-12-18code cleaningGeorge Hazan
2018-12-18C++ exceptions are disabled in all cases where they just prevent warningsGeorge Hazan
2018-12-18Jabber: password change dialog => UI classesGeorge Hazan
2018-12-17more logsGeorge Hazan
2018-12-09hopefully fixes #1610 (Caught a crash (Tox?))George Hazan
2018-12-09Sametime: useless method removedGeorge Hazan
2018-12-08fixes #1658 (Discord: if "Use subgroups for guild's channels" is disabled, ↵George Hazan
Miranda create subgroups for guilds anyway)
2018-12-08db_get_sa / db_get_wsa to receive the default value, massive code simplificationGeorge Hazan
2018-12-08chats: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-07Discord: fix for wiping options in short account formGeorge Hazan
2018-12-05Discord: fix for missing channel user creationGeorge Hazan
2018-12-04more logs added for Jabber & DiscordGeorge Hazan
2018-11-27Remove some MRA-related codedartraiden
2018-11-27fixes #1614 (MRA protocol deprecated due its death)George Hazan
2018-11-27fixes #1638 ([Discord] Direct messages from temporary contacts cause the ↵George Hazan
contact to be shown as if it were a regular friend)
2018-11-27Discord: fix for guild syncGeorge Hazan
2018-11-26Discord: fix for parsing links from unknown users in group chatsGeorge Hazan
2018-11-26no need to make this function a method anymoreGeorge Hazan
2018-11-26Chat_AddGroup - simplified prototypeGeorge Hazan
2018-11-26fix for chat structures declarationGeorge Hazan
2018-11-23Discord: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-23Jabber: fix for sudden protocol disconnection when Miranda receives ↵George Hazan
inconsistent stanza
2018-11-21valid role, users & channels creation orderGeorge Hazan
2018-11-21this code is so much fasterGeorge Hazan
2018-11-14other minor code cleaning considering g_pluginGeorge Hazan
2018-11-14unused MODULENAME macros removedGeorge Hazan
2018-11-14code cleaningGeorge Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-11-12end of ME_OPT_INITIALISE related zoo in another pluginsGeorge Hazan
2018-11-08Discord: fix for another typo in logs :)George Hazan
2018-11-08Discord: attempt to eliminate random disconnectsGeorge Hazan
2018-11-07some files contains LF and CRLF simultaneouslydartraiden
2018-10-31Discord: subgroups usage is enabled for the new accounts onlyGeorge Hazan
2018-10-31Discord: additional option to use special sub-groups for guildsGeorge Hazan
2018-10-29fixes #1633 ([Discord] Sending a message with a link causes the message to ↵George Hazan
be discarded)
2018-10-29Discord: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-27Discord: list of guild's channels separated for each guildGeorge Hazan