log

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