Sun, 06 Jan 2019 10:42:45 +0100 mod_http_errors: Normalize CSS
Kim Alvefur <zash@zash.se> [Sun, 06 Jan 2019 10:42:45 +0100] rev 9764
mod_http_errors: Normalize CSS
Sun, 06 Jan 2019 10:39:33 +0100 util.http: Pre-generate urlencoding mappings (optimization)
Kim Alvefur <zash@zash.se> [Sun, 06 Jan 2019 10:39:33 +0100] rev 9763
util.http: Pre-generate urlencoding mappings (optimization) Function calls are more expensive than table lookups
Sun, 06 Jan 2019 09:44:55 +0100 mod_mam: Handle expiry of messages that expire in the middle of the cut-off day
Kim Alvefur <zash@zash.se> [Sun, 06 Jan 2019 09:44:55 +0100] rev 9762
mod_mam: Handle expiry of messages that expire in the middle of the cut-off day
Sun, 06 Jan 2019 09:34:59 +0100 mod_mam: Measure how long it takes to run the message expiry job job
Kim Alvefur <zash@zash.se> [Sun, 06 Jan 2019 09:34:59 +0100] rev 9761
mod_mam: Measure how long it takes to run the message expiry job job
Fri, 04 Jan 2019 15:13:52 +0100 mod_admin_telnet: Sort stats by name
Kim Alvefur <zash@zash.se> [Fri, 04 Jan 2019 15:13:52 +0100] rev 9760
mod_admin_telnet: Sort stats by name
Fri, 04 Jan 2019 13:41:39 +0100 mod_admin_telnet: Serialize config values (table: 0x123abc isn't useful)
Kim Alvefur <zash@zash.se> [Fri, 04 Jan 2019 13:41:39 +0100] rev 9759
mod_admin_telnet: Serialize config values (table: 0x123abc isn't useful)
Fri, 04 Jan 2019 13:39:13 +0100 mod_admin_telnet: config:get: Assume the global section if only one argument is given
Kim Alvefur <zash@zash.se> [Fri, 04 Jan 2019 13:39:13 +0100] rev 9758
mod_admin_telnet: config:get: Assume the global section if only one argument is given
Fri, 04 Jan 2019 13:38:30 +0100 mod_admin_telnet: Remove the long gone 'section' argument in the undocumented config:get command
Kim Alvefur <zash@zash.se> [Fri, 04 Jan 2019 13:38:30 +0100] rev 9757
mod_admin_telnet: Remove the long gone 'section' argument in the undocumented config:get command
Fri, 04 Jan 2019 10:14:55 +0100 mod_mam: Fix word order in log message
Kim Alvefur <zash@zash.se> [Fri, 04 Jan 2019 10:14:55 +0100] rev 9756
mod_mam: Fix word order in log message
Thu, 03 Jan 2019 17:25:43 +0100 mod_mam: Perform message expiry based on building an index by date
Kim Alvefur <zash@zash.se> [Thu, 03 Jan 2019 17:25:43 +0100] rev 9755
mod_mam: Perform message expiry based on building an index by date For each day, store a set of users that have new messages. To expire messages, we collect the union of sets of users from dates that fall outside the cleanup range. The previous algoritm did not work well with many users, especially with the default settings.
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip