Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add option to mod_offline to make it not bounce mucsub/groupchat messages | Paweł Chmielowski | 2019-03-14 | 2 | -12/+59 | |
| | ||||||
* | Use jid() instead of ljid() | Evgeny Khramtsov | 2019-03-14 | 1 | -2/+3 | |
| | ||||||
* | Improve formatting of hook crashes | Evgeny Khramtsov | 2019-03-14 | 1 | -4/+7 | |
| | ||||||
* | Delete the ping timer only when timeout_action=kill (#2820) | Badlop | 2019-03-13 | 1 | -4/+5 | |
| | ||||||
* | mod_muc: Simplify room creation checks | Holger Weiss | 2019-03-12 | 1 | -26/+32 | |
| | ||||||
* | Merge remote-tracking branch 'processone/pr/2811' | Holger Weiss | 2019-03-11 | 2 | -3/+9 | |
|\ | | | | | | | | | * processone/pr/2811: allow room recreate for admins even if nonempty | |||||
| * | allow room recreate for admins even if nonempty | Christoph Scholz | 2019-03-05 | 2 | -3/+9 | |
| | | ||||||
* | | mod_push: Check for payload in encrypted messages | Holger Weiss | 2019-03-11 | 1 | -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 options | Christophe Romain | 2019-03-11 | 1 | -1/+5 | |
| | | ||||||
* | | Fix transaction aborting and restarting in ejabberd_sql | Alexey Shchepin | 2019-03-07 | 1 | -0/+2 | |
|/ | ||||||
* | Handle info log level when using MySQL (#2541) | Badlop | 2019-03-04 | 1 | -0/+1 | |
| | ||||||
* | Fix incorrect capitalization in German translation | Holger Weiss | 2019-03-01 | 2 | -2/+2 | |
| | ||||||
* | Document required Erlang/OTP version bump | Holger Weiss | 2019-02-28 | 2 | -1/+4 | |
| | ||||||
* | Bump required Erlang/OTP version to 19.1 | Holger Weiss | 2019-02-28 | 2 | -2/+2 | |
| | | | | | Since 538f35d05a9bb25f24b30ea43b07a36cfc043e12, Erlang/OTP 19.1 is required. | |||||
* | mod_http_upload: Log nicer warning on unknown host | Holger Weiss | 2019-02-28 | 1 | -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_applications | Christophe Romain | 2019-02-27 | 1 | -1/+1 | |
| | ||||||
* | Add SQL schemas for MQTT tables | Evgeny Khramtsov | 2019-02-27 | 6 | -0/+97 | |
| | ||||||
* | Copy p1_time_compat:unique_timestamp() to misc and make use of it | Paweł Chmielowski | 2019-02-27 | 3 | -4/+10 | |
| | ||||||
* | Replace code using p1_time_compat wrapper with native functions | Paweł Chmielowski | 2019-02-27 | 44 | -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 requests | Paweł Chmielowski | 2019-02-27 | 3 | -3/+3 | |
| | ||||||
* | Add MQTT listener and module in example config19.02 | Christophe Romain | 2019-02-26 | 1 | -0/+6 | |
| | ||||||
* | Prepare 19.02 | Christophe Romain | 2019-02-26 | 2 | -2/+54 | |
| | ||||||
* | MySQL: Increase index prefix length for PEP nodes | Holger Weiss | 2019-02-26 | 2 | -2/+2 | |
| | | | | | For PEP nodes, the "host" column holds the user JID, where the first 20 characters may well not be unique. | |||||
* | Update mqtree | Paweł Chmielowski | 2019-02-26 | 3 | -2/+5 | |
| | ||||||
* | Commit back, change reverted by mistake | Paweł Chmielowski | 2019-02-26 | 1 | -2/+24 | |
| | ||||||
* | Update deps in mix.lock | Paweł Chmielowski | 2019-02-26 | 1 | -24/+24 | |
| | ||||||
* | Update mod_mqtt_mnesia.erl | Evgeny Khramtsov | 2019-02-26 | 1 | -14/+181 | |
| | ||||||
* | Update deps | Paweł Chmielowski | 2019-02-26 | 2 | -40/+18 | |
| | ||||||
* | Improve update-deps-releases | Paweł Chmielowski | 2019-02-26 | 1 | -2/+24 | |
| | ||||||
* | Merge branch 'pr/2764' | Holger Weiss | 2019-02-25 | 2 | -11/+21 | |
|\ | | | | | | | | | * pr/2764: acl for mam_preferences | |||||
| * | acl for mam_preferences | Christoph Scholz | 2019-02-25 | 2 | -11/+21 | |
|/ | ||||||
* | Updated fast_tls | Paweł Chmielowski | 2019-02-25 | 1 | -1/+1 | |
| | ||||||
* | Add Accept header to requests issued by rest.erl | Paweł Chmielowski | 2019-02-25 | 1 | -0/+1 | |
| | ||||||
* | Pull never fast_tls version | Paweł Chmielowski | 2019-02-25 | 1 | -1/+1 | |
| | ||||||
* | Run "make translations" | Badlop | 2019-02-25 | 51 | -21028/+22363 | |
| | ||||||
* | Update the Catalan translation | Badlop | 2019-02-25 | 1 | -774/+862 | |
| | ||||||
* | Update the Spanish translation | Badlop | 2019-02-25 | 1 | -746/+835 | |
| | ||||||
* | Add MQTT support | Evgeny Khramtsov | 2019-02-25 | 7 | -0/+3748 | |
| | ||||||
* | mod_muc_admin: Fix indentation | Holger Weiss | 2019-02-23 | 1 | -4/+4 | |
| | ||||||
* | Merge remote-tracking branch 'processone/pr/2805' | Holger Weiss | 2019-02-23 | 1 | -4/+10 | |
|\ | | | | | | | | | * processone/pr/2805: only destroy rooms if mam is enabled | |||||
| * | only destroy rooms if mam is enabled | Christoph Scholz | 2019-02-23 | 1 | -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 code | Badlop | 2019-02-22 | 1 | -1/+1 | |
| | ||||||
* | Fix "make translations", got broken in 446e6e6f3 | Badlop | 2019-02-22 | 1 | -1/+1 | |
| | ||||||
* | mod_mam_sql: Improve check for empty archive | Holger Weiss | 2019-02-21 | 1 | -9/+7 | |
| | | | | Avoid counting the messages of an archive to check whether it's empty. | |||||
* | mod_mam_mnesia: Fix check for empty archive | Holger Weiss | 2019-02-21 | 1 | -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 Khramtsov | 2019-02-21 | 16 | -53/+2044 | |
|\ | ||||||
| * | Merge branch 'master' into mix | Evgeny Khramtsov | 2018-12-10 | 1 | -2/+2 | |
| |\ | ||||||
| * \ | Merge branch 'master' into mix | Evgeny Khramtsov | 2018-12-10 | 23 | -757/+574 | |
| |\ \ | ||||||
| * | | | Avoid badfun in multicast/6 | Evgeny Khramtsov | 2018-12-07 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Fix wording | Evgeny Khramtsov | 2018-12-07 | 1 | -1/+1 | |
| | | | |