mod_version: Reduce scope of variable
|
Kim Alvefur |
2018-10-06 |
mod_version: Rename confusingly named variable
|
Kim Alvefur |
2018-10-06 |
mod_version: Make 'origin' variable local for consistency
|
Kim Alvefur |
2018-10-06 |
mod_version: Use text_tag
|
Kim Alvefur |
2018-10-06 |
mod_version: Remove redundant
|
Kim Alvefur |
2018-08-24 |
mod_version: Simplify iq handling by hooking on iq-get/ instead of iq/.
|
Emmanuel Gil Peyrot |
2018-08-24 |
plugins/various: Use type-specific config API
|
Kim Alvefur |
2017-03-16 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
mod_version: Fix missing comma and correct prefix for util.pposix
|
Kim Alvefur |
2012-04-24 |
mod_version: Use pposix.uname() if available and os_version_command not set
|
Matthew Wild |
2010-08-31 |
mod_version: Leave out the os element if hide_os_type is set
|
Kim Alvefur |
2010-08-01 |
mod_version: Make the command used to get OS version configurable
|
Kim Alvefur |
2010-08-01 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
mod_version: Rewritten to use new API. Added reply caching, and fixed some issues.
|
Waqas Hussain |
2009-08-07 |
mod_version: Use the module API to read configuration options instead of configmanager
|
Waqas Hussain |
2009-08-07 |
Remove version number from copyright headers
|
Matthew Wild |
2009-07-10 |
mod_version: Use version from prosody.version
|
Matthew Wild |
2009-06-05 |
0.3->0.4
|
Matthew Wild |
2009-03-20 |
mod_version: Operating system detection. Disable with hide_os_type = true in config
|
Matthew Wild |
2009-02-15 |
Update copyright notices for 2009
|
Matthew Wild |
2009-01-30 |
0.2->0.3
|
Matthew Wild |
2009-01-30 |
GPL->MIT!
|
Matthew Wild |
2009-01-30 |
mod_version: Removed and rearranged some code
|
Waqas Hussain |
2009-01-13 |
0.1 -> 0.2
|
Matthew Wild |
2008-12-10 |
Change modules to use the new add_feature module API method.
|
Waqas Hussain |
2008-12-04 |
Insert copyright/license headers
|
Matthew Wild |
2008-12-03 |
lxmppd -> Prosody
|
Matthew Wild |
2008-12-03 |
Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store.
|
Matthew Wild |
2008-11-27 |
Modules now sending disco replies
|
Waqas Hussain |
2008-11-26 |
Removed useless [[local send = require "core.sessionmanager".send_to_session]] from mod_uptime and mod_version
|
Waqas Hussain |
2008-11-15 |
Small fix for mod_version
|
Matthew Wild |
2008-11-15 |
Fixed some whitespace.
|
Waqas Hussain |
2008-11-06 |
Fix for mod_version over s2s
|
Matthew Wild |
2008-11-01 |
mod_version is here
|
Matthew Wild |
2008-10-30 |