aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_options.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support @VERSION@ and @SEMVER@ in captcha_cmd optionBadlop2022-10-241-1/+8
* Bump default 's2s_timeout' value (#3653)Holger Weiß2022-10-181-1/+1
* Add log_burst_limit_* options (#3865)Mark Zealey2022-08-011-0/+8
* domain_balancing: Allow for specifying 'type' onlyHolger Weiss2022-04-041-1/+1
* Update copyright year to 2022Badlop2022-02-111-1/+1
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* Add oauth_cache_rest_failure_life_time optionPaweł Chmielowski2021-01-271-0/+4
* Allow to use different hash for storing scram passwordsPaweł Chmielowski2020-12-081-0/+3
* Merge remote-tracking branch 'processone/pr/3396'Holger Weiss2020-11-041-0/+6
|\
| * Add outbound s2s out interface (ipv4/ipv6)Daniel Kenzelmann2020-09-211-0/+6
* | Added sql_odbc_driver option for mssql dbJerome Sautret2020-10-081-0/+3
|/
* Support ejabberd_auth_http's auth_opts (processone/ejabberd-contrib#284)Badlop2020-02-191-0/+17
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
* Generate ejabberd.yml.5 man page from source code directlyEvgeny Khramtsov2020-01-081-1/+4
* Merge branch 'pg_prepared_statements' of https://github.com/sabudaye/ejabberd...Alexey Shchepin2019-11-261-0/+3
* Also group duplicated list-like options inside host_config/append_host_configEvgeny Khramtsov2019-11-071-14/+13
* Accept a list in c2s_ciphers/s2s_ciphers optionsEvgeny Khramtsov2019-11-051-9/+15
* Merge pull request #3069 from nosnilmot/jwt-custom-jid-fieldEvgeny Khramtsov2019-10-261-0/+3
|\
| * Add option for JWT field name containing JIDStu Tomlinson2019-10-251-0/+3
* | Improve jwt_key validatorEvgeny Khramtsov2019-10-251-1/+3
* | Handle the case when JWT key file contains JWK setAlexey Shchepin2019-10-251-1/+9
|/
* Avoid calling to logger module on OTP<22Evgeny Khramtsov2019-10-251-1/+1
* Replace lager with built-in new logging APIEvgeny Khramtsov2019-10-181-15/+13
* Convert oauth_expire option to accept timeout valuesPaweł Chmielowski2019-10-151-1/+1
* Support OAUTH client authenticationAlexey Shchepin2019-09-271-0/+3
* Improve ACME implementationEvgeny Khramtsov2019-09-201-1/+3
* JWT-only authentication for some users (#3012)Alexey Shchepin2019-09-181-2/+5
* Don't treat 'Host' header as a virtual XMPP hostEvgeny Khramtsov2019-08-131-0/+1
* Spawn SQL connections on demand onlyEvgeny Khramtsov2019-08-121-1/+1
* Log an error when JWT authentication is configured without jwt_keyEvgeny Khramtsov2019-07-191-2/+2
* Fix typoEvgeny Khramtsov2019-07-181-1/+1
* Improve robustness of reading jwt_key optionEvgeny Khramtsov2019-07-181-2/+8
* Remove Riak supportEvgeny Khramtsov2019-07-181-30/+2
* Use econf:timeout() instead of econf:pos_int() wherever appropriateEvgeny Khramtsov2019-07-171-6/+6
* Don't call ejabberd_option from ejabberd_optionsEvgeny Khramtsov2019-07-031-3/+3
* Fix jwt_key option processingEvgeny Khramtsov2019-07-031-1/+2
* Read jwt_key from fileAlexey Shchepin2019-07-031-1/+9
* Authentication using JWT tokensAlexey Shchepin2019-07-011-2/+5
* Deprecate 'route_subdomains' optionEvgeny Khramtsov2019-06-261-3/+0
* Validate and set 'version' option at an earlier stageEvgeny Khramtsov2019-06-231-17/+1
* Make option 'validate_stream' globalEvgeny Khramtsov2019-06-211-0/+1
* Allow multiple definitions of host_config and append_host_configEvgeny Khramtsov2019-06-211-2/+4
* Get rid of "well-known" typeEvgeny Khramtsov2019-06-151-6/+6
* Introduce option 'captcha_url'Evgeny Khramtsov2019-06-141-0/+4
* Use new configuration validatorEvgeny Khramtsov2019-06-141-0/+757
* Introduce new gen_mod callback: mod_options/1Evgeniy Khramtsov2018-01-231-44/+0
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Store options using p1_options moduleEvgeniy Khramtsov2017-04-271-2/+5
* Speedup configuration options lookupEvgeniy Khramtsov2017-04-161-0/+41