mod_storage_xmlarchive: Raise error instead of warning if there's ever more than one stanza in a chunk (this indicates some kind of corruption)
|
Kim Alvefur |
2017-02-20 |
mod_mam: Add comments
|
Kim Alvefur |
2017-02-19 |
mod_mam: Normalize whitespace
|
Kim Alvefur |
2017-02-19 |
mod_mam: Bring hints processing in line with 0.10 version
|
Kim Alvefur |
2017-02-19 |
mod_mam: Make the store configurable to ease move to 0.10 version
|
Kim Alvefur |
2017-02-19 |
mod_mam: Add annotations [luacheck]
|
Kim Alvefur |
2017-02-19 |
mod_mam/fallback_archive: Remove unused variables
|
Kim Alvefur |
2017-02-19 |
mod_mam_muc: Update to XEP-0313 0.5.1
|
Kim Alvefur |
2017-02-19 |
mod_mam: Add support for XEP-0313 v0.5
|
Kim Alvefur |
2017-02-19 |
mod_mam: Add missing wrapping <query> element when returning the query form
|
Kim Alvefur |
2017-02-19 |
mod_auth_pam: Document dependencies
|
Kim Alvefur |
2017-02-17 |
mod_smacks/README: Linkify the XEP
|
Kim Alvefur |
2017-02-14 |
mod_mam_muc: Move swapping of reversed variables (like 5fb917b86838 for mod_mam)
|
Kim Alvefur |
2017-02-14 |
mod_mam_muc: Make sure that the total, if it is a total, is a number
|
Kim Alvefur |
2017-02-14 |
mod_mam_muc: Minor syntax change
|
Kim Alvefur |
2017-02-14 |
mod_mam/README: Note that mod_mam is included with prosody 0.10+
|
Kim Alvefur |
2017-02-14 |
mod_mam_muc: Remove fallback for util.stanza.is_stanza, it should be available
|
Kim Alvefur |
2017-02-14 |
mod_mam_muc: Use util.rsm (fixes #829, depends on a recent 0.10+)
|
Kim Alvefur |
2017-02-14 |
mod_pep_vcard_png_avatar: Move to dwebp, handle errors on opening file_png.
|
Michel Le Bihan |
2017-02-13 |
merged upstream changes
|
tmolitor |
2017-02-12 |
mod_smacks: Fix some bugs with smacks-ack-delayed event triggering.
|
tmolitor |
2017-02-12 |
mod_s2s_auth_dane/README: Mention the race condition in the absence of util.async
|
Kim Alvefur |
2017-02-12 |
mod_s2s_auth_dane/README: Simplify zone file examlpe
|
Kim Alvefur |
2017-02-12 |
mod_smacks: Send out more ack requests where needed
|
tmolitor |
2017-02-12 |
mod_profile/README: Make requirements more obvious
|
Kim Alvefur |
2017-02-10 |
mod_http_upload: Log the directory and filename joined
|
Kim Alvefur |
2017-02-10 |
mod_stanzadebug: Like mod_rawdebug but stanzas instead of the raw bytes
|
Kim Alvefur |
2017-02-09 |
mod_http_index/README: Linkify module names
|
Kim Alvefur |
2017-02-07 |
mod_compression/README: Include lua-zlib installation instructions and link to source
|
Kim Alvefur |
2017-02-06 |
mod_persisthosts/README: Fix formatting
|
Kim Alvefur |
2017-02-05 |
mod_compression/README: Fix formatting
|
Kim Alvefur |
2017-02-05 |
mod_compression/README: Some cleanup and rewording
|
Kim Alvefur |
2017-02-05 |
mod_compression: Import from Prosody, revision 0c69305ab525
|
Kim Alvefur |
2017-02-05 |
mod_migrate/README: Document the ability to specify multiple comma separated stores to migrate
|
Kim Alvefur |
2017-02-02 |
mod_http_stats_stream: Add a README
|
Kim Alvefur |
2017-01-31 |
Backed out changeset f48e9e25aec4, util.uuid.get_nibbles is unavailable in 0.9
|
Kim Alvefur |
2017-01-31 |
mod_http_upload: Fix to include base storage path
|
Kim Alvefur |
2017-01-29 |
mod_http_upload: Fix typo
|
Kim Alvefur |
2017-01-29 |
mod_http_upload: Add missing return statement
|
Kim Alvefur |
2017-01-29 |
mod_http_upload: Change join_path to match behaviour of util.paths in 0.10
|
Kim Alvefur |
2017-01-29 |
mod_http_upload: Use the correct variable name for directory
|
Kim Alvefur |
2017-01-29 |
mod_turncredentials: Add a stub README
|
Kim Alvefur |
2017-01-29 |
mod_http_upload: Record upload slot metadata (fixes #718)
|
Kim Alvefur |
2017-01-29 |
mod_http_upload: Generate shorter random directory names (see #822)
|
Kim Alvefur |
2017-01-29 |
mod_http_upload: Accept already existing directory name if there is no conflicting file in it
|
Kim Alvefur |
2017-01-29 |
mod_http_upload: Make sure that target file does not exist prior to upload
|
Kim Alvefur |
2017-01-29 |
mod_http_upload: Create random directory name when assigning slot
|
Kim Alvefur |
2017-01-29 |
mod_http_upload: Forget upload slot under some error conditions
|
Kim Alvefur |
2017-01-29 |
mod_muc_intercom: Add a README
|
Kim Alvefur |
2017-01-29 |
mod_firewall: Add 'TO SELF' check ('NOT TO?' worked until commit 9159f9166893)
|
Matthew Wild |
2017-01-26 |
mod_firewall: Fix $<> expressions being truncated when compiled
|
Matthew Wild |
2017-01-26 |
mod_mam/README: Fix typo
|
Kim Alvefur |
2017-01-25 |
mod_csi_pump/README: Add note about being unsupported in combination with other CSI modules
|
Kim Alvefur |
2017-01-24 |
mod_csi_pump: Mark as Alpha
|
Kim Alvefur |
2017-01-24 |
mod_csi_pump: Consider groupchat message with subject important
|
Kim Alvefur |
2017-01-23 |
mod_net_dovecotauth: Rename variable to avoid name clash [luacheck]
|
Kim Alvefur |
2017-01-22 |
mod_net_dovecotauth: Make variable local [luacheck]
|
Kim Alvefur |
2017-01-22 |
mod_net_dovecotauth: Import util.pposix [luacheck]
|
Kim Alvefur |
2017-01-22 |
mod_net_dovecotauth: Replace missing buffer lib with simpler string based buffering
|
Kim Alvefur |
2017-01-22 |
mod_csi_pump: Lossless CSI mode
|
Kim Alvefur |
2017-01-21 |