From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0CCCB138CE3 for ; Sun, 9 Feb 2014 13:51:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 960B9E0BAF; Sun, 9 Feb 2014 13:51:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F418E0BAF for ; Sun, 9 Feb 2014 13:51:03 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0047E33F9AB for ; Sun, 9 Feb 2014 13:51:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id A13FE18852 for ; Sun, 9 Feb 2014 13:51:01 +0000 (UTC) From: "Vadim A. Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim A. Misbakh-Soloviov" Message-ID: <1391953852.5c65d5302d2c5dddf3d6ec16d9afe9dc31fe3e32.mva@gentoo> Subject: [gentoo-commits] proj/lua:master commit in: net-im/prosody-modules/ X-VCS-Repository: proj/lua X-VCS-Files: net-im/prosody-modules/metadata.xml net-im/prosody-modules/prosody-modules-9999.ebuild X-VCS-Directories: net-im/prosody-modules/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim A. Misbakh-Soloviov X-VCS-Revision: 5c65d5302d2c5dddf3d6ec16d9afe9dc31fe3e32 X-VCS-Branch: master Date: Sun, 9 Feb 2014 13:51:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 03de8ae5-e66e-4cc3-8949-a516b83f853a X-Archives-Hash: f31f95c78fcab6981c3ca1de99e265ec commit: 5c65d5302d2c5dddf3d6ec16d9afe9dc31fe3e32 Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Sun Feb 9 13:50:52 2014 +0000 Commit: Vadim A. Misbakh-Soloviov mva name> CommitDate: Sun Feb 9 13:50:52 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=5c65d530 [net-im/prosody-modules] bump Signed-off-by: Vadim A. Misbakh-Soloviov mva.name> --- net-im/prosody-modules/metadata.xml | 5 ++++ net-im/prosody-modules/prosody-modules-9999.ebuild | 27 +++++++++++----------- 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/net-im/prosody-modules/metadata.xml b/net-im/prosody-modules/metadata.xml index d97b04d..953db24 100644 --- a/net-im/prosody-modules/metadata.xml +++ b/net-im/prosody-modules/metadata.xml @@ -14,6 +14,7 @@ This module adds an ad-hoc command that lets an user change their password. This is useful for clients that don't have support for XEP-0077 style password changing. In the future, it may provide other account management commands. No module description on upstream wiki yet. This module provides a basic web administration interface. It currently gives you access to Ad-Hoc commands on any virtual host or component that you are set as an administrator for in the Prosody config file. It also provides a live list of all S2S and C2S connections. + No module description on upstream wiki yet. This module implements PKI-style client certificate authentication. You will therefore need your own Certificate Authority. How to set that up is beyond the current scope of this document. No module description on upstream wiki yet. This is a Prosody authentication plugin which uses Dovecot as the backend. @@ -81,11 +82,13 @@ No module description on upstream wiki yet. Prosody doesn't write IP addresses to its log file by default for privacy reasons (unless debug logging is enabled). No module description on upstream wiki yet. + No module description on upstream wiki yet. Implementation of XEP-0313: Message Archive Management. Like mod_archive but much simpler. This module complements mod_mam by allowing clients to change archiving preferences through an Ad-hoc command. No module description on upstream wiki yet. No module description on upstream wiki yet. Implementation of XEP-0313: Message Archive Management backed by a SQL database. Like mod_mam, but using SQL. + No module description on upstream wiki yet. No module description on upstream wiki yet. No module description on upstream wiki yet. One frequent complaint about XMPP chatrooms (MUCs) compared to IRC is the inability for a room admin to ban a user based on their IP address. This is because an XMPP user is not identified on the network by their IP address, only their JID. @@ -116,6 +119,7 @@ There are various reasons to prefer web registration instead of "in-band" account registration over XMPP. For example the lack of CAPTCHA support in clients and servers. No module description on upstream wiki yet. No module description on upstream wiki yet. + No module description on upstream wiki yet. This module allows you to perform various actions on user rosters via prosodyctl. This module is a workaround for servers that try to do s2s authentication with certificates and SASL EXTERNAL, but do not send correct stream headers. Notably Openfire versions since 3.7 or 3.8. This module implements DANE as described in Using DNS Security Extensions (DNSSEC) and DNS-based Authentication of Named Entities (DANE) as a Prooftype for XMPP Domain Name Associations. @@ -129,6 +133,7 @@ No module description on upstream wiki yet. No module description on upstream wiki yet. Currently, module:reload command in console doesn't load new components. This module will automatically load the new components (if any) when the config:reload command is run in the console. + No module description on upstream wiki yet. No module description on upstream wiki yet. No module description on upstream wiki yet. This module implements XEP-0258: Security Labels in XMPP. diff --git a/net-im/prosody-modules/prosody-modules-9999.ebuild b/net-im/prosody-modules/prosody-modules-9999.ebuild index d453cf2..7d13e82 100644 --- a/net-im/prosody-modules/prosody-modules-9999.ebuild +++ b/net-im/prosody-modules/prosody-modules-9999.ebuild @@ -14,7 +14,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="" PROSODY_MODULES=" - addressing adhoc_account_management admin_probe admin_web + addressing adhoc_account_management admin_probe admin_web auth_any auth_ccert auth_custom_http auth_dovecot auth_external auth_imap auth_internal_yubikey auth_joomla auth_ldap auth_ldap2 auth_pam auth_phpbb3 auth_sql auth_wordpress auto_accept_subscriptions @@ -29,21 +29,22 @@ PROSODY_MODULES=" http_altconnect http_dir_listing http_favicon http_user_count idlecompat incidents_handling inotify_reload ipcheck isolate_host jid_prep json_streams lastlog latex lib_ldap limits list_inactive - listusers log_auth log_messages_sql mam mam_adhoc mam_muc - mam_muc_sql mam_sql message_logging motd_sequential muc_ban_ip - muc_config_restrict muc_intercom muc_limits muc_log muc_log_http - net_dovecotauth offline_email onhold onions openid password_policy - pastebin post_msg pubsub_eventsource pubsub_feeds pubsub_github - pubsub_googlecode pubsub_hub pubsub_mqtt pubsub_pivotaltracker - pubsub_twitter readonly register_json register_redirect - register_web reload_modules remote_roster roster_command + listusers log_auth log_messages_sql log_sasl_mech mam mam_adhoc + mam_muc mam_muc_sql mam_sql manifesto message_logging + motd_sequential muc_ban_ip muc_config_restrict muc_intercom + muc_limits muc_log muc_log_http net_dovecotauth offline_email + onhold onions openid password_policy pastebin post_msg + pubsub_eventsource pubsub_feeds pubsub_github pubsub_googlecode + pubsub_hub pubsub_mqtt pubsub_pivotaltracker pubsub_twitter + readonly register_json register_redirect register_web + reload_modules remote_roster require_otr roster_command s2s_auth_compat s2s_auth_dane s2s_auth_dnssec_srv s2s_auth_fingerprint s2s_blacklist s2s_idle_timeout s2s_keepalive s2s_keysize_policy s2s_log_certs s2s_never_encrypt_blacklist - s2soutinjection s2s_reload_newcomponent saslauth_muc saslname - seclabels secure_interfaces server_contact_info server_status - service_directories sift smacks sms_clickatell srvinjection - stanza_counter statistics storage_ldap storage_memory + s2soutinjection s2s_reload_newcomponent s2s_whitelist saslauth_muc + saslname seclabels secure_interfaces server_contact_info + server_status service_directories sift smacks sms_clickatell + srvinjection stanza_counter statistics storage_ldap storage_memory storage_mongodb streamstats strict_https support_contact swedishchef tcpproxy telnet_tlsinfo throttle_presence turncredentials twitter uptime_presence vjud watchuntrusted