• chevron_right

      Lua 5.2-compatible package backports

      pubsub.slavino.sk / prosodyblog · Monday, 26 November, 2018 - 16:30

    After the release of 0.11.0 last week, it became apparent that a lot of people have been affected by some of our optional dependencies not being packaged for Lua 5.2 in most current Debian and Ubuntu versions.

    We just published backports of the two most requested libraries, lua-dbi and lua-event, to our package repository .

    • chevron_right

      Prosody 0.11.0 released

      pubsub.slavino.sk / prosodyblog · Wednesday, 21 November, 2018 - 17:26

    We are pleased to announce the eagerly anticipated release of Prosody 0.11.0!

    This is the first release in the 0.11 series, which will now be considered the stable series. With over 2000 commits this release couldn’t have been achieved without the help from our many contributors, testers and other community members. Thanks!

    • chevron_right

      PEP improvements in trunk

      pubsub.slavino.sk / prosodyblog · Wednesday, 1 August, 2018 - 21:54

    Our next trunk nightly release uses a new implementation of PEP (XEP-0163) by default. PEP is used for a number of things, primarily sharing with your contacts: Extended statuses (e.g. sharing the user’s current playing music, their mood, activity, etc.) Avatars OMEMO keys Chatroom bookmarks While PEP started out as a simplified form of ‘pubsub’ and a way to share information with your contacts, it quickly became clear that it was also a neat mechanism for sharing public info with non-contacts (such as OMEMO keys) or sharing private data (such as saved chatrooms) with other clients on your account.
    • chevron_right

      Prosody 0.10.2 and 0.9.14 Security Release

      pubsub.slavino.sk / prosodyblog · Thursday, 31 May, 2018 - 13:00

    Today brings an important security release for both our stable branches. This fixes a cross-host authentication vulnerability, CVE-2018-10847. The issue affects Prosody instances that have multiple virtual hosts (including anonymous authenticated hosts). All versions of Prosody before 0.9.14 and 0.10.2 are affected. A full security advisory is available at https://prosody.im/security/advisory_20180531 Changes Summary of all changes in this release: Security mod_c2s: Do not allow the stream ‘to’ to change across stream restarts (fixes #1147) Minor changes mod_websocket: Store the request object on the session for use by other modules (fixes #1153) mod_c2s: Avoid concatenating potential nil value (fixes #753) core.
    • chevron_right

      Prosody 0.10.1 released

      pubsub.slavino.sk / prosodyblog · Tuesday, 15 May, 2018 - 11:47

    We are pleased to announce a new minor release from our stable branch.

    This is the latest release to our stable branch. It is recommented that all 0.10.0 users upgrade, and users of our nightly packages upgrade to build 477 or later.

    A summary of changes in this release:

    • chevron_right

      Prosody 0.9.13 released

      pubsub.slavino.sk / prosodyblog · Wednesday, 9 May, 2018 - 16:38

    This is a new maintenance release to our old stable 0.9 branch, with many bug fixes, including some important security improvements.