log

age author description
2019-06-12 Kim Alvefur mod_log_events_by_memory: Add a rant to README about uselessness of this module
2019-06-10 Kim Alvefur mod_log_events_by_cpu_usage: Log events where more than a certain amount of CPU time was spent
2019-06-10 Kim Alvefur mod_log_events_by_memory: Log events where Lua memory usage increased
2019-06-09 Maxime “pep” Buquet mod_web_push: README: Fix list formatting
2019-06-09 Maxime “pep” Buquet mod_web_push: Update README
2019-06-08 Maxime “pep” Buquet Initial version of mod_web_push. WARNING: Do not use.
2019-05-28 Kim Alvefur misc/munin/prosody_: Add a total_s2s counter to work with mod_statistics_statsman
2019-05-28 Kim Alvefur mod_statistics_statsman: Fix syntax error
2019-05-28 Kim Alvefur mod_statistics_statsman: Map 'cpu.clock' from mod_measure_cpu to 'cpu_total' of mod_statistics_cputotal
2019-05-28 Kim Alvefur mod_statistics_statsman/README: Describe how to switch from mod_statistics
2019-05-28 Kim Alvefur mod_statistics_statsman: Update for change stats type change in mod_measure_memory
2019-05-23 Kim Alvefur mod_extdisco: Remove redundant condition
2019-05-23 Kim Alvefur mod_extdisco: Also handle XEP-0215 v0.7
2019-05-23 Kim Alvefur mod_extdisco: Set missing namespace on credentials response
2019-05-23 Kim Alvefur mod_extdisco: Reuse xmlns variable
2019-05-23 Alexey Bobyr xep-0215-0.6 requires service to be wrapped in services tag.