aboutsummaryrefslogtreecommitdiff
path: root/src/mod_caps.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2022Badlop2022-02-111-1/+1
* mod_caps: Don't forget caps on XEP-0198 resumptionHolger Weiss2021-11-061-1/+13
* Use specific syntax so modules and top-level will be linksBadlop2021-08-231-6/+6
* Skip reading roster in one more case in mod_capsPaweł Chmielowski2021-02-161-34/+39
* Add fallback branch to last commitPaweł Chmielowski2021-02-161-1/+3
* Don't request roster in mod_caps when not neededPaweł Chmielowski2021-02-161-7/+12
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson2020-09-031-1/+1
* Don't store caps information for direct presences of muc roomPaweł Chmielowski2020-04-271-1/+13
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
* Generate ejabberd.yml.5 man page from source code directlyEvgeny Khramtsov2020-01-081-1/+31
* Don't retain module option on gen_mod supervisorEvgeny Khramtsov2019-08-041-1/+2
* Improve handling of errors in pubsub codeEvgeny Khramtsov2019-07-291-1/+1
* Process unexpected messages uniformlyEvgeny Khramtsov2019-07-121-3/+6
* Add/improve type specsEvgeny Khramtsov2019-07-101-8/+9
* Make logging messages more consistentEvgeny Khramtsov2019-06-241-1/+1
* Get rid of "well-known" typeEvgeny Khramtsov2019-06-151-9/+6
* Use new configuration validatorEvgeny Khramtsov2019-06-141-18/+21
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-5/+4
* Let a MUC room to route presences from its bare JIDEvgeniy Khramtsov2018-02-121-10/+11
* Rely on use_cache/1 callback in mod_capsEvgeniy Khramtsov2018-02-101-37/+45
* mod_caps: Only store CAPS if contact is subscribedHolger Weiss2018-01-291-1/+1
* mod_caps: Fix indentationHolger Weiss2018-01-291-4/+3
* Introduce option 'captcha' for mod_block_strangersEvgeniy Khramtsov2018-01-261-3/+4
* Fix a typo in mod_capsEvgeniy Khramtsov2018-01-231-1/+1
* Introduce new gen_mod callback: mod_options/1Evgeniy Khramtsov2018-01-231-21/+21
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Send last PEP items to owner on initial presenceHolger Weiss2017-12-131-1/+3
* Use new API for IQ routingEvgeniy Khramtsov2017-11-101-24/+27
* Deprecate misc:encode_base64/1 and misc:decode_base64/1Evgeniy Khramtsov2017-05-231-1/+1
* Implement cache for rosterEvgeniy Khramtsov2017-05-171-1/+3
* Don't validate an option in gen_mod:get*opt() functionsEvgeniy Khramtsov2017-04-301-10/+8
* Correct option validationEvgeniy Khramtsov2017-04-201-1/+3
* Use new cache API in mod_capsEvgeniy Khramtsov2017-04-201-54/+71
* Rename aux.erl as misc.erl17.04Christophe Romain2017-04-111-1/+1
* Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov2017-03-301-1/+1
* Fix PEP issues (#1636)Christophe Romain2017-03-271-3/+3
* Don't pass empty resource to jid:make()Evgeniy Khramtsov2017-02-251-1/+1
* Reload modules when reloading configuration fileEvgeniy Khramtsov2017-02-221-1/+26
* Change routing APIEvgeniy Khramtsov2017-02-161-3/+3
* Attach modules to gen_mod's supervisorEvgeniy Khramtsov2017-02-141-15/+3
* Merge pull request #1539 from lemenkov/use_crypto_shaEvgeny Khramtsov2017-02-141-5/+5
|\
| * Use crypto:hash/2 functionPeter Lemenkov2017-02-131-5/+5
* | Improve modules start/stop proceduresEvgeniy Khramtsov2017-02-141-1/+1
|/
* Merge branch 'new_stream'Evgeniy Khramtsov2017-01-201-109/+59
|\
| * Adopt remaining code to support new hooksEvgeniy Khramtsov2017-01-091-34/+38
| * Initial version of new XMPP stream behaviour (for review)Evgeniy Khramtsov2016-12-111-102/+48
* | Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|/
* Improve ODBC importChristophe Romain2016-11-221-27/+4