aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* mod_privacy: Don't try to look up 'undefined' listHolger Weiss2019-07-241-0/+2
| | | | | | | | Don't crash if the <query/> element of an IQ of type 'set' contains neither a <default/> nor an <active/> child. This fixes a regression introduced in commit 8410a203ec81f0b0b9e4885221abf1d7ba6bd9f1.
* Fix UTF-8 support in translation filesEvgeny Khramtsov2019-07-2428-31/+36
|
* Add 'certauth' command to extauth portEvgeny Khramtsov2019-07-242-3/+6
|
* mod_stream_mgmt: Allow flexible timeout formatHolger Weiss2019-07-232-11/+16
| | | | | Adjust mod_stream_mgmt and the related code in mod_push_keepalive to support the flexible timeout format.
* Fix wrong virtual host in mod_pubsub:send_stanza (#2930)Christophe Romain2019-07-221-1/+5
|
* Log an error when JWT authentication is configured without jwt_keyEvgeny Khramtsov2019-07-193-5/+12
|
* Fix typoEvgeny Khramtsov2019-07-181-1/+1
|
* Improve robustness of reading jwt_key optionEvgeny Khramtsov2019-07-184-8/+13
|
* Get rid of useless codeEvgeny Khramtsov2019-07-181-9/+0
|
* Don't forget to unregister route when the owning process is deadEvgeny Khramtsov2019-07-181-1/+9
|
* Remove Riak supportEvgeny Khramtsov2019-07-1844-3579/+23
| | | | | | | | | | Reasons: - Riak DB development is almost halted after Basho - riak-erlang-client is abandoned and doesn't work correctly with OTP22 - Riak is slow in comparison to other databases - Missing key ordering makes it impossible to implement range queries efficiently (e.g. MAM queries)
* Mention about a few Riak tests being brokenMickaël Rémond2019-07-181-0/+8
|
* Explain how to kill stuck common test runMickaël Rémond2019-07-181-0/+7
|
* Update docker test READMEMickaël Rémond2019-07-181-0/+12
|
* Fix example on test data set deletionMickaël Rémond2019-07-181-3/+4
|
* Report failures of changing net_ticktimeEvgeny Khramtsov2019-07-181-1/+9
|
* Reset net ticktime on config reloadEvgeny Khramtsov2019-07-181-3/+12
|
* Allow flexible timeout format in session_expiry option of mod_mqttEvgeny Khramtsov2019-07-172-13/+14
|
* Use econf:timeout() instead of econf:pos_int() wherever appropriateEvgeny Khramtsov2019-07-1711-41/+44
|
* Improve RPC calls in mod_configureEvgeny Khramtsov2019-07-171-5/+9
|
* Fix pending nodes retrieval for SQL backendEvgeny Khramtsov2019-07-171-32/+17
| | | | Thanks to Christophe Romain
* Allow more flexible timeout values in the configurationEvgeny Khramtsov2019-07-161-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 Khramtsov2019-07-161-1/+1
| | | | This is done for the sake of consistency with other options
* Fix typos using codespellEvgeny Khramtsov2019-07-1625-29/+29
|
* Avoid record duplicationEvgeny Khramtsov2019-07-161-18/+22
|
* Add econf:string/2 validatorEvgeny Khramtsov2019-07-162-2/+5
|
* Fix opt_type.sh script and re-generate optionsEvgeny Khramtsov2019-07-162-5/+5
|
* Use econf:timeout/2Evgeny Khramtsov2019-07-162-2/+2
|
* Handle CAPTCHA forms using captcha_form codecEvgeny Khramtsov2019-07-162-65/+54
|
* Add code for hibernating inactive muc_room processesPaweł Chmielowski2019-07-164-24/+96
|
* Bump xmpp version and fix revealed bugsEvgeny Khramtsov2019-07-163-7/+8
|
* Fix 'get-pending' command form generationEvgeny Khramtsov2019-07-161-2/+2
|
* Remove very old useless comments in ejabberd_xmlrpc.erlBadlop2019-07-161-167/+9
|
* Documentation of mod_http_api moved from source code to Docs pageBadlop2019-07-161-45/+0
|
* Remove modules management from mod_configureEvgeny Khramtsov2019-07-151-134/+0
|
* Don't hide errors using catchEvgeny Khramtsov2019-07-151-105/+81
|
* Compile some regexps as unicodeEvgeny Khramtsov2019-07-152-9/+9
|
* Bump yconf versionEvgeny Khramtsov2019-07-152-3/+12
|
* Fix regexp matchingEvgeny Khramtsov2019-07-151-1/+1
|
* Only respond with occupants list to disco#items with empty nodeEvgeny Khramtsov2019-07-151-2/+6
| | | | Fixes #2942
* Improve handling of unexpected iq in mod_muc_roomEvgeny Khramtsov2019-07-151-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 supervisorsEvgeny Khramtsov2019-07-151-1/+1
|
* Fix startup order of ejabberd_sup childrenEvgeny Khramtsov2019-07-151-4/+4
|
* Remove processing of {wait, _} result in gen_modEvgeny Khramtsov2019-07-151-33/+9
| | | | This is no longer needed
* Increase shutdown time to 5 secondsEvgeny Khramtsov2019-07-151-1/+1
|
* Attach mod_muc_room processes to a supervisorEvgeny Khramtsov2019-07-153-20/+41
|
* Improve some validatorsEvgeny Khramtsov2019-07-153-18/+13
|
* mod_http_fileserver: Unregister 'reopen_log_hook'Holger Weiss2019-07-141-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_proxiesEvgeny Khramtsov2019-07-131-1/+2
|
* Merge branch 'master' of github.com:processone/ejabberdEvgeny Khramtsov2019-07-133-1/+11
|\