log plugins/mod_version.lua @ 5367:56db8f2c8563

age author description
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
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers
Fri, 05 Jun 2009 01:27:41 +0100 Matthew Wild mod_version: Use version from prosody.version
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4
Sun, 15 Feb 2009 15:52:11 +0000 Matthew Wild mod_version: Operating system detection. Disable with hide_os_type = true in config
Fri, 30 Jan 2009 17:59:26 +0000 Matthew Wild Update copyright notices for 2009
Fri, 30 Jan 2009 17:40:25 +0000 Matthew Wild 0.2->0.3
Fri, 30 Jan 2009 17:22:56 +0000 Matthew Wild GPL->MIT!
Tue, 13 Jan 2009 19:18:37 +0500 Waqas Hussain mod_version: Removed and rearranged some code