summaryrefslogtreecommitdiff
path: root/src/mod_legacy_auth.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2022Badlop2022-02-111-1/+1
|
* 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
|
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
|
* Generate ejabberd.yml.5 man page from source code directlyEvgeny Khramtsov2020-01-081-1/+10
| | | | | | | Several documentation callbacks (doc/0 and mod_doc/0) are implemented and `ejabberdctl man` command is added to generate a man page. Note that the command requires a2x to be installed (which is a part of asciidoc package).
* Improve extraction of translated stringsEvgeny Khramtsov2019-06-221-2/+3
| | | | | | | | | | | | | Now every such string MUST be encapsulated into ?T() macro. The macro itself is defined in include/translate.hrl. Example: -module(foo). -export([bar/1]). -include("translate.hrl"). bar(Lang) -> translate:translate(Lang, ?T("baz")).
* Use new configuration validatorEvgeny Khramtsov2019-06-141-3/+2
|
* Fix mod_legacy_auth to reflect recent changesEvgeny Khramtsov2019-05-151-5/+16
|
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
|
* Introduce new gen_mod callback: mod_options/1Evgeniy Khramtsov2018-01-231-2/+2
| | | | | | | The callback is supposed to provide known options and their default values, as long as the documentation. Passing default values into get_mod functions is now deprecated: all defaults should be provided by the Mod:mod_options/1 callback.
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
|
* Fix typos in mod_legacy_auth and mod_registerEvgeniy Khramtsov2017-12-111-1/+1
|
* Use xmpp:try_subtag/2 wherever possibleEvgeniy Khramtsov2017-12-111-1/+6
|
* Reuse some translation stringsEvgeniy Khramtsov2017-09-241-1/+1
|
* Get rid of p1_sha callsAlexey Shchepin2017-03-141-1/+1
|
* Reload modules when reloading configuration fileEvgeniy Khramtsov2017-02-221-1/+4
|
* Fix some dialyzer warningsEvgeniy Khramtsov2017-02-181-1/+1
|
* Fix some dialyzer warningsEvgeniy Khramtsov2017-02-161-0/+8
|
* Update copyright headers in new filesEvgeniy Khramtsov2017-01-201-1/+1
|
* More refactoring on session managementEvgeniy Khramtsov2016-12-301-2/+1
|
* Add xmpp_stream_out behaviour and rewrite s2s/SM codeEvgeniy Khramtsov2016-12-281-26/+12
|
* Initial version of new XMPP stream behaviour (for review)Evgeniy Khramtsov2016-12-111-0/+159