Changelog/0.95.10: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
Line 23: Line 23:
** plugin now throw a warning if sended message is bigger than protocol support.
** plugin now throw a warning if sended message is bigger than protocol support.


Centralized system of processing message ids. also fixes #1375
* {{Plugin|MirLua}}
 
** m_protocols
* MirLua: m_protocols
*** hook to catch sending messages.
- hook to catch sending messages
*** new function BroadcastAck.
- new function BroadcastAck
*** ability to get message from CCSDATA.
- ability to get message from CCSDATA

Revision as of 15:52, 6 October 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 and SQLite libraries.

Protocols

  • 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

  • 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.