aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_version.lua
Commit message (Collapse)AuthorAgeFilesLines
* plugins: Prefix module imports with prosody namespaceKim Alvefur2023-03-241-2/+2
|
* mod_version: Reduce scope of variableKim Alvefur2018-10-061-2/+1
| | | | It is only used in this if block anyways
* mod_version: Rename confusingly named variableKim Alvefur2018-10-061-8/+8
| | | | Maybe this meant the version of the OS, but it's still confusing.
* mod_version: Make 'origin' variable local for consistencyKim Alvefur2018-10-061-2/+2
| | | | | | Many event handlers start with local origin, stanza = event.origin, event.stanza;
* mod_version: Use text_tagKim Alvefur2018-10-061-3/+3
|
* mod_version: Remove redundantKim Alvefur2018-08-241-4/+2
| | | | What else would @to be in a iq/host event?
* 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 ↵Waqas Hussain2009-08-071-11/+11
| | | | issues.
* mod_version: Use the module API to read configuration options instead of ↵Waqas Hussain2009-08-071-1/+1
| | | | configmanager
* 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
| | | | config
* 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
| | | | This also fixes the bug causing disco features being added to every disco reply for every host.
* 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, ↵Matthew Wild2008-11-271-2/+2
| | | | though some more changes may be in store.
* Modules now sending disco repliesWaqas Hussain2008-11-261-0/+2
|
* Removed useless [[local send = require ↵Waqas Hussain2008-11-161-1/+0
| | | | "core.sessionmanager".send_to_session]] from mod_uptime and mod_version
* 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