2017-11-09 |
Kim Alvefur |
mod_storage_xmlarchive: Add a prosodyctl command for migrating to/from the internal storage format
|
2017-11-09 |
Kim Alvefur |
mod_storage_xmlarchive: Add a sanity check to prevent reading from internal storage archives
|
2017-11-09 |
Kim Alvefur |
mod_storage_xmlarchive: Pass the hostname into the archive object to make it more self-contained
|
2017-11-01 |
Kim Alvefur |
mod_migrate: Catch failure to use user listing API and suggest the alternative
|
2017-10-31 |
Kim Alvefur |
mod_auth_http_async: Allow LuaSocket to pollute the global scope (fixes #1033)
|
2017-10-28 |
Michel Le Bihan |
mod_watchuntrusted send SHA256 by default
|
2017-10-23 |
Kim Alvefur |
Backed out changeset 6d72c5172c74
|
2017-10-20 |
Kim Alvefur |
mod_firewall/test: Move session variable to avoid warning about it being shadowed [luacheck]
|
2017-10-20 |
Kim Alvefur |
mod_firewall/test: Trim trailing whitespace [luacheck]
|
2017-10-20 |
Kim Alvefur |
mod_firewall/test: Use session passed as argument instead of upvalue
|
2017-10-20 |
Kim Alvefur |
mod_firewall/test: Import the ltn12 module [luacheck]
|
2017-10-20 |
Kim Alvefur |
mod_firewall/test: Declare globals from mod_firewall that are used [luacheck]
|
2017-10-18 |
Kim Alvefur |
mod_storage_memory: Allow archive items to be overwritten by id
|
2017-10-18 |
Kim Alvefur |
mod_storage_memory: Serialize stanzas on save (was delayed until query)
|
2017-10-18 |
Kim Alvefur |
mod_pep_plus: Snapshot from Prosody trunk 910d3c3f60a6 including dependencies
|
2017-10-17 |
Kim Alvefur |
mod_http_upload: Only try to create a randomly named directory once.
|
2017-10-15 |
Kim Alvefur |
mod_traceback: Add a brief README
|
2017-10-15 |
Waqas Hussain |
mod_auth_dovecot: Support new luasocket unix domain socket API (fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852250 in Debian Stretch)
|
2017-10-14 |
Kim Alvefur |
mod_server_contact_info/README: Fix example
|
2017-10-12 |
Kim Alvefur |
mod_storage_appendmap: Factor out serialization into reusable functions
|
2017-10-11 |
Matthew Wild |
mod_compression_unsafe: Fix logic bug in previous commit
|
2017-10-11 |
Matthew Wild |
mod_compression_unsafe: Offer compression to c2s_unbound sessions (fixes compat with 0.10, thanks Flow)
|
2017-10-11 |
Matthew Wild |
mod_compression_unsafe README: Fix module name (thanks Flow)
|
2017-10-11 |
tmolitor |
mod_cloud_notify: Remove some leftover code
|
2017-10-11 |
tmolitor |
mod_cloud_notify: Fix regression in error handling
|
2017-10-09 |
Kim Alvefur |
mod_profile: Update get_pep_service() signature to match recent changes to mod_pep_plus (in trunk)
|
2017-10-09 |
Emmanuel Gil Peyrot |
mod_measure_client_presence: Counts presence show and reports using 0.10+ statistics API.
|
2017-10-09 |
Emmanuel Gil Peyrot |
mod_measure_stanza_counts: Fix a crash in mod_bosh.
|
2017-10-09 |
Kim Alvefur |
mod_measure_stanza_counts: Counts stanzas and reports using 0.10+ statistics API
|
2017-10-07 |
Kim Alvefur |
mod_admin_web: Extract strophe from tarball without --strip-components (fixes #1013)
|
2017-10-06 |
t2d |
mod_register_redirect: Update doc
|
2017-10-06 |
t2d |
mod_register_redirect: Import configmanager correctly (fixes #820)
|
2017-10-05 |
Matthew Wild |
mod_register_web: Update README to explain customization
|
2017-10-04 |
Matthew Wild |
mod_firewall: Don't interpret format specifiers in LOG
|
2017-10-03 |
Matthew Wild |
mod_s2s_reload_newcomponent: Fix to use imported configmanager instead of global
|
2017-10-03 |
Kim Alvefur |
mod_swedishchef: Fix logging and traceback uncovered by util.format (thanks Kafkei)
|
2017-09-29 |
Matthew Wild |
mod_swedishchef: Add event so other modules can use this filter
|
2017-09-29 |
Matthew Wild |
mod_swedishchef: Add configuration toggle
|
2017-09-26 |
Matthew Wild |
mod_limits: Handle fractional outstanding balance (imported from prosody 25237002aba4)
|
2017-09-26 |
Matthew Wild |
mod_compression: Rename to mod_compression_unsafe and add security note
|
2017-09-26 |
Kim Alvefur |
mod_auth_ldap: Add annotations to ignore harmless warnings [luacheck]
|
2017-09-26 |
Kim Alvefur |
mod_auth_ldap: Split long line into many [luacheck]
|
2017-09-25 |
Matthew Wild |
mod_traceback: Write current stack trace to file on SIGUSR1
|
2017-09-23 |
Matthew Wild |
mod_server_contact_info: Correctly pass the list of addresses to util.dataforms
|
2017-09-22 |
Kim Alvefur |
mod_muc_limits: Fix alignment of table columns
|
2017-09-22 |
Matthew Wild |
mod_muc_limits: Update compatibility table
|
2017-09-22 |
Matthew Wild |
mod_muc_limits: Document muc_max_nick_length
|
2017-09-21 |
Kim Alvefur |
mod_mam: Squeeze in hooks with priority between sevral other modules (fixes #996)
|
2017-09-19 |
Emmanuel Gil Peyrot |
mod_http_upload: Send a correct response on namespace :0.
|
2017-09-19 |
Emmanuel Gil Peyrot |
mod_pastebin: Check for MUC presence before handling a message.
|
2017-09-18 |
Matthew Wild |
mod_http_host_status_check: Add list of failing hosts to the first line for summary
|
2017-09-12 |
Kim Alvefur |
mod_mam: Use a FIFO queue for scheduling archive expiry
|
2017-09-04 |
Kim Alvefur |
mod_http_muc_log: Ignore 'logging' room option, it's no longer set by mod_mam_muc
|
2017-09-03 |
Kim Alvefur |
mod_mam: Fix traceback due to borked transplant from 0.10
|
2017-09-03 |
Kim Alvefur |
mod_mam: Clone stanza before stripping stanza id after carbons
|
2017-09-02 |
Kim Alvefur |
mod_mam: Clone stanzas before mutating (thanks waqas) (fixes #961)
|