Changelog for
jabberd-verify-2.7.0-62.35.x86_64.rpm :
* Tue Mar 21 2023 Reinhard Max
- Update to 2.7.0:
* openssl-1.1 support
* Python script to export data in XEP-0227 format
* Fix build errors with MariaDB 10.2
* Use systemd BindsTo= instead of BindTo.- Drop support for old SUSE versions.
* Mon Dec 11 2017 jgonzalezAATTsuse.com- Update to 2.6.1:
* Fixed offered SASL mechanism check- Changes in 2.6.0
* Better SASL error messages- Changes in 2.5.0
* Do not attempt to reload SM modules on SIGHUP
* Cleanup config files example
* Fixed memory leak in pgsql storage driver
* Fixed two double-frees caused by dangling pointers
* Fixed c2s logger initialization point- Add:
* jabberd-2.6.1-openssl-1.1.patch
* jabberd-2.6.1-mariadb-10.2.patch- Change:
* jabberd-etc.patch
* Tue Jun 28 2016 maxAATTsuse.com- Improve the verify module (jabberd-verify.patch):
* Use chat messages instead of normal ones, so that the verification process appears as a conversation rather than an unrelated sequence of messages.
* Use a sender jid with a domain, so that clients don\'t get confused.
* Call pwgen and sendmail by their full paths.
* Clean up the code and break lines before 80 chars.
* Thu Jun 02 2016 fweissAATTsuse.com- New version 2.4.0
* Check for C99 support in compiler
* Count RIO bytes and check against max stanza size
* Gracefully drop unhandled HTTP connections
* wss:// (WebSocket over SSL) support in c2s
* Allow BareJID S10N packets
* Fallback to connecting S2S using local.ip when none of the origin.ip works
* Removed explicit SQLite transactions
* SQLite postconnect SQL support
* SQLite DB setup script improvements
* Many Coverity Scan and cppcheck detected issues fixed
* Properly lowercase SASL mechanisms in c2s
* Support out-of-source build- Remove now unneeded jabberd-transactions.patch- Remove now unneeded jabberd-sqlite-postconnect-sql.patch- Remove now unneeded jabberd-sql-log.patch- Remove now unneeded jabberd-db-setup-sqlite.patch- Remove jabberd.init and use supplied upstream systemd service files
* Thu Apr 21 2016 maxAATTsuse.com- Update to 2.3.6:
* Support WebSocket fragmented packets
* Fixed delivering directed presence (to self)
* Reset in-sess \'from\' to FullJID on non-Presence packets- Changes in 2.3.5:
* Add Module to verify users using e-mail
* Reordered MIO backends priority
* Skip non-existing blowfish i386 assembler code
* Use CSPRNG for dialback keys
* Allow presence probing own connections
* Use OpenSSL functions for base64 en/decoding when available
* Option to dump packet-filter matched packets to file- Changes in 2.3.4:
* Rewrite TLS ephemeral key + cipher handling
* Recover Berkeley DB before opening it
* bcrypt support for PostgreSQL
* Option to set authreg module per realm
* AuthReg ANONYMOUS does not offer password check
* Answer to disco#info queries to user JID
* WebSocket C2S SX plugin- Changes in 2.3.3:
* Support for RSA/DH/ECDH key agreement
* bcrypt support for MySQL storage
* C2S per session user data & authreg auth API extensions for custom authreg backends
* Option to provide a custom openssl library path
* Thu Mar 24 2016 fweissAATTsuse.com- Removed sqlite transactions tag from c2s.xml and sm.xml because it is implicit in newer SQLite versions (jabberd-transactions.patch)- Added new sql tag to pass arbitrary SQL statements to the database immediately after opening it (jabberd-sqlite-postconnect-sql.patch)- Added log SQL statements in debug mode (jabberd-sql-log.patch)- Enhanced the db-setup.sqlite schema in order to improve database performance
* wrapped all statements in a single large transaction to avoid implicit transactions for each statement execution
* set page_size to 4096 to get less fine-grained locking
* set journal_mode to WAL (Write-Ahead-Log) to have many fewer fsync() operations
* created an index on the \"active\" table to increase query speed (jabberd-db-setup-sqlite.patch)
* Mon Jun 23 2014 maxAATTsuse.com- Use --enable-superseded to work around a bug in Xabber. This can be reverted once Xabber has been fixed. https://github.com/redsolution/xabber-android/issues/268
* Thu Apr 17 2014 maxAATTsuse.com- Don\'t try to own /usr/lib/systemd .
* Fri Mar 14 2014 vwallfahrerAATTsuse.com- New version: 2.3.2
* Removed unmaintained CyrusSASL backend
* Option to add realm to username in ldapvcard module
* Added systemd unit files
* Tue Jan 21 2014 kpetschAATTsuse.com-Enabled testsuite for openenSUSE_Factory only