2017-11-18 |
Kim Alvefur |
mod_auth_external: Make sure processes are killed when Prosody shuts down
|
2017-11-17 |
Kim Alvefur |
mod_mam_muc: Add comment describing stripping of <x> tag in results
|
2017-11-17 |
Kim Alvefur |
mod_mam_muc: Pass along the size of the matching set, if returned from storage driver
|
2017-11-17 |
Kim Alvefur |
mod_mam_muc: Copy max_archive_query_results option from mod_mam
|
2017-11-17 |
Kim Alvefur |
mod_auth_external: Shut down all auth processes when module is unloaded (fixes #674) (thanks ZNikke)
|
2017-11-17 |
Kim Alvefur |
mod_auth_external: Silence warnings about unused arguments [luacheck]
|
2017-11-17 |
Kim Alvefur |
mod_auth_external: Remove duplicated local variable [luacheck]
|
2017-11-17 |
Kim Alvefur |
mod_auth_external: Split long lines [luacheck]
|
2017-11-17 |
Kim Alvefur |
mod_http_muc_log: Switch to an inaccurate but O(1) method of producing the calendar view
|
2017-11-15 |
Kim Alvefur |
mod_storage_muc_log: Signal store being empty correctly
|
2017-11-15 |
Kim Alvefur |
mod_migrate: Fix missing mod_ prefix in invocation example (thanks asterix)
|
2017-11-15 |
Jonas Wielicki |
mod_http_upload_external: add Python service implementation
|
2017-11-15 |
Kim Alvefur |
mod_storage_muc_log: Tweak README
|
2017-11-15 |
Kim Alvefur |
mod_storage_muc_log: Ignore setting the global 'open', it's part of the storage API
|
2017-11-15 |
Kim Alvefur |
mod_storage_muc_log: Trim trailing whitespace [luacheck]
|
2017-10-17 |
Kim Alvefur |
mod_mam: Load archiving preferes for offline users (fixes #1024)
|
2017-11-10 |
Kim Alvefur |
Various READMEs: s/eg/e.g.g/
|
2017-11-09 |
Kim Alvefur |
mod_storage_xmlarchive/README: Minor tweak
|
2017-11-09 |
Kim Alvefur |
mod_migrate: Remove unused locals
|
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]
|