aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_version.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_version: Fix uname result style (thanks riau)Kim Alvefur2024-04-071-3/+3
* mod_version: Handle access denied from uname()Kim Alvefur2024-04-061-1/+6
* plugins: Prefix module imports with prosody namespaceKim Alvefur2023-03-241-2/+2
* mod_version: Reduce scope of variableKim Alvefur2018-10-061-2/+1
* mod_version: Rename confusingly named variableKim Alvefur2018-10-061-8/+8
* mod_version: Make 'origin' variable local for consistencyKim Alvefur2018-10-061-2/+2
* mod_version: Use text_tagKim Alvefur2018-10-061-3/+3
* mod_version: Remove redundantKim Alvefur2018-08-241-4/+2
* mod_version: Simplify iq handling by hooking on iq-get/ instead of iq/.Emmanuel Gil Peyrot2018-08-241-2/+2
* plugins/various: Use type-specific config APIKim Alvefur2017-03-161-2/+2
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-1/+1
* mod_version: Fix missing comma and correct prefix for util.pposixKim Alvefur2012-04-241-1/+1
* mod_version: Use pposix.uname() if available and os_version_command not setMatthew Wild2010-08-311-8/+16
* mod_version: Leave out the os element if hide_os_type is setKim Alvefur2010-08-011-7/+6
* mod_version: Make the command used to get OS version configurableKim Alvefur2010-08-011-1/+1
* Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
* mod_version: Rewritten to use new API. Added reply caching, and fixed some is...Waqas Hussain2009-08-071-11/+11
* mod_version: Use the module API to read configuration options instead of conf...Waqas Hussain2009-08-071-1/+1
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
* mod_version: Use version from prosody.versionMatthew Wild2009-06-051-2/+2
* 0.3->0.4Matthew Wild2009-03-201-2/+2
* mod_version: Operating system detection. Disable with hide_os_type = true in ...Matthew Wild2009-02-151-1/+18
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
* 0.2->0.3Matthew Wild2009-01-301-2/+2
* GPL->MIT!Matthew Wild2009-01-301-13/+2
* mod_version: Removed and rearranged some codeWaqas Hussain2009-01-131-7/+2
* 0.1 -> 0.2Matthew Wild2008-12-101-2/+2
* Change modules to use the new add_feature module API method.Waqas Hussain2008-12-041-1/+1
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
* lxmppd -> ProsodyMatthew Wild2008-12-031-2/+2
* Bumper commit for the new modulemanager API \o/ Updates all the modules, thou...Matthew Wild2008-11-271-2/+2
* Modules now sending disco repliesWaqas Hussain2008-11-261-0/+2
* Removed useless [[local send = require "core.sessionmanager".send_to_session]...Waqas Hussain2008-11-161-1/+0
* Small fix for mod_versionMatthew Wild2008-11-151-1/+1
* Fixed some whitespace.Waqas Hussain2008-11-061-7/+6
* Fix for mod_version over s2sMatthew Wild2008-11-011-1/+1
* mod_version is hereMatthew Wild2008-10-301-0/+20