From: "Vadim A. Misbakh-Soloviov" <mva@mva.name>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/lua:master commit in: net-im/prosody-modules/
Date: Tue, 24 Jun 2014 06:35:18 +0000 (UTC) [thread overview]
Message-ID: <1403591696.7797088109aeb5327f5367da33c6519ecc432948.mva@gentoo> (raw)
commit: 7797088109aeb5327f5367da33c6519ecc432948
Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Tue Jun 24 06:34:56 2014 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Tue Jun 24 06:34:56 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=77970881
[net-im/prosody-modules] bump
Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
---
net-im/prosody-modules/metadata.xml | 13 ++++++++-----
net-im/prosody-modules/prosody-modules-9999.ebuild | 13 +++++++------
2 files changed, 15 insertions(+), 11 deletions(-)
diff --git a/net-im/prosody-modules/metadata.xml b/net-im/prosody-modules/metadata.xml
index db58455..b39e28d 100644
--- a/net-im/prosody-modules/metadata.xml
+++ b/net-im/prosody-modules/metadata.xml
@@ -15,7 +15,7 @@
<flag name='adhoc_account_management'>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 <a href="http://xmpp.org/extensions/xep-0077.html" rel="nofollow">XEP-0077</a> style password changing. In the future, it may provide other account management commands.</flag>
<flag name='admin_probe'>No module description on upstream wiki yet.</flag>
<flag name='admin_web'>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.</flag>
- <flag name='auth_any'>No module description on upstream wiki yet.</flag>
+ <flag name='auth_any'>This module accepts any username and password, which can be useful for testing.</flag>
<flag name='auth_ccert'>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.</flag>
<flag name='auth_custom_http'>No module description on upstream wiki yet.</flag>
<flag name='auth_dovecot'>This is a Prosody authentication plugin which uses Dovecot as the backend.</flag>
@@ -23,13 +23,13 @@
<flag name='auth_http_async'>No module description on upstream wiki yet.</flag>
<flag name='auth_imap'>No module description on upstream wiki yet.</flag>
<flag name='auth_internal_yubikey'>A <a href="http://www.yubico.com/yubikey" rel="nofollow">YubiKey</a> is a small USB one-time-password (OTP) generator.</flag>
- <flag name='auth_joomla'>No module description on upstream wiki yet.</flag>
+ <flag name='auth_joomla'>This module allows you to authenticate against an Joomla database.</flag>
<flag name='auth_ldap'>This is a Prosody authentication plugin which uses LDAP as the backend.</flag>
<flag name='auth_ldap2'>See <a href="https://code.google.com/p/prosody-modules/wiki/mod_lib_ldap">mod_lib_ldap</a> for more information.</flag>
<flag name='auth_pam'>This module makes Prosody authenticate users against PAM (Linux Pluggable Authentication Modules)</flag>
- <flag name='auth_phpbb3'>No module description on upstream wiki yet.</flag>
+ <flag name='auth_phpbb3'>This module allows you to authenticate against an PHPBB3 database.</flag>
<flag name='auth_sql'>Allow client authentication to be handled by an SQL database query.</flag>
- <flag name='auth_wordpress'>No module description on upstream wiki yet.</flag>
+ <flag name='auth_wordpress'>This module allows you to authenticate against an Wordpress database.</flag>
<flag name='auto_accept_subscriptions'>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.</flag>
<flag name='auto_activate_hosts'>By default Prosody does not automatically activate/deactivate hosts when they are added to and removed from the configuration.</flag>
<flag name='bidi'>This module implements <a href="http://xmpp.org/extensions/xep-0288.html" rel="nofollow">XEP-0288: Bidirectional Server-to-Server Connections</a>. It allows servers to use a single connection for sending stanzas to each other, instead of two connections (one for stanzas in each direction).</flag>
@@ -119,6 +119,7 @@
<flag name='pubsub_mqtt'><a href="http://mqtt.org/" rel="nofollow">MQTT</a> 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.</flag>
<flag name='pubsub_pivotaltracker'>No module description on upstream wiki yet.</flag>
<flag name='pubsub_twitter'>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.</flag>
+ <flag name='rawdebug'>No module description on upstream wiki yet.</flag>
<flag name='readonly'>No module description on upstream wiki yet.</flag>
<flag name='register_json'>This module let`s you activate a httpserver interface to handle data from webforms with POST and Base64 encoded JSON.</flag>
<flag name='register_redirect'>Registration Redirect as explained in the <a href="http://xmpp.org/extensions/xep-0077.html#redirect" rel="nofollow">IBR XEP</a>.</flag>
@@ -141,7 +142,7 @@
<flag name='s2s_reload_newcomponent'>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.</flag>
<flag name='s2s_whitelist'>No module description on upstream wiki yet.</flag>
<flag name='saslauth_muc'>No module description on upstream wiki yet.</flag>
- <flag name='saslname'>No module description on upstream wiki yet.</flag>
+ <flag name='saslname'>This module implements <a href="http://xmpp.org/extensions/xep-0233.html" rel="nofollow">XEP-0233: Domain-Based Service Names in XMPP SASL Negotiation</a>.</flag>
<flag name='seclabels'>This module implements <a href="http://xmpp.org/extensions/xep-0258.htmla" rel="nofollow">XEP-0258: Security Labels in XMPP</a>.</flag>
<flag name='secure_interfaces'>Sometimes you might run clients without encryption on the same machine or LAN as Prosody - and you want Prosody to treat them as secure (e.g. allowing plaintext authentication) even though they are not encrypted.</flag>
<flag name='server_contact_info'>This module implements <a href="http://xmpp.org/extensions/xep-0157.html" rel="nofollow">XEP-0157: Contact Addresses for XMPP Services</a>.</flag>
@@ -153,8 +154,10 @@
<flag name='srvinjection'>This Prosody plugin lets you manually override SRV records used for a remote host.</flag>
<flag name='stanza_counter'>This module counts incoming and outgoing stanzas from when the instance started, and makes the data available to other modules by creating a global prosody. object</flag>
<flag name='statistics'>No module description on upstream wiki yet.</flag>
+ <flag name='statistics_auth'>No module description on upstream wiki yet.</flag>
<flag name='statistics_cputotal'>No module description on upstream wiki yet.</flag>
<flag name='statistics_mem'>No module description on upstream wiki yet.</flag>
+ <flag name='statsd'>No module description on upstream wiki yet.</flag>
<flag name='storage_ldap'>See <a href="https://code.google.com/p/prosody-modules/wiki/mod_lib_ldap">mod_lib_ldap</a> for more information.</flag>
<flag name='storage_memory'>No module description on upstream wiki yet.</flag>
<flag name='storage_mongodb'>This is a storage backend that uses MongoDB. Depends on <a href="https://github.com/mwild1/luamongo" rel="nofollow">luamongo bindings</a></flag>
diff --git a/net-im/prosody-modules/prosody-modules-9999.ebuild b/net-im/prosody-modules/prosody-modules-9999.ebuild
index ad03511..4351250 100644
--- a/net-im/prosody-modules/prosody-modules-9999.ebuild
+++ b/net-im/prosody-modules/prosody-modules-9999.ebuild
@@ -38,7 +38,7 @@ PROSODY_MODULES="
onhold onions openid password_policy pastebin post_msg profile
pubsub_eventsource pubsub_feeds pubsub_github pubsub_googlecode
pubsub_hub pubsub_mqtt pubsub_pivotaltracker pubsub_twitter
- readonly register_json register_redirect register_web
+ rawdebug readonly register_json register_redirect register_web
reload_modules remote_roster require_otr roster_command
s2s_auth_compat s2s_auth_dane s2s_auth_fingerprint
s2s_auth_monkeysphere s2s_blacklist s2s_idle_timeout s2s_keepalive
@@ -46,11 +46,12 @@ PROSODY_MODULES="
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 statistics_cputotal
- statistics_mem storage_ldap storage_memory storage_mongodb
- streamstats strict_https support_contact swedishchef tcpproxy
- telnet_tlsinfo throttle_presence turncredentials twitter
- uptime_presence vjud watchuntrusted webpresence websocket
+ srvinjection stanza_counter statistics statistics_auth
+ statistics_cputotal statistics_mem statsd storage_ldap
+ storage_memory storage_mongodb streamstats strict_https
+ support_contact swedishchef tcpproxy telnet_tlsinfo
+ throttle_presence turncredentials twitter uptime_presence vjud
+ watchuntrusted webpresence websocket
"
next reply other threads:[~2014-06-24 6:35 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-24 6:35 Vadim A. Misbakh-Soloviov [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-08-08 16:19 [gentoo-commits] proj/lua:master commit in: net-im/prosody-modules/ Vadim A. Misbakh-Soloviov
2015-04-04 15:49 Vadim A. Misbakh-Soloviov
2015-04-04 11:55 Vadim A. Misbakh-Soloviov
2015-02-26 10:42 Vadim A. Misbakh-Soloviov
2014-10-30 9:41 Vadim A. Misbakh-Soloviov
2014-06-25 13:53 Vadim A. Misbakh-Soloviov
2014-06-16 20:16 Vadim A. Misbakh-Soloviov
2014-05-30 21:14 Vadim A. Misbakh-Soloviov
2014-05-09 5:26 Vadim A. Misbakh-Soloviov
2014-04-22 17:11 Vadim A. Misbakh-Soloviov
2014-03-24 17:17 Vadim A. Misbakh-Soloviov
2014-03-03 9:14 Vadim A. Misbakh-Soloviov
2014-02-19 6:48 Vadim A. Misbakh-Soloviov
2014-02-09 13:51 Vadim A. Misbakh-Soloviov
2014-01-21 20:15 Vadim A. Misbakh-Soloviov
2013-12-28 20:50 Vadim A. Misbakh-Soloviov
2013-12-14 20:26 Vadim A. Misbakh-Soloviov
2013-11-01 18:28 Vadim A. Misbakh-Soloviov
2013-10-03 19:21 Vadim A. Misbakh-Soloviov
2013-09-13 5:11 Vadim A. Misbakh-Soloviov
2013-07-24 23:29 Vadim A. Misbakh-Soloviov
2013-06-28 10:08 Vadim A. Misbakh-Soloviov
2013-06-15 20:53 Vadim A. Misbakh-Soloviov
2013-06-15 8:57 Vadim A. Misbakh-Soloviov
2013-06-04 21:58 Vadim A. Misbakh-Soloviov
2013-06-04 21:55 Vadim A. Misbakh-Soloviov
2013-05-22 21:56 Vadim A. Misbakh-Soloviov
2013-04-09 22:51 Vadim A. Misbakh-Soloviov
2013-02-04 6:09 Vadim A. Misbakh-Soloviov
2012-08-10 1:02 Misbakh-Soloviev Vadim A.
2012-08-08 20:38 Misbakh-Soloviev Vadim A.
2012-08-05 2:04 Misbakh-Soloviev Vadim A.
2012-08-04 12:26 Misbakh-Soloviev Vadim A.
2012-07-27 9:23 Misbakh-Soloviev Vadim A.
2012-07-23 8:51 Misbakh-Soloviev Vadim A.
2012-07-13 17:56 Misbakh-Soloviev Vadim A.
2012-06-21 0:09 Misbakh-Soloviev Vadim A.
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1403591696.7797088109aeb5327f5367da33c6519ecc432948.mva@gentoo \
--to=mva@mva.name \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox