Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | mod_carboncopy: Improve is_carbon_copy() check | Holger Weiss | 2020-01-12 | 1 | -30/+17 | |
| | | | | | | | | | | Make sure the hook chain is stopped early whenever a carbon copy is processed, not just in some cases. | |||||
* | | mod_carboncopy: Support new copying rules | Holger Weiss | 2020-01-12 | 1 | -6/+18 | |
| | | | | | | | | | | | | | | Support the copying rules added to XEP-0280 with version 0.13.0 under the "urn:xmpp:carbons:rules:0" namespace. Closes #3011. | |||||
* | | mod_sip: Omit documentation when SIP is disabled | Holger Weiss | 2020-01-11 | 1 | -2/+4 | |
| | | | | | | | | | | Don't generate the actual mod_sip documentation if ejabberd is built without SIP support. | |||||
* | | mod_sip: Fix compilation without SIP support | Holger Weiss | 2020-01-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | Make sure the T() macro is also defined when ejabberd is compiled without SIP support. Fixes #3143. | |||||
* | | Generate ejabberd.yml.5 man page from source code directly | Evgeny Khramtsov | 2020-01-08 | 62 | -61/+4851 | |
| | | | | | | | | | | | | | | 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). | |||||
* | | Omit push notifications if offline storage failed | Holger Weiss | 2020-01-05 | 2 | -29/+27 | |
|/ | | | | | | | | | This commit removes the 'store_offline_message' hook which didn't allow mod_push to suppress notifications when storing an offline message failed (due to the offline spool size limit being exceeded or due to database issues). Fixes #3120. | |||||
* | Fix case clause error regarding admin_generated password (#3122) | Badlop | 2019-12-24 | 1 | -1/+2 | |
| | ||||||
* | Add ability to hookup config transformer | Paweł Chmielowski | 2019-12-16 | 1 | -4/+10 | |
| | ||||||
* | Fix mod_muc_log skipping non-Latin messages (thanks to Yandrey)(#3115) | Badlop | 2019-12-16 | 1 | -5/+3 | |
| | ||||||
* | Improve compatibility with CockroachDB (#3074) | Alexey Shchepin | 2019-12-16 | 4 | -45/+50 | |
| | ||||||
* | Improve compatibility with CockroachDB (#3074) | Alexey Shchepin | 2019-12-11 | 2 | -22/+27 | |
| | ||||||
* | 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 '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 | 1 | -1/+10 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | Preserve order of grouped duplicates | Evgeny Khramtsov | 2019-11-08 | 1 | -7/+12 | |
| | | ||||||
* | | 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 | |||||
* | | 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 | |
| | | ||||||
* | | 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. | |||||
* | | 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 | 1 | -2/+1 | |
| | | | ||||||
* | | | 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 | |
| | | ||||||
* | | Use lager on OTP<22.0 | Evgeny Khramtsov | 2019-10-25 | 4 | -24/+183 | |
| | | | | | | | | 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 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | Log supervisor reports in debug loglevel | Evgeny Khramtsov | 2019-10-18 | 1 | -3/+18 | |
| | | ||||||
* | | Replace lager with built-in new logging API | Evgeny Khramtsov | 2019-10-18 | 12 | -246/+153 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change requires Erlang/OTP-21.0 or higher. The commit also deprecates the following options: - log_rotate_date - log_rate_limit Furthermore, these options have no effect. The logger now fully relies on log_rotate_size, that cannot be 0 anymore. The loglevel option now accepts levels in literal formats. Those are: none, emergency, alert, critical, error, warning, notice, info, debug. Old integer values (0-5) are still supported and automatically converted into literal format. | |||||
* | | Flatten strings in ejabberd_xmlrpc error results | Badlop | 2019-10-18 | 1 | -0/+4 | |
| | | ||||||
* | | Convert oauth_expire option to accept timeout values | Paweł Chmielowski | 2019-10-15 | 3 | -5/+5 | |
| | | ||||||
* | | Fix dialyzer warning in #oauth_ctx | Alexey Shchepin | 2019-10-11 | 1 | -1/+1 | |
| | | ||||||
* | | Implement X-OAUTH2 authentication for mod_mqtt | Evgeny Khramtsov | 2019-10-11 | 1 | -18/+40 | |
| | | | | | | | | | | | | | | | | | | This will only work for MQTT 5.0 connections. A client MUST set "Authentication Method" property of CONNECT packet to "X-OAUTH2" and MUST set the token in "Authentication Data" property of the same CONNECT packet. The server responses as usual with CONNACK. | |||||
* | | Verify http host in web admin only if authentication is missing host | Paweł Chmielowski | 2019-10-09 | 1 | -32/+32 | |
| | | | | | | | | | | This should allow access to web admin through ip address or just served from domain not defined in ejabberd hosts |