Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve compatibility with CockroachDB (#3074) | Alexey Shchepin | 2019-12-11 | 2 | -22/+27 |
| | |||||
* | Update the Spanish translation | Badlop | 2019-12-09 | 2 | -46/+48 |
| | |||||
* | Add Hungarian translation (thanks to Balázs Úr)(#3108) | Badlop | 2019-12-09 | 2 | -0/+2687 |
| | |||||
* | Update translation files | Badlop | 2019-12-09 | 53 | -18509/+18105 |
| | |||||
* | Improve send_message command | Evgeny Khramtsov | 2019-11-29 | 1 | -14/+20 |
| | |||||
* | Make convert_to_scram work with all backends | Paweł Chmielowski | 2019-11-27 | 3 | -53/+25 |
| | |||||
* | Merge branch 'sabudaye-pg_prepared_statements' | Alexey Shchepin | 2019-11-26 | 3 | -7/+45 |
|\ | |||||
| * | Merge branch 'pg_prepared_statements' of ↵ | Alexey Shchepin | 2019-11-26 | 3 | -7/+45 |
|/| | | | | | | | | | | | | | | | https://github.com/sabudaye/ejabberd into sabudaye-pg_prepared_statements Conflicts: ejabberd.yml.example src/ejabberd_sql.erl | ||||
| * | Added option to disable prepared statements (postgresql only) | s.budaev | 2016-10-05 | 2 | -1/+14 |
| | | |||||
* | | Fix previous commit | Evgeny Khramtsov | 2019-11-24 | 1 | -1/+3 |
| | | |||||
* | | Check also 'access' rule on account removal | Evgeny Khramtsov | 2019-11-24 | 1 | -2/+6 |
| | | | | | | | | | | | | According to the documentation we should not allow account removal when it's forbidden by the rule from 'access' option. | ||||
* | | Make sure IQ result is correctly routed on account removal | Evgeny Khramtsov | 2019-11-24 | 1 | -3/+15 |
| | | | | | | | | Thanks to Philipp Hörist for spotting this | ||||
* | | Fix acl reloading | Evgeny Khramtsov | 2019-11-15 | 1 | -25/+28 |
| | | |||||
* | | Bump yconf version | Evgeny Khramtsov | 2019-11-08 | 1 | -1/+1 |
| | | |||||
* | | Preserve order of grouped duplicates | Evgeny Khramtsov | 2019-11-08 | 1 | -7/+12 |
| | | |||||
* | | Check if error.log is empty after running test suite | Evgeny Khramtsov | 2019-11-08 | 1 | -0/+1 |
| | | |||||
* | | Also group duplicated list-like options inside host_config/append_host_config | Evgeny Khramtsov | 2019-11-07 | 3 | -39/+35 |
| | | |||||
* | | Group all duplicated list-like options into a single option | Evgeny Khramtsov | 2019-11-07 | 1 | -19/+13 |
| | | |||||
* | | Fix loading of third-party modules at startup | Evgeny Khramtsov | 2019-11-07 | 2 | -10/+18 |
| | | | | | | | | Fixes #3019 | ||||
* | | Allow multiple `modules` section | Evgeny Khramtsov | 2019-11-06 | 1 | -1/+3 |
| | | | | | | | | Fixes processone/ejabberd-contrib#282 | ||||
* | | Accept a list in c2s_ciphers/s2s_ciphers options | Evgeny Khramtsov | 2019-11-05 | 1 | -9/+15 |
| | | |||||
* | | Fix unicode string formatting | Evgeny Khramtsov | 2019-11-05 | 1 | -1/+1 |
| | | | | | | | | Fixes #3066 | ||||
* | | Don't overflow 32-bit signed integer in offline tests | Evgeny Khramtsov | 2019-10-31 | 1 | -1/+1 |
| | | |||||
* | | Add missing quote | Evgeny Khramtsov | 2019-10-31 | 1 | -1/+1 |
| | | |||||
* | | Grant all privileges on all sequences for PostgreSQL in tests | Evgeny Khramtsov | 2019-10-31 | 1 | -0/+1 |
| | | |||||
* | | Revert "Escape 'family' field in SQL requests" | Evgeny Khramtsov | 2019-10-30 | 1 | -4/+4 |
| | | | | | | | | | | This reverts commit f51ba687e213cdc4136138cba39bb8bc022097ab. Fixes #3072 | ||||
* | | Fix race condition in Redis/SQL supervisors startup | Evgeny Khramtsov | 2019-10-29 | 2 | -2/+8 |
| | | |||||
* | | Avoid using 64-bit unsigned integers | Evgeny Khramtsov | 2019-10-29 | 1 | -6/+9 |
| | | |||||
* | | Escape 'family' field in SQL requests | Evgeny Khramtsov | 2019-10-28 | 1 | -4/+4 |
| | | | | | | | | | | This is needed for compatibility with CockroachDB, because 'FAMILY' is a reserved keyword in this database. | ||||
* | | Don't attempt to create SQL tables when running tests | Evgeny Khramtsov | 2019-10-28 | 2 | -9/+11 |
| | | | | | | | | | | | | | | Instead, only clear existing tables. The commit assumes that the SQL schemas will be loaded manually before running the test suite, see test/README for the examples. | ||||
* | | Merge pull request #3069 from nosnilmot/jwt-custom-jid-field | Evgeny Khramtsov | 2019-10-26 | 3 | -4/+13 |
|\ \ | | | | | | | Add option for JWT field name containing JID | ||||
| * | | Add option for JWT field name containing JID | Stu Tomlinson | 2019-10-25 | 3 | -4/+13 |
| | | | |||||
* | | | Improve jwt_key validator | Evgeny Khramtsov | 2019-10-25 | 2 | -2/+4 |
| | | | |||||
* | | | Don't lowercase first letter in reason string | Evgeny Khramtsov | 2019-10-25 | 2 | -3/+2 |
| | | | |||||
* | | | Handle the case when JWT key file contains JWK set | Alexey Shchepin | 2019-10-25 | 2 | -1/+11 |
| | | | |||||
* | | | Introduce 'gc' ejabberdctl command | Evgeny Khramtsov | 2019-10-25 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | The command forces garbage collection of all running Erlang processes. The return is always success. | ||||
* | | | Stop SASL application in ejabberd_logger:flush() | Evgeny Khramtsov | 2019-10-25 | 2 | -2/+2 |
|/ / | |||||
* | | Avoid calling to logger module on OTP<22 | Evgeny Khramtsov | 2019-10-25 | 4 | -3/+13 |
| | | |||||
* | | TravisCI: test against Erlang/OTP 19.3 | Evgeny Khramtsov | 2019-10-25 | 1 | -1/+1 |
| | | |||||
* | | Use lager on OTP<22.0 | Evgeny Khramtsov | 2019-10-25 | 9 | -30/+212 |
| | | | | | | | | This also lowers Erlang/OTP minimum version requirement back to 19.3 | ||||
* | | Limit result set of disco#items for mod_pubsub | Evgeny Khramtsov | 2019-10-24 | 6 | -49/+101 |
| | | | | | | | | | | | | | | The size of a list of nodes returned for disco#items request is now controlled by option 'max_nodes_discoitems'. The default value is 100. The name and the default value of the option is chosen to be consistent with mod_muc's 'max_rooms_discoitems' option. | ||||
* | | Fix logger initialization on OTP<21.3 | Evgeny Khramtsov | 2019-10-23 | 1 | -2/+2 |
| | | |||||
* | | Report errors in logger initialization | Evgeny Khramtsov | 2019-10-23 | 1 | -13/+26 |
| | | |||||
* | | Make PostgreSQL schema compatible with CockroachDB | Evgeny Khramtsov | 2019-10-23 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #3063 from lnjX/fix/de-comma-setting | badlop | 2019-10-21 | 2 | -2/+2 |
|\ \ | | | | | | | msgs: de: Fix comma setting | ||||
| * | | msgs: de: Fix comma setting | Linus Jahn | 2019-10-18 | 2 | -2/+2 |
| | | | |||||
* | | | Log path to third-party configuration file | Evgeny Khramtsov | 2019-10-20 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | This should prevent confusions like the one described at https://stackoverflow.com/q/58353491/2610053 | ||||
* | | | Fix error reporting in configuration related admin commands | Evgeny Khramtsov | 2019-10-19 | 1 | -3/+3 |
| | | | |||||
* | | | Don't parse obsoleted options | Evgeny Khramtsov | 2019-10-19 | 1 | -3/+1 |
| | | | |||||
* | | | Log supervisor reports in debug loglevel | Evgeny Khramtsov | 2019-10-18 | 1 | -3/+18 |
| | | |