Revisions of prosody

buildservice-autocommit accepted request 1144916 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 97)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 1144876 from Andreas Stieger's avatar Andreas Stieger (AndreasStieger) (revision 96)
fixup last change (boo#1219648)
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 1144351 from Benoît Monin's avatar Benoît Monin (benoit_monin) (revision 95)
add provides group(prosody) for rpm 4.19
buildservice-autocommit accepted request 1115621 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 94)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 93)
- Drop prosody-lua51coexist.patch
- Add prosody-lua54coexist.patch
buildservice-autocommit accepted request 1109423 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 91)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 90)
- Update to 0.12.4:
  * core.certmanager: Update Mozilla TLS config to version 5.7
  * util.error: Fix error on conversion of invalid error stanza #1805
  * util.array: Fix new() library function
  * util.array: Expose new() on module table
  * prosodyctl: Fix output of error messages containing ‘%’
  * util.prosodyctl.check: Correct suggested replacement for ‘disallow_s2s’
  * util.prosodyctl.check: Allow same config syntax variants as in Prosody for some options #896
  * util.prosodyctl.check: Fix error where hostname can’t be turned into A label
  * util.prosodyctl.check: Hint about the ‘external_addresses’ config option
  * util.prosodyctl.check: Suggest ‘http_cors_override’ instead of older CORS settings
  * util.prosodyctl.check: Validate format of module list options
  * mod_websocket: Add a ‘pre-session-close’ event #1800
  * mod_smacks: Fix stray watchdog closing sessions
  * mod_csi_simple: Disable revert-to-inactive timer when going to active mode
  * mod_csi_simple: Clear delayed active mode timer on disable
  * mod_admin_shell: Fix display of remote cert status when expired etc
  * mod_smacks: Replace existing watchdog when starting hibernation
  * mod_http: Fix error if ‘access_control_allow_origins’ is set
  * mod_pubsub: Send correct ‘jid’ attribute in disco#items
  * mod_http: Unhook CORS handlers only if active to fix an error #1801
  * mod_s2s: Add event where resolver for s2sout can be tweaked
buildservice-autocommit accepted request 1067095 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 89)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 88)
- Update to 0.12.3:
  Fixes and improvements:
  * mod_storage_sql: Don’t avoid initialization under prosodyctl
    (fix #1787: mod_storage_sql changes (d580e6a57cbb) breaks prosodyctl)
  * mod_storage_sql: Fix for breaking change in certain MySQL versions (#1639)
  * prosodyctl check dns: Check for Direct TLS SRV records even if not configured (#1793)
  Minor changes:
  * mod_websocket: Fire pre-session-close event (fixes #1800: mod_websocket:
    cleanly-closed sessions are hibernated by mod_smacks)
  * sessionmanager: Mark session as destroyed to prevent reentry (fixes #1781)
  * mod_admin_socket: Return error on unhandled input to prevent apparent freeze
  * configure: Fix quoting of $LUA_SUFFIX (thanks shellcheck/Zash)
  * net.http.parser: Improve handling of responses without content-length
  * net.http.parser: Fix off-by-one error in chunk parser
  * net.http.server: Add new API to get HTTP request from a connection
  * net.http.server: Fix double close of file handle in chunked mode with opportunistic writes (#1789)
  * util.prosodyctl.shell: Close state on exit to fix saving shell history
  * mod_invites: Prefer landing page over xmpp URI in shell command
  * mod_muc_mam: Add mam#extended form fields #1796
  * mod_muc_mam: Copy “include total” behavior from mod_mam
  * util.startup: Close state on exit to ensure GC finalizers are called
buildservice-autocommit accepted request 1066054 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 87)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1066043 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 86)
Add pregenerated example crt+key files to make builds reproducible
buildservice-autocommit accepted request 1061057 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 85)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1060926 from Michal Suchanek's avatar Michal Suchanek (michals) (revision 84)
- Opencode %make_build to prevent build failure when not defined.
buildservice-autocommit accepted request 1042817 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 83)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 82)
- Update to 0.12.2:
  Fixes and improvements:
  * util.stanza: Allow U+7F when constructing stazas
  * net.unbound: Preserve built-in defaults and Prosodys settings for
    luaunbound (fixes #1763: luaunbound not reading resolv.conf)
  * mod_smacks: Disable not implemented resumption behavior on s2s
  * mod_http: Allow disabling CORS in the http_cors_override option and by default
  Minor changes:
  * util.json: Accept empty arrays with whitespace (fixes #1782: util.json
    fails to parse empty array with whitespace)
  * util.stanza: Adjust number of return values to handle change in
    dependency of test suite (fix test with luassert >=1.9)
  * util.startup: Ensure import() is available in prosodyctl
  * mod_storage_sql: Fix initialization when called from prosodyctl
  * mod_storage_sql: Fix the summary API with Postgres (#1766)
  * mod_admin_shell: Fixes for showing data related to disconnected sessions (fixes #1777)
  * core.s2smanager: Don’t remove unrelated session on close of bidi session
  * mod_smacks: Don’t send redundant requests for acknowledgement (#1761)
  * mod_admin_shell: Rename commands user:roles() to user:setroles()
    and user:showroles() to user:roles()
  * mod_smacks: Bounce unhandled stanzas from local origin (fix #1759)
  * mod_bookmarks: Reduce log level of message about not having any bookmarks
  * mod_s2s: Fix firing buffer drain events
  * mod_http_files: Log warning about legacy modules using mod_http_files
  * util.startup: Wait for last shutdown steps
  * util.datamapper: Improve handling of schemas with non-obvious “type”
  * util.jsonschema: Fix validation to not assume presence of “type” field
  * util.jsonschema: Use same integer/float logic on Lua 5.2 and 5.3
buildservice-autocommit accepted request 981547 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 81)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 80)
- Update to 0.12.1:
  Fixes and improvements:
  * mod_http (and dependent modules): Make CORS opt-in by default (#1731)
  * mod_http: Reintroduce support for disabling or limiting CORS (#1730)
  * net.unbound: Disable use of hosts file by default (fixes #1737)
  * MUC: Allow kicking users with the same affiliation as the kicker (fixes #1724 and improves Jitsi Meet compatibility)
  * mod_tombstones: Add caching to improve performance on busy servers (fixes #1728: mod_tombstone: inefficient I/O with internal storage)
  Minor changes:
  * prosodyctl check config: Report paths of loaded configuration files (#1729)
  * prosodyctl about: Report version of lua-readline
  * prosodyctl: check config: Skip bare JID components in orphan check
  * prosodyctl: check turn: Fail with error if our own address is supplied for the ping test
  * prosodyctl: check turn: warn about external port mismatches behind NAT
  * mod_turn_external: Update status and friendlier handling of missing secret option (#1727)
  * prosodyctl: Pass server when listing (outdated) plugins (fix #1738: prosodyctl list --outdated does not handle multiple versions of a module)
  * util.prosodyctl: check turn: ensure a result is always returned from a check (thanks eTaurus)
  * util.prosodyctl: check turn: Report lack of TURN services as a problem #1749
  * util.random: Ensure that native random number generator works before using it, falling back to /dev/urandom (#1734)
  * mod_storage_xep0227: Fix mapping of nodes without explicit configuration
  * mod_admin_shell: Fix error in ‘module:info()’ when statistics is not enabled (#1754)
  * mod_admin_socket: Compat for luasocket prior to unix datagram support
  * mod_admin_socket: Improve error reporting when socket can’t be created (#1719)
  * mod_cron: Record last time a task runs to ensure correct intervals (#1751)
  * core.moduleapi, core.modulemanager: Fix internal flag affecting logging in in some global modules, like mod_http (#1736, #1748)
  * core.certmanager: Expand debug messages about cert lookups in index
  * configmanager: Clearer errors when providing unexpected values after VirtualHost (#1735)
  * mod_storage_xep0227: Support basic listing of PEP nodes in absence of pubsub#admin data
  * mod_storage_xep0227: Handle missing {pubsub#owner}pubsub element (fixes #1740: mod_storage_xep0227 tracebacks reading non-existent PEP store)
  * mod_storage_xep0227: Fix conversion of SCRAM into internal format (#1741)
  * mod_external_services: Move error message to correct place (fix #1725: mod_external_services: Misplaced textual error message)
buildservice-autocommit accepted request 962612 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 79)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 78)
- Update to 0.12.0:
  Modules:
  * mod_mimicking: Prevent address spoofing
  * mod_s2s_bidi: Bi-directional server-to-server connections (XEP-0288)
  * mod_external_services: Generic XEP-0215 support
  * mod_turn_external: Easy setup of XEP-0215 for STUN/TURN for audio/video calls
  * mod_http_file_share: File sharing via HTTP (XEP-0363)
  * mod_http_openmetrics: Expose metrics to Prometheus and compatible monitoring systems
  * mod_smacks: Stream management and resumption (XEP-0198)
  * mod_auth_ldap: LDAP authentication
  * mod_cron: One module to rule all the periodic tasks
  * mod_admin_shell: New home of the Console admin interface
  * mod_admin_socket: Enable secure connections to the Console
  * mod_tombstones: Prevent re-registration of deleted accounts
  * mod_invites: Create and manage invites
  * mod_invites_register: Allow registering accounts using invites
  * mod_invites_adhoc: Create invites via ad-hoc command
  * mod_bookmarks: Synchronise open rooms between clients
  Security and authentication:
  * Unencrypted HTTP port (5280) restricted to loopback by default
  * require_encryption options default to ‘true’ if unspecified
  * Authentication module defaults to ‘internal_hashed’ if unspecified
  * SNI support (including automatic certificate selection)
  * ALPN support in mod_net_multiplex
  * DANE support in low-level network layer
  * Direct TLS support (c2s and s2s)
  * SCRAM-SHA-256
  * Direct TLS (including https) certificates are now updated on reload
  * Pluggable authorization providers (mod_authz_*)
  * Easy use of Mozilla TLS recommendations presets
Displaying revisions 1 - 20 of 97
openSUSE Build Service is sponsored by