Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Mention about a few Riak tests being broken | Mickaël Rémond | 2019-07-18 | 1 | -0/+8 | |
| | ||||||
* | Explain how to kill stuck common test run | Mickaël Rémond | 2019-07-18 | 1 | -0/+7 | |
| | ||||||
* | Update docker test README | Mickaël Rémond | 2019-07-18 | 1 | -0/+12 | |
| | ||||||
* | Fix example on test data set deletion | Mickaël Rémond | 2019-07-18 | 1 | -3/+4 | |
| | ||||||
* | Report failures of changing net_ticktime | Evgeny Khramtsov | 2019-07-18 | 1 | -1/+9 | |
| | ||||||
* | Reset net ticktime on config reload | Evgeny Khramtsov | 2019-07-18 | 1 | -3/+12 | |
| | ||||||
* | Allow flexible timeout format in session_expiry option of mod_mqtt | Evgeny Khramtsov | 2019-07-17 | 2 | -13/+14 | |
| | ||||||
* | Use econf:timeout() instead of econf:pos_int() wherever appropriate | Evgeny Khramtsov | 2019-07-17 | 11 | -41/+44 | |
| | ||||||
* | Improve RPC calls in mod_configure | Evgeny Khramtsov | 2019-07-17 | 1 | -5/+9 | |
| | ||||||
* | Fix pending nodes retrieval for SQL backend | Evgeny Khramtsov | 2019-07-17 | 1 | -32/+17 | |
| | | | | Thanks to Christophe Romain | |||||
* | Allow more flexible timeout values in the configuration | Evgeny Khramtsov | 2019-07-16 | 1 | -1/+1 | |
| | | | | | | | | | | Now all timeout values can be expanded with suffixes, e.g. ``` negotiation_timeout: 30s s2s_timeout: 10 minutes cache_life_time: 1 hour ``` If the suffix is not given, the timeout is assumed in *seconds* | |||||
* | Change time unit of hibernation_timeout option to 'second' | Evgeny Khramtsov | 2019-07-16 | 1 | -1/+1 | |
| | | | | This is done for the sake of consistency with other options | |||||
* | Fix typos using codespell | Evgeny Khramtsov | 2019-07-16 | 25 | -29/+29 | |
| | ||||||
* | Avoid record duplication | Evgeny Khramtsov | 2019-07-16 | 1 | -18/+22 | |
| | ||||||
* | Add econf:string/2 validator | Evgeny Khramtsov | 2019-07-16 | 2 | -2/+5 | |
| | ||||||
* | Fix opt_type.sh script and re-generate options | Evgeny Khramtsov | 2019-07-16 | 2 | -5/+5 | |
| | ||||||
* | Use econf:timeout/2 | Evgeny Khramtsov | 2019-07-16 | 2 | -2/+2 | |
| | ||||||
* | Handle CAPTCHA forms using captcha_form codec | Evgeny Khramtsov | 2019-07-16 | 2 | -65/+54 | |
| | ||||||
* | Add code for hibernating inactive muc_room processes | Paweł Chmielowski | 2019-07-16 | 4 | -24/+96 | |
| | ||||||
* | Bump xmpp version and fix revealed bugs | Evgeny Khramtsov | 2019-07-16 | 3 | -7/+8 | |
| | ||||||
* | Fix 'get-pending' command form generation | Evgeny Khramtsov | 2019-07-16 | 1 | -2/+2 | |
| | ||||||
* | Remove very old useless comments in ejabberd_xmlrpc.erl | Badlop | 2019-07-16 | 1 | -167/+9 | |
| | ||||||
* | Documentation of mod_http_api moved from source code to Docs page | Badlop | 2019-07-16 | 1 | -45/+0 | |
| | ||||||
* | Remove modules management from mod_configure | Evgeny Khramtsov | 2019-07-15 | 1 | -134/+0 | |
| | ||||||
* | Don't hide errors using catch | Evgeny Khramtsov | 2019-07-15 | 1 | -105/+81 | |
| | ||||||
* | Compile some regexps as unicode | Evgeny Khramtsov | 2019-07-15 | 2 | -9/+9 | |
| | ||||||
* | Bump yconf version | Evgeny Khramtsov | 2019-07-15 | 2 | -3/+12 | |
| | ||||||
* | Fix regexp matching | Evgeny Khramtsov | 2019-07-15 | 1 | -1/+1 | |
| | ||||||
* | Only respond with occupants list to disco#items with empty node | Evgeny Khramtsov | 2019-07-15 | 1 | -2/+6 | |
| | | | | Fixes #2942 | |||||
* | Improve handling of unexpected iq in mod_muc_room | Evgeny Khramtsov | 2019-07-15 | 1 | -15/+19 | |
| | | | | | | | Don't crash on an iq-set/get containing unexpected tag within expected namespace This further improves PR #2900 | |||||
* | ejabberd_s2s should start after its supervisors | Evgeny Khramtsov | 2019-07-15 | 1 | -1/+1 | |
| | ||||||
* | Fix startup order of ejabberd_sup children | Evgeny Khramtsov | 2019-07-15 | 1 | -4/+4 | |
| | ||||||
* | Remove processing of {wait, _} result in gen_mod | Evgeny Khramtsov | 2019-07-15 | 1 | -33/+9 | |
| | | | | This is no longer needed | |||||
* | Increase shutdown time to 5 seconds | Evgeny Khramtsov | 2019-07-15 | 1 | -1/+1 | |
| | ||||||
* | Attach mod_muc_room processes to a supervisor | Evgeny Khramtsov | 2019-07-15 | 3 | -20/+41 | |
| | ||||||
* | Improve some validators | Evgeny Khramtsov | 2019-07-15 | 3 | -18/+13 | |
| | ||||||
* | mod_http_fileserver: Unregister 'reopen_log_hook' | Holger Weiss | 2019-07-14 | 1 | -4/+7 | |
| | | | | | Unregister the global 'reopen_log_hook' on termination if the module isn't loaded for another host. | |||||
* | Use correct virtual host when consulting trusted_proxies | Evgeny Khramtsov | 2019-07-13 | 1 | -1/+2 | |
| | ||||||
* | Merge branch 'master' of github.com:processone/ejabberd | Evgeny Khramtsov | 2019-07-13 | 3 | -1/+11 | |
|\ | ||||||
| * | Make sure that configure is run before pc:compile on rebar3 | Paweł Chmielowski | 2019-07-12 | 1 | -1/+1 | |
| | | ||||||
| * | Downgrade jose to version that works with rebar2 and del warning_as_error ↵ | Paweł Chmielowski | 2019-07-12 | 2 | -1/+11 | |
| | | | | | | | | from it's config | |||||
| * | Bump jose version | Paweł Chmielowski | 2019-07-12 | 1 | -1/+1 | |
| | | ||||||
* | | Fix broken ejabberd_cluster:call/5 | Evgeny Khramtsov | 2019-07-13 | 1 | -1/+1 | |
|/ | ||||||
* | Don't crash when attempt to get an option for unknown virtual host | Evgeny Khramtsov | 2019-07-12 | 1 | -2/+11 | |
| | | | | Log a warning instead and retry with a global scope | |||||
* | Add call/5 and multicall/5 to ejabberd_cluster | Evgeny Khramtsov | 2019-07-12 | 1 | -4/+12 | |
| | ||||||
* | Use ejabberd_cluster:call() instead of rpc:call() | Evgeny Khramtsov | 2019-07-12 | 1 | -1/+1 | |
| | ||||||
* | Process unexpected messages uniformly | Evgeny Khramtsov | 2019-07-12 | 38 | -160/+245 | |
| | ||||||
* | Improve previous commit | Evgeny Khramtsov | 2019-07-11 | 1 | -4/+6 | |
| | ||||||
* | Gracefully report invalid encoding of a translation file | Evgeny Khramtsov | 2019-07-11 | 1 | -4/+11 | |
| | ||||||
* | Fix formatting | Evgeny Khramtsov | 2019-07-10 | 1 | -1/+1 | |
| |