2018-10-09 |
Matthew Wild |
mod_password_reset: Switch to util.interpolation (our standard template library)
|
2018-10-09 |
Matthew Wild |
mod_password_policy: Export function to get policy in use by the module
|
2018-10-09 |
Matthew Wild |
mod_password_policy: Return error as second result explaining failure reason
|
2018-10-07 |
Kim Alvefur |
mod_muc_ping: Implements the Server Optimization part of XEP-0410: MUC Self-Ping
|
2018-10-04 |
Kim Alvefur |
mod_conversejs: Default to latest version of Converse.js
|
2018-10-04 |
Kim Alvefur |
mod_conversejs: Strip extra slash if version is set to the empty string
|
2018-10-03 |
Kim Alvefur |
mod_pastebin: Convert limit values to strings (fixes traceback)
|
2018-10-03 |
Kim Alvefur |
mod_pastebin: Advertise a disco feature and current thresholds
|
2018-10-02 |
Matthew Wild |
mod_password_reset: New module for self-service password resets via a web page
|
2018-09-28 |
Emmanuel Gil Peyrot |
mod_bob: Simplify check_cid using string.match. (thanks Zash!)
|
2018-09-28 |
Emmanuel Gil Peyrot |
mod_bob: Add this new module.
|
2018-09-27 |
Kim Alvefur |
mod_http_upload: Use legacy datamanager directly (makes it work)
|
2018-09-27 |
Kim Alvefur |
mod_http_upload: Abort and throw error in case of failure to iterate over users
|
2018-09-27 |
Kim Alvefur |
mod_http_upload: Run expiry for all users if command run with a hostname
|
2018-09-27 |
Kim Alvefur |
mod_http_roster_admin: Add explicit dependency on mod_http
|
2018-09-27 |
Kim Alvefur |
mod_conversejs: Set a friendly name for mod_http_index
|
2018-09-27 |
Kim Alvefur |
mod_http_index: Allow listed modules to include a friendlier name
|
2018-09-27 |
Kim Alvefur |
mod_http_index: Tweak header
|
2018-09-27 |
Matthew Wild |
mod_conversejs: Update README
|
2018-09-27 |
Matthew Wild |
mod_conversejs: Allow custom tags to be inserted into the generated HTML
|
2018-09-27 |
Matthew Wild |
mod_conversejs: Variable rename for clarity (user may override options)
|
2018-09-27 |
Matthew Wild |
mod_conversejs: Allow overriding CDN URL, or script/css URLs independently
|
2018-09-24 |
JC Brand |
Mention auto_register_muc_nickname setting from Converse
|
2018-09-23 |
Kim Alvefur |
mod_conversejs: Explicitly depend on mod_http
|
2018-09-23 |
Kim Alvefur |
mod_pubsub_text_interface: Handle lack of `pubsub:get_last_item` in Prosody 0.10
|
2018-09-23 |
Kim Alvefur |
mod_auth_ldap: Add compat with the previously mistaken documentation (thanks pep.)
|
2018-09-23 |
Kim Alvefur |
mod_auth_ldap: Correct name of admin option (thanks pep.)
|
2018-09-22 |
Maxime “pep” Buquet |
mod_auth_ldap: fix ldap_admins documentation
|
2018-09-20 |
Kim Alvefur |
mod_conversejs: Add a page title
|
2018-09-20 |
Kim Alvefur |
mod_conversejs: Update to Conversejs 4.0.1
|