aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reorganize SQL schema filessql-auto-updateEvgeniy Khramtsov2018-07-1964-0/+2931
* Fix schema update of SQLiteEvgeniy Khramtsov2018-07-191-73/+87
* Initial SQL auto-update versionEvgeniy Khramtsov2018-07-1835-3784/+535
* mod_http_upload: Avoid timers from timer moduleHolger Weiss2018-07-161-8/+19
* mod_http_upload: Don't store "external" slotsHolger Weiss2018-07-151-7/+7
* Note about Redis requirement in the test suite READMEEvgeniy Khramtsov2018-07-151-1/+2
* Require Redis version >= 3.2.0Evgeniy Khramtsov2018-07-154-14/+56
* Avoid "ejabberdctl status" crashHolger Weiss2018-07-141-2/+2
* Don't forget to remove Lua scripts on uninstallEvgeniy Khramtsov2018-07-141-0/+5
* Clean up contributed code for Redis SMEvgeniy Khramtsov2018-07-144-70/+86
* Merge pull request #2525 from satish-olx/masterEvgeny Khramtsov2018-07-141-29/+90
|\
| * Update ejabberd_sm_redis.erlsatish-olx2018-07-121-2/+1
| * Lua script for cleaning redis sessionssatish-olx2018-07-121-29/+91
* | Improve wordingEvgeniy Khramtsov2018-07-141-11/+6
* | Merge pull request #2526 from nosnilmot/enforce-pubsub-option-attributesEvgeny Khramtsov2018-07-142-2/+17
|\ \
| * | Enforce pubsub option required/rejected attributesStu Tomlinson2018-07-142-2/+17
* | | Merge pull request #2522 from weiss/bump-max-user-conferencesEvgeny Khramtsov2018-07-141-1/+1
|\ \ \ | |/ / |/| |
| * | mod_muc: Increase 'max_user_conferences' defaultHolger Weiss2018-07-101-1/+1
* | | Ensure that returned priority in a number in mod_admin_extraPaweł Chmielowski2018-07-131-3/+8
| |/ |/|
* | Adopt code that uses parse_listener_portip after result changePaweł Chmielowski2018-07-112-3/+4
* | Fix piefxis import of privacy lists (thanks to crosser)(#2412)Badlop2018-07-111-15/+32
* | Fix piefxis import of vCard elements (#2514)Badlop2018-07-111-1/+1
* | Improve listener errors formattingEvgeniy Khramtsov2018-07-111-67/+43
* | Fix compiler warnings regarding test casesHolger Weiss2018-07-113-5/+3
* | pubsub_tests: Fix race conditionHolger Weiss2018-07-101-2/+2
* | mod_http_upload_quota: Fix process name lookupHolger Weiss2018-07-102-6/+5
* | Fix regression: list SASL EXTERNAL mechanism for inbound s2sEvgeniy Khramtsov2018-07-102-9/+2
|/
* mod_stream_mgmt: Remove dead case clausesHolger Weiss2018-07-101-6/+0
* mod_stream_mgmt: Add descriptive text to errorsHolger Weiss2018-07-101-2/+7
* Improve value formattingEvgeniy Khramtsov2018-07-091-1/+1
* Use ejabberd_config:get_version in ejabberdctl statusPaweł Chmielowski2018-07-091-2/+2
* Merge pull request #2516 from licaon-kter/patch-6Evgeny Khramtsov2018-07-091-2/+1
|\
| * Remove vcard search default valueLicaon_Kter2018-07-081-2/+1
|/
* Better format invalid values when logging themEvgeniy Khramtsov2018-07-083-11/+27
* Better detection of duplicated routes/hostsEvgeniy Khramtsov2018-07-089-24/+44
* Reload internal room's configuration when mod_muc is reloadedEvgeniy Khramtsov2018-07-084-8/+31
* Merge pull request #2511 from licaon-kter/patch-5Evgeny Khramtsov2018-07-081-2/+0
|\
| * Remove stats and time from templateLicaon_Kter2018-07-061-2/+0
* | Merge pull request #2515 from ChaosKid42/fix_HMAC_in_http_uploadEvgeny Khramtsov2018-07-081-1/+1
|\ \
| * | fix HMAC for external_secretChristoph Scholz2018-07-071-1/+1
|/ /
* | Remove cyrsasl elixir tests, we no longer have itPaweł Chmielowski2018-07-061-171/+0
* | Only lookup FQDN at configuration (re)loadingEvgeniy Khramtsov2018-07-062-2/+14
|/
* Move XMPP stream and SASL processing to xmpp repoEvgeniy Khramtsov2018-07-0625-4590/+70
* Use p1_rand in the test suiteEvgeniy Khramtsov2018-07-0512-61/+61
* Move move randoms module to p1_utils repoEvgeniy Khramtsov2018-07-0535-149/+58
* Move shaper to p1_utils repoEvgeniy Khramtsov2018-07-0512-58/+39
* Set 'from' attribute for client connections when it is absentEvgeniy Khramtsov2018-07-041-1/+19
* Don't set from/to attributes in resource binding iqEvgeniy Khramtsov2018-07-041-4/+2
* mod_http_upload: Treat file and network errors differentlyEvgeniy Khramtsov2018-07-042-25/+31
* Merge pull request #2495 from rodrigues/update_ptbrbadlop2018-07-031-121/+123
|\