Software /
code /
prosody-modules
Graph
-
share_v2.php: Remove content-disposition if mime type is set2018-07-02, by Matthew Wild
-
share_v2.php: Add error logging2018-07-02, by Matthew Wild
-
share_v2.php: Fix syntax errors2018-07-02, by Matthew Wild
-
share_v2.php: Fix array keys2018-07-02, by Matthew Wild
-
mod_pubsub_stats: Include namespace on pubsub items (fixes use with trunk)2018-07-02, by Kim Alvefur
-
mod_statistics_statsman/README: Fix typo in link2018-06-28, by Kim Alvefur
-
mod_statistics_statsman: Streaming access to statsmanager2018-06-28, by Kim Alvefur
-
mod_pubsub_stats: Remove unused import of util.datetime2018-06-28, by Kim Alvefur
-
mod_pubsub_stats: Add a brief README2018-06-28, by Kim Alvefur
-
mod_s2s_whitelist: Add a README2018-06-28, by Kim Alvefur
-
mod_s2s_blacklist: Add a README2018-06-28, by Kim Alvefur
-
mod_pubsub_post/README: Describe what happens to different data types2018-06-27, by Kim Alvefur
-
mod_pubsub_post/README: Affiliation management in trunk now2018-06-27, by Kim Alvefur
-
mod_pubsub_post: Rename README so it gets picked up by the site generator2018-06-27, by Kim Alvefur
-
mod_smacks: Reduce unacked stanza log message from warn->debug2018-06-26, by Matthew Wild
-
mod_prometheus: Expose min, max and average when available.2018-06-25, by Emmanuel Gil Peyrot
-
mod_slack_webhooks: Add a special webhook target for debugging2018-06-03, by Kim Alvefur
-
mod_slack_webhooks: Forward info about clicked button to hook2018-06-03, by Kim Alvefur
-
mod_slack_webhooks: Add support for buttons2018-06-03, by Kim Alvefur
-
mod_muc_badge/README: Add a possible future thing to do2018-06-23, by Kim Alvefur
-
mod_muc_badge/README: Fix typo in examlpe URL2018-06-23, by Kim Alvefur
-
mod_muc_badge/README: More words2018-06-23, by Kim Alvefur
-
mod_muc_badge/README: Fix prematurely committed text2018-06-23, by Kim Alvefur
-
mod_muc_badge: Generates a SVG badge with the number of occupants in rooms2018-06-23, by Kim Alvefur
-
mod_pastebin: Remove reference to removed header table2018-06-23, by Kim Alvefur
-
mod_pastebin: Prevent header table form being mutated2018-06-23, by Kim Alvefur
-
mod_prometheus: Fetch statistics at every request.2018-06-22, by Emmanuel Gil Peyrot
-
mod_measure_message_e2ee: Get statistics about message encryption status.2018-06-22, by Emmanuel Gil Peyrot
-
mod_measure_client_identities: Report 0 instead of the previous value when no client with that identity is left.2018-06-22, by Emmanuel Gil Peyrot
-
mod_measure_client_identities: Collect statistics about client identities.2018-06-21, by Emmanuel Gil Peyrot
-
mod_prometheus: Move timestamp generation to the stats-update event.2018-06-21, by Emmanuel Gil Peyrot
-
mod_prometheus: Put the name as a label, which fits better the usual Prosody model.2018-06-21, by Emmanuel Gil Peyrot
-
mod_prometheus: Add my copyright.2018-06-21, by Emmanuel Gil Peyrot
-
mod_prometheus: Change the storage model for one which matches Prometheus better.2018-06-21, by Emmanuel Gil Peyrot
-
mod_munin: Allow names containing any number of “:”.2018-06-21, by Emmanuel Gil Peyrot
-
mod_munin: Don’t use host when it is nil.2018-06-21, by Emmanuel Gil Peyrot
-
mod_prometheus: Optimise global lookups.2018-06-21, by Emmanuel Gil Peyrot
-
mod_prometheus: Don’t shadow variables. [luacheck]2018-06-21, by Emmanuel Gil Peyrot
-
mod_prometheus: Prefix metric names with "prosody_".2018-06-21, by Emmanuel Gil Peyrot
-
mod_prometheus: Add a new statistics export module, for Prometheus.2018-06-21, by Emmanuel Gil Peyrot
-
mod_minimix: Set full JID when dumping cached stanzas2018-06-19, by Kim Alvefur
-
mod_minimix: Handle having received no presence (should not happen)2018-06-19, by Kim Alvefur
-
mod_minimix: Don't consider oneself fully joined until subject message2018-06-19, by Kim Alvefur
-
mod_minimix/README: Doesn't handle incoming kicks yet2018-06-19, by Kim Alvefur
-
mod_minimix: Drop presence updates for now (may be treated as GC 1.0 joins)2018-06-19, by Kim Alvefur
-
mod_minimix: Handle missing subject2018-06-19, by Kim Alvefur
-
mod_minimix: Change data model2018-06-19, by Kim Alvefur
-
mod_lastlog: Split Values into Type/Default. (documentation)2018-06-17, by Emmanuel Gil Peyrot
-
mod_auth_oauthbearer: expand intro to mention when/how you'd use this2018-06-14, by JC Brand
-
Remove debugging helpers and clean up a little2018-06-14, by JC Brand
-
mod_sasl_oauthbearer and mod_auth_oauthbearer2018-06-13, by JC Brand
-
mod_pinger: work around updates on stale sessions2018-06-13, by Georg Lukas
-
mod_server_contact_info: Remove2018-06-09, by Kim Alvefur
-
mod_cache_c2s_caps: Fix traceback on invalid payload in disco#info result.2018-06-08, by Emmanuel Gil Peyrot
-
mod_smacks: Convert max number into a string before inserting it into a stanza.2018-06-08, by Emmanuel Gil Peyrot
-
mod_csi_battery_saver: flush queue on smacks resume instead of smacks hibernation2018-06-08, by tmolitor
-
mod_cloud_notify: inform mod_smacks of first push in hibernated state2018-06-08, by tmolitor
-
mod_smacks: defer timeouts for push enabled clients2018-06-08, by tmolitor
-
mod_auto_answer_disco_info: Don’t traceback on iqs coming from mod_muc.2018-06-08, by Emmanuel Gil Peyrot
-
mod_inject_ecaps2: Inject the <c/> element in the presence, not util.hashes.2018-06-08, by Emmanuel Gil Peyrot
-
mod_smacks: send maximum resumption timeout to client2018-06-07, by Jonas Wielicki
-
Neuter 0198 from mod_pinger, fix #7122018-06-06, by Georg Lukas
-
mod_client_proxy: extend readme2018-06-03, by Jonas Wielicki
-
mod_client_proxy: fix warnings2018-06-03, by Jonas Wielicki
-
mod_pubsub_post: Add a README2018-06-03, by Kim Alvefur
-
mod_pastebin: Off-by-one, the hardest problem known to man2018-06-03, by Kim Alvefur
-
mod_client_proxy: a Jabber Address Translation implementation2018-06-03, by Jonas Wielicki
-
mod_slack_webhooks: Fix error handling for JSON parsing2018-06-02, by Kim Alvefur
-
mod_slack_webhooks: Fix handling of form-urlencoded2018-06-02, by Kim Alvefur
-
mod_slack_webhooks: Reduce scope of variable2018-06-02, by Kim Alvefur
-
mod_slack_webhooks: Split long line to improve readability [luacheck]2018-06-02, by Kim Alvefur
-
mod_slack_webhooks: Rename variables no avoid name clash [luacheck]2018-06-02, by Kim Alvefur
-
mod_slack_webhooks: Remove unused locals [luacheck]2018-06-02, by Kim Alvefur
-
mod_storage_memory: Fix removal of data in keyvalue (thanks jonasw)2018-06-02, by Kim Alvefur
-
mod_cloud_notify: fix link to business rules description2018-06-02, by tmolitor
-
mod_cloud_notify: last cleanup2018-06-02, by tmolitor
-
mod_cloud_notify: more cleanup2018-06-02, by tmolitor
-
mod_cloud_notify: Some more cleanup2018-06-02, by tmolitor
-
mod_cloud_notify: Some readme cleanup2018-06-02, by tmolitor
-
mod_cloud_notify: Don't change table while iterating it2018-06-02, by tmolitor
-
mod_http_avatar: Add caching support.2018-06-01, by Emmanuel Gil Peyrot
-
mod_http_avatar: Remove unused variable. [luacheck]2018-06-01, by Emmanuel Gil Peyrot
-
mod_http_avatar: Add a module to serve vCard-temp avatars over HTTP.2018-06-01, by Emmanuel Gil Peyrot
-
mod_auto_answer_disco_info: Switch to origin.log to provide better debug to admins.2018-06-01, by Emmanuel Gil Peyrot
-
mod_cache_c2s_caps: Switch to origin.log to provide better debug to admins.2018-06-01, by Emmanuel Gil Peyrot
-
mod_cloud_notify: use next() instead of # operator and update README2018-06-01, by tmolitor
-
mod_cloud_notify: Don't use deprecated table.getn2018-06-01, by tmolitor
-
mod_vcard_muc: Get room from rooms table when get_room_from_jid API is not supported2018-05-30, by Michel Le Bihan
-
mod_muc_lang: Remove unneeded type and label from disco#info2018-05-30, by Kim Alvefur
-
mod_muc_lang: Add a README2018-05-30, by Kim Alvefur
-
mod_muc_lang: Fix to use correct field name in disco#info2018-05-30, by Kim Alvefur
-
mod_muc_lang: Fix to use correct data field2018-05-30, by Kim Alvefur
-
mod_saslauth_muc: Use correct API for getting rooms2018-05-30, by Kim Alvefur
-
mod_slack_webhooks: Use the correct MUC API2018-05-30, by Kim Alvefur
-
mod_muc_intercom: Fix to use correct name for variable2018-05-30, by Kim Alvefur
-
mod_muc_lang: Advertises the room language2018-05-30, by Kim Alvefur
-
mod_pubsub_stats: Make the node used configurable2018-05-29, by Kim Alvefur
-
mod_pubsub_stats: Simple module that publishes stats in XEP-0039 format2018-05-29, by Kim Alvefur
-
mod_http_muc_log: Handle errors while loading template file in a more graceful manner2018-05-29, by Kim Alvefur
-
mod_s2s_keepalive/README: Clarify options (fixes #675)2018-05-29, by Kim Alvefur
-
mod_http_muc_log: Include URL in disco#info for public rooms2018-05-29, by Kim Alvefur
-
mod_http_muc_log: Use separate variable for filename and file handle2018-05-28, by Kim Alvefur
-
mod_http_muc_log: Fix inverted logic2018-05-28, by Kim Alvefur
-
mod_http_muc_log: Add comment about argument to policy function2018-05-28, by Kim Alvefur
-
mod_http_muc_log: Add a note about changing how presence is treated2018-05-28, by Kim Alvefur
-
mod_http_muc_log: Base read-access on whether anyone would be able to join (like MUC)2018-05-28, by Kim Alvefur
-
mod_http_muc_log: Only exclude hidden rooms from listing (like disco#items)2018-05-28, by Kim Alvefur
-
mod_http_muc_log: Improve readability of policy function2018-05-28, by Kim Alvefur
-
Merge commit2018-05-28, by tmolitor
-
mod_cloud_notify: Limit number of devices to 5 and change some default settings2018-05-28, by tmolitor
-
mod_delay: Don't break on smacks resume2018-05-28, by tmolitor
-
mod_deny_omemo: Prevents publishing and retreival of OMEMO PEP nodes2018-05-28, by Kim Alvefur
-
mod_pubsub_feeds/README: Give PubSubHubbub its own section2018-05-27, by Kim Alvefur
-
mod_pubsub_feeds/README: Markup options in table as code2018-05-27, by Kim Alvefur
-
mod_pubsub_feeds/README: Give option summary its own heading2018-05-27, by Kim Alvefur
-
mod_pubsub_feeds/README: Add comment explaining what the index in 'feeds' does2018-05-27, by Kim Alvefur
-
mod_pubsub_feeds/README: Normalize Markdown syntax2018-05-27, by Kim Alvefur
-
mod_pubsub_feeds: Use ETag instead of problematic If-Modified-Since2018-05-27, by Kim Alvefur
-
mod_vcard_muc: Send presence on muc-occupant-session-new event2018-05-26, by Michel Le Bihan
-
mod_pastebin: Restore URL in final body text2018-05-24, by Kim Alvefur
-
mod_pastebin: Fix line count pattern added by 040eaa3844f42018-05-24, by Kim Alvefur
-
mod_vcard_muc: Initial commit2018-05-24, by Michel Le Bihan
-
mod_mam_muc/README: Add note about mod_muc_mam being included with Prosody2018-05-24, by Kim Alvefur
-
mod_auth_ccert: Silence warning about unused global [luacheck]2018-05-24, by Kim Alvefur
-
mod_conversejs: Suggest some alternative cliets if JavaScript is disabled2018-04-07, by Kim Alvefur
-
mod_conversejs: Appologise for the JavaScript2018-04-07, by Kim Alvefur
-
mod_conversejs: Make HTML more well-formed2018-04-07, by Kim Alvefur
-
mod_auth_http_cookie: Possibly temporary fork of mod_http_auth_async that adds cookie auth support2018-05-24, by Matthew Wild
-
mod_mam_muc: Remove support for Prosody trunk/0.112018-04-02, by Kim Alvefur
-
mod_pastebin: Support the new MUC API in Prosody trunk2018-05-22, by Kim Alvefur
-
mod_pastebin: Add an OOB tag pointing to the pastebin URL2018-05-20, by Kim Alvefur
-
mod_pastebin: Silence some warnings [luacheck]2018-05-20, by Kim Alvefur
-
mod_pastebin: Remove unused locals [luacheck]2018-05-20, by Kim Alvefur
-
mod_pastebin: Check line length via preconstructed pattern instead of gsub2018-05-20, by Kim Alvefur
-
mod_pastebin: Remove redundant check for non-empty body since it returns earlier in that case2018-05-20, by Kim Alvefur
-
mod_pastebin: Avoid using pattern matching facilities for simple prefix removal2018-05-20, by Kim Alvefur
-
mod_pastebin: Replace tags using :maptags API instead of hacky direct manipulation2018-05-20, by Kim Alvefur
-
mod_pastebin: Move result of host detection into a variable to improve readabily2018-05-20, by Kim Alvefur
-
mod_vcard_command: Tweak to not rely on legacy module() behavior2018-05-22, by Kim Alvefur
-
mod_vcard_command: a simplistic way to get and set vcard data for registered users2013-10-08, by Stefan `Sec` Zehl
-
mod_muc_access_control: Multiple fixes to make the module work (fixes #1086)2018-05-22, by Frank Doepper
-
mod_block_strangers: Allow stanza from self (fixes #966, thanks Sergey Popov)2018-05-22, by Matthew Wild
-
mod_watchuntrusted: Actually add the untrusted_message_type option2018-05-20, by Kim Alvefur
-
mod_pubsub_hub: Use the correct MIME type for Atom feeds2018-05-20, by Kim Alvefur
-
mod_watchuntrusted: Add option for which message 'type' to use on notifications2018-05-20, by Kim Alvefur
-
mod_http_authentication/README: Change name of config option to match the code2018-05-20, by Kim Alvefur
-
mod_pubsub_post: Add an option for what to use as pubsub 'actor'2018-05-20, by Kim Alvefur
-
mod_pubsub_post: Factor out the 'actor' into an argument2018-05-20, by Kim Alvefur
-
mod_pubsub_post: Add support for publishing arbitrary JSON2018-05-19, by Kim Alvefur
-
mod_pubsub_post: Add support for posting Atom feeds, publishing each entry2018-05-19, by Kim Alvefur
-
mod_pubsub_post: Change to support arbitrary XML payloads2018-05-19, by Kim Alvefur
-
mod_pubsub_post: Remove unused import [luacheck]2018-05-19, by Kim Alvefur
-
mod_http_upload: Add an experimental prosodyctl command for expiring uploads2018-05-19, by Kim Alvefur
-
mod_cloud_notify: remove useless counter (hardcode it to 1)2018-05-14, by tmolitor
-
mod_privacy_lists: Convert order to a string before using as attribute value (thanks ValdikSS)2018-05-08, by Matthew Wild
-
mod_pastebin: Fix loading on normal hosts (thanks ppmathis)2018-04-30, by Kim Alvefur
-
mod_http_roster_admin: Add syntax highlighting hints2018-04-29, by Kim Alvefur
-
mod_http_roster_admin: Add missing protocol docs2018-04-29, by Matthew Wild
-
mod_mam_muc/README: Clarify that only v0.5 of XEP-0313 is supported when used with Prosody 0.10.x2018-04-17, by Kim Alvefur
-
mod_http_dir_listing2: Add README based the one from mod_http_dir_listing2018-04-16, by Kim Alvefur
-
mod_http_dir_listing2: Sort file listing such that directories come before files2018-04-16, by Kim Alvefur
-
mod_http_dir_listing2: Switch to util.interpolation for HTML rendering2018-04-16, by Kim Alvefur
-
mod_http_dir_listing2: Copy of mod_http_dir_listing2018-04-16, by Kim Alvefur
-
Initial commit of mod_slack_webhooks.2018-04-15, by Nathan Whitehorn
-
mod_register_web: Handle errors contacting upstream API2018-04-15, by Matthew Wild
-
mod_net_proxy: Fixed errors when connection with nil ip is being processed2018-04-05, by Pascal Mathis
-
mod_firewall: Handle unsubcription action correctly (fixes #1119)2018-04-04, by Kim Alvefur
-
mod_component_http: Fix parameter order, see Prosody trunk e2919978673e for more info2018-04-04, by Matthew Wild
-
mod_query_client_ver: Add a README2018-04-04, by Kim Alvefur
-
mod_query_client_ver: Restrict adhoc command to local admins2018-04-04, by Kim Alvefur
-
mod_query_client_ver: Fix check for sessions on the current host2018-04-04, by Kim Alvefur
-
mod_query_client_ver: Add a simple adhoc command that queries all currently connected clients2018-04-04, by Kim Alvefur
-
mod_post_msg: Add support for a JSON based format similar to what mod_component_http uses2018-04-04, by Kim Alvefur
-
mod_post_msg/README: Document how authentication is performed2018-04-04, by Kim Alvefur
-
mod_post_msg/README: Describe the URL format2018-04-04, by Kim Alvefur
-
mod_post_msg/README: Clarify 'body' fields2018-04-04, by Kim Alvefur
-
mod_post_msg/README: Update Introduction text2018-04-04, by Kim Alvefur
-
mod_post_msg/README: Document the payload formats2018-04-04, by Kim Alvefur
-
mod_post_msg/README: Normalize markdown syntax2018-04-04, by Kim Alvefur
-
mod_post_msg/README: Reword about borrowing2018-04-04, by Kim Alvefur
-
mod_post_msg/README: Remove author, it's in the vcs metadata2018-04-04, by Kim Alvefur
-
mod_conversejs: Specify a charset on script tag to prevent Browser from guessing2018-04-02, by Kim Alvefur
-
mod_http_upload_external: Fix syntax error in share.php2018-04-02, by Matthew Wild
-
mod_http_upload_external: Add newer 'v2' protocol (and share_v2.php) which supports content-type preservation2018-04-02, by Matthew Wild
-
mod_http_upload_external: share.php example: Add CSP headers2018-04-02, by Matthew Wild
-
Implement dummy body message to indicate high priority push2018-04-01, by tmolitor
-
mod_net_proxy: Added missing return when detecting unparseable PROXYv1 source address2018-04-01, by Pascal Mathis
-
mod_net_proxy: Updated HAProxy example configuration to listen on v4+v62018-04-01, by Pascal Mathis
-
mod_delay: Improve the README’s description2018-03-31, by Emmanuel Gil Peyrot
-
mod_http_upload_external: Use a more widespread method to obtain Content-Length (thanks Yves)2018-03-30, by Emmanuel Gil Peyrot
-
mod_http_logging: Fix typo [luacheck]2018-03-30, by Kim Alvefur
-
mod_migrate: Mention the possible need to supply the list of users2018-03-30, by Kim Alvefur
-
mod_http_logging: Wrap API for sending data from file handles2018-03-30, by Kim Alvefur
-
mod_http_logging: Be robust against missing connection object2018-03-30, by Kim Alvefur
-
mod_http_logging: Use 'ip' field provided by mod_http if available2018-03-30, by Kim Alvefur
-
mod_http_logging: Factor out body length calculation2018-03-30, by Kim Alvefur
-
mod_http_logging: Factor out logging into a function for future reuse2018-03-30, by Kim Alvefur
-
mod_net_proxy: Fixed small indentation mistake in docs2018-03-29, by Pascal Mathis
-
mod_net_proxy: Added proxy_trusted_proxies for whitelisting incoming connections2018-03-28, by Pascal Mathis
-
mod_net_proxy: Adjusted log level of errors triggered by remote connections to 'warn'2018-03-28, by Pascal Mathis
-
mod_net_proxy: Automatically listen on all mapped ports if proxy_ports was not configured2018-03-28, by Pascal Mathis
-
Rename to README.markdown2018-03-27, by JC Brand
-
mod_net_proxy: Fixed example configuration for HAProxy2018-03-27, by Pascal Mathis
-
mod_component_http: Fix to use module:send() instead of origin.send() (thanks Wiktor)2018-03-27, by Matthew Wild
-
Merge commit2018-03-27, by JC Brand
-
New HMAC token authentication module for Prosody.2018-03-27, by JC Brand
-
mod_http_logging: Add some short documentation2018-03-27, by Kim Alvefur
-
mod_component_http/README: Include language tag in example to enable syntax highlighting in rendered version2018-03-26, by Kim Alvefur
-
mod_component_http: Update README to include config snippet example2018-03-26, by Matthew Wild
-
mod_component_http: Fix some [luacheck] warnings2018-03-26, by Matthew Wild
-
mod_component_http: Fix headings in README2018-03-26, by Matthew Wild
-
mod_component_http: Allow implementing a component over HTTP2018-03-26, by Matthew Wild
-
mod_mam_muc: Advertise mam:1 instead of mam:2 if not using new MUC code [fixes #1118]2018-03-26, by Matthew Wild
-
mod_http_upload/README: Point at mod_http_upload_external2018-03-25, by Kim Alvefur
-
mod_http_upload: Include the current VirtualHost name in greeting to help with debugging2018-03-25, by Kim Alvefur
-
mod_csi_battery_saver: Remove whitespace only lines2018-03-23, by Michel Le Bihan
-
mod_checkcerts: Fixed luacheck warnings2018-03-23, by Michel Le Bihan
-
mod_muc_gc10: Catch joins correctly (thanks Ge0rG)2018-03-22, by Kim Alvefur
-
mod_minimix/README: Normalize markdown syntax2018-03-22, by Kim Alvefur
-
mod_minimix/README: Fix typo (thanks porrier)2018-03-22, by Kim Alvefur
-
mod_minimix: Experiment in account-based MUC joins2018-03-22, by Kim Alvefur
-
mod_muc_gc10: Gather statistics on use of the Groupchat 1.0 protocol2018-03-22, by Kim Alvefur
-
mod_http_upload_external: Use correct namespace (thanks Wiktor)2018-03-22, by Kim Alvefur
-
mod_storage_xmlarchive: Add a debug message to try to track down why all indicies are read in some cases2018-03-18, by Kim Alvefur
-
mod_smacks: Ensure stanza count attributes are always strings (thanks Martin)2018-03-17, by Matthew Wild
-
README: Remove text about 0.8 compatibility repo2018-03-17, by Kim Alvefur
-
mod_net_proxy: Fixed luacheck warnings2018-03-16, by Pascal Mathis
-
mod_conversejs: Pass information about if and how of account registration2018-03-16, by Kim Alvefur
-
mod_conversejs: Pass current domain as 'default_domain'2018-03-16, by Kim Alvefur
-
mod_net_proxy: Fixed typo in example HAProxy configuration within README2018-03-15, by Pascal Mathis
-
mod_net_proxy: Fixed backwards compatibility to Prosody 0.102018-03-15, by Pascal Mathis
-
mod_net_proxy: New module implementing PROXY protocol versions 1 and 22018-03-15, by Pascal Mathis
-
mod_register_web: Pass username to generate_register_response2018-03-13, by Michel Le Bihan
-
mod_firewall: Add special case for $local zone (fixes #1090)2018-03-12, by Kim Alvefur
-
mod_http_index: Sort list of HTTP applications by name2018-03-10, by Kim Alvefur
-
mod_http_index: Remove unused style rule2018-03-10, by Kim Alvefur
-
mod_register_web: Remove unused variables [luacheck]2018-03-10, by Kim Alvefur
Scroll all the way down to load more.