aboutsummaryrefslogtreecommitdiff
path: root/src/mod_multicast.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Jid format when `multicastc` was cached (#3950)chengshq2022-11-221-1/+1
* Add details about XEP implementations to some protocol attributesBadlop2022-11-071-1/+1
* Remove unused macro definitions detected by rebar3_hankBadlop2022-09-161-6/+0
* Update copyright year to 2022Badlop2022-02-111-1/+1
* Improve mod_multicastPaweł Chmielowski2021-11-171-290/+136
* Correctly strip only other bcc addresses i.e. bcc receiver should still be ab...Emmet McPoland2021-07-071-2/+17
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* XEP-0033 (#3467)Neustradamus2021-01-051-1/+1
* Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson2020-09-031-1/+1
* Update syntax of some options so they are better displayed in DocsBadlop2020-05-121-8/+8
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
* Do not use ~ts format in string that are put in xmpp payloadPaweł Chmielowski2020-01-221-1/+1
* Generate ejabberd.yml.5 man page from source code directlyEvgeny Khramtsov2020-01-081-1/+80
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-1/+1
* Don't retain module option on gen_mod supervisorEvgeny Khramtsov2019-08-041-1/+2
* Introduce 'vcard' option for the modules supporting vCardsEvgeny Khramtsov2019-08-021-7/+16
* mod_multicast service discovery bugfix (thanks to McPo)(#2968)Badlop2019-07-291-2/+2
* Make logging messages more consistentEvgeny Khramtsov2019-06-241-1/+1
* Improve extraction of translated stringsEvgeny Khramtsov2019-06-221-10/+10
* Get rid of "well-known" typeEvgeny Khramtsov2019-06-151-2/+2
* Use new configuration validatorEvgeny Khramtsov2019-06-141-32/+38
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
* Fix for the previous commitAlexey Shchepin2018-11-091-1/+1
* Track presences sent via a multicast serviceAlexey Shchepin2018-11-091-1/+40
* Fix unused variable warningBadlop2018-11-061-1/+1
* Local stanzas are routed one by one, not by multicastBadlop2018-11-061-0/+3
* Fix some dialyzer warningsEvgeny Khramtsov2018-09-091-4/+4
* Better detection of duplicated routes/hostsEvgeniy Khramtsov2018-07-081-3/+2
* Move move randoms module to p1_utils repoEvgeniy Khramtsov2018-07-051-3/+3
* Restore forgotten translations from previous commitEvgeniy Khramtsov2018-06-201-1/+1
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-5/+3
* Improve mod_multicastPaweł Chmielowski2018-04-041-265/+232
* Remove unused variableEvgeniy Khramtsov2018-03-291-1/+1
* Fix process_discoitems_result in mod_multicastPaweł Chmielowski2018-03-281-1/+2
* Introduce new gen_mod callback: mod_options/1Evgeniy Khramtsov2018-01-231-13/+18
* Process 'name' option for all route-registering modulesEvgeniy Khramtsov2018-01-081-3/+6
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Use xmpp:try_subtag/2 wherever possibleEvgeniy Khramtsov2017-12-111-1/+1
* Use xmpp:io_format_error/1 wherever possibleEvgeniy Khramtsov2017-11-141-1/+1
* Fix mod_multicast start and reading of configured limits (#1949)Badlop2017-08-181-6/+8
* Write validator for mod_multicast's limits optionBadlop2017-06-261-3/+10
* Use YAML syntax for limits option in mod_multicastBadlop2017-06-261-3/+2
* Don't validate an option in gen_mod:get*opt() functionsEvgeniy Khramtsov2017-04-301-16/+4
* Get rid of jid:to_string/1 and jid:from_string/1Evgeniy Khramtsov2017-02-261-5/+5
* Reload modules when reloading configuration fileEvgeniy Khramtsov2017-02-221-2/+28
* Change routing APIEvgeniy Khramtsov2017-02-161-44/+45
* Attach modules to gen_mod's supervisorEvgeniy Khramtsov2017-02-141-17/+3
* Improve modules start/stop proceduresEvgeniy Khramtsov2017-02-141-2/+3
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* Improve handling of mnesia schemaChristophe Romain2016-11-301-1/+1