aboutsummaryrefslogtreecommitdiff
path: root/src/mod_ping.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Delete the ping timer only when timeout_action=kill (#2820)Badlop2019-03-131-4/+5
* Fix ping IQ reply/timeout processing ("mod_ping" regression since 17.x that m...Frank Diebolt2019-01-291-20/+21
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
* Don't stop sending pings when receiving timeout for timeout_action=nonePaweł Chmielowski2018-09-041-13/+14
* Move cancel_timer/1 function into 'misc' moduleHolger Weiss2018-07-171-10/+2
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-1/+0
* Remove 'iqdisc' optionEvgeniy Khramtsov2018-02-111-14/+7
* Fix compilation ordering in mix by s/-behavior/-behaviour/Paweł Chmielowski2018-01-311-2/+2
* Introduce new gen_mod callback: mod_options/1Evgeniy Khramtsov2018-01-231-19/+22
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Use new API for IQ routingEvgeniy Khramtsov2017-11-101-8/+7
* Introduce 'iqdisc' global optionEvgeniy Khramtsov2017-05-041-2/+2
* Don't validate an option in gen_mod:get*opt() functionsEvgeniy Khramtsov2017-04-301-19/+7
* Improve ejabberd_c2s:close()Evgeniy Khramtsov2017-04-151-1/+1
* Don't log warning on successful ping replyEvgeniy Khramtsov2017-04-041-0/+2
* Fix c2s connection close on demandEvgeniy Khramtsov2017-04-041-1/+1
* Remove unused macroEvgeniy Khramtsov2017-02-221-2/+0
* Reload modules when reloading configuration fileEvgeniy Khramtsov2017-02-221-44/+78
* Change routing APIEvgeniy Khramtsov2017-02-161-3/+3
* Attach modules to gen_mod's supervisorEvgeniy Khramtsov2017-02-141-14/+3
* Improve modules start/stop proceduresEvgeniy Khramtsov2017-02-141-2/+4
* Make mod_disco handle features of mod_pingEvgeniy Khramtsov2017-01-231-16/+1
* Merge branch 'new_stream'Evgeniy Khramtsov2017-01-201-8/+21
|\
| * Adopt remaining code to support new hooksEvgeniy Khramtsov2017-01-091-8/+21
* | Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|/
* Improve some type specsEvgeniy Khramtsov2016-08-091-2/+2
* Initial version based on XML generatorEvgeniy Khramtsov2016-07-181-17/+18
* Get rid of warningsEvgeniy Khramtsov2016-07-071-1/+4
* Merge pull request #931 from cclam0827/dev/mod_pingbadlop2016-04-221-11/+11
|\
| * change mod_ping Timers using maps instead of dictRichard2016-01-291-11/+11
* | Replace some ?ERR_* macros with ?ERRT_*Evgeniy Khramtsov2016-03-311-2/+3
|/
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
* Move JID related functions to jid.erl (#847)Evgeniy Khramtsov2015-11-241-3/+3
* Adding ping_ack_timeout in mod_opt_type configurationNycholas de Oliveira e Oliveira2015-11-181-1/+3
* mod_ping: allowed the ping ack timeout (the length of time taken to deem that...colm2015-10-221-1/+6
* ejabberd_c2s: Let stop/1 close XEP-0198 sessionsHolger Weiss2015-10-171-1/+1
* Add MAM (XEP-0313) supportEvgeniy Khramtsov2015-06-221-3/+4
* Add config validation at startupEvgeniy Khramtsov2015-06-011-2/+13
* Document protocol support (EJABS-1620)Badlop2015-05-211-0/+2
* Add compatibility macros for deprecated types (thanks to Alexey)Christophe Romain2015-02-231-1/+1
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-1/+1
* Merge pull request #146 from jamielinux/masterbadlop2014-04-111-4/+3
|\
| * Update FSF addressJamie Nguyen2014-02-221-4/+3
* | Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-1/+1
|/
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-2/+1
* Accumulated patch to binarize and indent codeBadlop2013-03-141-91/+102
* Update copyright datesAlexey Shchepin2013-01-241-1/+1
* Update copyright datesAlexey Shchepin2012-02-231-1/+1
* Add comment about ping requests sent even to non-supporting clientsBadlop2011-08-041-0/+2
* mod_ping uses iqdisc no_queue by default (thanks to Chris Moos)(EJAB-1435)Badlop2011-04-071-1/+1