Log

description author age
mod_http_upload: Add some kind of help message to prosodyctl command Kim Alvefur 2020-03-30
mod_http_upload/README: Add example disco_items use Kim Alvefur 2020-03-30
mod_http_upload_external: Discourage loading via modules_enabled Kim Alvefur 2020-03-30
mod_conversejs/README: Add an example of the URL to open Kim Alvefur 2020-03-30
mod_muc_archive: Add fork of mod_muc_log that uses newer storage API JC Brand 2020-03-27
mod_stanzas: tighten up stanza check and add explanatory text JC Brand 2020-03-27
mod_smacks: also count outgoing MAM messages JC Brand 2020-03-26
mod_auth_ldap: Fix broken link to LuaLDAP Kim Alvefur 2020-03-25
mod_rest: Add JSON mapping of XEP-0128: Service Discovery Extensions Kim Alvefur 2020-03-23
mod_prometheus: Ensure mod_http is loaded where the http interface is exposed (thanks Martin) Kim Alvefur 2020-03-21
mod_measure_registration: new module Maxime “pep” Buquet 2020-03-21
mod_muc_hats_*/README: Linkify XEP references Kim Alvefur 2020-03-19
mod_muc_hats_adhoc/README: Change summary to mention ad-hoc commands Kim Alvefur 2020-03-19
mod_muc_hats_adhoc: Ad-hoc commands for adding/removing MUC hats Matthew Wild 2020-03-19
mod_muc_hats_api: New API-only module for managing user hats in MUCs Matthew Wild 2020-03-19
mod_rest/README: Fix adhoc example Kim Alvefur 2020-03-15
mod_muc_occupant_id: Handle MUC-PMs Maxime “pep” Buquet 2020-03-15
mod_cloud_notify: fix link and table layout in readme tmolitor 2020-03-11
mod_cloud_notify: Cleanup code and drop support for prosody 0.9 tmolitor 2020-03-11
mod_smacks: fix logging issue in mam eventhandler tmolitor 2020-03-10
mod_log_auth: log hostname, too tmolitor 2020-03-10
mod_cloud_notify: Fix bug in prosody 0.9 tmolitor 2020-03-08
Merge commit tmolitor 2020-03-08
mod_smacks_offline: add readme tmolitor 2020-03-08
mod_smacks_noerror: This module is superseded by mod_smacks and mod_nooffline_noerror tmolitor 2020-03-08
mod_smacks_offline: this module is obsoleted by latest mod_smacks update tmolitor 2020-03-08
mod_smacks: handle mam-enabled session internally tmolitor 2020-03-08
mod_http_oauth2: Set content type on successful repsponses (fixes #1501) Kim Alvefur 2020-03-08
mod_rest: Avoid interfering with mod_http_oauth2 errors (fixes #1500) Kim Alvefur 2020-03-08
mod_rest: Fix encoding of simple dataforms Kim Alvefur 2020-03-07
mod_rest: Add an XML error formatter (fixes #1499) Kim Alvefur 2020-03-07
mod_rest: Break out POST errors into a registry Kim Alvefur 2020-03-07
mod_rest: Separate lists of mediatypes for input, output and errors Kim Alvefur 2020-03-07
mod_nooffline_noerror: New module that disables errors for disabled offline storage tmolitor 2020-03-02
mod_http_index: Increase distance between navigation items Kim Alvefur 2020-02-29
mod_rest: Fix routing to self-jid (thanks jonas’) Kim Alvefur 2020-02-29
mod_rest: Advertise "support" for text/plain Kim Alvefur 2020-02-28
mod_rest: Spred array over multiple lines for nicer future diffs Kim Alvefur 2020-02-28
mod_rest: Add JSON mapping of XEP-0039: Statistics Gathering Kim Alvefur 2020-02-28
mod_rest: Move dataforms into structure for more logical code order Kim Alvefur 2020-02-28
mod_reminders: add id to sent reminder marc0s 2020-02-28
mod_http_oauth2: Use component_secret setting as password on Components Kim Alvefur 2020-02-27
mod_http_oauth2: Allow creation of full JID tokens Kim Alvefur 2020-02-27
mod_http_oauth2: Refactor re-joining of JID out of token constructor Kim Alvefur 2020-02-27
mod_reminders: Initial commit for supporting Reminders ProtoXEP marc0s 2020-02-26
mod_muc_occupant_id: Ensure id is added to self-presences, nick changes, etc. Maxime “pep” Buquet 2020-02-26
mod_rest, mod_http_oauth2: Switch from mod_authtokens to mod_tokenauth per Prosody bf81523e2ff4 Matthew Wild 2020-02-26
mod_adhoc_dataforms_demo: Add the now required permission mode (#1482) Kim Alvefur 2020-02-26
mod_muc_occupant_id: add TODOs Maxime “pep” Buquet 2020-02-26
mod_rest: Fix another missing switch from array to map in json mapping Kim Alvefur 2020-02-26
mod_rest: Support urlencoded form data (does a subset of JSON mapping) Kim Alvefur 2020-02-26
mod_rest: Add support for token authentication Matthew Wild 2020-02-26
mod_rest: Handle uncaught native errors correctly Matthew Wild 2020-02-26
mod_http_oauth2: Implement real tokens using mod_authtokens Matthew Wild 2020-02-26
mod_rest: Update with namespace and name of XEP-0432 Kim Alvefur 2020-02-25
mod_rest: Fix traceback in mapping of adhoc with forms Kim Alvefur 2020-02-25
mod_sasl2: Experimental implementation of XEP-0388 Kim Alvefur 2019-09-27
mod_muc_occupant_id: id is an attribute not a text node Maxime “pep” Buquet 2020-02-25
mod_http_oauth2: OAuth2 API (work in progress for developers only) Matthew Wild 2020-02-23
mod_muc_moderation: Broadcast retraction via method that saves it Kim Alvefur 2020-02-22
mod_muc_moderation: Remove debug message Kim Alvefur 2020-02-22
mod_muc_moderation: Add a copyright header Kim Alvefur 2020-02-22
mod_storage_xmlarchive: Bump copyright Kim Alvefur 2020-02-22
mod_storage_xmlarchive: Add a new API similar to map-stores Kim Alvefur 2020-02-22
mod_muc_moderation: Initial commit of XEP-0425: Message Moderation Kim Alvefur 2020-02-22
mod_rest: Restructure JSON / Stanza mapping definitions Kim Alvefur 2020-02-22
mod_rest: Rename loop variable for improved clarity Kim Alvefur 2020-02-22
mod_rest: Rename table of mappings Kim Alvefur 2020-02-22
mod_http_muc_log: Expose JID localpart to the template Emmanuel Gil Peyrot 2020-02-17
mod_http_muc_log: Reduce hashtable lookups Emmanuel Gil Peyrot 2020-02-17
mod_list_inactive: report last action timestamp Georg Lukas 2020-02-17
mod_rest/README: Describe Ad-Hoc command mapping Kim Alvefur 2020-02-08
mod_rest: Support mapping XEP-0004 Data Forms directly Kim Alvefur 2020-02-08
mod_rest: Allow passing form data in a more compact format Kim Alvefur 2020-02-07
mod_rest: Remove no longer needed logging Kim Alvefur 2020-02-07
mod_rest: Ignore already handled top-level stanza attr fields Kim Alvefur 2020-02-07
mod_rest: Return an error for unknown fields in JSON input Kim Alvefur 2020-02-07
mod_auth_external->mod_auth_external_insecure: Unmaintained and almost certainly insecure, discourage its use Matthew Wild 2020-02-06
mod_muc_cloud_notify: Revert last commit tmolitor 2020-02-05
mod_reload_modules: Ignore removed hosts... tmolitor 2020-02-05
mod_rest: Add final pieces of XEP-0050 (actions, note, form) Kim Alvefur 2020-02-04
mod_rest: Add JSON to XML mapping of dataforms Kim Alvefur 2020-02-04
mod_rest: Fix traceback Kim Alvefur 2020-02-04
mod_rest: Add JSON mapping for dataform (XEP-0004) Kim Alvefur 2020-02-04
mod_rest: Add basic support for XEP-0050: Ad-Hoc commands (no forms) Kim Alvefur 2020-02-04
mod_rest: Add support for HTTP Basic username and password authentication Kim Alvefur 2020-02-01
mod_rest: Support passing 'node' attr in disco#items queries Kim Alvefur 2020-02-04
mod_rest: Remove debug hack to ignore Accept header Kim Alvefur 2020-02-04
mod_rest: Back out 513a8a7fab41 Kim Alvefur 2020-02-04
mod_rest: Hide JSON error behind a flag Kim Alvefur 2020-02-03
mod_rest: Map the error@by attribute Kim Alvefur 2020-01-31
mod_rest: Fix missing return Kim Alvefur 2020-01-29
mod_auth_ldap, mod_auth_ldap2: Ensure is_admin() checks of remote JIDs never return positive Matthew Wild 2020-01-27
mod_pastebin: Follow XEP-0068 and use Clark notation in disco#info Kim Alvefur 2020-01-26
mod_rest: Skip attempting parse empty response Kim Alvefur 2020-01-26
mod_rest: Handle internal http request errors early and then return Kim Alvefur 2020-01-25
mod_rest: Special case handling of internal http request errors Kim Alvefur 2020-01-25
mod_rest: Process results even on internal errors with HTTP request Kim Alvefur 2020-01-25
mod_rest: Add some comments to example code Kim Alvefur 2020-01-25
mod_rest: Log connectivity problems via module status API Kim Alvefur 2020-01-25
mod_rest: Attempt to auto-discover data type wanted by callback Kim Alvefur 2020-01-25
mod_rest: Avoid treating special json.null value as any other table Kim Alvefur 2020-01-25
mod_rest: Fix handling of 'node' attribute in disco#info Kim Alvefur 2020-01-25
mod_rest: Ensure iq responses have type result if they're not errors Kim Alvefur 2020-01-25
mod_rest/README: Add a section describing the JSON mapping Kim Alvefur 2020-01-25
mod_rest: Make XHTML-IM mapping more convenient Kim Alvefur 2020-01-24
mod_rest: Improve some comments Kim Alvefur 2020-01-24
mod_rest: Add mapping of XEP-0092: Software Version Kim Alvefur 2020-01-24
mod_rest: Add an examlpe Flask app Kim Alvefur 2020-01-24
mod_rest: Allow returning an array of JID strings as disco#items Kim Alvefur 2020-01-24
mod_rest: Only pass trough valid disco#item item attributes Kim Alvefur 2020-01-24
mod_rest: Fix disco#info identities data mapping Kim Alvefur 2020-01-24
mod_rest: Fix iteration over disco#info features Kim Alvefur 2020-01-24
mod_rest: Fix iteration over disco#info identities Kim Alvefur 2020-01-24
mod_stats39: Advertise namespace as feature (not part of the XEP?) Kim Alvefur 2020-01-19
mod_stats39: Format numbers with a bit more precision Kim Alvefur 2020-01-19
mod_stats39: Add actual example stats Kim Alvefur 2020-01-19
mod_stats39: Add a README Kim Alvefur 2020-01-19
mod_rest: Return a friendly message for parse errors Kim Alvefur 2020-01-15
mod_rest: Encode errors as JSON Kim Alvefur 2020-01-15