aboutsummaryrefslogtreecommitdiff
path: root/src/mod_shared_roster_ldap.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* The #roster_item.ask allowed values are subscribe|undefinedBadlop2022-09-011-2/+1
* Update roster_get hook in mod_shared_roster_ldap to use #roster_item{}Paweł Chmielowski2022-08-241-23/+14
* mod_roster: Change hook type from #roster{} to #roster_item{}Linus Jahn2022-08-111-6/+5
* Update copyright year to 2022Badlop2022-02-111-1/+1
* Update section URLs in ldap documentationBadlop2022-01-131-5/+5
* Use specific syntax so modules and top-level will be linksBadlop2021-08-231-1/+1
* Fix bug handling jid:decode/1 return, introduced in cdb286d1d (#3461)Badlop2021-02-011-2/+3
* Add cache for displayed groups in ldap_shared_cachePaweł Chmielowski2021-01-281-3/+14
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* Document ldap_userjidattr optionPaweł Chmielowski2020-12-311-0/+6
* Add multi-domain support (and flexibility) to LDAP shared roster (rev2). (#3461)ethoms2020-12-311-18/+41
* Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson2020-09-031-1/+1
* Copy more option explanations from ejabberd Docs siteBadlop2020-04-081-12/+15
* Document mod_shared_roster_ldap optionsBadlop2020-04-021-1/+136
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
* 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
* Process unexpected messages uniformlyEvgeny Khramtsov2019-07-121-4/+9
* Get rid of "well-known" typeEvgeny Khramtsov2019-06-151-8/+5
* Use new configuration validatorEvgeny Khramtsov2019-06-141-96/+101
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-1/+0
* Fix processing of ldap_memberattr_format_re optionPaweł Chmielowski2018-01-291-1/+5
* Introduce option 'captcha' for mod_block_strangersEvgeniy Khramtsov2018-01-261-18/+14
* Introduce new gen_mod callback: mod_options/1Evgeniy Khramtsov2018-01-231-79/+61
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Validate all certfiles on startupEvgeniy Khramtsov2017-05-231-1/+1
* Implement cache for rosterEvgeniy Khramtsov2017-05-171-23/+1
* Check presence of some files during option validationEvgeniy Khramtsov2017-05-121-2/+2
* Rename is_user_exists -> user_existsEvgeniy Khramtsov2017-05-111-1/+1
* Don't validate an option in gen_mod:get*opt() functionsEvgeniy Khramtsov2017-04-301-43/+13
* Don't re-define validation functions in multiple placesEvgeniy Khramtsov2017-04-281-18/+12
* Use new cache API in mod_shared_roster_ldapEvgeniy Khramtsov2017-04-211-69/+94
* 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
* Include shared groups also when contact is is personal roster (#1585)Badlop2017-03-091-1/+3
* Attach modules to gen_mod's supervisorEvgeniy Khramtsov2017-02-141-14/+3
* Improve modules start/stop proceduresEvgeniy Khramtsov2017-02-141-1/+3
* Make test suite working againEvgeniy Khramtsov2017-01-231-4/+5
* Merge branch 'new_stream'Evgeniy Khramtsov2017-01-201-14/+17
|\
| * Adopt remaining code to support new hooksEvgeniy Khramtsov2017-01-091-16/+19
* | Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|/
* Add more type specsEvgeniy Khramtsov2016-08-121-0/+9
* Improve some type specsEvgeniy Khramtsov2016-08-091-0/+3
* Rewrite mod_shared_roster to use XML generatorEvgeniy Khramtsov2016-07-301-1/+1
* Make modules loading in a dependent order (#1191)Evgeniy Khramtsov2016-07-061-1/+4
* Fix issue getting shared rosterMickael Remond2016-03-251-662/+337
* EJAB-1480: fix issue with retreiving user rosterAnton Samets2016-03-041-1/+1
* Do not call to deprected/undefined functions from mod_shared_roster_ldap16.02Evgeniy Khramtsov2016-02-291-15/+15
* Improve LDAP shared roster support (EJAB-1480)Evgeniy Khramtsov2016-02-261-376/+667