mod_uptime: Encode uptime as decimal, fix #1536 (thanks Martin)
|
Kim Alvefur |
2020-04-22 |
mod_adhoc: Improve permission setting (fix #1482) BC
|
Kim Alvefur |
2019-12-20 |
mod_ping, mod_uptime: Use module:provides
|
Kim Alvefur |
2018-10-27 |
mod_uptime: Simplify iq handling by hooking on iq-get/ instead of iq/.
|
Emmanuel Gil Peyrot |
2018-08-24 |
mod_uptime: Depend on mod_adhoc
|
Kim Alvefur |
2018-07-02 |
mod_uptime: Remove unused arguments [luacheck]
|
Kim Alvefur |
2017-10-20 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
mod_uptime: Use module:hook_global()
|
Matthew Wild |
2011-08-14 |
Monster whitespace commit (beware the whitespace monster).
|
Waqas Hussain |
2010-10-16 |
mod_uptime: Add ad-hoc command
|
Matthew Wild |
2010-06-11 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
mod_uptime: Removed event hook for iq/bare. mod_uptime only deals with iq/host queries.
|
Waqas Hussain |
2009-10-18 |
mod_uptime: Removed unused variables.
|
Waqas Hussain |
2009-10-18 |
mod_uptime: Updated to use events (which also fixes a few minor issues).
|
Waqas Hussain |
2009-10-18 |
mod_uptime: Fix bad uptime if module is loaded at startup
|
Matthew Wild |
2009-07-10 |
Remove version number from copyright headers
|
Matthew Wild |
2009-07-10 |
mod_uptime: Use time of server start rather than module load
|
Matthew Wild |
2009-07-08 |
mod_uptime: Convert to unix line endings
|
Matthew Wild |
2009-07-08 |
0.3->0.4
|
Matthew Wild |
2009-03-20 |
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 |
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 |
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 |
Added mod_uptime: [XEP-0012: Last Activity] queries now work when directed at the server.
|
Waqas Hussain |
2008-11-09 |