aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add option to mod_offline to make it not bounce mucsub/groupchat messagesPaweł Chmielowski2019-03-142-12/+59
|
* Use jid() instead of ljid()Evgeny Khramtsov2019-03-141-2/+3
|
* Improve formatting of hook crashesEvgeny Khramtsov2019-03-141-4/+7
|
* Delete the ping timer only when timeout_action=kill (#2820)Badlop2019-03-131-4/+5
|
* mod_muc: Simplify room creation checksHolger Weiss2019-03-121-26/+32
|
* Merge remote-tracking branch 'processone/pr/2811'Holger Weiss2019-03-112-3/+9
|\ | | | | | | | | * processone/pr/2811: allow room recreate for admins even if nonempty
| * allow room recreate for admins even if nonemptyChristoph Scholz2019-03-052-3/+9
| |
* | mod_push: Check for payload in encrypted messagesHolger Weiss2019-03-111-2/+7
| | | | | | | | | | | | While distinguishing actual chat messages from other message types, don't classify all <encrypted/> messages as chat messages, but only those that have a <payload/> element.
* | Fix cond_options with new optionsChristophe Romain2019-03-111-1/+5
| |
* | Fix transaction aborting and restarting in ejabberd_sqlAlexey Shchepin2019-03-071-0/+2
|/
* Handle info log level when using MySQL (#2541)Badlop2019-03-041-0/+1
|
* Fix incorrect capitalization in German translationHolger Weiss2019-03-012-2/+2
|
* Document required Erlang/OTP version bumpHolger Weiss2019-02-282-1/+4
|
* Bump required Erlang/OTP version to 19.1Holger Weiss2019-02-282-2/+2
| | | | | Since 538f35d05a9bb25f24b30ea43b07a36cfc043e12, Erlang/OTP 19.1 is required.
* mod_http_upload: Log nicer warning on unknown hostHolger Weiss2019-02-281-9/+27
| | | | | | If an HTTP client issues a request against an unknown host, log a readable warning (rather than an unreadable error) and respond with a 404 (rather than a 500) status.
* Add mqtree in included_applicationsChristophe Romain2019-02-271-1/+1
|
* Add SQL schemas for MQTT tablesEvgeny Khramtsov2019-02-276-0/+97
|
* Copy p1_time_compat:unique_timestamp() to misc and make use of itPaweł Chmielowski2019-02-273-4/+10
|
* Replace code using p1_time_compat wrapper with native functionsPaweł Chmielowski2019-02-2744-80/+80
| | | | | | | Since we now require R19, we shouldn't need that anymore. There are still couple places where p1_time_compat:unique_timestamp() is used as there is no direct equivalent.
* Remove now() calls that sneaked in in pull requestsPaweł Chmielowski2019-02-273-3/+3
|
* Add MQTT listener and module in example config19.02Christophe Romain2019-02-261-0/+6
|
* Prepare 19.02Christophe Romain2019-02-262-2/+54
|
* MySQL: Increase index prefix length for PEP nodesHolger Weiss2019-02-262-2/+2
| | | | | For PEP nodes, the "host" column holds the user JID, where the first 20 characters may well not be unique.
* Update mqtreePaweł Chmielowski2019-02-263-2/+5
|
* Commit back, change reverted by mistakePaweł Chmielowski2019-02-261-2/+24
|
* Update deps in mix.lockPaweł Chmielowski2019-02-261-24/+24
|
* Update mod_mqtt_mnesia.erlEvgeny Khramtsov2019-02-261-14/+181
|
* Update depsPaweł Chmielowski2019-02-262-40/+18
|
* Improve update-deps-releasesPaweł Chmielowski2019-02-261-2/+24
|
* Merge branch 'pr/2764'Holger Weiss2019-02-252-11/+21
|\ | | | | | | | | * pr/2764: acl for mam_preferences
| * acl for mam_preferencesChristoph Scholz2019-02-252-11/+21
|/
* Updated fast_tlsPaweł Chmielowski2019-02-251-1/+1
|
* Add Accept header to requests issued by rest.erlPaweł Chmielowski2019-02-251-0/+1
|
* Pull never fast_tls versionPaweł Chmielowski2019-02-251-1/+1
|
* Run "make translations"Badlop2019-02-2551-21028/+22363
|
* Update the Catalan translationBadlop2019-02-251-774/+862
|
* Update the Spanish translationBadlop2019-02-251-746/+835
|
* Add MQTT supportEvgeny Khramtsov2019-02-257-0/+3748
|
* mod_muc_admin: Fix indentationHolger Weiss2019-02-231-4/+4
|
* Merge remote-tracking branch 'processone/pr/2805'Holger Weiss2019-02-231-4/+10
|\ | | | | | | | | * processone/pr/2805: only destroy rooms if mam is enabled
| * only destroy rooms if mam is enabledChristoph Scholz2019-02-231-4/+10
|/ | | | | | when using ejabberdctl rooms_empty_list or rooms_empty_destroy only select rooms that are have mam enabled. Otherwise you may accidently destroy rooms which seem to be unsused due to archive being empty
* Provide source code filename in *.po, so editors can show the source codeBadlop2019-02-221-1/+1
|
* Fix "make translations", got broken in 446e6e6f3Badlop2019-02-221-1/+1
|
* mod_mam_sql: Improve check for empty archiveHolger Weiss2019-02-211-9/+7
| | | | Avoid counting the messages of an archive to check whether it's empty.
* mod_mam_mnesia: Fix check for empty archiveHolger Weiss2019-02-211-2/+1
| | | | | Don't return 'true' if the key exists but points to an empty archive. Also, avoid looking up all keys.
* Merge branch 'mix'Evgeny Khramtsov2019-02-2116-53/+2044
|\
| * Merge branch 'master' into mixEvgeny Khramtsov2018-12-101-2/+2
| |\
| * \ Merge branch 'master' into mixEvgeny Khramtsov2018-12-1023-757/+574
| |\ \
| * | | Avoid badfun in multicast/6Evgeny Khramtsov2018-12-071-1/+2
| | | |
| * | | Fix wordingEvgeny Khramtsov2018-12-071-1/+1
| | | |