* [gentoo-commits] dev/mrueg:master commit in: profiles/desc/
@ 2015-08-30 16:13 Manuel Rüger
0 siblings, 0 replies; 11+ messages in thread
From: Manuel Rüger @ 2015-08-30 16:13 UTC (permalink / raw
To: gentoo-commits
commit: e51eab5e569a89140f41b706604ba86d58172976
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 16:12:54 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 16:12:54 2015 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=e51eab5e
profiles: Update prosody modules
profiles/desc/prosody_modules.desc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/profiles/desc/prosody_modules.desc b/profiles/desc/prosody_modules.desc
index cec804d..5656f7e 100644
--- a/profiles/desc/prosody_modules.desc
+++ b/profiles/desc/prosody_modules.desc
@@ -79,6 +79,7 @@ http_dir_listing - This module generates directory listings when invoked by pros
http_favicon - This simple module serves a favicon.ico from prosodys HTTP server and nothing else.
http_index - Generates an index of local HTTP apps.
http_muc_log - This module provides a built-in web interface to view chatroom logs stored by prosody_modules_mam_muc.
+http_upload - Implementation of HTTP Upload file transfer mechanism used by Conversations
http_user_count - HTTP module to report the current number of online users or sessions.
idlecompat - This module adds XEP-0319 idle tags to presence stanzas containing XEP-0012: Last Activity tags for idle indication (e.g. supported by libpurple clients). It works on outgoing and incoming presence stanzas.
incidents_handling - This module implements XEP-0268: Incident reporting among XMPP server deployments.
@@ -178,6 +179,7 @@ server_status - This module fetches the current status of configured hosts and/o
service_directories - XEP-0309: Service Directories.
sift - SIFT is a technology to allow clients to filter incoming traffic on the server. This helps save bandwidth, etc.
smacks - By default XMPP is as reliable as your network is. Unfortunately in some cases that is not very reliable - in some network conditions disconnects can be frequent and message loss can occur.
+smacks_offline - Monkeypatch mod_smacks to send unacked messages to offline storage IFF there was only one session
sms_clickatell - This module provides and SMS gateway component which uses the Clickatell HTTP API to deliver text messages. See clickatell.com for details on their services. Note that at present, this is entirely one way: replies will either go nowhere or as sms to the source number you specify.
srvinjection - This Prosody plugin lets you manually override SRV records used for a remote host.
sslv3_warn - Notice users connected with SSLv3 that they need to upgrade becasue SSLv3 is insecure.
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] dev/mrueg:master commit in: profiles/desc/
@ 2015-09-11 14:21 Manuel Rüger
0 siblings, 0 replies; 11+ messages in thread
From: Manuel Rüger @ 2015-09-11 14:21 UTC (permalink / raw
To: gentoo-commits
commit: 5ded56834c803d41b6c223c981042895683fbfd7
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 14:21:00 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 14:21:00 2015 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=5ded5683
profiles: Remove dropped prosody modules.
profiles/desc/prosody_modules.desc | 2 --
1 file changed, 2 deletions(-)
diff --git a/profiles/desc/prosody_modules.desc b/profiles/desc/prosody_modules.desc
index 5656f7e..9416980 100644
--- a/profiles/desc/prosody_modules.desc
+++ b/profiles/desc/prosody_modules.desc
@@ -105,8 +105,6 @@ mam - Implementation of XEP-0313: Message Archive Management.
mam_adhoc - This module complements mod_mam by allowing clients to change archiving preferences through an Ad-hoc command.
mam_archive - Implementation of XEP-0136: Message Archiving for prosody_modules_mam.
mam_muc - This module logs the conversation of chatrooms running on the server to Prosody's archive storage. To access them you will need a client with support for XEP-0313: Message Archive Management or a module such as prosody_modules_http_muc_log.
-mam_muc_sql - SQL variant of prosody_modules_mam_muc.
-mam_sql - Implementation of (an older version of) XEP-0313: Message Archive Management backed by a SQL database. Like prosody_modules_mam, but using SQL.
mamsub - Experimental implementation of MAM subscriptions
manifesto - This module informs users about the XMPP Test day and whether their contacts are affected.
measure_cpu - Collect CPU usage statistic
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] dev/mrueg:master commit in: profiles/desc/
@ 2015-10-01 22:07 Manuel Rüger
0 siblings, 0 replies; 11+ messages in thread
From: Manuel Rüger @ 2015-10-01 22:07 UTC (permalink / raw
To: gentoo-commits
commit: 6fb505f916f52a83cc41708fe420880d521b48c7
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 1 22:07:04 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Oct 1 22:07:04 2015 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=6fb505f9
profiles: Update prosody modules
profiles/desc/prosody_modules.desc | 1 +
1 file changed, 1 insertion(+)
diff --git a/profiles/desc/prosody_modules.desc b/profiles/desc/prosody_modules.desc
index 9416980..1851b04 100644
--- a/profiles/desc/prosody_modules.desc
+++ b/profiles/desc/prosody_modules.desc
@@ -78,6 +78,7 @@ http_altconnect - XEP-0156: Discovering Alternative XMPP Connection Methods.
http_dir_listing - This module generates directory listings when invoked by prosody_modules_http_files.
http_favicon - This simple module serves a favicon.ico from prosodys HTTP server and nothing else.
http_index - Generates an index of local HTTP apps.
+http_logging - Produces HTTP logs in the style of Apache
http_muc_log - This module provides a built-in web interface to view chatroom logs stored by prosody_modules_mam_muc.
http_upload - Implementation of HTTP Upload file transfer mechanism used by Conversations
http_user_count - HTTP module to report the current number of online users or sessions.
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] dev/mrueg:master commit in: profiles/desc/
@ 2015-10-11 12:58 Manuel Rüger
0 siblings, 0 replies; 11+ messages in thread
From: Manuel Rüger @ 2015-10-11 12:58 UTC (permalink / raw
To: gentoo-commits
commit: 08b8c0c99bada94d474d87e06b1374114478da1c
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 12:57:34 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 12:57:34 2015 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=08b8c0c9
profiles: Add prosody module description.
profiles/desc/prosody_modules.desc | 1 +
1 file changed, 1 insertion(+)
diff --git a/profiles/desc/prosody_modules.desc b/profiles/desc/prosody_modules.desc
index 1851b04..0c86626 100644
--- a/profiles/desc/prosody_modules.desc
+++ b/profiles/desc/prosody_modules.desc
@@ -68,6 +68,7 @@ discoitems - This Prosody plugin lets you manually override the service discover
dwd - This module implements an optimization of the Dialback protocol, by skipping the dialback step for servers presenting a valid certificate.
email_pass - This module aims to help in the procedure of user password restoration. To start the restoration, the user must go to an URL provided by this module, fill the JID and email and submit the request.
extdisco - XEP-0215: External Service Discovery
+fallback_vcard - Generates missing vcards from a template
filter_chatstates - Removes chat states from messages to inactive (per CSI) sessions.
firewall - A firewall is an invaluable tool in the sysadmin's toolbox. However while low-level firewalls such as iptables and pf are incredibly good at what they do, they are generally not able to handle application-layer rules.
flash_policy - This Prosody plugin adds support for flash socket policies. When connecting with a flash client (from a webpage, not an exe) to prosody the flash client requests for an xml "file" on port 584 or the connecting port (5222 in the case of default xmpp). Responding on port 584 is tricky because it requires root priviliges to set up a socket on a port smaller than 1024.
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] dev/mrueg:master commit in: profiles/desc/
@ 2015-12-26 23:52 Manuel Rüger
0 siblings, 0 replies; 11+ messages in thread
From: Manuel Rüger @ 2015-12-26 23:52 UTC (permalink / raw
To: gentoo-commits
commit: 66e9fc6329efbfc92b7309f73f6499c9c84127fe
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 26 23:52:17 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 23:52:17 2015 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=66e9fc63
profiles: Drop removed prosody module from desc
profiles/desc/prosody_modules.desc | 1 -
1 file changed, 1 deletion(-)
diff --git a/profiles/desc/prosody_modules.desc b/profiles/desc/prosody_modules.desc
index 8248482..9b061fc 100644
--- a/profiles/desc/prosody_modules.desc
+++ b/profiles/desc/prosody_modules.desc
@@ -141,7 +141,6 @@ proxy65_whitelist - Limit which file transfer users can use.
pubsub_eventsource - Server-Sent Events is a simple HTTP/line-based protocol supported in HTML5, making it easy to receive a stream of "events" in realtime using the Javascript EventSource API.
pubsub_feeds - This module allows Prosody to fetch Atom and RSS feeds for you, and push new results to subscribers over XMPP.
pubsub_github - This module accepts Github web hooks and publishes them to a local pubsub component for XMPP clients to subscribe to.
-pubsub_googlecode - Module to receive post-commit webhook requests from Google Code Hosting.
pubsub_hub - This module implements a PubSubHubbub (PuSH) hub, allowing PuSH clients to subscribe to local XMPP Publish-Subscribe XEP-0060 nodes stored by prosody_modules_pubsub.
pubsub_mqtt - 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.
pubsub_pivotaltracker - Accept activity notifications from Pivotal Tracker web hooks and relay them to a pubsub node.
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] dev/mrueg:master commit in: profiles/desc/
@ 2016-01-13 20:49 Manuel Rüger
0 siblings, 0 replies; 11+ messages in thread
From: Manuel Rüger @ 2016-01-13 20:49 UTC (permalink / raw
To: gentoo-commits
commit: bdc8911ce5f659aaf046fa56c3a2a7af70c5f0c2
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 13 20:49:13 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Jan 13 20:49:13 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=bdc8911c
profiles: Update description for prosody modules
profiles/desc/prosody_modules.desc | 1 +
1 file changed, 1 insertion(+)
diff --git a/profiles/desc/prosody_modules.desc b/profiles/desc/prosody_modules.desc
index 9b061fc..9ac8ba5 100644
--- a/profiles/desc/prosody_modules.desc
+++ b/profiles/desc/prosody_modules.desc
@@ -34,6 +34,7 @@ auto_activate_hosts - By default Prosody does not automatically activate/deactiv
benchmark_storage - A storage benchmark run through prosodyctl
bidi - 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).
blocking - Privacy lists are a widely implemented protocol for instructing your server on blocking communications with selected users and services.
+block_outgoing - Module to block all outgoing stanzas from a list of users.
block_registrations - On a server with public registration it is usually desirable to prevent registration of certain "reserved" accounts, such as "admin".
block_s2s_subscriptions - Module to block incoming presence subscriptions from non-contacts on selected remote hosts.
block_strangers - Module to block message and iqs from people not on your roster.
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] dev/mrueg:master commit in: profiles/desc/
@ 2016-02-02 18:25 Manuel Rüger
0 siblings, 0 replies; 11+ messages in thread
From: Manuel Rüger @ 2016-02-02 18:25 UTC (permalink / raw
To: gentoo-commits
commit: 5a4a0849b4271a09a0d5c1fa395ee8c92aabb1f6
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 2 18:23:08 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Feb 2 18:23:08 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=5a4a0849
profiles: Add new prosody module
profiles/desc/prosody_modules.desc | 1 +
1 file changed, 1 insertion(+)
diff --git a/profiles/desc/prosody_modules.desc b/profiles/desc/prosody_modules.desc
index 9ac8ba5..e7f8579 100644
--- a/profiles/desc/prosody_modules.desc
+++ b/profiles/desc/prosody_modules.desc
@@ -132,6 +132,7 @@ openid - OpenID is an decentralized authentication mechanism for the Web. mod_o
password_policy - Password policy enforcement for Prosody.
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.
pep_vcard_avatar - Syncs avatars between PEP and vCard.
+pinger - Ping clients regularly to mark them offline if they don't respond
post_msg - Sometimes it's useful to have different interfaces to access XMPP.
privacy_lists - Privacy lists are a flexible method for blocking communications.
private_adhoc - This is a very simple module which implements an adhoc commant toretrieves the users private XML data.
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] dev/mrueg:master commit in: profiles/desc/
@ 2016-03-02 22:20 Manuel Rüger
0 siblings, 0 replies; 11+ messages in thread
From: Manuel Rüger @ 2016-03-02 22:20 UTC (permalink / raw
To: gentoo-commits
commit: e061ceac19090b3bf523b6a68a53b64008c83aff
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 2 22:19:55 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Mar 2 22:19:55 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=e061ceac
profiles: Add new prosody module
profiles/desc/prosody_modules.desc | 1 +
1 file changed, 1 insertion(+)
diff --git a/profiles/desc/prosody_modules.desc b/profiles/desc/prosody_modules.desc
index e7f8579..ec301b2 100644
--- a/profiles/desc/prosody_modules.desc
+++ b/profiles/desc/prosody_modules.desc
@@ -88,6 +88,7 @@ http_user_count - HTTP module to report the current number of online users or se
idlecompat - This module adds XEP-0319 idle tags to presence stanzas containing XEP-0012: Last Activity tags for idle indication (e.g. supported by libpurple clients). It works on outgoing and incoming presence stanzas.
incidents_handling - This module implements XEP-0268: Incident reporting among XMPP server deployments.
inotify_reload - Reloads modules when their files change.
+invite - Allow users to invite new users.
ipcheck - Sometimes for various reasons a client might want to know its IP address as it appears to the server. XEP-0279 allows the client to ask the server for the IP address it is connected from.
isolate_host - In some environments it is desirable to isolate one or more hosts, and prevent communication with external, or even other internal domains.
jid_prep - This is a plugin that implements the JID prep protocol.
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] dev/mrueg:master commit in: profiles/desc/
@ 2016-03-06 20:22 Manuel Rüger
0 siblings, 0 replies; 11+ messages in thread
From: Manuel Rüger @ 2016-03-06 20:22 UTC (permalink / raw
To: gentoo-commits
commit: a655ac07d1b3970203892e9b66c88cb8a477404f
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 6 20:21:37 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Mar 6 20:21:37 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=a655ac07
profiles: Update prosody modules
profiles/desc/prosody_modules.desc | 1 +
1 file changed, 1 insertion(+)
diff --git a/profiles/desc/prosody_modules.desc b/profiles/desc/prosody_modules.desc
index ec301b2..d7fe046 100644
--- a/profiles/desc/prosody_modules.desc
+++ b/profiles/desc/prosody_modules.desc
@@ -193,6 +193,7 @@ statistics_cputotal - Module that collects accumulated CPU usage statistics.
statistics_mem - Module that collects memory usage stats from /proc.
statistics_statsd - Module for pushing from util.statistics (0.10) to statsd.
statsd - Log common stats to statsd.
+storage_appendmap - Experimental map store optimized for small incremental changes
storage_gdbm - Storage backend based on lgdbm.
storage_ldap - See prosody_modules_lib_ldap for more information.
storage_lmdb - Storage module using Lightning Memory-Mapped Database
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] dev/mrueg:master commit in: profiles/desc/
@ 2016-03-16 23:48 Manuel Rüger
0 siblings, 0 replies; 11+ messages in thread
From: Manuel Rüger @ 2016-03-16 23:48 UTC (permalink / raw
To: gentoo-commits
commit: 62c4d6ee2936e386cab6afdedb8d38e04a0055a4
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 23:45:13 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 23:45:13 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=62c4d6ee
profiles: Add new prosody modules
profiles/desc/prosody_modules.desc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/profiles/desc/prosody_modules.desc b/profiles/desc/prosody_modules.desc
index d7fe046..dbd2d75 100644
--- a/profiles/desc/prosody_modules.desc
+++ b/profiles/desc/prosody_modules.desc
@@ -209,7 +209,9 @@ swedishchef - This module does some conversions on message bodys passed through
tcpproxy - It happens occasionally that I would like to use the XMPP server as a generic proxy for connecting to another service. It is especially awkward in some environments, and impossible in (for example) Javascript inside a web browser.
telnet_tlsinfo - This module adds two commands to the telnet console, c2s:showtls() and s2s:showtls(). These commands shows TLS parameters, such as ciphers and key agreement protocols, of all c2s or s2s connections.
throttle_presence - For most people 'presence' (status changes) of contacts make up most of the traffic received by their client. However much of the time it is not essential to have highly accurate presence information.
+throttle_unsolicited - Limit rate of outgoing unsolicited messages
tls_policy - Enforce per-host TLS parameter policies.
+track_muc_joins - Keep track of joined chat rooms
turncredentials - XEP-0215 implementation for time-limited turn credentials.
twitter - Twitter has simple API to use, so I tried to deal with it via Prosody. I didn't manage to finish this module, but it is nice example of component that accepts registrations, unregistrations, does HTTP polling and so on. Maybe someone will finnish this idea.
uptime_presence - Indicates uptime by replying to probes with delay-stamped presence.
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] dev/mrueg:master commit in: profiles/desc/
@ 2016-04-03 21:24 Manuel Rüger
0 siblings, 0 replies; 11+ messages in thread
From: Manuel Rüger @ 2016-04-03 21:24 UTC (permalink / raw
To: gentoo-commits
commit: 388d2216e61cfb180ec2f2d66342dfb2fd654bdb
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 3 21:22:36 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Apr 3 21:22:36 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=388d2216
profiles: Add prosody module
profiles/desc/prosody_modules.desc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/profiles/desc/prosody_modules.desc b/profiles/desc/prosody_modules.desc
index dbd2d75..97723c5 100644
--- a/profiles/desc/prosody_modules.desc
+++ b/profiles/desc/prosody_modules.desc
@@ -135,12 +135,13 @@ pastebin - Pastebins are used very often in IM, especially in chat rooms. You ha
pep_vcard_avatar - Syncs avatars between PEP and vCard.
pinger - Ping clients regularly to mark them offline if they don't respond
post_msg - Sometimes it's useful to have different interfaces to access XMPP.
+presence_dedup - Presence deduplication module
privacy_lists - Privacy lists are a flexible method for blocking communications.
private_adhoc - This is a very simple module which implements an adhoc commant toretrieves the users private XML data.
privilege - XEP-0356 (Privileged Entity)
proctitle - Changes the process name to 'prosody' rather than 'lua'/'lua5.1'
profile - This module provides a replacement for mod_vcard. In addition to the ageing protocol defined by XEP-0054, it also supports the XEP-0292: new vCard 4 based protocol and integrates with XEP-0163: Personal Eventing Protocol. The vCard 4, XEP-0084: User Avatar and XEP-0172: User Nickname PEP nodes are updated when the vCard is changed.
-proxy65_whitelist - Limit which file transfer users can use.
+proxy65_whitelist - Limit which file transfer users can use.
pubsub_eventsource - Server-Sent Events is a simple HTTP/line-based protocol supported in HTML5, making it easy to receive a stream of "events" in realtime using the Javascript EventSource API.
pubsub_feeds - This module allows Prosody to fetch Atom and RSS feeds for you, and push new results to subscribers over XMPP.
pubsub_github - This module accepts Github web hooks and publishes them to a local pubsub component for XMPP clients to subscribe to.
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2016-04-03 21:24 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-02 18:25 [gentoo-commits] dev/mrueg:master commit in: profiles/desc/ Manuel Rüger
-- strict thread matches above, loose matches on Subject: below --
2016-04-03 21:24 Manuel Rüger
2016-03-16 23:48 Manuel Rüger
2016-03-06 20:22 Manuel Rüger
2016-03-02 22:20 Manuel Rüger
2016-01-13 20:49 Manuel Rüger
2015-12-26 23:52 Manuel Rüger
2015-10-11 12:58 Manuel Rüger
2015-10-01 22:07 Manuel Rüger
2015-09-11 14:21 Manuel Rüger
2015-08-30 16:13 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox