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 995861389F5 for ; Sat, 4 Apr 2015 11:55:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD2D8E08E9; Sat, 4 Apr 2015 11:55:18 +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 5EB76E08E9 for ; Sat, 4 Apr 2015 11:55:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E92B233BF0C for ; Sat, 4 Apr 2015 11:55:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9DDB15308 for ; Sat, 4 Apr 2015 11:55:11 +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: <1428148499.8e5c20ff490bcd5d54e3163c6c60f5d24eb61a1e.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: 8e5c20ff490bcd5d54e3163c6c60f5d24eb61a1e X-VCS-Branch: master Date: Sat, 4 Apr 2015 11:55:11 +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: f24125a7-5e2a-4789-87ca-8962731a6f76 X-Archives-Hash: d95346d46846319ea83ffc14b336f092 commit: 8e5c20ff490bcd5d54e3163c6c60f5d24eb61a1e Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Sat Apr 4 11:54:59 2015 +0000 Commit: Vadim A. Misbakh-Soloviov mva name> CommitDate: Sat Apr 4 11:54:59 2015 +0000 URL: https://gitweb.gentoo.org/proj/lua.git/commit/?id=8e5c20ff [net-im/prosody-modules] Bump Signed-off-by: Vadim A. Misbakh-Soloviov mva.name> net-im/prosody-modules/metadata.xml | 9 +++++-- net-im/prosody-modules/prosody-modules-9999.ebuild | 29 +++++++++++----------- 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/net-im/prosody-modules/metadata.xml b/net-im/prosody-modules/metadata.xml index c3e5b56..0143920 100644 --- a/net-im/prosody-modules/metadata.xml +++ b/net-im/prosody-modules/metadata.xml @@ -32,7 +32,7 @@ Allow client authentication to be handled by an SQL database query. This module allows you to authenticate against an Wordpress database. In some environments where all users on the system have mutual trust in each other, it`s sometimes fine to skip the usual authorization process to add someone to your contact list and see their status. - No module description on upstream wiki yet. + By default Prosody does not automatically activate/deactivate hosts when they are added to and removed from the configuration. This module implements XEP-0288: Bidirectional Server-to-Server Connections. It allows servers to use a single connection for sending stanzas to each other, instead of two connections (one for stanzas in each direction). Privacy lists are a widely implemented protocol for instructing your server on blocking communications with selected users and services. On a server with public registration it is usually desirable to prevent registration of certain "reserved" accounts, such as "admin". @@ -94,6 +94,7 @@ No module description on upstream wiki yet. 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. No module description on upstream wiki yet. Implementation of XEP-0313: Message Archive Management. @@ -103,6 +104,7 @@ No module description on upstream wiki yet. Implementation of (an older version of) XEP-0313: Message Archive Management backed by a SQL database. Like mod_mam, but using SQL. This module informs users about the XMPP Test day and whether their contacts are affected. For mor info about the test day, see https://stpeter.im/journal/1496.html + No module description on upstream wiki yet. Often service administrators need to log their users` messages for reasons such as auditing and compliance. This module simply logs user messages to simple text files, which can be easily searched, archived or removed on a regular basis. mod_motd_sequential is a variant of mod_motd that lets you specify a sequence of MOTD messages instead of a single static one. Each message is only sent once and the module keeps track of who as seen which message. 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. @@ -112,6 +114,7 @@ This module logs the conversation of chatrooms running on the server to Prosody`s data store. To view them you will need a module such as mod_muc_log_http. This module provides a built-in web interface to view chatroom logs stored by mod_muc_log. This module allows disabling room creation based on regexp patterns defined in configuration. + No module description on upstream wiki yet. mod_net_dovecotauth is a server implementation of the Dovecot authentication protocol. It allows you to authenticate eg Postfix against your Prosody installation. Quite often when I am out and about, I`m not able to connect to Jabber. It is usually much more likely I can access my email though (whether via the web, or a mobile client). Enable mod_onhold to allow temporarily placing messages from particular JIDs "on hold" -- i.e. store them, but do not deliver them until the hold status is taken away. @@ -132,6 +135,7 @@ This module implements a PubSubHubbub (PuSH) hub, allowing PuSH clients to subscribe to local XMPP Publish-Subscribe nodes stored by mod_pubsub. MQTT is a lightweight binary pubsub protocol suited to embedded devices. This module provides a way for MQTT clients to connect to Prosody and publish or subscribe to local pubsub nodes. No module description on upstream wiki yet. + No module description on upstream wiki yet. Twitter has an open `realtime` search API, but it requires polling (within their rate limits). This module allows Prosody to poll for you, and push new results to subscribers over XMPP. No module description on upstream wiki yet. No module description on upstream wiki yet. @@ -141,7 +145,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. By default Prosody does not reload modules at runtime unless instructed to via one of its admin interfaces. However sometimes you want to easily reload a module to apply new settings when the config changes. No module description on upstream wiki yet. - No module description on upstream wiki yet. + OTR, "Off The Record", encryption allows clients to encrypt messages such that the server cannot read/modify them. This module is similar in purpouse to mod_groups, for when you want all users on the server to be in each others roster. 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. @@ -174,6 +178,7 @@ No module description on upstream wiki yet. No module description on upstream wiki yet. No module description on upstream wiki yet. + No module description on upstream wiki yet. No module description on upstream wiki yet. No module description on upstream wiki yet. See mod_lib_ldap for more information. diff --git a/net-im/prosody-modules/prosody-modules-9999.ebuild b/net-im/prosody-modules/prosody-modules-9999.ebuild index 431ab53..8c65984 100644 --- a/net-im/prosody-modules/prosody-modules-9999.ebuild +++ b/net-im/prosody-modules/prosody-modules-9999.ebuild @@ -35,14 +35,15 @@ PROSODY_MODULES=" http_muc_log http_user_count idlecompat incidents_handling inotify_reload ipcheck isolate_host jid_prep json_streams lastlog latex lib_ldap limit_auth limits list_inactive listusers log_auth - log_messages_sql log_sasl_mech mam mam_adhoc mam_archive 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 muc_restrict_rooms net_dovecotauth offline_email - onhold onions openid password_policy pastebin pep_vcard_avatar - post_msg privacy_lists private_adhoc profile proxy65_whitelist - pubsub_eventsource pubsub_feeds pubsub_github pubsub_googlecode - pubsub_hub pubsub_mqtt pubsub_pivotaltracker pubsub_twitter + log_events log_messages_sql log_sasl_mech mam mam_adhoc + mam_archive mam_muc mam_muc_sql mam_sql manifesto measure_memory + message_logging motd_sequential muc_ban_ip muc_config_restrict + muc_intercom muc_limits muc_log muc_log_http muc_restrict_rooms + munin net_dovecotauth offline_email onhold onions openid + password_policy pastebin pep_vcard_avatar post_msg privacy_lists + private_adhoc profile proxy65_whitelist pubsub_eventsource + pubsub_feeds pubsub_github pubsub_googlecode pubsub_hub + pubsub_mqtt pubsub_pivotaltracker pubsub_post pubsub_twitter query_client_ver rawdebug readonly register_json register_redirect register_web reload_modules remote_roster require_otr roster_allinall roster_command s2s_auth_compat s2s_auth_dane @@ -53,12 +54,12 @@ PROSODY_MODULES=" seclabels secure_interfaces server_contact_info server_status service_directories sift smacks sms_clickatell srvinjection sslv3_warn stanza_counter statistics statistics_auth - statistics_cputotal statistics_mem statsd storage_gdbm - storage_ldap storage_memory storage_mongodb storage_muc_log - storage_multi streamstats strict_https support_contact swedishchef - tcpproxy telnet_tlsinfo throttle_presence tls_policy - turncredentials twitter uptime_presence vjud watchuntrusted - webpresence + statistics_cputotal statistics_mem statistics_statsd statsd + storage_gdbm storage_ldap storage_memory storage_mongodb + storage_muc_log storage_multi streamstats strict_https + support_contact swedishchef tcpproxy telnet_tlsinfo + throttle_presence tls_policy turncredentials twitter + uptime_presence vjud watchuntrusted webpresence "