Änderungsprotokoll/0.95.10.3

From Miranda NG
< Änderungsprotokoll
Revision as of 00:13, 2 February 2020 by Dart Raiden (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Version: 0.95.10.3

Rev.: v0.95.10.3

Veröffentlicht: 28. Juli 2019

Important
Manchmal sperrt Facebook ein Konto vorrübergehend wegen verdächtiger Aktivitäten oder klassifiziert Miranda NG als "Malware, die ein Konto gehackt hat". Aktuell gibt es dafür keine Lösung. Wir suchen einen Entwickler mit Kenntnissen des MQTT-Protokolls.

Kern und Bibliotheken

  • both Miranda and Visual C++ runtimes are built with Spectre Variant 1 mitigations.
  • updated libcurl, libmdbx, iibssh2, libtox, and SQLite libraries.
  • cause Import is packed into the core package, PCRE library is also included in the core package.
  • Plugin dbx_mmap aus dem Kern-Paket entfernt (Sie können es zum Import alter Datenbanken über PluginUpdater herunterladen.).
  • Status Am Telefon und Zum Essen entfernt (sie wurden nur vom alten ICQ-Protokoll verwendet).
  • Inaktive Sprachdateien für Kroatisch und Serbisch entfernt.

Protokolle

  • Discord
    • fixed history retrieval for "general" chat.
    • fixed problems of small guilds (missing nick list, duplicate group chat messages).
  • Facebook
    • fixed loading of contacts' statuses.
    • fixed notifications issue.
  • ICQ
    • added password prompt if no password found in database.
    • added Remember this session password option to password prompt.
    • added Show error popups option.
    • removed Ignore List editor; all control over permit/deny lists went to Options → Contacts → Visibility. Note that in the ICQ protocol, invisibility and ignore are the same.
    • fixed broken search by phone number
    • first manual reconnect after manual disconnect was always failed.
    • the last message was added with wrong date/time on the first run.
    • protocol wasn't retrieve avatars if they were occasionally removed from disk.
    • on startup history of the only contact was synced.
    • fixed server group parsing.
  • Jabber
    • packet IDs now have a mir_<random_numbers>_ prefix instead of mir_, which caused a problem with Bria Mobile.
    • from now on Miranda requests a personal vCard from the server once a day. If its hash does not match the saved one, a presence with а new hash of the entire vCard will be sent to all contacts from the roster. Thus, all contacts (also using Miranda NG 0.95.10.3 and later) will receive updated user information.
    • global vcard hash added to the presence.
    • buttons' icons could disappear after clicking OK.
    • Service Discovery didn't work on OpenFire.
    • removed support for obsolete XEP-0008: IQ-Based Avatars.
    • fixed broken p2p file transfer.
    • fixed crash if server required a captcha.
    • fixed file transfers if UPnP is used.
  • MRA
    • added some missing status icons.
  • SkypeWeb
    • increased length of ID field from 32 to 128 characters.
    • saving history in the correct order.
    • fixed caching wrong server address (e.g. when using a captive portal).
    • fixed contact/auth requests: searching, accepting a request, sending request, show requests without the need to relogin, deleting a contact.
  • Tox
    • added some missing icons to the protocol's menu.
    • a stuck file transfer caused a crash on Miranda exit.
  • Twitter
    • returned back a contact profile link in the contact list.
  • VKontakte
    • added audio message attachments type support.
    • .ogg files can now be send as audio messages.
    • added hidden option FilterAudioMessages.

Plugins

  • Clist_modern
    • fixed display custom connection icons after any change in Options → Icons.
  • Db_autobackups
    • changed default backup mask from %miranda_profilename%.dat_%currtime%_%compname%.dat to %miranda_profilename%_%currtime%_%compname%.dat
    • fixed broken dumps on exit if backup process takes too much time.
  • Import
    • added ability to import history (also in batch mode) from QIP 2005/Infium/2010/2012 and from History++.
    • fixed crash in service mode if run from Profile Manager.
  • MirandaG15
    • fixed plugin crash when Logitech Gaming Software exits.
  • MirLua
    • added interface for extra icons.
  • Msg_Export
    • fixed impossibility to change contact settings for export.
  • PluginUpdater
    • added the hidden option for hiding specified component from the list of updates.
    • pu_stub now works again.
    • fixed crash if the update dialog is closed while a download isn't finished yet.
    • fixed crash when launching pu_stub under Windows 7.
  • Scriver
    • when a new message arrives, the screen reader focus will no longer automatically move to it, allowing you to read previous messages.
    • fixed strange right-click behavior in some menus (now right-click does the same thing as left click).
  • ShlExt
    • fixed work under Windows 7.
  • StdMsg
    • fixed strange right-click behavior in some menus (now right-click does the same thing as left click).
  • TabSRMM
    • added option to disable Esc key (Message sessions → Tabs and layout → Esc key behavior).
    • option Add a comma instead of a colon to auto-completed user names now applies not only to auto-complete (Tab) but also to double-click on a nick in nick list.
    • removed TabSRMM_icons_XP icon pack. You can download it from our website.
    • fixed strange right-click behavior in some menus (now right-click does the same thing as left click).

For developers

  • restricted manual access to CList/Group. Use Clist_GetGroup and Clist_SetGroup instead.
  • Button_SetIcon_IcoLib — a helper to set MButton's icon using an icolib handle.