Changelog/0.95.10: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
Line 19: Line 19:
** event IDs support.
** event IDs support.


* Scriver: fix loading read messages into the log when contact window is open
* {{Plugin|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.


* centralized system of processing message ids. also fixes #1375
Centralized system of processing message ids. also fixes #1375


* MirLua: m_protocols
* MirLua: m_protocols
Line 27: Line 29:
- new function BroadcastAck
- new function BroadcastAck
- ability to get message from CCSDATA
- ability to get message from CCSDATA
* fixes #1607 (Scriver silently cuts long messages)

Revision as of 15:51, 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.

Centralized system of processing message ids. also fixes #1375

  • MirLua: m_protocols

- hook to catch sending messages - new function BroadcastAck - ability to get message from CCSDATA