Thu, 11 Jul 2019 23:31:13 +0200 mod_mam: Include query id in final log message
Kim Alvefur <zash@zash.se> [Thu, 11 Jul 2019 23:31:13 +0200] rev 10078
mod_mam: Include query id in final log message Should make it easier to find related log messages
Thu, 11 Jul 2019 23:26:02 +0200 mod_mam: Use stanza id in log message as fallback if no query id
Kim Alvefur <zash@zash.se> [Thu, 11 Jul 2019 23:26:02 +0200] rev 10077
mod_mam: Use stanza id in log message as fallback if no query id
Thu, 11 Jul 2019 23:30:58 +0200 mod_mam: Include username that performed query
Kim Alvefur <zash@zash.se> [Thu, 11 Jul 2019 23:30:58 +0200] rev 10076
mod_mam: Include username that performed query Not always easy to find from surrounding logs
Thu, 11 Jul 2019 23:22:59 +0200 mod_mam: Make log message more compact
Kim Alvefur <zash@zash.se> [Thu, 11 Jul 2019 23:22:59 +0200] rev 10075
mod_mam: Make log message more compact
Wed, 10 Jul 2019 19:12:19 +0200 mod_pubsub: Move a comment to where it makes sense
Kim Alvefur <zash@zash.se> [Wed, 10 Jul 2019 19:12:19 +0200] rev 10074
mod_pubsub: Move a comment to where it makes sense This code has moved but the comment did not follow it.
Wed, 10 Jul 2019 17:04:36 +0200 util.error: Fix traceback due to missing text field
Kim Alvefur <zash@zash.se> [Wed, 10 Jul 2019 17:04:36 +0200] rev 10073
util.error: Fix traceback due to missing text field
Fri, 10 May 2019 01:29:26 +0200 mod_admin_telnet: Move error handling to thread callback (fixes #1391)
Kim Alvefur <zash@zash.se> [Fri, 10 May 2019 01:29:26 +0200] rev 10072
mod_admin_telnet: Move error handling to thread callback (fixes #1391) Avoids yielding over pcall boundry, fixes xmpp:ping() command on Lua 5.1
Fri, 10 May 2019 01:28:09 +0200 mod_admin_telnet: Check for simple commands before executing in sandbox
Kim Alvefur <zash@zash.se> [Fri, 10 May 2019 01:28:09 +0200] rev 10071
mod_admin_telnet: Check for simple commands before executing in sandbox This makes fixing yield over pcall boundry issue easier since it would have jumped to the thread error handler instead of proceeding to checking for simple commands.
Tue, 09 Jul 2019 15:12:32 +0200 mod_pep: Only log when creating new pubsub services
Kim Alvefur <zash@zash.se> [Tue, 09 Jul 2019 15:12:32 +0200] rev 10070
mod_pep: Only log when creating new pubsub services Once upon a time get_pep_service() would get called with random bare JIDs and remote hostnames, which is why it was logged this way. This seems to have been fixed, so it's not as useful anymore. It's still useful to know when it creates a new service object.
Sat, 29 Jun 2019 19:19:38 +0200 net.http.files: Fix cache handling
Kim Alvefur <zash@zash.se> [Sat, 29 Jun 2019 19:19:38 +0200] rev 10069
net.http.files: Fix cache handling Typo that broke the LRU-ness of the caching
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip