log plugins/mod_version.lua @ 11545:7b8a482f4efd 0.11

age author description
Sat, 06 Oct 2018 16:38:05 +0200 Kim Alvefur mod_version: Reduce scope of variable
Sat, 06 Oct 2018 16:32:37 +0200 Kim Alvefur mod_version: Rename confusingly named variable
Sat, 06 Oct 2018 16:29:42 +0200 Kim Alvefur mod_version: Make 'origin' variable local for consistency
Sat, 06 Oct 2018 16:27:31 +0200 Kim Alvefur mod_version: Use text_tag
Fri, 24 Aug 2018 21:04:27 +0200 Kim Alvefur mod_version: Remove redundant
Fri, 24 Aug 2018 20:35:33 +0200 Emmanuel Gil Peyrot mod_version: Simplify iq handling by hooking on iq-get/ instead of iq/.
Thu, 16 Mar 2017 20:46:06 +0100 Kim Alvefur plugins/various: Use type-specific config API
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Tue, 24 Apr 2012 21:37:20 +0200 Kim Alvefur mod_version: Fix missing comma and correct prefix for util.pposix
Tue, 31 Aug 2010 15:32:36 +0100 Matthew Wild mod_version: Use pposix.uname() if available and os_version_command not set
Sun, 01 Aug 2010 15:58:10 +0200 Kim Alvefur mod_version: Leave out the os element if hide_os_type is set
Sun, 01 Aug 2010 15:56:52 +0200 Kim Alvefur mod_version: Make the command used to get OS version configurable
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Fri, 07 Aug 2009 18:29:14 +0500 Waqas Hussain mod_version: Rewritten to use new API. Added reply caching, and fixed some issues.
Fri, 07 Aug 2009 18:27:49 +0500 Waqas Hussain mod_version: Use the module API to read configuration options instead of configmanager