Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | mod_http_upload: Log error if 'put_url' is reused | Holger Weiss | 2018-09-17 | 1 | -2/+9 | |
| | | | | | Log a proper [error] message if a single 'put_url' is used for multiple virtual hosts. | |||||
* | Revert "New option tombstone_expiry locks recent room creation after destroy ↵ | Badlop | 2018-09-17 | 2 | -75/+2 | |
| | | | | | | (#2546)" This reverts commit efb4fd0d1020faa105bf932c06cf4c67fb389952. | |||||
* | Improve error formatting | Evgeny Khramtsov | 2018-09-17 | 3 | -10/+22 | |
| | ||||||
* | Remove unused variables | Badlop | 2018-09-17 | 1 | -2/+1 | |
| | ||||||
* | Refactor ejabberd listener API | Evgeny Khramtsov | 2018-09-17 | 13 | -232/+218 | |
| | ||||||
* | Reintroduce change removed by mistake in 'Improve match macro' | Paweł Chmielowski | 2018-09-17 | 1 | -2/+4 | |
| | ||||||
* | Increase 'max_stanza_size' limit for c2s listener | Holger Weiss | 2018-09-17 | 1 | -1/+1 | |
| | | | | | | Specify a larger 'max_stanza_size' limit for c2s connections in the default configuration in order to reduce the risk of this limit being hit by legitimate traffic (such as avatar uploads). | |||||
* | Set a 'max_stanza_size' for incoming s2s listener | Holger Weiss | 2018-09-16 | 1 | -0/+1 | |
| | | | | | | Specify a 'max_stanza_size' limit for incoming s2s connections in the example configuration, but use a relatively large value in order to minimize the risk of this limit being hit by legitimate traffic. | |||||
* | MySQL: Use MEDIUMTEXT for MAM/offline messages | Holger Weiss | 2018-09-16 | 2 | -6/+6 | |
| | | | | | Let MySQL/MariaDB accept message stanzas with a size of up to 16 MiB, rather than truncating at 64 KiB. | |||||
* | [test] Improve match macro | Paweł Chmielowski | 2018-09-14 | 2 | -6/+6 | |
| | ||||||
* | [tests] Update stream_id from stream:stream after auth | Paweł Chmielowski | 2018-09-14 | 1 | -2/+4 | |
| | ||||||
* | mod_muc_room: Fix the room's CAPS hash | Holger Weiss | 2018-09-14 | 1 | -4/+7 | |
| | | | | Don't forget the room's xdata when calculating the CAPS hash. | |||||
* | Merge pull request #2605 from af8a524db1/remove_unused_error | Evgeny Khramtsov | 2018-09-13 | 1 | -3/+0 | |
|\ | | | | | mod_register: Remove unused error 'too_many_users' | |||||
| * | mod_register: Remove unused error 'too_many_users' | Marc Schink | 2018-09-13 | 1 | -3/+0 | |
|/ | ||||||
* | Trigger hook for user_send_packet in send_message command (#2604) | Badlop | 2018-09-13 | 1 | -2/+7 | |
| | ||||||
* | Merge pull request #2602 from aquarhead/expect-mnesia-up | Evgeny Khramtsov | 2018-09-12 | 1 | -0/+2 | |
|\ | | | | | Expect mnesia_up event when joining cluster | |||||
| * | Expect mnesia_up event when joining cluster | AquarHEAD Lou | 2018-09-12 | 1 | -0/+2 | |
|/ | ||||||
* | Fix some dialyzer warnings | Evgeny Khramtsov | 2018-09-09 | 37 | -258/+49 | |
| | ||||||
* | Merge pull request #2597 from dmitryDemchenko/master | Evgeny Khramtsov | 2018-09-07 | 1 | -0/+1 | |
|\ | | | | | fix for freetds UTF-8 corruption | |||||
| * | fix for freetds UTF-8 corruption | root | 2018-09-07 | 1 | -0/+1 | |
|/ | ||||||
* | Bump lager version | Evgeny Khramtsov | 2018-09-07 | 2 | -2/+13 | |
| | | | | This is needed for OTP-21 compatibility | |||||
* | Add information about real sender to mucsub message meta | Paweł Chmielowski | 2018-09-06 | 1 | -1/+2 | |
| | ||||||
* | Use newere fast_tls | Paweł Chmielowski | 2018-09-05 | 1 | -1/+1 | |
| | ||||||
* | Don't stop sending pings when receiving timeout for timeout_action=none | Paweł Chmielowski | 2018-09-04 | 1 | -13/+14 | |
| | ||||||
* | Correctly handle empty result with RSM | Evgeniy Khramtsov | 2018-09-02 | 1 | -33/+39 | |
| | | | | Fixes #2588 | |||||
* | Get stacktrace out of lager context | Evgeniy Khramtsov | 2018-09-01 | 11 | -22/+39 | |
| | | | | | Calling erlang:get_stacktrace() inside lager functions produces stacktraces of the logging function itself, not the function which has failed. | |||||
* | Don't set termination reason into presence-unavailable status | Evgeniy Khramtsov | 2018-09-01 | 1 | -1/+0 | |
| | | | | Fixes https://github.com/processone/xmpp/issues/35 | |||||
* | ejabberd_s2s_in: Log message on connection close | Holger Weiss | 2018-08-29 | 1 | -1/+9 | |
| | | | | | Log a message when an incoming s2s connection is closed, analogous to the message on outgoing s2s connection close. | |||||
* | Sign certs used by tests with sha256 | Paweł Chmielowski | 2018-08-28 | 5 | -132/+131 | |
| | | | | | Seems that openssl1.1.1 (at least debian version) rejects certs signed with md5 or sha1, so lets use something that works. | |||||
* | Better formatting of unexpected return from Module:start/2 | Evgeniy Khramtsov | 2018-08-28 | 1 | -3/+4 | |
| | ||||||
* | Fix max_user_conferences in Mnesia to consider only one MUC service (#2556) | Badlop | 2018-08-20 | 1 | -3/+4 | |
| | ||||||
* | Use "localhost" as a default host | Evgeniy Khramtsov | 2018-08-17 | 1 | -1/+1 | |
| | ||||||
* | Bump xmpp version | Evgeniy Khramtsov | 2018-08-17 | 1 | -1/+1 | |
| | ||||||
* | Disable cache for anonymous auth backend | Evgeniy Khramtsov | 2018-08-17 | 1 | -0/+4 | |
| | | | | Fixes #2566 | |||||
* | Update xmpp | Paweł Chmielowski | 2018-08-16 | 1 | -1/+1 | |
| | ||||||
* | Third attempt to fix the typo! | Badlop | 2018-08-15 | 1 | -1/+1 | |
| | ||||||
* | Fix typo from commit 0bf93eefc | Badlop | 2018-08-15 | 1 | -1/+1 | |
| | ||||||
* | Handle get_presence(Pid) when session doesn't exist (#2547) | Badlop | 2018-08-15 | 1 | -0/+7 | |
| | ||||||
* | Fix typo in command description | Badlop | 2018-08-13 | 1 | -1/+1 | |
| | ||||||
* | Try to update tests to handle recent MUC subscriptions change (#2272) | Badlop | 2018-08-13 | 1 | -1/+1 | |
| | ||||||
* | Return human error messages when calling export2sql with wrong path (#2480) | Badlop | 2018-08-13 | 1 | -0/+4 | |
| | ||||||
* | In response with list of room subscriptions include also events (#2272) | Badlop | 2018-08-13 | 4 | -13/+19 | |
| | ||||||
* | Remove num_active_users as it uses calls to last_activity mnesia table (#2448) | Badlop | 2018-08-08 | 1 | -67/+1 | |
| | ||||||
* | Remove direct calls to muc_room mnesia table in mod_muc_admin (#2448) | Badlop | 2018-08-08 | 1 | -3/+1 | |
| | ||||||
* | Add markdown options as specified in the docs git repo | Badlop | 2018-08-07 | 1 | -1/+2 | |
| | ||||||
* | Add import_prosody explanation from docs git repo | Badlop | 2018-08-07 | 1 | -0/+2 | |
| | ||||||
* | Allow acme and oauth commands to be read by gen_markdown_doc_for_commands | Badlop | 2018-08-07 | 2 | -2/+4 | |
| | ||||||
* | Handle ejabberd_captcha error reports in mod_register_web (#2553) | Badlop | 2018-08-02 | 1 | -2/+11 | |
| | ||||||
* | Merge pull request #2551 from MarcelWaldvogel/configurable-extauth-pool | Evgeny Khramtsov | 2018-07-31 | 2 | -2/+9 | |
|\ | | | | | Make it possible to join extauth pools | |||||
| * | Make it possible to join extauth pools | Marcel Waldvogel | 2018-07-30 | 2 | -2/+9 | |
|/ |