Changelog/0.95.8: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
m (→‎Plugins: adopted -> adapted)
No edit summary
Line 39: Line 39:
** implement {{XEP|0198|Stream Management}}.
** implement {{XEP|0198|Stream Management}}.
** implement {{XEP|0280|Message Carbons}}.
** implement {{XEP|0280|Message Carbons}}.
* {{Plugin|MirLua}}
** new functions: toansi and toucs2.
** remove ffi module.


* {{Plugin|MSN}}
* {{Plugin|MSN}}
Line 100: Line 96:
* {{Plugin|FileAsMessage}}
* {{Plugin|FileAsMessage}}
** converted into Unicode.
** converted into Unicode.
* {{Plugin|MirLua}}
** new functions: toansi and toucs2.
** remove ffi module.


* {{Plugin|MyDetails}}
* {{Plugin|MyDetails}}

Revision as of 13:12, 7 April 2018

Version: 0.95.8

Rev: v0.95.8

Released: 4 May 2018

Important
Database migration: the current Dbx_mmap database driver will be finally postponed and replaced with the brand new Dbx_mdbx driver.

You will get a message on startup This database is in old format that isn't supported anymore. Press Yes to convert it to the new format or No to return back. The conversion should be transparent, also the old database will be backed up. Though it seems reasonable that you make your own backup of Miranda profile before the upgrade.

You need to have Dbx_mdbx driver and Import installed, if not, an error message will point you to the given links.

Core and libraries

  • add module name to CustomizeMenus.
  • merge StdAuth and StdHelp with mir_app.
  • update libcurl and Pcre16.

Protocols

  • AIM
    • deprecated. AOL Instant Messenger products and services will no longer work. Use Dummy plugin to keep AIM contacts and history in Miranda.
  • EmLanProto
    • convert into Unicode.
    • fix UTF-8 autodetect in messages.
    • add ability to specify contact's IP directly (before - only through broadcast).
  • Facebook
    • add custom reactions' icons to popups.
  • GG
    • update libgadu to 1.11.4.
    • force SSL and manual hosts.
    • force keeping connection alive.
    • send ping only once per minute.
    • overwirte old servers list.
    • display reconnection required info with every change related to connection settings.
  • MSN
    • use OpenSSL instead of custom DES implementation.
  • Steam
    • fix double encoding of username.
    • fix high CPU usage.
    • fix shown retrieved offline messages as sent by the recipient instead of the sender.
    • add detection of VR client into MirVer.
    • add Error limit before logout setting.
  • Tlen
    • deprecated. Use Dummy plugin to keep Tlen contacts and history in Miranda.
  • Tox
    • build libtox from sources instead of using prebuild dll.
    • update libtox to version 0.2.0.
    • add Enable UDP hole-punching and Enable local network peer discovery options.
    • add ability to encrypt profile.
  • VKontakte
    • add edited message support (from VK to Miranda only).
  • WhatsApp
    • deprecated. Use Dummy plugin to keep WhatsApp contacts and history in Miranda.

Plugins

  • Clist_modern
    • fix a very old bug when selection jumps to the first line during group's expansion/contraction.
  • CloudFile
    • add support for the usual accounts system.
  • MirLua
    • new functions: toansi and toucs2.
    • remove ffi module.
  • MyDetails
    • fix Chinese chars in the protocol's frame.
  • Scriver
    • fix crash on recursive contact deletion.
  • SmileyAdd
    • replace built-in obsolete third-party regexp parser by pcre16.
    • remove XEP smiley packs support.
  • Spamotron
    • update SQLite library. Move library to the separate dll.