aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_ping.lua
Commit message (Collapse)AuthorAgeFilesLines
* mod_ping: Fix double response to internal pingKim Alvefur2020-02-211-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 commandKim Alvefur2019-11-071-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:providesKim Alvefur2018-10-271-1/+1
|
* mod_ping: Fix typoKim Alvefur2018-07-021-1/+1
|
* mod_ping: Depend on mod_ahocKim Alvefur2018-07-021-0/+1
|
* mod_ping: Ignore unused arguments [luacheck]Kim Alvefur2018-04-061-1/+1
|
* mod_ping: Use type-specific eventKim Alvefur2014-02-091-6/+3
|
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-1/+1
|
* mod_ping: Use util.datetime to generate timestamp in ad-hoc command response ↵Waqas Hussain2011-01-291-1/+3
| | | | (instead of the current use of os.date, which doesn't take timezone into account).
* mod_ping: Add ad-hoc commandFlorian Zeitz2010-09-021-0/+12
|
* Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
|
* mod_ping: Updated to use events (which also fixes a few minor issues).Waqas Hussain2009-10-181-8/+9
|
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
|
* mod_ping: Convert from Windows line endingsMatthew Wild2009-07-091-11/+11
|
* 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
| | | | This also fixes the bug causing disco features being added to every disco reply for every host.
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
|
* Bumper commit for the new modulemanager API \o/ Updates all the modules, ↵Matthew Wild2008-11-271-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 Wild2008-11-261-0/+11