aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change loglevel of TLS failuresEvgeniy Khramtsov2017-12-192-4/+4
* send_direct_invitations accepts only user jidsChristophe Romain2017-12-191-5/+6
* Set disk_almost_full_threshold to 99%Evgeniy Khramtsov2017-12-191-0/+4
* Don't crash on malformed IQEvgeniy Khramtsov2017-12-191-1/+2
* Log a warning when a disk is almost fullEvgeniy Khramtsov2017-12-181-1/+6
* Disable default alarm handlerEvgeniy Khramtsov2017-12-181-0/+1
* Handle also process_memory_high_watermark alarmEvgeniy Khramtsov2017-12-181-12/+34
* Kill and restart lager when it's overloadedEvgeniy Khramtsov2017-12-172-24/+43
* Fix processing orderEvgeniy Khramtsov2017-12-171-14/+14
* Avoid excessive logging of SQL failuresEvgeniy Khramtsov2017-12-1713-93/+54
* Rewrite ejabberd system monitorEvgeniy Khramtsov2017-12-173-306/+258
* Merge pull request #2167 from weiss/last-pep-items-to-ownerEvgeny Khramtsov2017-12-142-1/+6
|\
| * Send last PEP items to owner on initial presenceHolger Weiss2017-12-132-1/+6
|/
* Merge pull request #2158 from bowlofeggs/su-with-shChristophe Romain2017-12-131-1/+1
|\
| * Use /bin/sh as the explicit shell when using su in ejabberdctl.Randy Barlow2017-12-101-1/+1
* | Only allow compression after SASLEvgeniy Khramtsov2017-12-131-4/+6
* | PubSub: Add missing Nidx building records from sql resultChristophe Romain2017-12-131-0/+2
* | mod_pubsub: Send last items on initial presenceHolger Weiss2017-12-121-9/+13
* | Merge pull request #2160 from weiss/publish-optionsChristophe Romain2017-12-124-3/+21
|\ \
| * | Support pubsub#publish-options PRECONDITIONsHolger Weiss2017-12-124-3/+21
|/ /
* | Revert removal of certfile option on http listenerChristophe Romain2017-12-111-0/+4
* | Update example configurationChristophe Romain2017-12-111-9/+10
* | Fix typos in mod_legacy_auth and mod_registerEvgeniy Khramtsov2017-12-112-2/+2
* | Use xmpp:try_subtag/2 wherever possibleEvgeniy Khramtsov2017-12-115-6/+24
|/
* Include <x/> tag in presence errors related to nick changeEvgeniy Khramtsov2017-12-091-3/+6
* Better process subtag decoding errorsEvgeniy Khramtsov2017-12-094-6/+22
* Log warning on empty wildcard pathsEvgeniy Khramtsov2017-12-081-1/+14
* Don't call pkix_is_self_signed/1 too frequentlyEvgeniy Khramtsov2017-12-071-11/+11
* Eat less memory during building certificates graphEvgeniy Khramtsov2017-12-071-14/+19
* Replace s2s_cafile with ca_file in ejabberd.yml.exampleEvgeniy Khramtsov2017-12-071-1/+1
* Speedup certificate chains creation and validationEvgeniy Khramtsov2017-12-071-75/+164
* Compile sql_pt earlyPaweł Chmielowski2017-12-071-1/+2
* Avoid infinite loop between self-signed certsEvgeniy Khramtsov2017-12-071-3/+8
* mod_muc_room: Fix typoHolger Weiss2017-12-061-1/+1
* Bump xmpp and fast_xml revisionsEvgeniy Khramtsov2017-12-061-2/+2
* Improve code using new xmpp APIEvgeniy Khramtsov2017-12-064-15/+9
* Use ejabberd_cluster:send() in SM/C2SEvgeniy Khramtsov2017-12-062-16/+22
* mod_offline: Always ignore groupchat messagesHolger Weiss2017-12-021-1/+2
* Set executable permission on mac_listener when installing (#2138)nosnilmot2017-12-011-1/+4
* mod_muc_room: Include 110 status on shutdownHolger Weiss2017-11-301-1/+1
* mod_mam: Never store MUC messages in user archivesHolger Weiss2017-11-301-1/+3
* Windows does not have /tmp, fallback to /home/chris/confChristophe Romain2017-11-301-1/+4
* Fix num_subscribers on node metadata (#2122)Christophe Romain2017-11-301-2/+6
* Fix session table cleanupAlexey Shchepin2017-11-301-6/+12
* Add missed server_host column in pg.new.sqlAlexey Shchepin2017-11-301-0/+1
* Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2017-11-271-1/+1
|\
| * Adapt test to changed errorPaweł Chmielowski2017-11-271-1/+1
* | Improve muc#roominfo and muc#roomconfig formsEvgeniy Khramtsov2017-11-273-6/+31
|/
* Introduce option 'ca_file'Evgeniy Khramtsov2017-11-262-12/+65
* Don't crash on unexpected XML eventsEvgeniy Khramtsov2017-11-241-0/+10