Changelog/0.95.10: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
No edit summary
Line 29: Line 29:


* {{Plugin|Jabber}}
* {{Plugin|Jabber}}
** fixed sudden protocol disconnection when Miranda receives inconsistent stanza.
** fixed sudden protocol disconnection when Miranda receives inconsistent [https://xmpp.org/rfcs/rfc3920.html#stanzas stanza].


* {{Plugin|MRA}}
* {{Plugin|MRA}}

Revision as of 19:17, 8 December 2018

Version: 0.95.10

Rev: v0.95.10

Released: 10 December 2018

General

  • GetEventById and SetEventId — two new methods to operate with events by their server IDs.

Core and libraries

  • updated libcurl, libmdbx, libsodium, libtox, OpenSSL and SQLite libraries.
  • added checkbox for service mode.
  • added "Select all" and "Select none" menu items to sounds settings.
  • recursive removal of embedded groups enabled by default. If a removed group contains subgroups with contacts, all subgroups will be deleted and all contacts will be moved to the parent group.

Protocols

  • Discord
    • fixed wrongly embedding next reply into link info.
    • chats now go offline when protocol goes offline.
    • fixed some cases, when group history is missing usernames when retrieved on login.
    • added channel groups support.
    • added Use subgroups for guild's chammels option.
    • fixed disconnecting whole account when server orders to reset the gateway connection.
    • sending a message with a link can ceuse the message to be discarded.
    • in some cases, sending a link in own message can cause that message to be attributed to conversation partner.
    • fixed blank user names and missing role icons.
    • fixed parsing links from unknown users in group chats.
    • fixed guild sync.
    • direct messages from temporary contacts cause the contact to be shown as if it were a regular friend.
  • IRC
    • fixed crash on channel list closing.
  • Jabber
    • fixed sudden protocol disconnection when Miranda receives inconsistent stanza.
  • MRA
    • deprecated. Mail.ru drop old MRA protocol support. Contacts and history will be automatically converted to the Dummy protocol.
  • Tox
    • fixed contact name cutting in contact's details for temporary contacts.
    • fixed wrongly adding a temporary contact to the default group instead of placing it outside groups.

Plugins

  • Dbx_mdbx
    • event IDs support.
    • fixed subcontact's history disappears after removing a subcontact.
    • fixed for a possible crash after database compaction.
    • added control for disk overflow during backup.
    • fixed concurrent database creation.
  • Import
    • added ability to copy text from log.
    • wizard window became resizeable.
  • Scriver
    • fixed loading read messages into the log when contact window is open.
    • plugin now throw a warning if sended message is bigger than protocol support.
  • MirLua
    • m_protocols
      • hook to catch sending messages.
      • new function BroadcastAck.
      • ability to get message from CCSDATA.
    • m_srmm
      • added hWnd to CustomButtonClickData.
    • m_message
      • fixed to paste in private message log.