log

age author description
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)
2017-08-30 Goffi mod_delegation: added disco#items:* in doc and changed status to Stage-Beta
2017-08-30 Goffi mod_delegation: fixed misplaced up() in <message> stanza generation
2017-08-27 tmolitor mod_csi_battery_saver: Fix #921
2017-08-27 tmolitor mod_smacks: Fix #921
2017-08-27 tmolitor Merge with zash
2017-08-27 tmolitor mod_csi_battery_saver: Consider chat markers and outgoing carbon copies as important.
2017-08-27 Kim Alvefur Merge with goffi
2017-08-27 Goffi mod_delegation: added disco#items support
2017-08-24 tmolitor mod_cloud_notify: Implement version 0.3 of XEP-0357
2017-08-23 Matt Loupe mod_auth_http_async: Updated sync_http_auth function to accept username and password and send those as a basic authentication header
2017-08-22 tmolitor mod_cloud_notify: Fix small bug.
2017-08-22 tmolitor mod_csi_battery_saver: Fix small bug and correct readme.
2017-08-19 tmolitor mod_csi_battery_saver: only depend on mod_track_muc_joins if actually used
2017-08-18 tmolitor mod_csi_battery_saver: Add config option for better muc handling
2017-08-17 tmolitor mod_csi_battery_saver: Fix bug when smacks is resumed before hibernating
2017-08-17 tmolitor mod_smacks: Trigger event smacks-hibernation-end after queue resend
2017-08-17 tmolitor merge commit
2017-08-17 tmolitor mod_csi_battery_saver: Fix a bug introduced by commit f43c77c69a8a
2017-08-17 tmolitor mod_csi_battery_saver: Fix interaction with smacks hibernation
2017-08-17 Kim Alvefur mod_register_web: Normalize indentation [luacheck]
2017-08-17 Michel Le Bihan mod_register_web: Import missing datamanager
2017-08-15 Kim Alvefur mod_http_upload: Handle HEAD requests in 0.10 when reading body from a file handle
2017-08-15 Michel Le Bihan mod_csi_battery_saver: Clone stanza pushed to queue
2017-08-14 tmolitor mod_cloud_notify: Implement the "stripped stanzas" proposal.
2017-08-12 tmolitor mod_csi_battery_saver: correctly handle encrypted message stanzas
2017-08-02 Vadim A. Misbakh-Soloviov mod_webpresence: Fixed README (working status and TODO)
2017-08-01 Michel Le Bihan mod_register_web: Add password confirmation field
2017-07-27 Kim Alvefur mod_http_upload: Remove directory when deleting a file (fixes #950)
2017-07-22 Kim Alvefur mod_http_upload: Remove MIME type restrictions and checking (fixes #958)
2017-07-16 Emmanuel Gil Peyrot mod_secure_interfaces: Add ::1 to the default secure_interfaces.
2017-07-16 Emmanuel Gil Peyrot mod_register_redirect: Add ::1 to the default registration_whitelist.
2017-07-16 Emmanuel Gil Peyrot mod_captcha_registration: Add ::1 to the default registration_whitelist.
2017-07-14 tmolitor mod_smacks: don't send out <r> when already hibernating