aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename plugin to not clash with plugin from depPaweł Chmielowski2020-01-082-3/+3
* Generate ejabberd.yml.5 man page from source code directlyEvgeny Khramtsov2020-01-0862-61/+4851
* Update depsPaweł Chmielowski2020-01-081-14/+14
* Omit push notifications if offline storage failedHolger Weiss2020-01-052-29/+27
* Travis CI: Test against Erlang/OTP 22.2Holger Weiss2020-01-051-1/+1
* Updated Catalan translationBadlop2019-12-242-96/+98
* Fix case clause error regarding admin_generated password (#3122)Badlop2019-12-241-1/+2
* Add ability to hookup config transformerPaweł Chmielowski2019-12-161-4/+10
* Fix mod_muc_log skipping non-Latin messages (thanks to Yandrey)(#3115)Badlop2019-12-161-5/+3
* Improve compatibility with CockroachDB (#3074)Alexey Shchepin2019-12-164-45/+50
* Improve compatibility with CockroachDB (#3074)Alexey Shchepin2019-12-112-22/+27
* Update the Spanish translationBadlop2019-12-092-46/+48
* Add Hungarian translation (thanks to Balázs Úr)(#3108)Badlop2019-12-092-0/+2687
* Update translation filesBadlop2019-12-0953-18509/+18105
* Improve send_message commandEvgeny Khramtsov2019-11-291-14/+20
* Make convert_to_scram work with all backendsPaweł Chmielowski2019-11-273-53/+25
* Merge branch 'sabudaye-pg_prepared_statements'Alexey Shchepin2019-11-263-7/+45
|\
| * Merge branch 'pg_prepared_statements' of https://github.com/sabudaye/ejabberd...Alexey Shchepin2019-11-263-7/+45
|/|
| * Added option to disable prepared statements (postgresql only)s.budaev2016-10-052-1/+14
* | Fix previous commitEvgeny Khramtsov2019-11-241-1/+3
* | Check also 'access' rule on account removalEvgeny Khramtsov2019-11-241-2/+6
* | Make sure IQ result is correctly routed on account removalEvgeny Khramtsov2019-11-241-3/+15
* | Fix acl reloadingEvgeny Khramtsov2019-11-151-25/+28
* | Bump yconf versionEvgeny Khramtsov2019-11-081-1/+1
* | Preserve order of grouped duplicatesEvgeny Khramtsov2019-11-081-7/+12
* | Check if error.log is empty after running test suiteEvgeny Khramtsov2019-11-081-0/+1
* | Also group duplicated list-like options inside host_config/append_host_configEvgeny Khramtsov2019-11-073-39/+35
* | Group all duplicated list-like options into a single optionEvgeny Khramtsov2019-11-071-19/+13
* | Fix loading of third-party modules at startupEvgeny Khramtsov2019-11-072-10/+18
* | Allow multiple `modules` sectionEvgeny Khramtsov2019-11-061-1/+3
* | Accept a list in c2s_ciphers/s2s_ciphers optionsEvgeny Khramtsov2019-11-051-9/+15
* | Fix unicode string formattingEvgeny Khramtsov2019-11-051-1/+1
* | Don't overflow 32-bit signed integer in offline testsEvgeny Khramtsov2019-10-311-1/+1
* | Add missing quoteEvgeny Khramtsov2019-10-311-1/+1
* | Grant all privileges on all sequences for PostgreSQL in testsEvgeny Khramtsov2019-10-311-0/+1
* | Revert "Escape 'family' field in SQL requests"Evgeny Khramtsov2019-10-301-4/+4
* | Fix race condition in Redis/SQL supervisors startupEvgeny Khramtsov2019-10-292-2/+8
* | Avoid using 64-bit unsigned integersEvgeny Khramtsov2019-10-291-6/+9
* | Escape 'family' field in SQL requestsEvgeny Khramtsov2019-10-281-4/+4
* | Don't attempt to create SQL tables when running testsEvgeny Khramtsov2019-10-282-9/+11
* | Merge pull request #3069 from nosnilmot/jwt-custom-jid-fieldEvgeny Khramtsov2019-10-263-4/+13
|\ \
| * | Add option for JWT field name containing JIDStu Tomlinson2019-10-253-4/+13
* | | Improve jwt_key validatorEvgeny Khramtsov2019-10-252-2/+4
* | | Don't lowercase first letter in reason stringEvgeny Khramtsov2019-10-252-3/+2
* | | Handle the case when JWT key file contains JWK setAlexey Shchepin2019-10-252-1/+11
* | | Introduce 'gc' ejabberdctl commandEvgeny Khramtsov2019-10-251-0/+8
* | | Stop SASL application in ejabberd_logger:flush()Evgeny Khramtsov2019-10-252-2/+2
|/ /
* | Avoid calling to logger module on OTP<22Evgeny Khramtsov2019-10-254-3/+13
* | TravisCI: test against Erlang/OTP 19.3Evgeny Khramtsov2019-10-251-1/+1
* | Use lager on OTP<22.0Evgeny Khramtsov2019-10-259-30/+212