Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_uptime: Encode uptime as decimal, fix #1536 (thanks Martin) | Kim Alvefur | 2020-04-22 | 1 | -1/+1 |
| | |||||
* | mod_adhoc: Improve permission setting (fix #1482) BC | Kim Alvefur | 2019-12-20 | 1 | -1/+1 |
| | | | | | | | Rename 'user' permission mode to 'any' for clarity, too easily mistaken for what the 'local_user' setting does. It is also removed as a default and made a required argument. | ||||
* | mod_ping, mod_uptime: Use module:provides | Kim Alvefur | 2018-10-27 | 1 | -1/+1 |
| | |||||
* | mod_uptime: Simplify iq handling by hooking on iq-get/ instead of iq/. | Emmanuel Gil Peyrot | 2018-08-24 | 1 | -5/+3 |
| | |||||
* | mod_uptime: Depend on mod_adhoc | Kim Alvefur | 2018-07-02 | 1 | -0/+1 |
| | |||||
* | mod_uptime: Remove unused arguments [luacheck] | Kim Alvefur | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -1/+1 |
| | |||||
* | mod_uptime: Use module:hook_global() | Matthew Wild | 2011-08-14 | 1 | -1/+1 |
| | |||||
* | Monster whitespace commit (beware the whitespace monster). | Waqas Hussain | 2010-10-16 | 1 | -2/+2 |
| | |||||
* | mod_uptime: Add ad-hoc command | Matthew Wild | 2010-06-11 | 1 | -0/+26 |
| | |||||
* | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
| | |||||
* | mod_uptime: Removed event hook for iq/bare. mod_uptime only deals with ↵ | Waqas Hussain | 2009-10-18 | 1 | -7/+0 |
| | | | | iq/host queries. | ||||
* | mod_uptime: Removed unused variables. | Waqas Hussain | 2009-10-18 | 1 | -4/+1 |
| | |||||
* | mod_uptime: Updated to use events (which also fixes a few minor issues). | Waqas Hussain | 2009-10-18 | 1 | -18/+15 |
| | |||||
* | mod_uptime: Fix bad uptime if module is loaded at startup | Matthew Wild | 2009-07-10 | 1 | -0/+2 |
| | |||||
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
| | |||||
* | mod_uptime: Use time of server start rather than module load | Matthew Wild | 2009-07-08 | 1 | -1/+1 |
| | |||||
* | mod_uptime: Convert to unix line endings | Matthew Wild | 2009-07-08 | 1 | -24/+24 |
| | |||||
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 |
| | |||||
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 1 | -2/+2 |
| | |||||
* | 0.2->0.3 | Matthew Wild | 2009-01-30 | 1 | -1/+1 |
| | |||||
* | GPL->MIT! | Matthew Wild | 2009-01-30 | 1 | -13/+2 |
| | |||||
* | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
| | |||||
* | Change modules to use the new add_feature module API method. | Waqas Hussain | 2008-12-04 | 1 | -1/+1 |
| | | | | This also fixes the bug causing disco features being added to every disco reply for every host. | ||||
* | Insert copyright/license headers | Matthew Wild | 2008-12-03 | 1 | -0/+20 |
| | |||||
* | Bumper commit for the new modulemanager API \o/ Updates all the modules, ↵ | Matthew Wild | 2008-11-27 | 1 | -1/+1 |
| | | | | though some more changes may be in store. | ||||
* | Modules now sending disco replies | Waqas Hussain | 2008-11-26 | 1 | -2/+2 |
| | |||||
* | Removed useless [[local send = require ↵ | Waqas Hussain | 2008-11-16 | 1 | -1/+0 |
| | | | | "core.sessionmanager".send_to_session]] from mod_uptime and mod_version | ||||
* | Added mod_uptime: [XEP-0012: Last Activity] queries now work when directed ↵ | Waqas Hussain | 2008-11-10 | 1 | -0/+25 |
at the server. |