log

age author description
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)
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