Software /
code /
prosody-modules
Graph
-
mod_turncredentials/README: Link to credential spec2020-04-30, by Kim Alvefur
-
mod_muc_batched_probe: New module2020-04-29, by JC Brand
-
muc_defaults: Fix setting name2020-04-29, by JC Brand
-
mod_muc_rai: Ignore attempts to re-subscribe from the same full JID2020-04-28, by Matthew Wild
-
mod_muc_rai: Use correct stanza kind (message) for initial notification2020-04-28, by Matthew Wild
-
mod_cloud_notify: Forbid user from registering their own JID as their push server2020-04-27, by Emmanuel Gil Peyrot
-
mod_muc_ban_ip: log fallback to module2019-08-15, by Georg Lukas
-
mod_firewall: do not log indifferent result2020-04-27, by Georg Lukas
-
mod_register_dnsbl_*: fix DS legacy ipv4 addresses, thx Zash2020-04-27, by Georg Lukas
-
mod_csi_muc_priorities: Fix bad argument to 'ipairs' on a missing list2020-04-23, by Kim Alvefur
-
mod_s2s_auth_dane: Fix markdown link syntax2020-04-23, by Kim Alvefur
-
mod_s2s_auth_dane: It broke :(2020-04-23, by Kim Alvefur
-
mod_auth_custom_http: Unlock globals while loading socket.http2020-04-23, by Matthew Wild
-
mod_csi_muc_priorities: Adjust indentation2020-04-22, by Kim Alvefur
-
mod_storage_xmlarchive: Update compat table2020-04-21, by Kim Alvefur
-
mod_smacks: remove now unused code2020-04-21, by tmolitor
-
mod_smacks: fix typo in last commit2020-04-20, by tmolitor
-
mod_smacks: better logging for georg2020-04-20, by tmolitor
-
mod_smacks: Fix mam handling2020-04-20, by tmolitor
-
mod_firewall: Remove trailing whitespace2020-04-19, by Kim Alvefur
-
mod_firewall: Use util.envload instead of deprecated loadstring (thanks Martin)2020-04-19, by Kim Alvefur
-
mod_cloud_notify: make stanza queue processing faster2020-04-19, by tmolitor
-
Merge2020-04-18, by Kim Alvefur
-
mod_turncredentials: Add 'transport' attribute2020-04-16, by Wiktor Kwapisiewicz
-
Merge2020-04-17, by JC Brand
-
muc_defaults: Add support for the presence_broadcast setting2020-04-17, by JC Brand
-
mod_muc_rai: New module to implement Room Activity Indicators2020-04-15, by Matthew Wild
-
mod_firewall: Fix use of unpack() on Lua 5.32020-04-13, by Kim Alvefur
-
mod_muc_markers: New module for server-side receipt tracking in MUCs2020-04-13, by Matthew Wild
-
mod_rest: Improve auth error reporting2020-04-12, by Kim Alvefur
-
mod_nooffline_noerror: Fix for missing log2020-04-07, by tmolitor
-
mod_measure_muc: Collect statistics on Grout Chat2020-04-07, by kaliko
-
Merge commit2020-04-05, by tmolitor
-
mod_smacks: Update documentation and slightly adjust default values2020-04-05, by tmolitor
-
mod_nooffline_noerror: fix error in logging2020-03-21, by tmolitor
-
mod_muc_limits: Add config option to limit to join stanzas only2020-04-03, by Matthew Wild
-
mod_muc_limits: Add [luacheck] annotation to silence unused loop variable warning2020-04-03, by Matthew Wild
-
mod_http_upload/README: User/host arguments to command not optional (thanks kaliko)2020-03-30, by Kim Alvefur
-
mod_http_upload: Show help message if not at least one host/user is given2020-03-30, by Kim Alvefur
-
mod_http_upload: Add some kind of help message to prosodyctl command2020-03-30, by Kim Alvefur
-
mod_http_upload/README: Add example disco_items use2020-03-30, by Kim Alvefur
-
mod_http_upload_external: Discourage loading via modules_enabled2020-03-30, by Kim Alvefur
-
mod_conversejs/README: Add an example of the URL to open2020-03-30, by Kim Alvefur
-
mod_muc_archive: Add fork of mod_muc_log that uses newer storage API2020-03-27, by JC Brand
-
mod_stanzas: tighten up stanza check and add explanatory text2020-03-27, by JC Brand
-
mod_smacks: also count outgoing MAM messages2020-03-26, by JC Brand
-
mod_auth_ldap: Fix broken link to LuaLDAP2020-03-25, by Kim Alvefur
-
mod_rest: Add JSON mapping of XEP-0128: Service Discovery Extensions2020-03-23, by Kim Alvefur
-
mod_prometheus: Ensure mod_http is loaded where the http interface is exposed (thanks Martin)2020-03-21, by Kim Alvefur
-
mod_measure_registration: new module2020-03-21, by Maxime “pep” Buquet
-
mod_muc_hats_*/README: Linkify XEP references2020-03-19, by Kim Alvefur
-
mod_muc_hats_adhoc/README: Change summary to mention ad-hoc commands2020-03-19, by Kim Alvefur
-
mod_muc_hats_adhoc: Ad-hoc commands for adding/removing MUC hats2020-03-19, by Matthew Wild
-
mod_muc_hats_api: New API-only module for managing user hats in MUCs2020-03-19, by Matthew Wild
-
mod_rest/README: Fix adhoc example2020-03-15, by Kim Alvefur
-
mod_muc_occupant_id: Handle MUC-PMs2020-03-15, by Maxime “pep” Buquet
-
mod_cloud_notify: fix link and table layout in readme2020-03-11, by tmolitor
-
mod_cloud_notify: Cleanup code and drop support for prosody 0.92020-03-11, by tmolitor
-
mod_smacks: fix logging issue in mam eventhandler2020-03-10, by tmolitor
-
mod_log_auth: log hostname, too2020-03-10, by tmolitor
-
mod_cloud_notify: Fix bug in prosody 0.92020-03-08, by tmolitor
-
Merge commit2020-03-08, by tmolitor
-
mod_smacks_offline: add readme2020-03-08, by tmolitor
-
mod_smacks_noerror: This module is superseded by mod_smacks and mod_nooffline_noerror2020-03-08, by tmolitor
-
mod_smacks_offline: this module is obsoleted by latest mod_smacks update2020-03-08, by tmolitor
-
mod_smacks: handle mam-enabled session internally2020-03-08, by tmolitor
-
mod_http_oauth2: Set content type on successful repsponses (fixes #1501)2020-03-08, by Kim Alvefur
-
mod_rest: Avoid interfering with mod_http_oauth2 errors (fixes #1500)2020-03-08, by Kim Alvefur
-
mod_rest: Fix encoding of simple dataforms2020-03-07, by Kim Alvefur
-
mod_rest: Add an XML error formatter (fixes #1499)2020-03-07, by Kim Alvefur
-
mod_rest: Break out POST errors into a registry2020-03-07, by Kim Alvefur
-
mod_rest: Separate lists of mediatypes for input, output and errors2020-03-07, by Kim Alvefur
-
mod_nooffline_noerror: New module that disables errors for disabled offline storage2020-03-02, by tmolitor
-
mod_http_index: Increase distance between navigation items2020-02-29, by Kim Alvefur
-
mod_rest: Fix routing to self-jid (thanks jonas’)2020-02-29, by Kim Alvefur
-
mod_rest: Advertise "support" for text/plain2020-02-28, by Kim Alvefur
-
mod_rest: Spred array over multiple lines for nicer future diffs2020-02-28, by Kim Alvefur
-
mod_rest: Add JSON mapping of XEP-0039: Statistics Gathering2020-02-28, by Kim Alvefur
-
mod_rest: Move dataforms into structure for more logical code order2020-02-28, by Kim Alvefur
-
mod_reminders: add id to sent reminder2020-02-28, by marc0s
-
mod_http_oauth2: Use component_secret setting as password on Components2020-02-27, by Kim Alvefur
-
mod_http_oauth2: Allow creation of full JID tokens2020-02-27, by Kim Alvefur
-
mod_http_oauth2: Refactor re-joining of JID out of token constructor2020-02-27, by Kim Alvefur
-
mod_reminders: Initial commit for supporting Reminders ProtoXEP2020-02-26, by marc0s
-
mod_muc_occupant_id: Ensure id is added to self-presences, nick changes, etc.2020-02-26, by Maxime “pep” Buquet
-
mod_rest, mod_http_oauth2: Switch from mod_authtokens to mod_tokenauth per Prosody bf81523e2ff42020-02-26, by Matthew Wild
-
mod_adhoc_dataforms_demo: Add the now required permission mode (#1482)2020-02-26, by Kim Alvefur
-
mod_muc_occupant_id: add TODOs2020-02-26, by Maxime “pep” Buquet
-
mod_rest: Fix another missing switch from array to map in json mapping2020-02-26, by Kim Alvefur
-
mod_rest: Support urlencoded form data (does a subset of JSON mapping)2020-02-26, by Kim Alvefur
-
mod_rest: Add support for token authentication2020-02-26, by Matthew Wild
-
mod_rest: Handle uncaught native errors correctly2020-02-26, by Matthew Wild
-
mod_http_oauth2: Implement real tokens using mod_authtokens2020-02-26, by Matthew Wild
-
mod_rest: Update with namespace and name of XEP-04322020-02-25, by Kim Alvefur
-
mod_rest: Fix traceback in mapping of adhoc with forms2020-02-25, by Kim Alvefur
-
mod_sasl2: Experimental implementation of XEP-03882019-09-27, by Kim Alvefur
-
mod_muc_occupant_id: id is an attribute not a text node2020-02-25, by Maxime “pep” Buquet
-
mod_http_oauth2: OAuth2 API (work in progress for developers only)2020-02-23, by Matthew Wild
-
mod_muc_moderation: Broadcast retraction via method that saves it2020-02-22, by Kim Alvefur
-
mod_muc_moderation: Remove debug message2020-02-22, by Kim Alvefur
-
mod_muc_moderation: Add a copyright header2020-02-22, by Kim Alvefur
-
mod_storage_xmlarchive: Bump copyright2020-02-22, by Kim Alvefur
-
mod_storage_xmlarchive: Add a new API similar to map-stores2020-02-22, by Kim Alvefur
-
mod_muc_moderation: Initial commit of XEP-0425: Message Moderation2020-02-22, by Kim Alvefur
-
mod_rest: Restructure JSON / Stanza mapping definitions2020-02-22, by Kim Alvefur
-
mod_rest: Rename loop variable for improved clarity2020-02-22, by Kim Alvefur
-
mod_rest: Rename table of mappings2020-02-22, by Kim Alvefur
-
mod_http_muc_log: Expose JID localpart to the template2020-02-17, by Emmanuel Gil Peyrot
-
mod_http_muc_log: Reduce hashtable lookups2020-02-17, by Emmanuel Gil Peyrot
-
mod_list_inactive: report last action timestamp2020-02-17, by Georg Lukas
-
mod_rest/README: Describe Ad-Hoc command mapping2020-02-08, by Kim Alvefur
-
mod_rest: Support mapping XEP-0004 Data Forms directly2020-02-08, by Kim Alvefur
-
mod_rest: Allow passing form data in a more compact format2020-02-07, by Kim Alvefur
-
mod_rest: Remove no longer needed logging2020-02-07, by Kim Alvefur
-
mod_rest: Ignore already handled top-level stanza attr fields2020-02-07, by Kim Alvefur
-
mod_rest: Return an error for unknown fields in JSON input2020-02-07, by Kim Alvefur
-
mod_auth_external->mod_auth_external_insecure: Unmaintained and almost certainly insecure, discourage its use2020-02-06, by Matthew Wild
-
mod_muc_cloud_notify: Revert last commit2020-02-05, by tmolitor
-
mod_reload_modules: Ignore removed hosts...2020-02-05, by tmolitor
-
mod_rest: Add final pieces of XEP-0050 (actions, note, form)2020-02-04, by Kim Alvefur
-
mod_rest: Add JSON to XML mapping of dataforms2020-02-04, by Kim Alvefur
-
mod_rest: Fix traceback2020-02-04, by Kim Alvefur
-
mod_rest: Add JSON mapping for dataform (XEP-0004)2020-02-04, by Kim Alvefur
-
mod_rest: Add basic support for XEP-0050: Ad-Hoc commands (no forms)2020-02-04, by Kim Alvefur
-
mod_rest: Add support for HTTP Basic username and password authentication2020-02-01, by Kim Alvefur
-
mod_rest: Support passing 'node' attr in disco#items queries2020-02-04, by Kim Alvefur
-
mod_rest: Remove debug hack to ignore Accept header2020-02-04, by Kim Alvefur
-
mod_rest: Back out 513a8a7fab412020-02-04, by Kim Alvefur
-
mod_rest: Hide JSON error behind a flag2020-02-03, by Kim Alvefur
-
mod_rest: Map the error@by attribute2020-01-31, by Kim Alvefur
-
mod_rest: Fix missing return2020-01-29, by Kim Alvefur
-
mod_auth_ldap, mod_auth_ldap2: Ensure is_admin() checks of remote JIDs never return positive2020-01-27, by Matthew Wild
-
mod_pastebin: Follow XEP-0068 and use Clark notation in disco#info2020-01-26, by Kim Alvefur
-
mod_rest: Skip attempting parse empty response2020-01-26, by Kim Alvefur
-
mod_rest: Handle internal http request errors early and then return2020-01-25, by Kim Alvefur
-
mod_rest: Special case handling of internal http request errors2020-01-25, by Kim Alvefur
-
mod_rest: Process results even on internal errors with HTTP request2020-01-25, by Kim Alvefur
-
mod_rest: Add some comments to example code2020-01-25, by Kim Alvefur
-
mod_rest: Log connectivity problems via module status API2020-01-25, by Kim Alvefur
-
mod_rest: Attempt to auto-discover data type wanted by callback2020-01-25, by Kim Alvefur
-
mod_rest: Avoid treating special json.null value as any other table2020-01-25, by Kim Alvefur
-
mod_rest: Fix handling of 'node' attribute in disco#info2020-01-25, by Kim Alvefur
-
mod_rest: Ensure iq responses have type result if they're not errors2020-01-25, by Kim Alvefur
-
mod_rest/README: Add a section describing the JSON mapping2020-01-25, by Kim Alvefur
-
mod_rest: Make XHTML-IM mapping more convenient2020-01-24, by Kim Alvefur
-
mod_rest: Improve some comments2020-01-24, by Kim Alvefur
-
mod_rest: Add mapping of XEP-0092: Software Version2020-01-24, by Kim Alvefur
-
mod_rest: Add an examlpe Flask app2020-01-24, by Kim Alvefur
-
mod_rest: Allow returning an array of JID strings as disco#items2020-01-24, by Kim Alvefur
-
mod_rest: Only pass trough valid disco#item item attributes2020-01-24, by Kim Alvefur
-
mod_rest: Fix disco#info identities data mapping2020-01-24, by Kim Alvefur
-
mod_rest: Fix iteration over disco#info features2020-01-24, by Kim Alvefur
-
mod_rest: Fix iteration over disco#info identities2020-01-24, by Kim Alvefur
-
mod_stats39: Advertise namespace as feature (not part of the XEP?)2020-01-19, by Kim Alvefur
-
mod_stats39: Format numbers with a bit more precision2020-01-19, by Kim Alvefur
-
mod_stats39: Add actual example stats2020-01-19, by Kim Alvefur
-
mod_stats39: Add a README2020-01-19, by Kim Alvefur
-
mod_rest: Return a friendly message for parse errors2020-01-15, by Kim Alvefur
-
mod_rest: Encode errors as JSON2020-01-15, by Kim Alvefur
-
Fix bug readding stanzas to outgoing_queue on resume2020-01-09, by tmolitor
-
mod_stats39: Use a more local reference (silence luacheck warning)2020-01-08, by Kim Alvefur
-
mod_stats39: Provides statsmanager stats via XEP-00392020-01-08, by Kim Alvefur
-
mod_http_upload: Recommend against adding to modules_enabled2020-01-08, by Matthew Wild
-
mod_muc_occupant_id: Add TODO about MUC-PMs2020-01-06, by Maxime “pep” Buquet
-
mod_email: Allow sender to override content-type2020-01-05, by Matthew Wild
-
mod_muc_occupant_id: Add <occupant-id/> in presence2020-01-04, by Maxime “pep” Buquet
-
mod_muc_occupant_id: Simplify handling of occupants (all into one function)2020-01-04, by Maxime “pep” Buquet
-
mod_s2s_keepalive: Respect keepalive_servers when creating watchdogs2020-01-04, by Kim Alvefur
-
mod_rest: Enforce single child policy for outgoing it stanzas2020-01-03, by Kim Alvefur
-
mod_muc_occupant_id: Fix luacheck warning. Remove unused value.2020-01-03, by Maxime “pep” Buquet
-
mod_nodeinfo2: Mention mod_lastlog as a dep in the README2020-01-03, by Maxime “pep” Buquet
-
mod_muc_occupant_id: Ensure occupants have a generated id2020-01-02, by Maxime “pep” Buquet
-
mod_rest: And the disco#items mapping2020-01-02, by Kim Alvefur
-
mod_rest: Describe kind and type fields2020-01-02, by Kim Alvefur
-
mod_rest: Document most of JSON mappings2020-01-02, by Kim Alvefur
-
mod_rest: Fix traceback on missing content-type header2020-01-02, by Kim Alvefur
-
mod_rest: Stanzas of type error don't need a reply2020-01-02, by Kim Alvefur
-
mod_rest: Add support for XEP-XXXX: User-defined Data Transfer2020-01-02, by Kim Alvefur
-
mod_rest: Add support for mapping 'node' attr in disco#info2020-01-02, by Kim Alvefur
-
mod_rest: Fix replying to groupchat messages2020-01-01, by Kim Alvefur
-
mod_rest: Add a JSON callback example2020-01-01, by Kim Alvefur
-
mod_rest: Fix previous commit2020-01-01, by Kim Alvefur
-
mod_rest: Guess 'get' as default type for 'iq' stanzas in JSON mapping2020-01-01, by Kim Alvefur
-
mod_rest: Stricter type checks in JSON mapping2020-01-01, by Kim Alvefur
-
mod_rest: Default to replying with same type as request2020-01-01, by Kim Alvefur
-
mod_rest: Short-circuit type selection if accept header2020-01-01, by Kim Alvefur
-
mod_rest: Fix return status when sending and forgetting2020-01-01, by Kim Alvefur
-
mod_rest: Add JSON support2020-01-01, by Kim Alvefur
-
mod_rest: Factor out serialization of outgoing stanzas2020-01-01, by Kim Alvefur
-
mod_rest: Factor out response content type selection2020-01-01, by Kim Alvefur
-
mod_rest: Factor out payload parsing2020-01-01, by Kim Alvefur
-
mod_rest: Apply Python source formatting on example2020-01-01, by Kim Alvefur
-
mod_rest: Add an example Flask thing2020-01-01, by Kim Alvefur
-
mod_rest: Whitelist top level attributes in callback2020-01-01, by Kim Alvefur
-
mod_rest: Ensure identical id attribute for error replies2020-01-01, by Kim Alvefur
-
mod_rest: Validate stanza kind earlier2020-01-01, by Kim Alvefur
-
mod_rest: Use HTTP status 422 for stanza problems2020-01-01, by Kim Alvefur
-
mod_rest: Log sent and received stanzas in style of mod_c2s etc2020-01-01, by Kim Alvefur
-
mod_rest: Add support for simple Bearer token auth2019-12-31, by Kim Alvefur
-
mod_rest: Verify that @xmlns is left empty2019-12-30, by Kim Alvefur
-
mod_rest: Add some text about the payload format2019-12-30, by Kim Alvefur
-
mod_rest: Allow collection of original stanza after sending HTTP request2019-12-30, by Kim Alvefur
-
mod_rest: Handle receipt requests on message stanzas2019-12-30, by Kim Alvefur
-
mod_rest: Map various HTTP status codes to XMPP stanza errors2019-12-30, by Kim Alvefur
-
mod_rest: Catch one (1) reply to a POST-ed stanza from an internal source2019-12-30, by Kim Alvefur
-
mod_rest: Allow specifying a webhook/callback to handle incoming stanzas2019-12-30, by Kim Alvefur
-
mod_rest: Initial commit of another RESTful API module2019-12-30, by Kim Alvefur
-
mod_pubsub_post: Fix use of 'id' field in JSON object as pubsub item id2020-01-01, by Kim Alvefur
-
mod_nodeinfo2: Only expose amount of accounts if nodeinfo2_expose_users isn’t set to false2019-12-30, by Emmanuel Gil Peyrot
-
mod_nodeinfo2: Expose XMPP services2019-12-30, by Emmanuel Gil Peyrot
-
mod_nodeinfo2: Refresh the number of recent users daily2019-12-30, by Emmanuel Gil Peyrot
-
mod_nodeinfo2: Only expose message stats if nodeinfo2_expose_posts isn’t set to false2019-12-30, by Emmanuel Gil Peyrot
-
mod_easy_invite: Change command name to 'generate' (from 'register')2019-12-30, by Matthew Wild
-
mod_easy_invite: Improve docs surrounding configuration options and defaults2019-12-30, by Matthew Wild
-
mod_nodeinfo2: Fix traceback on non-existing data2019-12-29, by Emmanuel Gil Peyrot
-
mod_nodeinfo2: Add a README2019-12-29, by Emmanuel Gil Peyrot
-
mod_nodeinfo2: Count messages per host2019-12-29, by Emmanuel Gil Peyrot
-
mod_nodeinfo2: Remove comments count2019-12-29, by Emmanuel Gil Peyrot
-
mod_measure_message_e2ee: Make this module non-global; users can aggregate data if they care about that2019-12-29, by Emmanuel Gil Peyrot
-
mod_nodeinfo2: Store a table instead of an integer (workaround for #905)2019-12-29, by Emmanuel Gil Peyrot
-
mod_invites/README: Fix code block syntax2019-12-27, by Kim Alvefur
-
mod_invite: Update to use local_user ad-hoc permission (thanks Martin)2019-12-27, by Matthew Wild
-
mod_easy_invite: Add prosodyctl command to generate account invites2019-12-27, by Matthew Wild
-
mod_easy_invite: New module that implements XEP-0401/XEP-03792019-12-27, by Matthew Wild
-
mod_invites: New module providing an API to create/manage invite tokens2019-12-27, by Matthew Wild
-
mod_web_push: Remove; 357 should be reused instead of this custom implementation2019-12-24, by Maxime “pep” Buquet
-
mod_turncredentials: Fix reporting of expiry in extdisco:2 protocol2019-12-23, by Kim Alvefur
-
mod_turncredentials: Rename variable for clarity2019-12-23, by Kim Alvefur
-
mod_s2s_keepalive: Isolate source host of pings2019-12-23, by Kim Alvefur
-
mod_s2s_keepalive: Invert check to work with bidi connections2019-12-23, by Kim Alvefur
-
mod_s2s_keepalive: Mark ping response event as handled2019-12-22, by Kim Alvefur
-
mod_s2s_keepalive: Include event payload in re-fired event (fix traceback)2019-12-22, by Kim Alvefur
-
mod_s2s_keepalive: Update README to document timeout behavior2019-12-21, by Kim Alvefur
-
mod_s2s_keepalive: Update config example (why was the number a string?)2019-12-21, by Kim Alvefur
-
mod_s2s_keepalive: Fix s2sout watchdog reset2019-12-21, by Kim Alvefur
-
mod_s2s_keepalive: Use a watchdog to close unresponsive sessions (fixes #1457)2019-12-21, by Kim Alvefur
-
mod_s2s_keepalive: Ping remotes we only have s2sin established from2019-12-21, by Kim Alvefur
-
mod_auth_imap: send CRLF instead LF, in order to be compliant with RFC35012019-12-19, by andrewhotlab
-
mod_email: Initial prototype module that allows other modules to send email2019-12-13, by Matthew Wild
-
mod_firewall: Fix typo [codespell]2019-12-10, by Kim Alvefur
-
mod_presence_cache: Fix traceback due to changes in trunk2019-12-09, by Kim Alvefur
-
mod_reload_modules: Accept a list of global modules to reload2019-12-08, by Matthew Wild
-
mod_log_json: Deregister log sink on unload2019-11-23, by Kim Alvefur
-
mod_http_muc_log: Set a http app title2019-11-23, by Kim Alvefur
-
mod_http_index: Hide http apps that haven't set a title by default2019-11-23, by Kim Alvefur
-
mod_storage_xmlarchive: Log error writing XML since datamanager doesn't2019-11-21, by Kim Alvefur
-
mod_csi_muc_priorities: Add a high priority list (BC)2019-08-25, by Kim Alvefur
-
mod_register_web: Set a (configurable) HTTP app title2019-11-17, by Kim Alvefur
-
mod_http_index: Only show http apps that include a title by default2019-11-17, by Kim Alvefur
-
mod_http_index/README: Split out advanced settings into its own section2019-11-17, by Kim Alvefur
-
mod_http_muc_log: Refactor calendarization of date list into a template filter BC2019-11-17, by Kim Alvefur
-
mod_http_muc_log: Fix sorting months2019-11-17, by Kim Alvefur
-
mod_log_json: Use correct method to specify remote endpoint2019-11-13, by Kim Alvefur
-
mod_log_json: Fix to include underscore in UDP details in the other spot2019-11-13, by Kim Alvefur
-
mod_log_json: Add UDP support2019-11-13, by Kim Alvefur
-
mod_log_json/README: Add a sentence about the first example2019-11-13, by Kim Alvefur
-
mod_bookmarks2: Add tests.2019-11-13, by Emmanuel Gil Peyrot
-
mod_bookmarks2: Delete legacy PEP bookmarks whenever they get recreated, to prevent them from being used.2019-11-13, by Emmanuel Gil Peyrot
-
mod_bookmarks2: Remove unused variables.2019-11-13, by Emmanuel Gil Peyrot
-
mod_bookmarks2: Also migrate legacy PEP bookmarks (current XEP-0048).2019-11-13, by Emmanuel Gil Peyrot
-
mod_bookmarks2: Use the correct error when failing to retrieve bookmarks2 to reply to Private XML request.2019-11-13, by Emmanuel Gil Peyrot
-
mod_bookmarks2: Don’t purge or remove inexistant items when synchronising existing Private XML data.2019-11-13, by Emmanuel Gil Peyrot
-
mod_bookmarks2: Simplify for loop (thanks MattJ!).2019-11-13, by Emmanuel Gil Peyrot
-
mod_conversejs: Use the fullscreen view mode by default2019-11-04, by Kim Alvefur
-
mod_log_json: Prettify JSON for readability2019-11-03, by Kim Alvefur
-
mod_log_json: Add a README2019-11-03, by Kim Alvefur
-
mod_log_json: Open file in read+append mode2019-11-03, by Kim Alvefur
-
mod_log_json: Use filename from logging config2019-11-03, by Kim Alvefur
-
mod_log_json: JSON log sink2018-10-18, by Kim Alvefur
-
mod_warn_legacy_tls: Log debug message for acceptable TLS versions2019-11-03, by Kim Alvefur
-
mod_warn_legacy_tls: Log a warning attached to sessions using deprecated TLS versions2019-11-03, by Kim Alvefur
-
mod_s2s_keepalive: Add 0.11 in Compatibility table2019-11-03, by Kim Alvefur
-
mod_warn_legacy_tls: Add a README2019-11-03, by Kim Alvefur
-
mod_warn_legacy_tls: Adapt to warn about TLS < 1.22019-11-03, by Kim Alvefur
-
mod_warn_legacy_tls: Copy of mod_sslv3_warn for TLS now that <1.2 is becoming obsolete2019-11-03, by Kim Alvefur
-
mod_register_web: Enforce strict username validation (on trunk, ignored otherwise)2019-11-01, by Kim Alvefur
-
mod_register_web: Fix to use real client IP in case of proxy forwarding (thanks Sebastian)2019-11-01, by Kim Alvefur
-
mod_s2s_keepalive: Remove support for obsolete Prosody 0.82019-11-01, by Kim Alvefur
-
mod_http_muc_log: Add comment about the routing of years and logs pages2019-10-20, by Kim Alvefur
-
mod_bidi: Recommend switching to native module on Prosody trunk2019-10-19, by Kim Alvefur
-
mod_bidi: Make compatible Prosody after rev b36765ab0ae3 (fixes #1450)2019-10-19, by Kim Alvefur
-
mod_pubsub_post/README: Add an example of curl-ing Atom data2019-10-13, by Kim Alvefur
-
mod_http_muc_log: Add arrow to 'latest' link like on other navigation2019-10-13, by Kim Alvefur
-
mod_http_muc_log: Add add an arrow to upwards navigation links (like on next/prev)2019-10-13, by Kim Alvefur
-
mod_http_muc_log: Add button-link to webchat URL if one is set via mod_muc_webchat_url2019-10-13, by Kim Alvefur
-
mod_http_muc_log: Compose page title from room data2019-10-13, by Kim Alvefur
-
mod_http_muc_log: Add date metadata to log pages2019-10-13, by Kim Alvefur
-
mod_http_upload: Skip custom HEAD handling on recent Prosody trunk2019-10-12, by Kim Alvefur
-
mod_http_altconnect: Handle connection modules being global or host-local2019-10-12, by Kim Alvefur
-
mod_conversejs: Update compatibility section, pretty sure it works with 0.112019-10-11, by Kim Alvefur
-
mod_nodeinfo2: Store and restore the total message count.2019-10-10, by Emmanuel Gil Peyrot
-
mod_http_altconnect: Add a stub README (thanks JC for reminding me this existed)2019-10-10, by Kim Alvefur
-
mod_nodeinfo2: Fetch active users from mod_lastlog.2019-10-10, by Emmanuel Gil Peyrot
-
mod_nodeinfo2: Retrieve message count from mod_measure_message_e2ee for localPosts and localComments.2019-10-10, by Emmanuel Gil Peyrot
-
mod_nodeinfo2: Add some TODOs2019-10-10, by Kim Alvefur
-
mod_nodeinfo2: Expose service metadata per NodeInfo22019-06-25, by Kim Alvefur
-
mod_http_muc_log: More blue links to distinguish them as such (thanks jonas’)2019-10-09, by Kim Alvefur
-
mod_http_muc_log: Expose xml:lang from each message/body #a11y2019-10-09, by Kim Alvefur
-
mod_http_muc_log: Use configured room language in room title/desc #a11y2019-10-09, by Kim Alvefur
-
mod_http_muc_log: Use <main> element to mark main content #a11y2019-10-09, by Kim Alvefur
-
mod_http_muc_log: Declare language as English #a11y2019-10-09, by Kim Alvefur
-
mod_xhtmlim: Default to stripping @style attribute by default2019-10-08, by Kim Alvefur
-
mod_aws_profile: New module for role-based access to AWS APIs2019-10-08, by Matthew Wild
-
mod_sms_free: Mention that 0.11 will not work due to the absence of SNI support.2019-10-06, by Emmanuel Gil Peyrot
-
mod_bookmarks2: Fix traceback on updating from no legacy bookmarks to bookmarks 2.2019-09-28, by Emmanuel Gil Peyrot
-
mod_sms_free: New module!2019-10-06, by Emmanuel Gil Peyrot
-
mod_mam: Add flag to session when it performs a MAM query2019-10-03, by Matthew Wild
-
auth_token: Various updates, see below.2019-10-03, by JC Brand
-
mod_http_muc_log: Hide room join link from room listing2019-09-29, by Kim Alvefur
-
mod_http_muc_log: Make link to join room more button-looking2019-09-29, by Kim Alvefur
-
mod_http_muc_log: Wrap navigation in unorderded lists (thanks jonas’)2019-09-29, by Kim Alvefur
-
mod_muc_hide_media: Also strip SIMS media2019-09-29, by Matthew Wild
-
mod_muc_media_metadata: Actually consensus is on async.wait after all2019-09-29, by Matthew Wild
-
mod_muc_media_metadata: Include original message stanza example2019-09-29, by Matthew Wild
-
mod_muc_media_metadata: Update namespace2019-09-29, by Matthew Wild
-
mod_muc_media_metadata: Update for actual function named async.await()2019-09-29, by Matthew Wild
-
mod_muc_media_metadata: Fix example config2019-09-29, by Matthew Wild
-
mod_muc_media_metadata: Fix README filename2019-09-29, by Matthew Wild
-
mod_muc_media_metadata: Module to automatically fetch metadata for posted media2019-09-29, by Matthew Wild
-
mod_muc_hide_media: Module to allow hiding inline media in a MUC2019-09-29, by Matthew Wild
-
mod_csi_grace_period: Fix to store state on correct table2019-09-28, by Kim Alvefur
-
mod_register_web: Fix traceback if captcha_reply is left out of the form (thanks woffs)2019-09-28, by Kim Alvefur
-
mod_bookmarks, mod_bookmarks2: Refuse to load if the other one is also loaded.2019-09-28, by Emmanuel Gil Peyrot
-
mod_bookmarks2: Add new module.2019-09-28, by Emmanuel Gil Peyrot
-
mod_telnet_tlsinfo: Mark as obsolete since this is included in mod_admin_telnet2019-09-18, by Kim Alvefur
-
mod_muc_webchat_url: Fix default url2019-09-17, by Kim Alvefur
-
mod_muc_webchat_url/README: Fix template option name2019-09-17, by Kim Alvefur
-
mod_muc_webchat_url: Don't save templated value2019-09-17, by Kim Alvefur
-
mod_muc_webchat_url: Advertise the URL to a webchat in disco#info2019-09-17, by Kim Alvefur
-
mod_bidi: Link to mod_s2s_bidi2019-09-14, by Kim Alvefur
-
mod_muc_occupant_id: add TODO regarding MAM handling2019-09-11, by Maxime “pep” Buquet
-
mod_jid_prep: Update the README to point to XEP-0328.2019-09-08, by Emmanuel Gil Peyrot
-
mod_auth_any: Merged into Prosody as mod_auth_insecure2019-09-02, by Kim Alvefur
-
mod_storage_memory: Also merged into core2019-09-02, by Kim Alvefur
-
Mark some modules as Merged2019-09-02, by Kim Alvefur
-
mod_profile: Mark as Unmaintained2019-09-02, by Kim Alvefur
-
mod_profile: Link to successors mod_vcard_legacy & mod_vcard42019-09-02, by Kim Alvefur
-
mod_upload_file_management: Add this new module, for now only listing files uploaded by a user as an admin.2019-08-31, by Emmanuel Gil Peyrot
-
mod_carbons_adhoc: Remove unused (later shadowed) local variable2019-08-31, by Emmanuel Gil Peyrot
-
mod_http_upload: Back out 3fb0add97cdb - depends on yet uncommon lfs version2019-08-30, by Kim Alvefur
-
mod_auth_external: Improve error handling when non-blocking mode used without libevent2019-08-30, by Matthew Wild
-
mod_http_upload: Skip write if nothing expired when checking2019-08-29, by Kim Alvefur
-
mod_http_upload: Add hint about checking that the base URL is reachable2019-08-29, by Kim Alvefur
-
mod_http_upload: Make loud noise if storage path can't be created or doesn't exist2019-08-29, by Kim Alvefur
-
mod_vcard_muc: Add an alternative method of signaling avatar change2019-08-25, by Kim Alvefur
-
mod_vcard_muc: Factor out avatar hash retrieval into a function for easier reuse2019-08-23, by Kim Alvefur
-
mod_muc_occupant_id: Update XEP number (XEP-0421)2019-08-24, by Maxime “pep” Buquet
-
mod_map: Update example in README to reflect recent changes2019-08-22, by Kim Alvefur
-
mod_map: Include last body text2019-08-22, by Kim Alvefur
-
mod_map: Include timestamps of first/last message (if reported)2019-08-22, by Kim Alvefur
-
mod_map: Update for new API in prosody 1e2b444acb722019-08-22, by Kim Alvefur
-
mod_http_upload: Also format max file size as integer in error (thanks lovetox)2019-08-22, by Kim Alvefur
-
mod_http_upload: Ensure integer formatting of size limit2019-08-22, by Kim Alvefur
-
mod_muc_ping: Advertise XEP-0410 feature2019-08-20, by Kim Alvefur
-
mod_smacks: fix bug #1405 (prevent timer from running for already destroyed sessions)2019-08-11, by tmolitor
-
mod_http_muc_log: Make time based anchors from mod_muc_log_http work2019-08-10, by Kim Alvefur
-
mod_pubsub_text_interface: Respond to receipts2019-08-09, by Kim Alvefur
-
mod_http_stats_stream: Make global to simplify2019-08-09, by Kim Alvefur
-
mod_turncredentials: Add parallel implementation of XEP-0215 v0.72019-08-09, by Kim Alvefur
-
mod_conversejs: Change CSS URL2019-08-09, by Kim Alvefur
-
mod_smacks: fix bug in bad client handling introduced by last commit2019-08-02, by tmolitor
-
mod_csi_muc_priorities: Add an example2019-08-02, by Kim Alvefur
-
mod_csi_muc_priorities: Mention mod_track_muc_joins2019-08-02, by Kim Alvefur
-
mod_ignore_host_chatstates: Add a stub README2019-08-02, by Kim Alvefur
-
mod_muc_block_pm: Add support for Prosody 0.112019-08-02, by JC Brand
-
mod_http_stats_stream: Use existing header preparation2019-07-31, by Kim Alvefur
-
mod_smacks: fix bug for missbehaving clients sending multiple acks in a row2019-07-30, by tmolitor
-
mod_muc_occupant_id: depend on muc.2019-07-29, by Maxime “pep” Buquet
-
mod_muc_occupant_id: Update links to the XEP inbox.2019-07-17, by Maxime “pep” Buquet
-
mod_muc_occupant_id: Remove unnecessary check on occupant2019-07-14, by Maxime “pep” Buquet
-
mod_muc_occupant_id: initial commit2019-07-14, by Maxime “pep” Buquet
-
mod_csi_muc_priorities: Signal unimportance (thanks tmolitor)2019-07-04, by Kim Alvefur
-
mod_cloud_notify: fix typo (used || instead of or)2019-07-01, by tmolitor
-
mod_cloud_notify: fix local variable usage2019-07-01, by tmolitor
-
mod_http_upload: Duplicate mime types handling from mod_http_files (fixes #1374)2019-06-29, by Kim Alvefur
-
mod_csi_pump: Obsolete, remove2019-06-26, by Kim Alvefur
-
mod_muc_defaults: Allow setting of `name` and `description2019-06-20, by JC Brand
-
mod_cloud_notify: fix prosody 0.9 compatibility2019-06-16, by tmolitor
-
mod_smacks: fix prosody 0.9 compatibility2019-06-16, by tmolitor
-
mod_log_events_by_memory: Add link to post explaining different kinds of memory leaks2019-06-12, by Kim Alvefur
-
mod_log_events_by_memory: Add a rant to README about uselessness of this module2019-06-12, by Kim Alvefur
-
mod_log_events_by_cpu_usage: Log events where more than a certain amount of CPU time was spent2019-06-10, by Kim Alvefur
-
mod_log_events_by_memory: Log events where Lua memory usage increased2019-06-10, by Kim Alvefur
-
mod_web_push: README: Fix list formatting2019-06-09, by Maxime “pep” Buquet
-
mod_web_push: Update README2019-06-09, by Maxime “pep” Buquet
-
Initial version of mod_web_push. WARNING: Do not use.2019-06-08, by Maxime “pep” Buquet
-
misc/munin/prosody_: Add a total_s2s counter to work with mod_statistics_statsman2019-05-28, by Kim Alvefur
-
mod_statistics_statsman: Fix syntax error2019-05-28, by Kim Alvefur
-
mod_statistics_statsman: Map 'cpu.clock' from mod_measure_cpu to 'cpu_total' of mod_statistics_cputotal2019-05-28, by Kim Alvefur
-
mod_statistics_statsman/README: Describe how to switch from mod_statistics2019-05-28, by Kim Alvefur
-
mod_statistics_statsman: Update for change stats type change in mod_measure_memory2019-05-28, by Kim Alvefur
-
mod_extdisco: Remove redundant condition2019-05-23, by Kim Alvefur
-
mod_extdisco: Also handle XEP-0215 v0.72019-05-23, by Kim Alvefur
-
mod_extdisco: Set missing namespace on credentials response2019-05-23, by Kim Alvefur
-
mod_extdisco: Reuse xmlns variable2019-05-23, by Kim Alvefur
-
xep-0215-0.6 requires service to be wrapped in services tag.2019-05-23, by Alexey Bobyr
-
mod_csi_muc_priorities: Fix traceback due to empty field2019-05-18, by Kim Alvefur
-
mod_conversejs: Set viewport scale hack (closes #1361)2019-05-16, by Kim Alvefur
-
mod_conversejs: Make title configurable (fixes #1362)2019-05-16, by Kim Alvefur
-
mod_conversejs: Separate out templates into separate configurable files (breaks 0.9 compat)2019-05-16, by Kim Alvefur
-
mod_http_muc_log: Hide join/part controls if they are not stored by mod_muc_mam2019-05-16, by Kim Alvefur
-
mod_http_muc_log: Allow specifying the default view2019-05-12, by Kim Alvefur
-
mod_http_muc_log: Preserve ?query part in redirect2019-05-13, by Kim Alvefur
-
mod_http_muc_log: Add navigation link to latest page2019-05-13, by Kim Alvefur
-
mod_http_muc_log: Correctly build absolute URLs2019-05-13, by Kim Alvefur
-
mod_http_muc_log: Provide a redirect to 'latest' day with logs (fixes #1360)2019-05-12, by Kim Alvefur
-
mod_http_muc_log: Fix Y10k bug2019-05-12, by Kim Alvefur
-
mod_http_upload: Propagate errors from expiry procedure2019-05-08, by Kim Alvefur
-
mod_http_upload: Check attempted upload against quota even with no previous uploads2019-05-08, by Kim Alvefur
-
mod_http_upload: Consider quota reached if it can't be checked2019-05-08, by Kim Alvefur
-
mod_storage_xmlarchive: Try harder to limit range of time to check2019-05-07, by Kim Alvefur
-
mod_muc_defaults: Create MUCs from config2019-05-06, by JC Brand
-
mod_storage_xmlarchive: Add support for user iteration API2019-05-05, by Kim Alvefur
-
mod_migrate: Try to use per storage user listing where available2019-05-05, by Kim Alvefur
-
mod_http_muc_log: Trim trailing whitespace [luacheck]2019-05-05, by Kim Alvefur
-
mod_http_muc_log: Add option to show OOB images2019-05-05, by Kim Alvefur
-
mod_http_muc_log: Document optimization for storage modules lacking :dates API2019-05-05, by Kim Alvefur
-
mod_http_muc_log: Increase clickable area on dates2019-05-05, by Kim Alvefur
-
mod_http_muc_log: Add table header and body tags for improved semantics2019-05-05, by Kim Alvefur
-
mod_http_muc_log: Sort room listing by jid for stable order2019-05-05, by Kim Alvefur
-
mod_http_index: Improve page title2019-05-05, by Kim Alvefur
-
mod_http_pep_avatar/README: Mark up example URL as code snippet2019-05-05, by Kim Alvefur
-
mod_http_pep_avatar: Return a message instead of 404 for base path2019-05-05, by Kim Alvefur
-
mod_atom/README: Add some text about where to look for the atom feed2019-05-05, by Kim Alvefur
-
mod_atom: Return a message instead of 404 for root path2019-05-05, by Kim Alvefur
-
mod_storage_xmlarchive: Return error if range request reference missing items (see #1325)2019-05-03, by Kim Alvefur
-
mod_storage_xmlarchive: Limit search to smallest time range in case of inexact match2019-05-03, by Kim Alvefur
-
mod_muc_cloud_notify: Count codepoints instead of bytes2019-05-02, by Matthew Wild
-
mod_bidi: Document compatibility with 0.10 and 0.112019-04-22, by Kim Alvefur
-
mod_auth_token: Timezone fix for TOTP checking2019-05-02, by JC Brand
-
mod_admin_web: Fix to use format strings in logger calls (thanks Ge0rG)2019-04-30, by Matthew Wild
-
mod_auth_ldap: Use module API for logging2019-04-28, by Kim Alvefur
-
mod_auth_ldap: Log any error message from open_simple() when testing password2019-04-28, by Kim Alvefur
-
mod_inject_ecaps2: Add a compatibility table.2019-04-24, by Emmanuel Gil Peyrot
-
mod_omemo_all_access: Also not needed with Prosody 0.112019-04-20, by Kim Alvefur
-
mod_net_proxy: Ensure port numbers are coerced into numbers2019-04-12, by Kim Alvefur
-
mod_turncredentials: Convert numeric attributes to strings (fixes #1339)2019-04-09, by Kim Alvefur
-
mod_http_muc_log: Allow trailing slash after date2019-04-09, by Kim Alvefur
-
mod_adhoc_dataforms_demo/README: Describe the new multi-step command2019-04-06, by Kim Alvefur
-
mod_adhoc_dataforms_demo: Add a multi-step command demo2019-04-06, by Kim Alvefur
-
mod_adhoc_dataforms_demo: Rename command node to reflect current module name2019-04-06, by Kim Alvefur
-
mod_adhoc_dataforms_demo: Reorder form fields2019-04-06, by Kim Alvefur
-
mod_adhoc_dataforms_demo: Remove extra 'fixed' field2019-04-06, by Kim Alvefur
-
mod_invite: Show a different error if no token has been given2019-04-05, by Kim Alvefur
-
mod_invite: Remove unused local variable [luacheck]2019-04-05, by Kim Alvefur
-
mod_invite: Use path passed by http stack instead of pattern matching2019-04-05, by Kim Alvefur
-
mod_password_reset: Remove unused local [luacheck]2019-04-05, by Kim Alvefur
-
mod_admin_web: Ignore shadowed 'ok' variable, nothing to worry about [luacheck]2019-04-05, by Kim Alvefur
-
Update modules using mod_http_files to serve files for change in Prosody trunk2019-04-05, by Kim Alvefur
-
mod_muc_gc10: Abort on Prosody 0.112019-04-03, by Kim Alvefur
-
mod_csi_pump/README: Discourage use, point to mod_csi_simple2019-04-03, by Kim Alvefur
-
mod_muc_lang: Abort on Prosody 0.11 which supports this natively (thanks Ge0rG)2019-04-03, by Kim Alvefur
-
mod_csi_muc_priorities: Add a README2019-04-02, by Kim Alvefur
-
mod_bookmarks: Return true when a stanza has been sent.2019-04-02, by Emmanuel Gil Peyrot
-
mod_bookmarks: Check for item-not-found and return empty Private XML. Fixes #1265 (thanks gerald and thebigfrog!)2019-04-02, by Emmanuel Gil Peyrot
-
mod_limits: log throttled JID2019-04-02, by Georg Lukas
-
mod_throttle_unsolicited: reduce debug logs, rename firewall mark2019-04-02, by Georg Lukas
-
mod_csi_muc_priorities: Consider own messages important (fallback if no mod_track_muc_joins)2019-04-01, by Kim Alvefur
-
mod_csi_muc_priorities: Consider own MUC messages as important2019-04-01, by Kim Alvefur
-
mod_csi_muc_priorities: Undo early return to make following commit clearer2019-04-01, by Kim Alvefur
-
mod_csi_muc_priorities: Sort list of JIDs2019-04-01, by Kim Alvefur
-
mod_csi_muc_priorities: Allow specifying which MUC JIDs are less important2019-04-01, by Kim Alvefur
-
mod_csi_muc_priorities: Add a comment2019-04-01, by Kim Alvefur
-
mod_csi_muc_priorities: Break out room jid into a variable2019-04-01, by Kim Alvefur
-
mod_csi_muc_priorities: Remove dependency on mod_track_muc_joins2019-04-01, by Kim Alvefur
-
mod_csi_muc_priorities: Reduce importance of group chat messages2019-03-31, by Kim Alvefur
-
mod_pubsub_github: Assume unspecified event is 'push' if there are commits in payload2019-03-31, by Kim Alvefur
-
mod_pubsub_github: Rearrange code to make it easier to handle other event types2019-03-31, by Kim Alvefur
-
mod_pubsub_github: Get event type from payload (should work with gitlab)2019-03-31, by Kim Alvefur
-
mod_pubsub_github/README: Specify language of code block for pretty syntax highlighting2019-03-31, by Kim Alvefur
-
mod_pubsub_github/README: Include 'github_secret' in example since it's required2019-03-31, by Kim Alvefur
-
mod_pubsub_github: Reorder code to prepare for more code reordering2019-03-31, by Kim Alvefur
-
mod_pubsub_github: Rename variable to avoid name clash [luacheck]2019-03-31, by Kim Alvefur
-
luacheckrc: Update API method list from prosody2019-03-31, by Kim Alvefur
-
luacheckrc: Copy line length setting from prosody2019-03-31, by Kim Alvefur
-
mod_pubsub_github: Include a summary field in payload2019-03-31, by Kim Alvefur
Scroll all the way down to load more.