Gentoo Archives: gentoo-commits

From: "Vadim A. Misbakh-Soloviov" <mva@×××.name>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lua:master commit in: net-im/prosody-modules/, Documentation/scripts/
Date: Thu, 18 Feb 2016 13:23:26
Message-Id: 1455801788.c1975531954418a791d1b0e5445d315ba3411e6b.mva@gentoo
1 commit: c1975531954418a791d1b0e5445d315ba3411e6b
2 Author: Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
3 AuthorDate: Thu Feb 18 13:23:08 2016 +0000
4 Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
5 CommitDate: Thu Feb 18 13:23:08 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lua.git/commit/?id=c1975531
7
8 prosody-modules: bump
9
10 Signed-off-by: Vadim A. Misbakh-Soloviov <git <AT> mva.name>
11
12 Documentation/scripts/prosody-modules_bumper.lua | 2 +-
13 net-im/prosody-modules/metadata.xml | 7 ++-
14 net-im/prosody-modules/prosody-modules-9999.ebuild | 70 +++++++++++-----------
15 3 files changed, 40 insertions(+), 39 deletions(-)
16
17 diff --git a/Documentation/scripts/prosody-modules_bumper.lua b/Documentation/scripts/prosody-modules_bumper.lua
18 index ccba722..c74ef58 100755
19 --- a/Documentation/scripts/prosody-modules_bumper.lua
20 +++ b/Documentation/scripts/prosody-modules_bumper.lua
21 @@ -174,7 +174,7 @@ local inside=false;
22 for line in md_fd:lines() do
23 if line:match([[<use>]]) then
24 temp_fd:write(line);
25 - temp_fd:write(eol)
26 +-- temp_fd:write(eol)
27 inside=true;
28 elseif inside and (line:match([[</use>]])) then
29 inside=false;
30
31 diff --git a/net-im/prosody-modules/metadata.xml b/net-im/prosody-modules/metadata.xml
32 index a3319d7..e6d8af5 100644
33 --- a/net-im/prosody-modules/metadata.xml
34 +++ b/net-im/prosody-modules/metadata.xml
35 @@ -10,8 +10,6 @@
36 </maintainer>
37 <longdescription>Prosody IM server's community-writen modules</longdescription>
38 <use>
39 -
40 -
41 <flag name='addressing'>This module is a partial implementation of <a href="http://xmpp.org/extensions/xep-0033.html">XEP-0033: Extended Stanza Addressing</a>.</flag>
42 <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">XEP-0077</a> style password changing. In the future, it may provide other account management commands.</flag>
43 <flag name='adhoc_blacklist'>This module provides the <em>Edit Blacklist</em> ad-hoc command described in <a href="http://xmpp.org/extensions/xep-0133.html#edit-blacklist">XEP-0133</a> and also performs the actual blocking of incoming and outgoing server-to-server connections.</flag>
44 @@ -40,6 +38,7 @@
45 <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>
46 <flag name='benchmark_storage'>To benchmark <code>mod_storage_internal</code>:</flag>
47 <flag name='bidi'>This module implements <a href="http://xmpp.org/extensions/xep-0288.html">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>
48 + <flag name='block_outgoing'>No documentation yet :(</flag>
49 <flag name='block_registrations'>On a server with public registration it is usually desirable to prevent registration of certain &quot;reserved&quot; accounts, such as &quot;admin&quot;.</flag>
50 <flag name='block_s2s_subscriptions'>No documentation yet :(</flag>
51 <flag name='block_strangers'>No documentation yet :(</flag>
52 @@ -141,6 +140,8 @@
53 <flag name='password_policy'>No documentation yet :(</flag>
54 <flag name='pastebin'>Pastebins are used very often in IM, especially in chat rooms. You have a long log or command output which you need to send to someone over IM, and don't want to fill their message window with it. Put it on a pastebin site, and give them the URL instead, simple.</flag>
55 <flag name='pep_vcard_avatar'>This module pushes the users nickname and avatar from vCards into PEP, or into vCards from PEP. This allows interop between older clients that use <a href="http://xmpp.org/extensions/xep-0153.html">XEP-0153: vCard-Based Avatars</a> to see the avatars of clients that use <a href="http://xmpp.org/extensions/xep-0084.html">XEP-0084: User Avatar</a> and vice versa.</flag>
56 + <flag name='pinger'>No documentation yet :(</flag>
57 + <flag name='poke_strangers'>In order to build heuristics for which messages are spam, it is necessary to log as many details as possible about the spammers. This module sends a version and disco query whenever a message is received from a JID to a user it is not subscribed to. The results are printed to Prosody's log file at the 'info' level. Queried full JIDs are not queried again until Prosody restarts.</flag>
58 <flag name='post_msg'>Sometimes it's useful to have different interfaces to access XMPP.</flag>
59 <flag name='presence_cache'>This module stores presence from users contact even when they are offline, so that the client can see who is online faster when they sign in, and won't have to wait for remote servers to reply.</flag>
60 <flag name='privacy_lists'>Privacy lists are a flexible method for blocking communications.</flag>
61 @@ -180,7 +181,7 @@
62 <flag name='s2s_never_encrypt_blacklist'>Let's you stop Prosody from sending &lt;starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'&gt; feature to choppy/buggy servers which therefore would fail to re-negotiate and use a secure stream. (e.g. <a href="http://issues.igniterealtime.org/browse/OF-405">OpenFire 3.7.0</a>)</flag>
63 <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>
64 <flag name='s2s_whitelist'>No documentation yet :(</flag>
65 - <flag name='s2soutinjection'>No documentation yet :(</flag>
66 + <flag name='s2soutinjection'>This module is similar to <a href="/mod_srvinjection.html">mod_srvinjection</a> but less of an hack.</flag>
67 <flag name='saslauth_muc'>No documentation yet :(</flag>
68 <flag name='saslname'>This module implements <a href="http://xmpp.org/extensions/xep-0233.html">XEP-0233: Domain-Based Service Names in XMPP SASL Negotiation</a>.</flag>
69 <flag name='seclabels'>This module implements <a href="http://xmpp.org/extensions/xep-0258.htmla">XEP-0258: Security Labels in XMPP</a>.</flag>
70
71 diff --git a/net-im/prosody-modules/prosody-modules-9999.ebuild b/net-im/prosody-modules/prosody-modules-9999.ebuild
72 index 7e1c514..938e353 100644
73 --- a/net-im/prosody-modules/prosody-modules-9999.ebuild
74 +++ b/net-im/prosody-modules/prosody-modules-9999.ebuild
75 @@ -22,41 +22,41 @@ PROSODY_MODULES="
76 auth_custom_http auth_dovecot auth_external auth_ha1 auth_http_async
77 auth_imap auth_internal_yubikey auth_joomla auth_ldap auth_ldap2
78 auth_pam auth_phpbb3 auth_sql auth_wordpress auto_accept_subscriptions
79 - auto_activate_hosts benchmark_storage bidi block_registrations
80 - block_s2s_subscriptions block_strangers block_subscribes
81 - block_subscriptions blocking broadcast c2s_conn_throttle
82 - c2s_limit_sessions candy captcha_registration carbons carbons_adhoc
83 - carbons_copies checkcerts client_certs cloud_notify compact_resource
84 - compat_bind compat_dialback compat_muc_admin compat_vcard
85 - component_client component_roundrobin conformance_restricted couchdb csi
86 - csi_compat data_access default_bookmarks default_vcard delegation
87 - disable_tls discoitems dwd email_pass extdisco fallback_vcard
88 - filter_chatstates firewall flash_policy group_bookmarks host_blacklist
89 - host_guard http_altconnect http_dir_listing http_favicon http_index
90 - http_logging http_muc_log http_upload http_user_count idlecompat
91 - incidents_handling inotify_reload ipcheck isolate_host jid_prep
92 - json_streams lastlog latex lib_ldap limit_auth limits list_inactive
93 - listusers log_auth log_events log_mark log_messages_sql log_rate
94 - log_sasl_mech log_slow_events mam mam_adhoc mam_archive mam_muc mamsub
95 - manifesto measure_cpu measure_memory message_logging migrate
96 - motd_sequential muc_access_control muc_ban_ip muc_config_restrict
97 - muc_intercom muc_limits muc_log muc_log_http muc_restrict_rooms munin
98 - net_dovecotauth offline_email onhold onions openid password_policy
99 - pastebin pep_vcard_avatar post_msg presence_cache privacy_lists
100 - private_adhoc privilege proctitle profile proxy65_whitelist
101 - pubsub_eventsource pubsub_feeds pubsub_github pubsub_hub pubsub_mqtt
102 - pubsub_pivotaltracker pubsub_post pubsub_twitter query_client_ver
103 - rawdebug readonly register_json register_redirect register_web
104 - reload_modules remote_roster require_otr roster_allinall roster_command
105 - s2s_auth_compat s2s_auth_dane s2s_auth_fingerprint s2s_auth_monkeysphere
106 - s2s_blacklist s2s_idle_timeout s2s_keepalive s2s_keysize_policy
107 - s2s_log_certs s2s_never_encrypt_blacklist s2s_reload_newcomponent
108 - s2s_whitelist s2soutinjection saslauth_muc saslname seclabels
109 - secure_interfaces server_contact_info server_status service_directories
110 - sift smacks smacks_offline sms_clickatell srvinjection sslv3_warn
111 - stanza_counter statistics statistics_auth statistics_cputotal
112 - statistics_mem statistics_statsd statsd storage_gdbm storage_ldap
113 - storage_lmdb storage_memory storage_mongodb storage_muc_log
114 + auto_activate_hosts benchmark_storage bidi block_outgoing
115 + block_registrations block_s2s_subscriptions block_strangers
116 + block_subscribes block_subscriptions blocking broadcast
117 + c2s_conn_throttle c2s_limit_sessions candy captcha_registration carbons
118 + carbons_adhoc carbons_copies checkcerts client_certs cloud_notify
119 + compact_resource compat_bind compat_dialback compat_muc_admin
120 + compat_vcard component_client component_roundrobin
121 + conformance_restricted couchdb csi csi_compat data_access
122 + default_bookmarks default_vcard delegation disable_tls discoitems dwd
123 + email_pass extdisco fallback_vcard filter_chatstates firewall
124 + flash_policy group_bookmarks host_blacklist host_guard http_altconnect
125 + http_dir_listing http_favicon http_index http_logging http_muc_log
126 + http_upload http_user_count idlecompat incidents_handling inotify_reload
127 + ipcheck isolate_host jid_prep json_streams lastlog latex lib_ldap
128 + limit_auth limits list_inactive listusers log_auth log_events log_mark
129 + log_messages_sql log_rate log_sasl_mech log_slow_events mam mam_adhoc
130 + mam_archive mam_muc mamsub manifesto measure_cpu measure_memory
131 + message_logging migrate motd_sequential muc_access_control muc_ban_ip
132 + muc_config_restrict muc_intercom muc_limits muc_log muc_log_http
133 + muc_restrict_rooms munin net_dovecotauth offline_email onhold onions
134 + openid password_policy pastebin pep_vcard_avatar pinger poke_strangers
135 + post_msg presence_cache privacy_lists private_adhoc privilege proctitle
136 + profile proxy65_whitelist pubsub_eventsource pubsub_feeds pubsub_github
137 + pubsub_hub pubsub_mqtt pubsub_pivotaltracker pubsub_post pubsub_twitter
138 + query_client_ver rawdebug readonly register_json register_redirect
139 + register_web reload_modules remote_roster require_otr roster_allinall
140 + roster_command s2s_auth_compat s2s_auth_dane s2s_auth_fingerprint
141 + s2s_auth_monkeysphere s2s_blacklist s2s_idle_timeout s2s_keepalive
142 + s2s_keysize_policy s2s_log_certs s2s_never_encrypt_blacklist
143 + s2s_reload_newcomponent s2s_whitelist s2soutinjection saslauth_muc
144 + saslname seclabels secure_interfaces server_contact_info server_status
145 + service_directories sift smacks smacks_offline sms_clickatell
146 + srvinjection sslv3_warn stanza_counter statistics statistics_auth
147 + statistics_cputotal statistics_mem statistics_statsd statsd storage_gdbm
148 + storage_ldap storage_lmdb storage_memory storage_mongodb storage_muc_log
149 storage_multi storage_xmlarchive streamstats strict_https
150 support_contact swedishchef tcpproxy telnet_tlsinfo throttle_presence
151 tls_policy turncredentials twitter uptime_presence vjud watchuntrusted