Community Modules


8e686bf63441 mod_net_dovecotauth: Rename variable to avoid name clash [luacheck] Kim Alvefur
20f9d7150777 mod_net_dovecotauth: Make variable local [luacheck] Kim Alvefur
17539a5d73f4 mod_net_dovecotauth: Import util.pposix [luacheck] Kim Alvefur
f3fc2b672df3 mod_net_dovecotauth: Replace missing buffer lib with simpler string based buffering Kim Alvefur
dc30ca5ce315 mod_csi_pump: Lossless CSI mode Kim Alvefur
51cf82d36a8a mod_candy: Add support for enabling Candy debug mode from Prosodys config Kim Alvefur
f36a6dcc05ef mod_candy: Add note about redirect from /candy to /candy/ not being necessary anymore Kim Alvefur
7d86018a6394 mod_candy/README: Link to HTTP configuration info Kim Alvefur
56bab95e57f0 mod_candy: If no room list is set, try to find a MUC domain and guess a room name of 'candy' Kim Alvefur
36ffe9d11132 mod_candy: Add config option for a list of rooms to join Kim Alvefur
c9372cfac3b7 mod_candy: Break out connect path into a function Kim Alvefur
1f7f66272f73 mod_sms_clickatell: Fix event handler signature (fixes #814) Kim Alvefur
366fadb5c6e5 mod_persisthosts: Fire an event to allow other modules a chance to write to the new config file Kim Alvefur
c563f4d64302 mod_persisthosts: Module that dynamically creates stub configuration files for dynamically activated hosts Kim Alvefur
e822900c87d4 mod_http_upload: Correctly attach extended error information Kim Alvefur
3e9f9cef9c0e mod_http_upload: Add missing semicolon Kim Alvefur
7f9ff36dc8d5 mod_http_upload: Update for size limit error reporting change in XEP-0363 v0.2 (fixes #813) Kim Alvefur
b2a198665946 mod_auth_http_async: Log URL when testing password JC Brand
68ebc52222dc Log URL called by http_roster_admin JC Brand
7814a5c7fee8 mod_candy: Provide websocket URI if mod_websocket is loaded, fall back to BOSH Kim Alvefur
1f7820f68868 mod_auth_any: Remove unused imports Kim Alvefur
a528627e45ab mod_auth_any: Remove provider constructor, it's only called once anyways Kim Alvefur
75be377b74ea mod_auth_any: Ignore unused arguments, useful to show what arguments are given Kim Alvefur
a01a3fb96302 mod_measure_memory: Module is global, no need for a global hook Kim Alvefur
05248d5a7166 mod_delay: Only add delay to messages of type chat or groupchat (fixes #811) tmolitor
a43242289fce mod_presence_dedup/README: Add 'Alpha' label since this module is highly experimental and will break things Kim Alvefur
1908e7aefca9 mod_http_stats_stream/example.html: Update path to reflect last minute rename Kim Alvefur
47a6f01231b2 mod_http_stats_stream: Sends statistics from statsmanager over an HTTP event stream Kim Alvefur
623e23190c3e mod_storage_appendmap: Escape Lua keywords Kim Alvefur
a2625a36c092 mod_storage_appendmap: Fix pattern meant to match valid Lua Names so such are escaped correctly Kim Alvefur
0b3c7b03cb90 mod_mam_muc: Use is_stanza from util.stanza if available Kim Alvefur
06e3b0ef8bdf mod_mam_muc: Remove TODO about logging presence since it can do that already Kim Alvefur
e5795f5f7a7b mod_mam_muc: More room JID variable renaming for more consistency Kim Alvefur
deedb77c4f96 mod_mam_muc: Rename room and room JID variables for consistency Kim Alvefur
26c68a5f432f mod_statsd: Import bare_sessions from the prosody global, using it as a global directly is deprecated Kim Alvefur
27ffa6521d4e mod_s2s_keysize_policy: Lower log message to a warning since it is not really a fatal error Kim Alvefur
1b6027ef5191 mod_pubsub_feeds: Load config option once Kim Alvefur
57235bce06fc mod_pubsub_feeds: Always approve unsubscription from unknown feeds Kim Alvefur
a9add2d1adf5 mod_pubsub_feeds: Log pushes for unknown feeds to aid in manual unsubscription from them Kim Alvefur
309db11494c2 mod_storage_xmlarchive: Use util.stanza.is_stanza if available Kim Alvefur
045d594a3707 mod_block_strangers: Check that the table of directed presence exists before indexing it (fixes traceback) Kim Alvefur
ef95853cf900 mod_firewall: More semicolons Kim Alvefur
5e7badecf7fe mod_smacks: Check if a session is an authenticated c2s session by looking for a username (fix for change in 0.10 9f70d35a1602) Kim Alvefur
ade918cd9ca7 mod_firewall: Only call rostermanager if username is available (fixes #796) Kim Alvefur
07d7036040ee mod_firewall: Insert semicolons after some statements to prevent ambiguous syntax in output (fixes #797) Kim Alvefur
97b4229982f5 mod_mam_muc: Remove some debug logging Kim Alvefur
b64c0150d663 mod_profile: Add warning and debug logging in order to catch a weird event Kim Alvefur
9159f9166893 mod_firewall: Use the sender bare JID instead of 'to' for stanzas to self Kim Alvefur
e327b06b9a1b mod_track_muc_joins/README: Mention how the 210 status code for when the room rewrites the users nickname is not yet handled Kim Alvefur
898e70e85185 mod_firewall/README: Document SUBSCRIBED Kim Alvefur
b426f1d46938 mod_track_muc_joins/README: Add some example code Kim Alvefur
9d132153d786 mod_log_messages: Add assert() to detect errors creating SQL table Matthew Wild
be08b65f2855 mod_log_messages_sql: In 0.10ish, use 'messages' as default table name, override using 'log_messages_sql_table' if needed Matthew Wild
a216be9b1d6e mod_log_messages_sql/README: Point out incompatibility with 0.10 Kim Alvefur
7bce126bf60c mod_storage_xmlarchive: Skip remaining dates correctly (fixes #790) Kim Alvefur
9af2d36567a8 mod_firewall: Allow conditions to end with a question mark Kim Alvefur
f96bdfd81eba mod_firewall: SUBSCRIBED - condition that is true if the receiver of a stanza is subscribed to the sender Kim Alvefur
2040330586e4 mod_firewall: Split import of rostermanager into its own dependency Kim Alvefur
7a1625a84624 mod_pubsub_feeds: Ask for leases that expire after one day (Years after testing this module, I was still subscribed to a GNU Social instance) Kim Alvefur
bd3a1df128a4 Add documentation for mod_block_outgoing Michael Vetter