Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-19Reorganize SQL schema filessql-auto-updateEvgeniy Khramtsov
2018-07-19Fix schema update of SQLiteEvgeniy Khramtsov
2018-07-18Initial SQL auto-update versionEvgeniy Khramtsov
2018-07-16mod_http_upload: Avoid timers from timer moduleHolger Weiss
Use erlang:start_timer/3 instead of timer:send_after/2, as the former is more efficient.
2018-07-15mod_http_upload: Don't store "external" slotsHolger Weiss
Don't store requested upload slots if an 'external_secret' is configured.
2018-07-15Note about Redis requirement in the test suite READMEEvgeniy Khramtsov
2018-07-15Require Redis version >= 3.2.0Evgeniy Khramtsov
Since we now use Lua scripting for cleaning up c2s sessions the minimum supported Redis version is 3.2.0 or above because we need to work correctly with Redis replication mechanism. ****** BACKWARD INCOMPATIBILITY WARNING ******* ** THIS SHOULD BE ADDED TO THE RELEASE NOTES ** *** PACKAGE MAINTAINERS SHOULD BE INFORMED *** ***********************************************
2018-07-14Avoid "ejabberdctl status" crashHolger Weiss
2018-07-14Don't forget to remove Lua scripts on uninstallEvgeniy Khramtsov
2018-07-14Clean up contributed code for Redis SMEvgeniy Khramtsov
2018-07-14Merge pull request #2525 from satish-olx/masterEvgeny Khramtsov
Use lua scripting to clear redis sessions.
2018-07-14Improve wordingEvgeniy Khramtsov
2018-07-14Merge pull request #2526 from nosnilmot/enforce-pubsub-option-attributesEvgeny Khramtsov
Enforce pubsub option required/rejected attributes
2018-07-14Enforce pubsub option required/rejected attributesStu Tomlinson
XEP-0060 states that 'node' and 'jid' attributes to <options> element MUST NOT be included when <options> are specified at same time as <subscribe> : https://xmpp.org/extensions/xep-0060.html#subscriber-configure-subandconfig mod_pubsub will require 'node' and 'jid' attributes on standalone pubsub options requests, and reject subscribe requests that have options that include either 'node' or 'jid'
2018-07-14Merge pull request #2522 from weiss/bump-max-user-conferencesEvgeny Khramtsov
mod_muc: Increase default 'max_user_conferences' value
2018-07-13Ensure that returned priority in a number in mod_admin_extraPaweł Chmielowski
2018-07-12Update ejabberd_sm_redis.erlsatish-olx
2018-07-12Lua script for cleaning redis sessionssatish-olx
Changes: 1. Added extra keys for tracking node -> session mapping 2. Lua script for clearing the sessions in redis itself.
2018-07-11Adopt code that uses parse_listener_portip after result changePaweł Chmielowski
2018-07-11Fix piefxis import of privacy lists (thanks to crosser)(#2412)Badlop
2018-07-11Fix piefxis import of vCard elements (#2514)Badlop
2018-07-11Improve listener errors formattingEvgeniy Khramtsov
2018-07-11Fix compiler warnings regarding test casesHolger Weiss
2018-07-10pubsub_tests: Fix race conditionHolger Weiss
2018-07-10mod_http_upload_quota: Fix process name lookupHolger Weiss
Fix mod_http_upload_quota's process name lookup for the case where a slot is requested by a JID whose domain part is not the virtual host the mod_http_upload_quota process is running on.
2018-07-10Fix regression: list SASL EXTERNAL mechanism for inbound s2sEvgeniy Khramtsov
2018-07-10mod_muc: Increase 'max_user_conferences' defaultHolger Weiss
Let up to 100 clients of a given account join MUC rooms by default. The old default value can be too small, e.g., when users join many (private) rooms with multiple devices.
2018-07-10mod_stream_mgmt: Remove dead case clausesHolger Weiss
2018-07-10mod_stream_mgmt: Add descriptive text to errorsHolger Weiss
Closes #2485.
2018-07-09Improve value formattingEvgeniy Khramtsov
2018-07-09Use ejabberd_config:get_version in ejabberdctl statusPaweł Chmielowski
2018-07-09Merge pull request #2516 from licaon-kter/patch-6Evgeny Khramtsov
Remove vcard search default value
2018-07-09Remove vcard search default valueLicaon_Kter
2018-07-08Better format invalid values when logging themEvgeniy Khramtsov
2018-07-08Better detection of duplicated routes/hostsEvgeniy Khramtsov
2018-07-08Reload internal room's configuration when mod_muc is reloadedEvgeniy Khramtsov
Fixes #2513
2018-07-08Merge pull request #2511 from licaon-kter/patch-5Evgeny Khramtsov
Remove stats and time from template
2018-07-08Merge pull request #2515 from ChaosKid42/fix_HMAC_in_http_uploadEvgeny Khramtsov
fix generation of HMAC for external_secret
2018-07-07fix HMAC for external_secretChristoph Scholz
2018-07-06Remove cyrsasl elixir tests, we no longer have itPaweł Chmielowski
2018-07-06Only lookup FQDN at configuration (re)loadingEvgeniy Khramtsov
2018-07-06Remove stats and time from templateLicaon_Kter
Are these important for a new admin?
2018-07-06Move XMPP stream and SASL processing to xmpp repoEvgeniy Khramtsov
2018-07-05Use p1_rand in the test suiteEvgeniy Khramtsov
2018-07-05Move move randoms module to p1_utils repoEvgeniy Khramtsov
2018-07-05Move shaper to p1_utils repoEvgeniy Khramtsov
2018-07-04Set 'from' attribute for client connections when it is absentEvgeniy Khramtsov
2018-07-04Don't set from/to attributes in resource binding iqEvgeniy Khramtsov
2018-07-04mod_http_upload: Treat file and network errors differentlyEvgeniy Khramtsov
2018-07-03Merge pull request #2495 from rodrigues/update_ptbrbadlop
Update pt-br translations