Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_ping: Fix double response to internal ping | Kim Alvefur | 2020-02-21 | 1 | -1/+2 |
| | | | | | | | | | | | | When responding to a ping from elsewhere in the same Prosody the send function will be host_send from core.hostmanager, which does not return anything. Tailcalling it therefore lets the iq event fall trough to handle_unhandled_stanza in core.stanza_router, which responds with an error. This error also goes into handle_unhandled_stanza which discards it. Noticed because I have a module that points out when a stanza error reply is created without a text argument. | ||||
* | mod_ping: Remove ad-hoc command | Kim Alvefur | 2019-11-07 | 1 | -15/+0 |
| | | | | | | | | | | | | | | | | | | 17:27:40 <Ge0rG> Zash: the Ping thing is absolutely worthless 17:27:55 <Zash> The command provided by mod_ping? 17:27:59 <pep.> To own server? 17:28:14 <Ge0rG> the Ping command in mod_admin_web, whatever it maps to 17:28:29 <Ge0rG> > Pong > 2019-11-07T16:28:16Z What am I supposed to do with that result? 17:28:29 <Zash> Yeah, mod_ping provides that 17:28:41 <Ge0rG> Is it a ping to my own server? Where's the RTT? 17:28:48 <Zash> Dunno if it's useful for more than verifying that the adhoc command system works 17:29:02 <Ge0rG> (it lags, but there is no indication of how much) 17:29:14 <Zash> It can't really test that itself 17:29:52 <Zash> Anyone opposed to deleting it? 17:30:42 <Zash> Half the module 17:42:47 <MattJ> Zash, I'm fine with removing it | ||||
* | mod_ping, mod_uptime: Use module:provides | Kim Alvefur | 2018-10-27 | 1 | -1/+1 |
| | |||||
* | mod_ping: Fix typo | Kim Alvefur | 2018-07-02 | 1 | -1/+1 |
| | |||||
* | mod_ping: Depend on mod_ahoc | Kim Alvefur | 2018-07-02 | 1 | -0/+1 |
| | |||||
* | mod_ping: Ignore unused arguments [luacheck] | Kim Alvefur | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | mod_ping: Use type-specific event | Kim Alvefur | 2014-02-09 | 1 | -6/+3 |
| | |||||
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -1/+1 |
| | |||||
* | mod_ping: Use util.datetime to generate timestamp in ad-hoc command response ↵ | Waqas Hussain | 2011-01-29 | 1 | -1/+3 |
| | | | | (instead of the current use of os.date, which doesn't take timezone into account). | ||||
* | mod_ping: Add ad-hoc command | Florian Zeitz | 2010-09-02 | 1 | -0/+12 |
| | |||||
* | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
| | |||||
* | mod_ping: Updated to use events (which also fixes a few minor issues). | Waqas Hussain | 2009-10-18 | 1 | -8/+9 |
| | |||||
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
| | |||||
* | mod_ping: Convert from Windows line endings | Matthew Wild | 2009-07-09 | 1 | -11/+11 |
| | |||||
* | 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. | ||||
* | Yes, we don't put these things in here, we put them in here. | Matthew Wild | 2008-11-26 | 1 | -0/+11 |