aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_uptime.lua
Commit message (Expand)AuthorAgeFilesLines
* plugins: Prefix module imports with prosody namespaceKim Alvefur2023-03-241-1/+1
* mod_uptime: Encode uptime as decimal, fix #1536 (thanks Martin)Kim Alvefur2020-04-221-1/+1
* mod_adhoc: Improve permission setting (fix #1482) BCKim Alvefur2019-12-201-1/+1
* mod_ping, mod_uptime: Use module:providesKim Alvefur2018-10-271-1/+1
* mod_uptime: Simplify iq handling by hooking on iq-get/ instead of iq/.Emmanuel Gil Peyrot2018-08-241-5/+3
* mod_uptime: Depend on mod_adhocKim Alvefur2018-07-021-0/+1
* mod_uptime: Remove unused arguments [luacheck]Kim Alvefur2017-10-201-1/+1
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-1/+1
* mod_uptime: Use module:hook_global()Matthew Wild2011-08-141-1/+1
* Monster whitespace commit (beware the whitespace monster).Waqas Hussain2010-10-161-2/+2
* mod_uptime: Add ad-hoc commandMatthew Wild2010-06-111-0/+26
* Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
* mod_uptime: Removed event hook for iq/bare. mod_uptime only deals with iq/hos...Waqas Hussain2009-10-181-7/+0
* mod_uptime: Removed unused variables.Waqas Hussain2009-10-181-4/+1
* mod_uptime: Updated to use events (which also fixes a few minor issues).Waqas Hussain2009-10-181-18/+15
* mod_uptime: Fix bad uptime if module is loaded at startupMatthew Wild2009-07-101-0/+2
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
* mod_uptime: Use time of server start rather than module loadMatthew Wild2009-07-081-1/+1
* mod_uptime: Convert to unix line endingsMatthew Wild2009-07-081-24/+24
* 0.3->0.4Matthew Wild2009-03-201-1/+1
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
* 0.2->0.3Matthew Wild2009-01-301-1/+1
* GPL->MIT!Matthew Wild2009-01-301-13/+2
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
* 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
* Bumper commit for the new modulemanager API \o/ Updates all the modules, thou...Matthew Wild2008-11-271-1/+1
* Modules now sending disco repliesWaqas Hussain2008-11-261-2/+2
* Removed useless [[local send = require "core.sessionmanager".send_to_session]...Waqas Hussain2008-11-161-1/+0
* Added mod_uptime: [XEP-0012: Last Activity] queries now work when directed at...Waqas Hussain2008-11-101-0/+25