[Pkg-xmpp-commits] [jabberd2] branch upstream+dfsg updated (a0d7bde -> baefa8e)

Simon Josefsson jas at moszumanska.debian.org
Mon Jul 18 12:38:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

jas pushed a change to branch upstream+dfsg
in repository jabberd2.

      from  a0d7bde   Imported Upstream version 2.3.4
       new  baefa8e   Imported Upstream version 2.4.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                    |   1 +
 .travis.yml                   |  24 ++++
 Makefile.am                   |   5 +-
 NEWS                          |  52 ++++++++
 README.md                     |   4 +
 c2s/authreg.c                 |   1 +
 c2s/c2s.c                     |  17 ++-
 c2s/c2s.h                     |   3 +
 c2s/main.c                    |  43 ++++---
 configure.ac                  |  35 ++---
 etc/c2s.xml.dist.in           |  13 +-
 etc/router-filter.xml.dist.in |   6 +
 etc/sm.xml.dist.in            |  22 +++-
 jabberd2.pro                  |  41 ++++++
 mio/mio_impl.h                |  49 ++++---
 router/filter.c               |  43 ++++++-
 router/router.c               |  42 +++---
 router/router.h               |   1 +
 router/user.c                 |  18 ++-
 s2s/in.c                      |  20 +--
 s2s/main.c                    |  67 +++++-----
 s2s/out.c                     |  32 +++--
 sm/Makefile.am                |  10 +-
 sm/dispatch.c                 |  24 ++--
 sm/mm.c                       |   5 +-
 sm/mod_announce.c             | 105 +++++++--------
 sm/mod_deliver.c              |   6 +-
 sm/mod_disco.c                |  24 ++--
 sm/mod_iq_version.c           |  38 +++---
 sm/mod_privacy.c              |  29 ++---
 sm/mod_roster_publish.c       |   7 +-
 sm/mod_status.c               |  26 ++--
 sm/mod_template_roster.c      |  16 ++-
 sm/mod_verify.c               | 291 ++++++++++++++++++++++++++++++++++++++++++
 sm/pres.c                     |  21 ++-
 storage/authreg_db.c          |  15 ++-
 storage/authreg_ldap.c        |  13 +-
 storage/authreg_ldapfull.c    |   9 +-
 storage/authreg_mysql.c       |  49 +++----
 storage/authreg_pgsql.c       |  22 ++--
 storage/authreg_sqlite.c      | 146 ++++++++++-----------
 storage/storage.c             |   1 +
 storage/storage.h             |   7 +-
 storage/storage_db.c          |  37 +++++-
 storage/storage_mysql.c       |  43 ++++---
 storage/storage_pgsql.c       |  15 ++-
 storage/storage_sqlite.c      |  84 +++---------
 sx/callback.c                 |   3 +-
 sx/io.c                       |  34 +++--
 sx/plugins.h                  |   7 +-
 sx/sasl.c                     |  49 ++++---
 sx/ssl.c                      | 207 +++++++++++++++---------------
 sx/sx.h                       |  16 ++-
 sx/websocket.c                |  58 +++++----
 tests/Makefile.am             |   2 +-
 tests/check_config.c          |  25 ++--
 tools/db-setup.sqlite         |  19 +++
 tools/git                     |  13 +-
 util/access.c                 |   7 +-
 util/base64.c                 |  95 +++++++++++++-
 util/config.c                 |  19 +--
 util/crypt_blowfish.c         |  17 +--
 util/jid.c                    |  13 +-
 util/nad.c                    | 110 +++++++++++-----
 util/nad.h                    |  24 ++--
 util/sha1.c                   |  20 ++-
 util/xdata.c                  |   3 +-
 67 files changed, 1544 insertions(+), 779 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 jabberd2.pro
 create mode 100644 sm/mod_verify.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xmpp/jabberd2.git



More information about the Pkg-xmpp-commits mailing list