2020-04-18 |
Kim Alvefur |
Merge
|
2020-04-16 |
Wiktor Kwapisiewicz |
mod_turncredentials: Add 'transport' attribute
|
2020-04-17 |
JC Brand |
Merge
|
2020-04-17 |
JC Brand |
muc_defaults: Add support for the presence_broadcast setting
|
2020-04-15 |
Matthew Wild |
mod_muc_rai: New module to implement Room Activity Indicators
|
2020-04-13 |
Kim Alvefur |
mod_firewall: Fix use of unpack() on Lua 5.3
|
2020-04-13 |
Matthew Wild |
mod_muc_markers: New module for server-side receipt tracking in MUCs
|
2020-04-12 |
Kim Alvefur |
mod_rest: Improve auth error reporting
|
2020-04-07 |
tmolitor |
mod_nooffline_noerror: Fix for missing log
|
2020-04-07 |
kaliko |
mod_measure_muc: Collect statistics on Grout Chat
|
2020-04-05 |
tmolitor |
Merge commit
|
2020-04-05 |
tmolitor |
mod_smacks: Update documentation and slightly adjust default values
|
2020-03-21 |
tmolitor |
mod_nooffline_noerror: fix error in logging
|
2020-04-03 |
Matthew Wild |
mod_muc_limits: Add config option to limit to join stanzas only
|
2020-04-03 |
Matthew Wild |
mod_muc_limits: Add [luacheck] annotation to silence unused loop variable warning
|
2020-03-30 |
Kim Alvefur |
mod_http_upload/README: User/host arguments to command not optional (thanks kaliko)
|
2020-03-30 |
Kim Alvefur |
mod_http_upload: Show help message if not at least one host/user is given
|
2020-03-30 |
Kim Alvefur |
mod_http_upload: Add some kind of help message to prosodyctl command
|
2020-03-30 |
Kim Alvefur |
mod_http_upload/README: Add example disco_items use
|
2020-03-30 |
Kim Alvefur |
mod_http_upload_external: Discourage loading via modules_enabled
|
2020-03-30 |
Kim Alvefur |
mod_conversejs/README: Add an example of the URL to open
|
2020-03-27 |
JC Brand |
mod_muc_archive: Add fork of mod_muc_log that uses newer storage API
|
2020-03-27 |
JC Brand |
mod_stanzas: tighten up stanza check and add explanatory text
|
2020-03-26 |
JC Brand |
mod_smacks: also count outgoing MAM messages
|
2020-03-25 |
Kim Alvefur |
mod_auth_ldap: Fix broken link to LuaLDAP
|
2020-03-23 |
Kim Alvefur |
mod_rest: Add JSON mapping of XEP-0128: Service Discovery Extensions
|
2020-03-21 |
Kim Alvefur |
mod_prometheus: Ensure mod_http is loaded where the http interface is exposed (thanks Martin)
|
2020-03-21 |
Maxime “pep” Buquet |
mod_measure_registration: new module
|
2020-03-19 |
Kim Alvefur |
mod_muc_hats_*/README: Linkify XEP references
|
2020-03-19 |
Kim Alvefur |
mod_muc_hats_adhoc/README: Change summary to mention ad-hoc commands
|
2020-03-19 |
Matthew Wild |
mod_muc_hats_adhoc: Ad-hoc commands for adding/removing MUC hats
|
2020-03-19 |
Matthew Wild |
mod_muc_hats_api: New API-only module for managing user hats in MUCs
|
2020-03-15 |
Kim Alvefur |
mod_rest/README: Fix adhoc example
|
2020-03-15 |
Maxime “pep” Buquet |
mod_muc_occupant_id: Handle MUC-PMs
|
2020-03-11 |
tmolitor |
mod_cloud_notify: fix link and table layout in readme
|
2020-03-11 |
tmolitor |
mod_cloud_notify: Cleanup code and drop support for prosody 0.9
|
2020-03-10 |
tmolitor |
mod_smacks: fix logging issue in mam eventhandler
|
2020-03-10 |
tmolitor |
mod_log_auth: log hostname, too
|
2020-03-08 |
tmolitor |
mod_cloud_notify: Fix bug in prosody 0.9
|
2020-03-08 |
tmolitor |
Merge commit
|
2020-03-08 |
tmolitor |
mod_smacks_offline: add readme
|
2020-03-08 |
tmolitor |
mod_smacks_noerror: This module is superseded by mod_smacks and mod_nooffline_noerror
|
2020-03-08 |
tmolitor |
mod_smacks_offline: this module is obsoleted by latest mod_smacks update
|
2020-03-08 |
tmolitor |
mod_smacks: handle mam-enabled session internally
|
2020-03-08 |
Kim Alvefur |
mod_http_oauth2: Set content type on successful repsponses (fixes #1501)
|
2020-03-08 |
Kim Alvefur |
mod_rest: Avoid interfering with mod_http_oauth2 errors (fixes #1500)
|
2020-03-07 |
Kim Alvefur |
mod_rest: Fix encoding of simple dataforms
|
2020-03-07 |
Kim Alvefur |
mod_rest: Add an XML error formatter (fixes #1499)
|
2020-03-07 |
Kim Alvefur |
mod_rest: Break out POST errors into a registry
|
2020-03-07 |
Kim Alvefur |
mod_rest: Separate lists of mediatypes for input, output and errors
|
2020-03-02 |
tmolitor |
mod_nooffline_noerror: New module that disables errors for disabled offline storage
|
2020-02-29 |
Kim Alvefur |
mod_http_index: Increase distance between navigation items
|
2020-02-29 |
Kim Alvefur |
mod_rest: Fix routing to self-jid (thanks jonas’)
|
2020-02-28 |
Kim Alvefur |
mod_rest: Advertise "support" for text/plain
|
2020-02-28 |
Kim Alvefur |
mod_rest: Spred array over multiple lines for nicer future diffs
|
2020-02-28 |
Kim Alvefur |
mod_rest: Add JSON mapping of XEP-0039: Statistics Gathering
|
2020-02-28 |
Kim Alvefur |
mod_rest: Move dataforms into structure for more logical code order
|
2020-02-28 |
marc0s |
mod_reminders: add id to sent reminder
|
2020-02-27 |
Kim Alvefur |
mod_http_oauth2: Use component_secret setting as password on Components
|
2020-02-27 |
Kim Alvefur |
mod_http_oauth2: Allow creation of full JID tokens
|
2020-02-27 |
Kim Alvefur |
mod_http_oauth2: Refactor re-joining of JID out of token constructor
|
2020-02-26 |
marc0s |
mod_reminders: Initial commit for supporting Reminders ProtoXEP
|
2020-02-26 |
Maxime “pep” Buquet |
mod_muc_occupant_id: Ensure id is added to self-presences, nick changes, etc.
|
2020-02-26 |
Matthew Wild |
mod_rest, mod_http_oauth2: Switch from mod_authtokens to mod_tokenauth per Prosody bf81523e2ff4
|