aboutsummaryrefslogtreecommitdiff
path: root/src/mod_configure.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2022Badlop2022-02-111-1/+1
* Implement Get List of Registered/Online Users from XEP-0133Badlop2022-02-111-0/+38
* Use specific syntax so modules and top-level will be linksBadlop2021-08-231-1/+1
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* Don't do double utf-8 conversion on translated strings in str:formatPaweł Chmielowski2020-11-091-2/+2
* 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/+8
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-14/+14
* Improve RPC calls in mod_configureEvgeny Khramtsov2019-07-171-5/+9
* Remove modules management from mod_configureEvgeny Khramtsov2019-07-151-134/+0
* Don't hide errors using catchEvgeny Khramtsov2019-07-151-105/+81
* Add/improve type specsEvgeny Khramtsov2019-07-101-21/+53
* Improve extraction of translated stringsEvgeny Khramtsov2019-06-221-171/+174
* Use new configuration validatorEvgeny Khramtsov2019-06-141-114/+1
* Fix typo in Change User Password adhoc command (thanks to lovetox)(#2884)Badlop2019-05-171-1/+1
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
* Update ejabberd.potEvgeniy Khramtsov2018-06-201-2/+2
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-3/+2
* Get rid of direct calls to 'session' Mnesia tableEvgeniy Khramtsov2018-05-301-27/+5
* Return errors in admin#add-user command response stanza (#2321)Badlop2018-03-121-2/+5
* Introduce new gen_mod callback: mod_options/1Evgeniy Khramtsov2018-01-231-2/+2
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Reuse some translation stringsEvgeniy Khramtsov2017-09-241-5/+5
* Rename is_user_exists -> user_existsEvgeniy Khramtsov2017-05-111-2/+2
* Use cache for authentication backendsEvgeniy Khramtsov2017-05-111-3/+3
* Rename aux.erl as misc.erl17.04Christophe Romain2017-04-111-5/+5
* Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov2017-03-301-5/+5
* Get rid of jid:to_string/1 and jid:from_string/1Evgeniy Khramtsov2017-02-261-9/+9
* Reload modules when reloading configuration fileEvgeniy Khramtsov2017-02-221-6/+5
* Fix configuration commands (#1432)Evgeniy Khramtsov2017-01-131-10/+9
* Add forgotten -include_lib()Evgeniy Khramtsov2017-01-131-0/+1
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* Get rid of excessive (io)list_to_binary/1 callsEvgeniy Khramtsov2016-11-241-29/+21
* Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-121-14/+22
|\
| * Use mnesia calls instead of ets for Acl and Access tables (#1206)Badlop2016-09-191-2/+2
| * Preserve PID for offline sessionsHolger Weiss2016-07-231-14/+22
* | Deprecate jlib:integer_to_binary/1 and jlib:binary_to_integer/1Evgeniy Khramtsov2016-09-241-5/+5
* | Rename #error{} record to #stanza_error{}Evgeniy Khramtsov2016-09-081-5/+5
* | Improve some type specsEvgeniy Khramtsov2016-08-091-4/+12
* | Change code to reflect recent changes in fxml_genEvgeniy Khramtsov2016-08-051-3/+2
* | Rewrite mod_configure to use XML generatorEvgeniy Khramtsov2016-08-031-1147/+729
|/
* Make modules loading in a dependent order (#1191)Evgeniy Khramtsov2016-07-061-1/+5
* mod_configure: Fix editing of access rulesHolger Weiss2016-07-031-11/+8
* Ignore offline sessionsHolger Weiss2016-06-011-4/+6
* Replace more ?ERR_* macros with ?ERRT_*Evgeniy Khramtsov2016-04-051-154/+227
* Switch to Fast XML moduleMickael Remond2016-02-031-3/+3
* Do not redefine recordsEvgeniy Khramtsov2016-01-151-4/+1
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
* Move JID related functions to jid.erl (#847)Evgeniy Khramtsov2015-11-241-12/+12